|
899c1d44df
|
Revert "Exception: Remove obsolete GCC version checks."
This reverts commit 949a2d9482 .
|
2014-06-03 02:23:54 +03:00 |
|
|
949a2d9482
|
Exception: Remove obsolete GCC version checks.
[SVN r86074]
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
71eb9101a9
|
New function: diagnostic_information_what.
[SVN r56448]
|
2014-06-03 01:49:32 +03:00 |
|
|
102fb300fe
|
mutable get_error_info support
[SVN r55707]
|
2014-06-03 01:49:31 +03:00 |
|
|
1e89a706fd
|
documentation update
[SVN r54870]
|
2014-06-03 01:49:31 +03:00 |
|
|
01b514d8ae
|
Please don't make unnecessary changes.
[SVN r54681]
|
2014-06-03 01:49:31 +03:00 |
|
|
5ea7b4a6ba
|
Added support for GCC.
[SVN r54668]
|
2014-06-03 01:49:30 +03:00 |
|
|
19c5621747
|
Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in code calling BOOST_THROW_EXCEPTION.
[SVN r54614]
|
2014-06-03 01:49:30 +03:00 |
|
|
d77aa6c801
|
avoid C style casts
[SVN r53669]
|
2014-06-03 01:49:29 +03:00 |
|
|
ce5481b131
|
avoid C style casts
[SVN r53666]
|
2014-06-03 01:49:29 +03:00 |
|
|
c9c7d509d0
|
comments
[SVN r52227]
|
2014-06-03 01:49:27 +03:00 |
|
|
97a934102e
|
Improving CodeGear C++Builder 2009 compatibility
[SVN r48918]
|
2014-06-03 01:49:24 +03:00 |
|
|
a1db718dcc
|
Workaround for the HP-UX_ia64_aCC failures.
[SVN r48690]
|
2014-06-03 01:49:23 +03:00 |
|
|
1d72f65bdb
|
Hopefully a workaround for an overload resolution bug in Sun compilers causing minor problems
[SVN r48668]
|
2014-06-03 01:49:22 +03:00 |
|
|
3623b2d32e
|
minor diagnostic_information fix.
[SVN r48543]
|
2014-06-03 01:49:19 +03:00 |
|
|
db6110057a
|
fix for sun compilers and documentation source update
[SVN r48538]
|
2014-06-03 01:49:19 +03:00 |
|
|
019fbaa77e
|
Optimization for error_info<throw_function>, error_info<throw_file>, error_info<throw_line>. Refactored exception_ptr to use shared_ptr.
[SVN r48521]
|
2014-06-03 01:49:18 +03:00 |
|
|
67d235059a
|
nitpicking
[SVN r48488]
|
2014-06-03 01:49:18 +03:00 |
|
|
2718e52918
|
simplified further
[SVN r48485]
|
2014-06-03 01:49:18 +03:00 |
|
|
86ad5820a6
|
removed explicit copy ctor in boost::exception
[SVN r48483]
|
2014-06-03 01:49:17 +03:00 |
|
|
ef9efac658
|
Both enable_error_info.hpp and enable_current_exception.hpp now do not depend on intrusive_ptr or any other Boost lib.
[SVN r48482]
|
2014-06-03 01:49:17 +03:00 |
|
|
95b0ce06a5
|
decoupled boost/exception/exception.hpp from boost/exception/detail/type_info.hpp diagnostic_information improvements documentation update
[SVN r48469]
|
2014-06-03 01:49:16 +03:00 |
|
|
c857f3b36d
|
Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
[SVN r48429]
|
2014-06-03 01:49:16 +03:00 |
|
|
512ad21a54
|
fix for mutable problem, thanks Peter Klotz
[SVN r48270]
|
2014-06-03 01:49:16 +03:00 |
|
|
9064e24a58
|
Removed boost::exception::what, to avoid ambiguity in user types deriving from both std::exception and boost::exception.
[SVN r46930]
|
2014-06-03 01:49:14 +03:00 |
|
|
6a6f4222ce
|
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
[SVN r46697]
|
2014-06-03 01:49:13 +03:00 |
|
|
e8fe47ca4e
|
Borland compatibility for enable_error_info.hpp, Tabs removed from exception.hpp, Documentation rebound.
[SVN r45273]
|
2014-06-03 01:49:13 +03:00 |
|
|
c28501de6c
|
Improved compatibility with various compilers.
[SVN r45087]
|
2014-06-03 01:49:12 +03:00 |
|