Commit Graph

510 Commits

Author SHA1 Message Date
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
19b67c4983 avoid C style casts
[SVN r53669]
2009-06-06 09:39:27 +00:00
bfaa9b404e avoid C style casts
[SVN r53666]
2009-06-06 09:30:28 +00:00
3a02e0696e documentation update
[SVN r53241]
2009-05-25 07:16:32 +00:00
e7c9f21a93 documentation update
[SVN r53240]
2009-05-25 07:14:17 +00:00
d990c5a5f9 documentation update
[SVN r53239]
2009-05-25 06:13:42 +00:00
2b9c154563 documentation update
[SVN r53238]
2009-05-25 06:09:01 +00:00
1229fa445b Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
2009-05-20 19:41:20 +00:00
8465a47472 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +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
0372936d86 documentation fix
[SVN r53065]
2009-05-17 06:06:14 +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
d692895aab documentation update
[SVN r53040]
2009-05-15 23:11:14 +00:00
9cee59551d documentation typo
[SVN r53039]
2009-05-15 22:42:32 +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
b7adaaf890 sync with jamfile
[SVN r52997]
2009-05-14 17:59:29 +00:00
15c0ff6130 documentation update
[SVN r52983]
2009-05-14 01:58:08 +00:00
bec171e234 exception_ptr improvements, documentation update.
[SVN r52981]
2009-05-14 00:36:46 +00:00
0ddded8e41 Added explicit handling for a few std exception types that were missing from boost::current_exception().
[SVN r52979]
2009-05-13 22:15:59 +00:00
2c959a4e43 Use local copies of the boost logo.
[SVN r52666]
2009-04-29 21:19:12 +00:00
f3b51ae5d1 fixing an error that caused warnings in diagnostic_information.hpp
[SVN r52364]
2009-04-13 05:41:31 +00:00
0e1e2ad515 fixing an error that caused warnings in diagnostic_information.hpp
[SVN r52355]
2009-04-12 17:21:39 +00:00
4007a8a460 documentation update
[SVN r52286]
2009-04-09 06:31:19 +00:00
90782a9fe6 documentation update
[SVN r52285]
2009-04-09 06:30:08 +00:00
25948347fe documentation update
[SVN r52284]
2009-04-09 06:22:05 +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
e020b0f282 documentation update
[SVN r52281]
2009-04-09 05:52:31 +00:00
f80f55143e documentation update
[SVN r52280]
2009-04-09 05:48:51 +00:00
ef483a2122 documentation update
[SVN r52279]
2009-04-09 05:48:23 +00:00
bb8a3d3fff documentation update
[SVN r52278]
2009-04-09 04:49:19 +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
6da7fed23a Documentation update
[SVN r52267]
2009-04-08 20:23:27 +00:00
fcebdfaa01 Documentation update
[SVN r52266]
2009-04-08 20:09:47 +00:00
c9d1d02ec3 Documentation update
[SVN r52265]
2009-04-08 20:08:44 +00:00
794436c3ae BOOST_NO_EXCEPTIONS #ifdef
[SVN r52264]
2009-04-08 19:21:40 +00:00
2d5be208de BOOST_NO_EXCEPTIONS #ifdef
[SVN r52263]
2009-04-08 19:20:35 +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
e45ffc810e documentation update
[SVN r52235]
2009-04-07 18:04:57 +00:00
37c1020bc4 documentation update
[SVN r52234]
2009-04-07 18:02:18 +00:00
6aa4d2f93b comments
[SVN r52227]
2009-04-07 03:02:15 +00:00
87384d2116 get_error_info returns raw pointer instead of shared_ptr (breaking change)
diagnostic_information can now be called with boost::exception or std::exception object.
BOOST_THROW_EXCEPTION can now be used even if exceptions are disabled.
added functions: current_exception_diagnostic_information, current_exception_cast
documentation updated to match.

[SVN r52225]
2009-04-06 23:15:42 +00:00
0148c3a580 documentation update
[SVN r52136]
2009-04-02 17:07:14 +00:00
b2e31a640e documentation update
[SVN r52135]
2009-04-02 17:06:53 +00:00
b10a6da29b documentation update
[SVN r52130]
2009-04-02 06:17:31 +00:00
88c2d1f228 documentation update
[SVN r52129]
2009-04-02 06:16:23 +00:00
338ce71238 documentation update
[SVN r52128]
2009-04-02 05:39:42 +00:00
8352f6ef02 documentation update
[SVN r52127]
2009-04-02 05:37:59 +00:00