Commit Graph

18 Commits

Author SHA1 Message Date
Emil Dotchevski
910c081d37 Added errinfo_nested_exception typedef. Documentation update.
[SVN r57059]
2009-10-22 07:14:09 +00:00
Daniel James
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
Emil Dotchevski
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
Emil Dotchevski
8352f6ef02 documentation update
[SVN r52127]
2009-04-02 05:37:59 +00:00
Emil Dotchevski
896b487bff documentation copyright message update
[SVN r52126]
2009-04-02 05:04:38 +00:00
Emil Dotchevski
98bd3a5d5c Documentation update
[SVN r52121]
2009-04-01 21:30:25 +00:00
Emil Dotchevski
6e75ef5803 Documentation update
[SVN r52091]
2009-03-31 22:16:49 +00:00
Emil Dotchevski
d87d1248b1 documentation update
[SVN r52047]
2009-03-29 05:04:54 +00:00
Emil Dotchevski
5512295ae2 Documentation update
[SVN r51631]
2009-03-05 23:01:53 +00:00
Emil Dotchevski
1871333223 documentation update
[SVN r50553]
2009-01-12 16:45:11 +00:00
Emil Dotchevski
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
Emil Dotchevski
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
Emil Dotchevski
e1d7e0fdbf documentation update
[SVN r47497]
2008-07-17 00:14:25 +00:00
Emil Dotchevski
254f905ac2 minor documentation update
[SVN r47493]
2008-07-16 21:03:14 +00:00
Emil Dotchevski
6922781198 removed tabs from source files
updated documentation


[SVN r47251]
2008-07-09 00:39:00 +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
dc43cc1550 Minor documentation update.
[SVN r46824]
2008-06-28 20:28:29 +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