972667f52e
Tweaks to try to defeat g++4.6.3
2017-01-03 14:35:11 -08:00
406d3c87f7
Maybe fixing 11874
2017-01-03 12:17:27 -08:00
14d3b01c60
Fixing more struct/class discrepancies.
2016-11-02 23:53:42 -07:00
6cf231330a
Ticket #12059
2016-10-26 12:35:25 -07:00
e1378f7aef
Ticket #12553 , plus tabs converted to spaces.
2016-10-26 11:51:40 -07:00
27598f92db
Configuration option to allow Boost Exception to use std::shared_ptr instead of boost::shared_ptr.
2016-09-28 16:53:43 -07:00
c1e2284628
Improved errno printing in diagnostic information messages.
2016-07-12 19:21:53 -07:00
c1dc3b8dcb
Included missing declaration before specialization of set_info_rv.
2016-06-05 22:33:02 -07:00
1afb7e0372
Ticket #12230
2016-05-31 14:46:13 -07:00
5a040eedf5
rvalue references support in error_info
2015-03-24 15:44:28 -07:00
5dea76a301
Port to Boost.Core demangle() and typeinfo.
2014-06-11 22:02:59 +04:00
8931eb2e0d
Merge pull request #1 from Lastique/develop
...
Re-enable type name demangling (thanks Lastique)
2014-06-04 23:29:56 -07:00
73c3cb7e46
Switch to BOOST_NORETURN macro
...
Switch to BOOST_NORETURN macro provided by Boost.Config.
2014-06-05 01:30:40 +04:00
a129725e3e
Switched from BOOST_ATTRIBUTE_NORETURN to BOOST_NORETURN.
2014-06-05 00:50:04 +04:00
7f937491f0
Remove headers that have been moved to throw_exception.
2014-06-03 03:05:06 +03:00
4edba2f8be
Revert "Exception: Remove obsolete GCC version checks."
...
This reverts commit b2221bf92d
.
2014-06-03 02:15:11 +03:00
8f097eb241
Comment fix.
2014-05-31 21:57:51 +04:00
7062572c8f
Re-implemented type name demangling.
...
The new implementation does not depend on Boost.Units and is fully contained in Boost.Exception.
2014-05-31 21:54:52 +04:00
b2221bf92d
Exception: Remove obsolete GCC version checks.
...
[SVN r86074]
2013-09-30 16:01:02 +00:00
432b3090fe
Disabled demangling for now, to break the dependency: Exeception -> Units -> Algorithms -> Range -> Concepts. UGH!
...
[SVN r85782]
2013-09-19 05:53:38 +00:00
ac5ebbcd45
Ticket #8947 , thanks Maciej Florek
...
[SVN r85635]
2013-09-10 05:44:02 +00:00
2a68f099bf
Ticket 9069, thanks sarum9in
...
[SVN r85634]
2013-09-10 05:05:41 +00:00
e97bcb4c56
N3757
...
[SVN r85538]
2013-08-31 23:24:40 +00:00
831f73599a
Ticket 8852. Thanks Alex.
...
[SVN r85076]
2013-07-18 20:54:13 +00:00
9b100b0c9d
Added verbose parameter to boost::diagnostic_information.
...
[SVN r82179]
2012-12-23 03:31:48 +00:00
2ebfd49b4f
Ticket #7094 , thanks 1czajnik
...
[SVN r79398]
2012-07-10 03:43:13 +00:00
9508b38e22
Improved to_string(std::pair) support.
...
[SVN r79252]
2012-07-03 23:41:52 +00:00
886e9ee793
Removing tabs.
...
[SVN r79014]
2012-06-20 05:08:25 +00:00
6fe16d80ef
Making error_info's destructor virtual.
...
[SVN r78235]
2012-04-28 06:05:06 +00:00
b3640aa019
For Windows CE, rethrow_exception should use ::exit instead of ::abort (the CRT on Windows CE does not include ::abort).
...
[SVN r78187]
2012-04-25 03:54:37 +00:00
41ce8a3322
This should take care of #6349 . Hopefully doesn't break some other configurations.
...
[SVN r77593]
2012-03-27 19:33:22 +00:00
c3e35e9d37
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]
2012-03-15 02:13:52 +00:00
439ef89742
Added redundant include guard to error_info.hpp (ticket 6428)
...
[SVN r76590]
2012-01-20 07:57:48 +00:00
3d10233a6b
Ticket 6414, thank you Petr Machata
...
[SVN r76549]
2012-01-17 03:59:33 +00:00
f576e14dbc
Ticket 6374, thanks edA-qa
...
[SVN r76403]
2012-01-11 01:13:03 +00:00
192ffd0379
Applying the Boost Exception part of the patch mentioned in #4594 .
...
[SVN r76109]
2011-12-22 21:27:10 +00:00
d4acff61be
Better fix for the bug fixed by my previous commit.
...
[SVN r75646]
2011-11-24 21:07:14 +00:00
875bc71581
Bug fix in exception cloning (thanks Johan Soderback for reporting it.)
...
[SVN r75636]
2011-11-23 08:40:08 +00:00
c7bae18633
Fix for the problem reported by Pavel Lebedev. Thanks!
...
[SVN r74471]
2011-09-19 21:45:34 +00:00
32e2b33250
Fixing two issues with non-intrusive exception cloning support.
...
[SVN r72924]
2011-07-05 23:53:33 +00:00
5f6812b226
Hopefully fixing a GCC warning.
...
[SVN r72127]
2011-05-23 19:34:44 +00:00
9bab07e9bc
issue #5386
...
[SVN r70989]
2011-04-05 00:25:59 +00:00
cc0d73af9d
bug 5384
...
[SVN r70988]
2011-04-05 00:11:42 +00:00
fb4ed73b5e
Incorrect check in cloning_test fixed, and workaround for Metrowerks.
...
[SVN r69619]
2011-03-07 07:39:50 +00:00
a74d041bd5
Ticket 4282
...
[SVN r68794]
2011-02-12 00:09:06 +00:00
08f65cca73
Ticket #5178
...
[SVN r68793]
2011-02-11 23:46:38 +00:00
d1065c8a13
Remove extra semicolon. Fixes #5168 .
...
[SVN r68771]
2011-02-11 02:54:04 +00:00
6b0bfad6bf
Converted exception_ptr from a shared_ptr typedef to a stand-alone class to allow simpler declaration of namespace boost { class exception_ptr; }
...
[SVN r68202]
2011-01-17 07:01:35 +00:00
c210c38dae
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
e43210c417
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00