cc0d73af9d
bug 5384
...
[SVN r70988]
2011-04-05 00:11:42 +00:00
24f3292606
doc update
...
[SVN r70975]
2011-04-04 21:55:53 +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
f1a4e59469
Updating line numbers in unit test.
...
[SVN r68154]
2011-01-14 14:41:20 +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
56ae4311bb
default gcc visibility for exception types, <link>static requirement in test Jamfile.
...
[SVN r65763]
2010-10-05 15:04:50 +00:00
6d41b399d0
addressing msvc 7.1 issues in the non-intrusive exception_ptr support.
...
[SVN r65361]
2010-09-09 00:32:37 +00:00
b48a7933c7
documentation update
...
[SVN r65353]
2010-09-08 07:28:24 +00:00
c98deb1e40
properly ifdeffing the X86 MSVC non-intrusive exception_ptr support
...
[SVN r65346]
2010-09-07 21:46:10 +00:00
976e89a137
fixing obscure, extremely rare double- free() bug in clone_current_exception_msvc.cpp
...
[SVN r65228]
2010-09-04 00:43:24 +00:00
d637e8efc7
fixing minor memory leak in the non-intrusive MSVC exception_ptr support.
...
[SVN r65206]
2010-09-03 07:15:47 +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
5dbd4c8f32
disabling the non-intrusive exception_ptr support in tests, seems buggy..
...
[SVN r65161]
2010-09-01 07:59:35 +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
79964f73df
fixing runtime errors in this test, hopefully
...
[SVN r63564]
2010-07-03 21:24:26 +00:00
9090f38cde
Ticket 4337
...
[SVN r62892]
2010-06-13 02:35:15 +00:00
65845c7252
Removed #include <boost/detail/workaround.hpp> from exception.hpp, requested by Emil, see #4068 .
...
[SVN r62824]
2010-06-11 23:01:31 +00:00
2bd34963cd
Ticket #4104
...
[SVN r62820]
2010-06-11 22:18:30 +00:00
177fce2389
Added Borland/Codegear workaround to avoid compile error when doing #include <boost/exception/exception.hpp> -- see #4068
...
[SVN r62819]
2010-06-11 21:44:22 +00:00
8897ff6586
Fix some warnings
...
[SVN r61941]
2010-05-13 04:21:51 +00:00
787fb1f148
Fixing https://svn.boost.org/trac/boost/ticket/4210
...
[SVN r61938]
2010-05-12 23:36:29 +00:00
ad829e590a
Applying patch submitted by Neal Becker
...
[SVN r61852]
2010-05-08 04:27:44 +00:00
c251404656
workaround for double-destruction bugs in compilers: with this, boost::exception objects should survive the case when the destructor is called twice.
...
[SVN r61602]
2010-04-27 01:14:03 +00:00
f10defd7a2
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
...
[SVN r61437]
2010-04-20 18:49:18 +00:00
11661f05d3
undoing previous commit.
...
[SVN r60679]
2010-03-17 19:39:36 +00:00
42b5b4b899
Warnings
...
[SVN r60638]
2010-03-16 02:41:49 +00:00
8a8705542f
documentation update
...
[SVN r60160]
2010-03-05 01:20:35 +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
f6588caf4e
detab
...
[SVN r59945]
2010-02-26 07:58:55 +00:00
c5230be656
msvc 7.1 regression, thanks Joaquin
...
[SVN r59837]
2010-02-22 05:52:40 +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
1af9381775
fixing bug in printing failure info in exception_ptr_test.cpp
...
[SVN r59419]
2010-02-01 17:52:20 +00:00
a955aa431e
prettier diagnostic information, using <boost/units/detail/utility.hpp>
...
[SVN r59398]
2010-02-01 00:25:15 +00:00
ab7a4ebb1a
documentation update
...
[SVN r59373]
2010-01-30 20:59:15 +00:00
6b30091ee3
improved memory leak test.
...
[SVN r59372]
2010-01-30 20:05:31 +00:00
2dc075e6e8
Potential leak caused by previous commit.
...
[SVN r59370]
2010-01-30 18:44:45 +00:00
4ae002cbf8
Ticket #3848 (thanks Nikki Chumakov) and (unrelated) exception_ptr refactoring.
...
[SVN r59364]
2010-01-30 05:26:43 +00:00
9dee0fb9e6
fixing bogus FBSD failure in errinfos_test.cpp.
...
[SVN r59263]
2010-01-25 06:51:28 +00:00
3911cd2472
Adding another test for exception_ptr.
...
[SVN r59259]
2010-01-24 21:18:29 +00:00
6a92851a38
minor BOOST_THROW_EXCEPTION fix.
...
[SVN r58500]
2009-12-22 21:34:34 +00:00