Commit Graph

431 Commits

Author SHA1 Message Date
Emil Dotchevski
d7b98ba390 Boost Exception documentation update
[SVN r48432]
2008-08-29 02:48:23 +00:00
Emil Dotchevski
70a910d82c insignificant
[SVN r48430]
2008-08-28 23:58:26 +00:00
Emil Dotchevski
850b7d9618 Boost Exception now works with BOOST_NO_RTTI and/or BOOST_NO_TYPEID.
[SVN r48429]
2008-08-28 23:49:55 +00:00
Emil Dotchevski
14765312e2 fix for mutable problem, thanks Peter Klotz
[SVN r48270]
2008-08-20 21:48:35 +00:00
Jürgen Hunold
e05771c0c4 Fix: apply workaround to disable msvc warning 4265.
[SVN r48248]
2008-08-20 09:29:17 +00:00
Emil Dotchevski
8c89aef48e Documentation bug fix, thanks Daryle Walker
[SVN r48207]
2008-08-19 02:56:02 +00:00
Emil Dotchevski
2b457b1656 css used to refer to missing png.
[SVN r48007]
2008-08-06 20:24:23 +00:00
Emil Dotchevski
c9fcdf15b2 css fixed, used to refer to missing background image.
[SVN r48006]
2008-08-06 20:18:33 +00:00
Emil Dotchevski
e1d7e0fdbf documentation update
[SVN r47497]
2008-07-17 00:14:25 +00:00
Emil Dotchevski
09c3747408 documentation update
[SVN r47496]
2008-07-17 00:13:09 +00:00
Emil Dotchevski
254f905ac2 minor documentation update
[SVN r47493]
2008-07-16 21:03:14 +00:00
Emil Dotchevski
88ef777088 minor documentation update
[SVN r47492]
2008-07-16 21:00:44 +00:00
Emil Dotchevski
6922781198 removed tabs from source files
updated documentation


[SVN r47251]
2008-07-09 00:39:00 +00:00
Emil Dotchevski
d7722921a7 removed tabs from source files
updated documentation


[SVN r47250]
2008-07-09 00:18:09 +00:00
Emil Dotchevski
044d5767e2 Hopefully fixing the Como-specific problem reported by Robert Ramey.
[SVN r47126]
2008-07-06 04:50:53 +00:00
Emil Dotchevski
9ddb810b95 documentation source
[SVN r47089]
2008-07-05 08:27:12 +00:00
Emil Dotchevski
b1fbc58a9f documentation
[SVN r47067]
2008-07-04 04:21:55 +00:00
Emil Dotchevski
5899c77544 BOOST_NO_TYPEID support
exception/index.html redirection
Added Boost Exception to libraries.htm and maintainers.txt
Added Boost Exception to status/Jamfile.v2

[SVN r47010]
2008-07-02 22:01:55 +00:00
Emil Dotchevski
b8ae58b904 Redirection index.html
[SVN r47008]
2008-07-02 21:51:00 +00:00
Emil Dotchevski
475f37b9c4 BOOST_NO_TYPEID
[SVN r47007]
2008-07-02 21:50:29 +00:00
Emil Dotchevski
6bffb18f10 Removed boost::exception::what. Technically not a bug fix but solves the problem reported by Oliver Kowalke on the Boost Developers mailing list.
[SVN r46931]
2008-06-30 19:56:35 +00:00
Emil Dotchevski
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
Emil Dotchevski
dc43cc1550 Minor documentation update.
[SVN r46824]
2008-06-28 20:28:29 +00:00
Emil Dotchevski
ad1ef37b81 Documentation update.
[SVN r46822]
2008-06-28 20:26:16 +00:00
Emil Dotchevski
a1c08eb8e0 Boost Exception
In other libraries, watch for compile error referring to throw_exception_assert_compatibility in boost::throw_exception. Resolve by throwing an exception that derives from std::exception. This is not a new requirement but it is being enforced now.

[SVN r46818]
2008-06-28 18:29:40 +00:00
Emil Dotchevski
640d6cfc58 bug fix, thanks Steven Watanabe
[SVN r46802]
2008-06-28 03:53:39 +00:00
Emil Dotchevski
87b1b323d8 documentation bindings updated.
[SVN r46704]
2008-06-26 06:33:51 +00:00
Emil Dotchevski
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
Emil Dotchevski
1d776ff363 Documentation source file format changed
[SVN r46344]
2008-06-12 08:20:48 +00:00
Emil Dotchevski
d54052b137 Added missing #include <ios>
[SVN r46341]
2008-06-11 22:25:06 +00:00
Emil Dotchevski
175c3e50e9 Bug in the previous bug fix!
[SVN r46335]
2008-06-11 19:20:27 +00:00
Emil Dotchevski
421a059421 Fixed exception info bug when boost::exception is derived virtually.
[SVN r46333]
2008-06-11 18:24:10 +00:00
Emil Dotchevski
3b2a6a2711 Documentation source updated.
[SVN r46087]
2008-06-03 20:18:04 +00:00
Emil Dotchevski
d04ddee87a Added required #include <stddef.h>
[SVN r45378]
2008-05-15 00:47:50 +00:00
Emil Dotchevski
8328f20b1a enable_error_info.hpp hacked to support Borland 0x582
[SVN r45339]
2008-05-13 19:59:48 +00:00
Emil Dotchevski
9f8623a2c9 Borland compatibility for enable_error_info.hpp,
Tabs removed from exception.hpp,
Documentation rebound.

[SVN r45273]
2008-05-11 02:15:49 +00:00
Peter Dimov
f243fadab2 Disable Boost.Exception for Borland 5.8.x as well.
[SVN r45268]
2008-05-10 19:55:16 +00:00
Peter Dimov
ebc9563ed0 Unconditionally #include <exception> for std::exception.
[SVN r45150]
2008-05-05 20:06:58 +00:00
Emil Dotchevski
ec0ae8105d Added missing include.
[SVN r45116]
2008-05-04 18:05:34 +00:00
Emil Dotchevski
7cc96d23ec Improved compatibility with various compilers.
[SVN r45087]
2008-05-03 19:51:41 +00:00
Emil Dotchevski
cde6de22d9 Disabled bogus GCC warnings.
[SVN r45082]
2008-05-03 18:20:15 +00:00
Peter Dimov
5ffd47553f Fixes for old compilers.
[SVN r45069]
2008-05-03 15:33:06 +00:00
Emil Dotchevski
4900711406 Boost Exception documentation update.
[SVN r45043]
2008-05-02 21:34:46 +00:00
Emil Dotchevski
d4a15cd9db tabs removed, added protected inline dtors.
[SVN r45042]
2008-05-02 20:51:31 +00:00
Emil Dotchevski
e1056d2f4a throw_exception() now ensures that the exception type passed to it derives publicly from std::exception.
[SVN r45041]
2008-05-02 20:40:39 +00:00
Emil Dotchevski
cc7d466f5d Integration of Boost Exception in boost::throw_exception().
[SVN r44954]
2008-04-30 21:45:00 +00:00
Emil Dotchevski
f3cfeeee57 Added required header #include <new>
[SVN r44886]
2008-04-29 17:17:45 +00:00
Emil Dotchevski
b5877b8d9a Added protected destructor to the base type error_info_base
[SVN r44781]
2008-04-26 17:43:58 +00:00
Emil Dotchevski
487235a7cc Fix for http://tinyurl.com/6owy6b.
[SVN r44742]
2008-04-23 17:31:56 +00:00
Emil Dotchevski
0dec4fed2c seems like <link>static causes errors
[SVN r44726]
2008-04-22 22:23:27 +00:00