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
56ae4311bb
default gcc visibility for exception types, <link>static requirement in test Jamfile.
...
[SVN r65763]
2010-10-05 15:04:50 +00:00
c98deb1e40
properly ifdeffing the X86 MSVC non-intrusive exception_ptr support
...
[SVN r65346]
2010-09-07 21:46:10 +00:00
12903d4e49
cosmetic bug fix in the exception_ptr support when the attempt to copy the exception object throws.
...
[SVN r65205]
2010-09-03 02:24:45 +00:00
3b4cdfce47
Non-intrusive exception_ptr support for msvc 7.1/8.0/9.0 (thanks Anthony Williams)
...
[SVN r65204]
2010-09-03 02:03:15 +00:00
17304c365c
non-intrusive exception_ptr support for msvc 7.1 and 8.0 (for now) thanks Anthony Williams
...
[SVN r65159]
2010-09-01 06:05:11 +00:00
787fb1f148
Fixing https://svn.boost.org/trac/boost/ticket/4210
...
[SVN r61938]
2010-05-12 23:36:29 +00:00
d3c27315d1
Fixing compile error due to __LINE__ not always being compile-time constant on MSVC
...
[SVN r60159]
2010-03-05 00:05:43 +00:00
0cebd7efbf
Fixing problems found by the vacpp test.
...
[SVN r59743]
2010-02-18 05:58:00 +00:00
2f18eef27a
copy_exception ambiguity problem with c++0x
...
[SVN r59465]
2010-02-04 08:14:27 +00:00
37c31a6622
A bit of type name mangling was left unmangled. Should be good now.
...
[SVN r59449]
2010-02-03 20:17:01 +00:00
2bbd6ae7b5
trying workaround for failures at Sandia-gcc-4.4.3_0x
...
[SVN r59436]
2010-02-03 08:24:01 +00:00
3013e991f1
exception_ptr bad_alloc refactoring
...
[SVN r59431]
2010-02-02 19:41:55 +00:00
a955aa431e
prettier diagnostic information, using <boost/units/detail/utility.hpp>
...
[SVN r59398]
2010-02-01 00:25:15 +00:00
4ae002cbf8
Ticket #3848 (thanks Nikki Chumakov) and (unrelated) exception_ptr refactoring.
...
[SVN r59364]
2010-01-30 05:26:43 +00:00
9d499676ae
Simplified type_info support due to improvements in boost/detail/sp_typeinfo.hpp. A few tweaks to better deal with warnings.
...
[SVN r58132]
2009-12-04 06:33:47 +00:00
58a49ff77e
minor diagnostic_information maintenance, updated documentation
...
[SVN r58131]
2009-12-04 01:29:22 +00:00
dc75da0dc4
Fix sp_typeinfo to match the interface of std::type_info.
...
[SVN r58127]
2009-12-03 20:31:01 +00:00
8d24c87032
Suppressing warnings. Please report any problems (may have broken something!)
...
[SVN r58072]
2009-12-01 02:16:50 +00:00
3ab1c234f5
Bug ticket 3641, also merging other fixes from the Release branch.
...
[SVN r57765]
2009-11-18 23:05:55 +00:00
5630262c4d
Fixed unqualified use of size_t in object_hex_dump.hpp
...
[SVN r57668]
2009-11-15 04:26:36 +00:00
fa96125efb
mutable get_error_info support
...
[SVN r55707]
2009-08-21 22:28:44 +00:00
bd19b50db3
Added support for GCC.
...
[SVN r54668]
2009-07-05 09:25:58 +00:00
e2882e8251
Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in code calling BOOST_THROW_EXCEPTION.
...
[SVN r54614]
2009-07-03 21:45:37 +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
6aa4d2f93b
comments
...
[SVN r52227]
2009-04-07 03:02:15 +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
fc101598ba
minor boost/exception/detail/type_info.hpp fix.
...
[SVN r48579]
2008-09-04 19:36:34 +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
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
6fc0e3ac1e
simplified further
...
[SVN r48485]
2008-08-31 02:40:42 +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
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
850b7d9618
Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
...
[SVN r48429]
2008-08-28 23:49:55 +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
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
7cc96d23ec
Improved compatibility with various compilers.
...
[SVN r45087]
2008-05-03 19:51:41 +00:00
cde6de22d9
Disabled bogus GCC warnings.
...
[SVN r45082]
2008-05-03 18:20:15 +00:00
d4a15cd9db
tabs removed, added protected inline dtors.
...
[SVN r45042]
2008-05-02 20:51:31 +00:00
9bac76a06d
minor fix
...
[SVN r44404]
2008-04-14 06:27:40 +00:00
92fbda9a88
minor compile error fix
...
[SVN r44372]
2008-04-13 17:07:26 +00:00
ec40d3d8ad
removed tabs. what's wrong with tabs anyway?
...
[SVN r44246]
2008-04-12 03:27:57 +00:00
761ae0bc1e
to_string adjustments
...
[SVN r44192]
2008-04-11 18:34:46 +00:00
3c7f53176f
to_string fixes
...
[SVN r44164]
2008-04-11 03:51:06 +00:00