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 |
|
Emil Dotchevski
|
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 |
|
Emil Dotchevski
|
c857f3b36d
|
Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
[SVN r48429]
|
2014-06-03 01:49:16 +03:00 |
|
Emil Dotchevski
|
512ad21a54
|
fix for mutable problem, thanks Peter Klotz
[SVN r48270]
|
2014-06-03 01:49:16 +03:00 |
|
Emil Dotchevski
|
0a45302791
|
minor documentation update
[SVN r47492]
|
2014-06-03 01:49:15 +03:00 |
|
Emil Dotchevski
|
3ccf934376
|
removed tabs from source files updated documentation
[SVN r47250]
|
2014-06-03 01:49:15 +03:00 |
|
Emil Dotchevski
|
86cac42ffd
|
BOOST_NO_TYPEID
[SVN r47007]
|
2014-06-03 01:49:14 +03:00 |
|
Emil Dotchevski
|
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 |
|
Emil Dotchevski
|
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 |
|
Emil Dotchevski
|
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 |
|
Peter Dimov
|
cb55993dbb
|
Disable Boost.Exception for Borland 5.8.x as well.
[SVN r45268]
|
2014-06-03 01:49:12 +03:00 |
|
Peter Dimov
|
ca22b61545
|
Unconditionally #include <exception> for std::exception.
[SVN r45150]
|
2014-06-03 01:49:12 +03:00 |
|
Emil Dotchevski
|
c28501de6c
|
Improved compatibility with various compilers.
[SVN r45087]
|
2014-06-03 01:49:12 +03:00 |
|
Peter Dimov
|
444048653f
|
Fixes for old compilers.
[SVN r45069]
|
2014-06-03 01:49:11 +03:00 |
|
Emil Dotchevski
|
315a697904
|
Boost Exception documentation update.
[SVN r45043]
|
2014-06-03 01:49:11 +03:00 |
|
Emil Dotchevski
|
b3ff85a711
|
tabs removed, added protected inline dtors.
[SVN r45042]
|
2014-06-03 01:49:10 +03:00 |
|
Emil Dotchevski
|
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 |
|
Emil Dotchevski
|
7ad5ceee77
|
Integration of Boost Exception in boost::throw_exception().
[SVN r44954]
|
2014-06-03 01:49:09 +03:00 |
|
Emil Dotchevski
|
c0b722d62c
|
minor documentation fixes.
[SVN r44476]
|
2014-06-03 01:49:09 +03:00 |
|
Emil Dotchevski
|
df62cf3e0b
|
Boost Exception documentation update
[SVN r44444]
|
2014-06-03 01:49:09 +03:00 |
|
Emil Dotchevski
|
f371a6f29d
|
fixed compile errors, removed tabs as required.
[SVN r44114]
|
2014-06-03 01:49:08 +03:00 |
|
Emil Dotchevski
|
db3574bc9d
|
boost exception
[SVN r43485]
|
2014-06-03 01:49:08 +03:00 |
|
Robert Ramey
|
4fd93c01b5
|
fixes comeau bug
[SVN r24278]
|
2014-06-03 01:49:07 +03:00 |
|
Douglas Gregor
|
8915934682
|
Converted to Boost Software License, Version 1.0
[SVN r24055]
|
2014-06-03 01:49:07 +03:00 |
|
Peter Dimov
|
400f82c68a
|
_MSC_VER use clarified.
[SVN r20992]
|
2014-06-03 01:49:06 +03:00 |
|
Peter Dimov
|
f8e5e0d451
|
-Wundef fixes.
[SVN r18788]
|
2014-06-03 01:49:06 +03:00 |
|
Peter Dimov
|
6c32727296
|
boost::throw_exception documentation added.
[SVN r16239]
|
2014-06-03 01:49:05 +03:00 |
|