Commit Graph

265 Commits

Author SHA1 Message Date
29ee8ebd74 Documentation update
[SVN r52121]
2014-06-03 01:56:55 +03:00
f787971155 documentation update
[SVN r52047]
2014-06-03 01:56:55 +03:00
4dc5b8d088 merged borland 6+ support from trunk.
[SVN r49190]
2014-06-03 01:56:55 +03:00
fc1d3ff88b Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration.
[SVN r48905]
2014-06-03 01:56:54 +03:00
4ae98c397c minor documentation update
[SVN r47493]
2014-06-03 01:56:54 +03:00
9d16ad7161 removed tabs from source files updated documentation
[SVN r47251]
2014-06-03 01:56:53 +03:00
7cc40d49ef BOOST_NO_TYPEID support exception/index.html redirection Added Boost Exception to libraries.htm and maintainers.txt Added Boost Exception to status/Jamfile.v2
[SVN r47010]
2014-06-03 01:56:53 +03:00
ea1c3adce9 Removed boost::exception::what. Technically not a bug fix but solves the problem reported by Oliver Kowalke on the Boost Developers mailing list.
[SVN r46931]
2014-06-03 01:56:53 +03:00
ac073290ab Boost Exception In other libraries, watch for compile error referring to throw_exception_assert_compatibility in boost::throw_exception. Resolve by throwing an exception that derives from std::exception. This is not a new requirement but it is being enforced now.
[SVN r46818]
2014-06-03 01:56:52 +03:00
09c7cb53c9 fixes comeau bug
[SVN r24278]
2014-06-03 01:56:52 +03:00
d9670d560c Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-03 01:56:51 +03:00
7c576f0229 _MSC_VER use clarified.
[SVN r20992]
2014-06-03 01:56:51 +03:00
9b6b3e00d4 -Wundef fixes.
[SVN r18788]
2014-06-03 01:56:50 +03:00
2efac9cd36 boost::throw_exception documentation added.
[SVN r16239]
2014-06-03 01:56:50 +03:00
4894ebe843 BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
2014-06-03 01:56:50 +03:00
852a5a7dcd Add test/Jamfile.v2. 2014-06-03 01:52:12 +03:00
949a2d9482 Exception: Remove obsolete GCC version checks.
[SVN r86074]
2014-06-03 01:49:46 +03:00
ec6bce5618 Exception: Remove obsolete MSVC version check.
[SVN r86036]
2014-06-03 01:49:46 +03:00
24fd7039a1 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-06-03 01:49:46 +03:00
eca2c13479 N3757
[SVN r85538]
2014-06-03 01:49:45 +03:00
9d1f534850 Ticket #7094, thanks 1czajnik
[SVN r79398]
2014-06-03 01:49:45 +03:00
0150262b40 Ticket 6450 (thanks A Polukhin.)
[SVN r79033]
2014-06-03 01:49:44 +03:00
4be618b91d Making clone_impl derive virtually from clone_base, so that calling boost::copy_exception with a type that already derives from clone_impl doesn't make pointer conversions to clone_impl ambiguous.
[SVN r77339]
2014-06-03 01:49:44 +03:00
e197ee3220 Ticket 6414, thank you Petr Machata
[SVN r76549]
2014-06-03 01:49:44 +03:00
c15567ab01 Applying the Boost Exception part of the patch mentioned in #4594.
[SVN r76109]
2014-06-03 01:49:43 +03:00
608406feb6 Better fix for the bug fixed by my previous commit.
[SVN r75646]
2014-06-03 01:49:43 +03:00
630a5ceb0a Bug fix in exception cloning (thanks Johan Soderback for reporting it.)
[SVN r75636]
2014-06-03 01:49:42 +03:00
c50f832bf8 Fixing two issues with non-intrusive exception cloning support.
[SVN r72924]
2014-06-03 01:49:42 +03:00
cf76c0326a Hopefully fixing a GCC warning.
[SVN r72127]
2014-06-03 01:49:41 +03:00
4d7862f79e Incorrect check in cloning_test fixed, and workaround for Metrowerks.
[SVN r69619]
2014-06-03 01:49:41 +03:00
8abce1b0f4 Ticket #5178
[SVN r68793]
2014-06-03 01:49:40 +03:00
dc44655744 default gcc visibility for exception types, <link>static requirement in test Jamfile.
[SVN r65763]
2014-06-03 01:49:40 +03:00
78a6044434 Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068.
[SVN r62824]
2014-06-03 01:49:40 +03:00
81280e58c0 Ticket #4104
[SVN r62820]
2014-06-03 01:49:39 +03:00
586b7f18fd Added Borland/Codegear workaround to avoid compile error when doing #include <boost/exception/exception.hpp> -- see #4068
[SVN r62819]
2014-06-03 01:49:39 +03:00
7f0a0775ba Fix some warnings
[SVN r61941]
2014-06-03 01:49:38 +03:00
f44ea37838 Applying patch submitted by Neal Becker
[SVN r61852]
2014-06-03 01:49:38 +03:00
3aac7a51d0 workaround for double-destruction bugs in compilers: with this, boost::exception objects should survive the case when the destructor is called twice.
[SVN r61602]
2014-06-03 01:49:38 +03:00
a587a7ac55 undoing previous commit.
[SVN r60679]
2014-06-03 01:49:37 +03:00
b76f705b90 Warnings
[SVN r60638]
2014-06-03 01:49:37 +03:00
c87e86eff8 msvc 7.1 regression, thanks Joaquin
[SVN r59837]
2014-06-03 01:49:36 +03:00
5386c7359d Fixing problems found by the vacpp test.
[SVN r59743]
2014-06-03 01:49:36 +03:00
71f589da50 Ticket #3848 (thanks Nikki Chumakov) and (unrelated) exception_ptr refactoring.
[SVN r59364]
2014-06-03 01:49:35 +03:00
5962591d28 minor BOOST_THROW_EXCEPTION fix.
[SVN r58500]
2014-06-03 01:49:35 +03:00
e36b6abb82 Error in a comment.
[SVN r58420]
2014-06-03 01:49:34 +03:00
fdbe8c3453 Simplified type_info support due to improvements in boost/detail/sp_typeinfo.hpp. A few tweaks to better deal with warnings.
[SVN r58132]
2014-06-03 01:49:34 +03:00
e78cf0ae7a Ticket #3211
[SVN r58088]
2014-06-03 01:49:34 +03:00
0e7d54a2aa Suppressing warnings. Please report any problems (may have broken something!)
[SVN r58072]
2014-06-03 01:49:33 +03:00
a50067b21d Prevent ADL from finding other dispatch functions or types. Required for #2094.
Richard Smith.

[SVN r57605]
2014-06-03 01:49:33 +03:00
89064ecf51 documentation update
[SVN r57058]
2014-06-03 01:49:32 +03:00