1229fa445b
Fixed almost all tab and min/max issues found by inspect tool
...
[SVN r53142]
2009-05-20 19:41:20 +00:00
de1a3daa85
support for exception_ptr and nesting of exception_ptr objects in boost::diagnostic_information
...
[SVN r53066]
2009-05-17 06:12:29 +00:00
4138359063
Merge in inspect checks for links in CSS files and external content. And fix a few of these issues.
...
Merged revisions 52663-52664,52666-52668,52712 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r52663 | danieljames | 2009-04-29 22:12:08 +0100 (Wed, 29 Apr 2009) | 1 line
Check for invalid css links in html files as well as css files.
........
r52664 | danieljames | 2009-04-29 22:12:32 +0100 (Wed, 29 Apr 2009) | 1 line
Check for external links.
........
r52666 | danieljames | 2009-04-29 22:19:12 +0100 (Wed, 29 Apr 2009) | 1 line
Use local copies of the boost logo.
........
r52667 | danieljames | 2009-04-29 22:19:40 +0100 (Wed, 29 Apr 2009) | 1 line
Remove unused copy of boostbook.css
........
r52668 | danieljames | 2009-04-29 22:19:56 +0100 (Wed, 29 Apr 2009) | 3 lines
Fix a link to a header on trac.
IMO it would be better to link to the local copy.
........
r52712 | danieljames | 2009-05-01 21:51:10 +0100 (Fri, 01 May 2009) | 1 line
Better inspect error for external content.
........
[SVN r53044]
2009-05-16 13:45:21 +00:00
b7adaaf890
sync with jamfile
...
[SVN r52997]
2009-05-14 17:59:29 +00:00
f3b51ae5d1
fixing an error that caused warnings in diagnostic_information.hpp
...
[SVN r52364]
2009-04-13 05:41:31 +00:00
4007a8a460
documentation update
...
[SVN r52286]
2009-04-09 06:31:19 +00:00
c408c71e97
documentation update
...
[SVN r52283]
2009-04-09 06:21:43 +00:00
8a7e5abc89
documentation update
...
[SVN r52282]
2009-04-09 05:55:06 +00:00
ef483a2122
documentation update
...
[SVN r52279]
2009-04-09 05:48:23 +00:00
42c4d376e4
documentation update
...
[SVN r52277]
2009-04-09 04:48:55 +00:00
e896b20993
Documentation update
...
[SVN r52268]
2009-04-08 20:24:17 +00:00
fcebdfaa01
Documentation update
...
[SVN r52266]
2009-04-08 20:09:47 +00:00
794436c3ae
BOOST_NO_EXCEPTIONS #ifdef
...
[SVN r52264]
2009-04-08 19:21:40 +00:00
027c0ff919
added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update
...
[SVN r52236]
2009-04-07 18:33:44 +00:00
0148c3a580
documentation update
...
[SVN r52136]
2009-04-02 17:07:14 +00:00
b10a6da29b
documentation update
...
[SVN r52130]
2009-04-02 06:17:31 +00:00
8352f6ef02
documentation update
...
[SVN r52127]
2009-04-02 05:37:59 +00:00
896b487bff
documentation copyright message update
...
[SVN r52126]
2009-04-02 05:04:38 +00:00
f15f44c7aa
documentation typos
...
[SVN r52123]
2009-04-02 04:51:35 +00:00
98bd3a5d5c
Documentation update
...
[SVN r52121]
2009-04-01 21:30:25 +00:00
ce05d53365
documentation update
...
[SVN r52100]
2009-04-01 07:08:24 +00:00
3257e14e02
documentation update
...
[SVN r52096]
2009-04-01 05:54:45 +00:00
6e75ef5803
Documentation update
...
[SVN r52091]
2009-03-31 22:16:49 +00:00
88f0b2e863
documentation update
...
[SVN r52074]
2009-03-31 06:41:11 +00:00
d87d1248b1
documentation update
...
[SVN r52047]
2009-03-29 05:04:54 +00:00
5512295ae2
Documentation update
...
[SVN r51631]
2009-03-05 23:01:53 +00:00
fa30904618
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
1871333223
documentation update
...
[SVN r50553]
2009-01-12 16:45:11 +00:00
6fb2fda988
Implemented support for custom to_string overloads for converting boost::error_info objects to string by the boost::diagnostic_information function.
...
[SVN r50522]
2009-01-08 23:06:25 +00:00
aaf8fff6fb
merged borland 6+ support from trunk.
...
[SVN r49190]
2008-10-08 23:04:36 +00:00
a9b5723d0d
Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration.
...
[SVN r48905]
2008-09-19 20:29:26 +00:00
c9fcdf15b2
css fixed, used to refer to missing background image.
...
[SVN r48006]
2008-08-06 20:18:33 +00:00
e1d7e0fdbf
documentation update
...
[SVN r47497]
2008-07-17 00:14:25 +00:00
254f905ac2
minor documentation update
...
[SVN r47493]
2008-07-16 21:03:14 +00:00
6922781198
removed tabs from source files
...
updated documentation
[SVN r47251]
2008-07-09 00:39:00 +00:00
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
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
dc43cc1550
Minor documentation update.
...
[SVN r46824]
2008-06-28 20:28:29 +00:00
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
12029f86ba
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
fb54e7da5d
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
boost-1.34.1
2007-07-24 19:28:14 +00:00
1e7a50ca2a
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
ae714358ad
fixes comeau bug
...
[SVN r24278]
2004-08-04 05:15:01 +00:00
98c7eb7d68
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
17f806e8a7
_MSC_VER use clarified.
...
[SVN r20992]
2003-11-28 15:35:21 +00:00
d1e4951cd5
-Wundef fixes.
...
[SVN r18788]
2003-06-12 17:09:24 +00:00
2f59c2a05e
boost::throw_exception documentation added.
...
[SVN r16239]
2002-11-14 15:13:59 +00:00
b01dc32c72
BOOST_NO_EXCEPTIONS support added.
...
[SVN r14835]
2002-08-14 12:27:22 +00:00