19b67c4983
avoid C style casts
...
[SVN r53669]
2009-06-06 09:39:27 +00:00
bfaa9b404e
avoid C style casts
...
[SVN r53666]
2009-06-06 09:30:28 +00:00
8465a47472
Fixed most tab and min/max issues from trunk inspection report
...
[SVN r53141]
2009-05-20 19:19:00 +00:00
1643ad2e81
support for exception_ptr and nesting in boost::diagnostic_information
...
documentation update
[SVN r53038]
2009-05-15 22:34:30 +00:00
bec171e234
exception_ptr improvements, documentation update.
...
[SVN r52981]
2009-05-14 00:36:46 +00:00
0ddded8e41
Added explicit handling for a few std exception types that were missing from boost::current_exception().
...
[SVN r52979]
2009-05-13 22:15:59 +00:00
0e1e2ad515
fixing an error that caused warnings in diagnostic_information.hpp
...
[SVN r52355]
2009-04-12 17:21:39 +00:00
2d5be208de
BOOST_NO_EXCEPTIONS #ifdef
...
[SVN r52263]
2009-04-08 19:20:35 +00:00
6aa4d2f93b
comments
...
[SVN r52227]
2009-04-07 03:02:15 +00:00
87384d2116
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]
2009-04-06 23:15:42 +00:00
f6f09c16cd
added #error in headers incompatible with BOOST_NO_EXCEPTIONS
...
[SVN r50887]
2009-01-30 00:06:01 +00:00
f28285c073
Implemented support for custom to_string overloads for converting boost::error_info objects to string by the boost::diagnostic_information function.
...
[SVN r50507]
2009-01-08 01:26:15 +00:00
ffa2e8d9e7
very minor change, making a constructor explicit.
...
[SVN r48919]
2008-09-22 18:57:20 +00:00
4cb98696a6
Improving CodeGear C++Builder 2009 compatibility
...
[SVN r48918]
2008-09-22 18:27:58 +00:00
1c5df6b59a
#defined BOOST_EXCEPTION_DISABLE on any BCC until workarounds are found for the tests in libs/exception/test.
...
[SVN r48860]
2008-09-19 00:09:47 +00:00
2cde7922b2
Hopefully properly disabling boost exception integration in throw_exception.hpp for Borland <= 5.9.3
...
[SVN r48792]
2008-09-16 04:07:43 +00:00
a42693427f
Workaround for the HP-UX_ia64_aCC failures.
...
[SVN r48690]
2008-09-09 23:44:16 +00:00
a416168862
Hopefully a workaround for an overload resolution bug in Sun compilers causing minor problems
...
[SVN r48668]
2008-09-08 18:27:24 +00:00
b5fc84025b
minor type_info.hpp change
...
[SVN r48642]
2008-09-07 00:05:00 +00:00
76380aa2f6
Bug in type_info.hpp
...
[SVN r48634]
2008-09-06 18:40:02 +00:00
475dbd4021
improved output from diagnostic_information()
...
[SVN r48604]
2008-09-05 03:15:18 +00:00
d094c3f41c
revived enable_current_exception.hpp and enable_error_info.hpp.
...
[SVN r48582]
2008-09-04 19:48:32 +00:00
fc101598ba
minor boost/exception/detail/type_info.hpp fix.
...
[SVN r48579]
2008-09-04 19:36:34 +00:00
546f093a33
missing inline
...
[SVN r48556]
2008-09-03 02:14:27 +00:00
8310c9831f
bug fix in the decoupling of info.hpp from get_error_info.hpp.
...
[SVN r48551]
2008-09-02 23:13:06 +00:00
2887a719c8
minor diagnostic_information fix.
...
[SVN r48543]
2008-09-02 18:44:05 +00:00
31a9264bf9
fix for sun compilers and documentation source update
...
[SVN r48538]
2008-09-02 17:47:51 +00:00
b84fb75a60
Optimization for error_info<throw_function>, error_info<throw_file>, error_info<throw_line>. Refactored exception_ptr to use shared_ptr.
...
[SVN r48521]
2008-09-01 21:06:09 +00:00
5d4c014f5b
nitpicking
...
[SVN r48488]
2008-08-31 04:05:19 +00:00
6fc0e3ac1e
simplified further
...
[SVN r48485]
2008-08-31 02:40:42 +00:00
6c3f38c45d
removed #include <stddef.h>
...
[SVN r48484]
2008-08-31 02:04:34 +00:00
85e3d1f5c3
removed explicit copy ctor in boost::exception
...
[SVN r48483]
2008-08-31 01:58:48 +00:00
f12d40765b
Both enable_error_info.hpp and enable_current_exception.hpp now do not depend on intrusive_ptr or any other Boost lib.
...
[SVN r48482]
2008-08-31 01:39:00 +00:00
f2b14ffa98
addressing what seems to be a bug in darwin-4.0.1
...
[SVN r48477]
2008-08-30 17:42:17 +00:00
9dd2d64304
decoupled boost/exception/exception.hpp from boost/exception/detail/type_info.hpp
...
diagnostic_information improvements
documentation update
[SVN r48469]
2008-08-30 02:57:12 +00:00
5258fbc2d1
Further simplified enable_current_exception. Improved exception_ptr testing.
...
[SVN r48455]
2008-08-29 19:27:38 +00:00
0c9d70964e
enable_current_exception.hpp decoupled from atomic_count.hpp
...
[SVN r48439]
2008-08-29 04:56:02 +00:00
d7b98ba390
Boost Exception documentation update
...
[SVN r48432]
2008-08-29 02:48:23 +00:00
70a910d82c
insignificant
...
[SVN r48430]
2008-08-28 23:58:26 +00:00
850b7d9618
Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
...
[SVN r48429]
2008-08-28 23:49:55 +00:00
14765312e2
fix for mutable problem, thanks Peter Klotz
...
[SVN r48270]
2008-08-20 21:48:35 +00:00
e05771c0c4
Fix: apply workaround to disable msvc warning 4265.
...
[SVN r48248]
2008-08-20 09:29:17 +00:00
d7722921a7
removed tabs from source files
...
updated documentation
[SVN r47250]
2008-07-09 00:18:09 +00:00
044d5767e2
Hopefully fixing the Como-specific problem reported by Robert Ramey.
...
[SVN r47126]
2008-07-06 04:50:53 +00:00
475f37b9c4
BOOST_NO_TYPEID
...
[SVN r47007]
2008-07-02 21:50:29 +00:00
d0febca84b
Removed boost::exception::what, to avoid ambiguity in user types deriving from both std::exception and boost::exception.
...
[SVN r46930]
2008-06-30 19:40:44 +00:00
640d6cfc58
bug fix, thanks Steven Watanabe
...
[SVN r46802]
2008-06-28 03:53:39 +00:00
f58ffdd643
documentation update, added function exception::diagnostic_information, added std::exception to_string overload, removed tabs from source files
...
[SVN r46697]
2008-06-25 23:27:56 +00:00
d54052b137
Added missing #include <ios>
...
[SVN r46341]
2008-06-11 22:25:06 +00:00
175c3e50e9
Bug in the previous bug fix!
...
[SVN r46335]
2008-06-11 19:20:27 +00:00