279 Commits
Author SHA1 Message Date
Emil Dotchevski f44ea37838 Applying patch submitted by Neal Becker
[SVN r61852]
2014-06-03 01:49:38 +03:00
Emil Dotchevski 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
Emil Dotchevski a587a7ac55 undoing previous commit.
[SVN r60679]
2014-06-03 01:49:37 +03:00
Emil Dotchevski b76f705b90 Warnings
[SVN r60638]
2014-06-03 01:49:37 +03:00
Emil Dotchevski c87e86eff8 msvc 7.1 regression, thanks Joaquin
[SVN r59837]
2014-06-03 01:49:36 +03:00
Emil Dotchevski 5386c7359d Fixing problems found by the vacpp test.
[SVN r59743]
2014-06-03 01:49:36 +03:00
Emil Dotchevski 71f589da50 Ticket #3848 (thanks Nikki Chumakov) and (unrelated) exception_ptr refactoring.
[SVN r59364]
2014-06-03 01:49:35 +03:00
Emil Dotchevski 5962591d28 minor BOOST_THROW_EXCEPTION fix.
[SVN r58500]
2014-06-03 01:49:35 +03:00
Emil Dotchevski e36b6abb82 Error in a comment.
[SVN r58420]
2014-06-03 01:49:34 +03:00
Emil Dotchevski 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
Emil Dotchevski e78cf0ae7a Ticket #3211
[SVN r58088]
2014-06-03 01:49:34 +03:00
Emil Dotchevski 0e7d54a2aa Suppressing warnings. Please report any problems (may have broken something!)
[SVN r58072]
2014-06-03 01:49:33 +03:00
Daniel James 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
Emil Dotchevski 89064ecf51 documentation update
[SVN r57058]
2014-06-03 01:49:32 +03:00
Emil Dotchevski 71eb9101a9 New function: diagnostic_information_what.
[SVN r56448]
2014-06-03 01:49:32 +03:00
Emil Dotchevski 102fb300fe mutable get_error_info support
[SVN r55707]
2014-06-03 01:49:31 +03:00
Emil Dotchevski 1e89a706fd documentation update
[SVN r54870]
2014-06-03 01:49:31 +03:00
Emil Dotchevski 01b514d8ae Please don't make unnecessary changes.
[SVN r54681]
2014-06-03 01:49:31 +03:00
Andrey Semashev 5ea7b4a6ba Added support for GCC.
[SVN r54668]
2014-06-03 01:49:30 +03:00
Emil Dotchevski 19c5621747 Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in code calling BOOST_THROW_EXCEPTION.
[SVN r54614]
2014-06-03 01:49:30 +03:00
Gennadiy Rozental d77aa6c801 avoid C style casts
[SVN r53669]
2014-06-03 01:49:29 +03:00
Gennadiy Rozental ce5481b131 avoid C style casts
[SVN r53666]
2014-06-03 01:49:29 +03:00
Emil Dotchevski 7c3618879c exception_ptr improvements, documentation update.
[SVN r52981]
2014-06-03 01:49:28 +03:00
Daniel James d73c7cffef Use local copies of the boost logo.
[SVN r52666]
2014-06-03 01:49:28 +03:00
Emil Dotchevski 12b5fa85d0 Documentation update
[SVN r52267]
2014-06-03 01:49:28 +03:00
Emil Dotchevski bd0f8dbfde Documentation update
[SVN r52265]
2014-06-03 01:49:27 +03:00
Emil Dotchevski c9c7d509d0 comments
[SVN r52227]
2014-06-03 01:49:27 +03:00
Emil Dotchevski 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
Emil Dotchevski 9ff6182f15 documentation copyright message update
[SVN r52125]
2014-06-03 01:49:26 +03:00
Emil Dotchevski 1a97011cac Documentation update
[SVN r52122]
2014-06-03 01:49:25 +03:00
Emil Dotchevski ffb3c43b3f documentation update
[SVN r52046]
2014-06-03 01:49:25 +03:00
Emil Dotchevski 97a934102e Improving CodeGear C++Builder 2009 compatibility
[SVN r48918]
2014-06-03 01:49:24 +03:00
Emil Dotchevski 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
Emil Dotchevski 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
Emil Dotchevski 3729ff1493 Added 4 more tests
[SVN r48738]
2014-06-03 01:49:23 +03:00
Emil Dotchevski a1db718dcc Workaround for the HP-UX_ia64_aCC failures.
[SVN r48690]
2014-06-03 01:49:23 +03:00
Emil Dotchevski 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
Emil Dotchevski 95bdbc8678 documentation update
[SVN r48635]
2014-06-03 01:49:22 +03:00
Emil Dotchevski 92d96f1aa4 Bug in type_info.hpp
[SVN r48634]
2014-06-03 01:49:22 +03:00
Emil Dotchevski 1c31400c0a documentation update
[SVN r48568]
2014-06-03 01:49:21 +03:00
Emil Dotchevski 0449861f37 documentation update
[SVN r48554]
2014-06-03 01:49:21 +03:00
Emil Dotchevski f9fe6e1ee2 documentation fix
[SVN r48545]
2014-06-03 01:49:20 +03:00
Emil Dotchevski f3e517598b documentation update
[SVN r48544]
2014-06-03 01:49:20 +03:00
Emil Dotchevski 3623b2d32e minor diagnostic_information fix.
[SVN r48543]
2014-06-03 01:49:19 +03:00
Emil Dotchevski db6110057a fix for sun compilers and documentation source update
[SVN r48538]
2014-06-03 01:49:19 +03:00
Emil Dotchevski 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
Emil Dotchevski 67d235059a nitpicking
[SVN r48488]
2014-06-03 01:49:18 +03:00
Emil Dotchevski 2718e52918 simplified further
[SVN r48485]
2014-06-03 01:49:18 +03:00
Emil Dotchevski 86ad5820a6 removed explicit copy ctor in boost::exception
[SVN r48483]
2014-06-03 01:49:17 +03:00
Emil Dotchevski 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