Commit Graph

28 Commits

Author SHA1 Message Date
f44ea37838 Applying patch submitted by Neal Becker
[SVN r61852]
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
5386c7359d Fixing problems found by the vacpp test.
[SVN r59743]
2014-06-03 01:49:36 +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
e78cf0ae7a Ticket #3211
[SVN r58088]
2014-06-03 01:49:34 +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
c9c7d509d0 comments
[SVN r52227]
2014-06-03 01:49:27 +03:00
167bdd0748 get_error_info returns raw pointer instead of shared_ptr (breaking change) diagnostic_information can now be called with boost::exception or std::exception object. BOOST_THROW_EXCEPTION can now be used even if exceptions are disabled. added functions: current_exception_diagnostic_information, current_exception_cast documentation updated to match.
[SVN r52225]
2014-06-03 01:49:26 +03:00
f33d01a7a7 #defined BOOST_EXCEPTION_DISABLE on any BCC until workarounds are found for the tests in libs/exception/test.
[SVN r48860]
2014-06-03 01:49:24 +03:00
88d9f3ae64 Hopefully properly disabling boost exception integration in throw_exception.hpp for Borland <= 5.9.3
[SVN r48792]
2014-06-03 01:49:24 +03:00
92d96f1aa4 Bug in type_info.hpp
[SVN r48634]
2014-06-03 01:49:22 +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
2718e52918 simplified further
[SVN r48485]
2014-06-03 01:49:18 +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
86cac42ffd BOOST_NO_TYPEID
[SVN r47007]
2014-06-03 01:49:14 +03:00
cb55993dbb Disable Boost.Exception for Borland 5.8.x as well.
[SVN r45268]
2014-06-03 01:49:12 +03:00
ca22b61545 Unconditionally #include <exception> for std::exception.
[SVN r45150]
2014-06-03 01:49:12 +03:00
444048653f Fixes for old compilers.
[SVN r45069]
2014-06-03 01:49:11 +03:00
98ff58cf46 throw_exception() now ensures that the exception type passed to it derives publicly from std::exception.
[SVN r45041]
2014-06-03 01:49:10 +03:00
7ad5ceee77 Integration of Boost Exception in boost::throw_exception().
[SVN r44954]
2014-06-03 01:49:09 +03:00
4fd93c01b5 fixes comeau bug
[SVN r24278]
2014-06-03 01:49:07 +03:00
8915934682 Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-03 01:49:07 +03:00
400f82c68a _MSC_VER use clarified.
[SVN r20992]
2014-06-03 01:49:06 +03:00
f8e5e0d451 -Wundef fixes.
[SVN r18788]
2014-06-03 01:49:06 +03:00
6c32727296 boost::throw_exception documentation added.
[SVN r16239]
2014-06-03 01:49:05 +03:00
bd122d3a50 BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
2014-06-03 01:49:05 +03:00