Commit Graph

203 Commits

Author SHA1 Message Date
Daniel James
5609729de1 Copy missing css and image files from exception. 2014-06-08 18:23:44 +01:00
Daniel James
cda21f9c6c Add a redirect to the documentation. 2014-06-08 18:20:38 +01:00
Peter Dimov
c9afa79087 Merge pull request #1 from Lastique/develop
Remove BOOST_ATTRIBUTE_NORETURN
2014-06-05 00:12:45 +03:00
Andrey Semashev
37e726da58 Remove BOOST_ATTRIBUTE_NORETURN and use BOOST_NORETURN provided by Boost.Config instead. 2014-06-05 00:44:39 +04:00
Peter Dimov
e08b3aa75f Rename test files. 2014-06-03 19:46:35 +03:00
Peter Dimov
1d240961c0 Merge branch 'develop' 2014-06-03 03:20:04 +03:00
Peter Dimov
f60cd78973 Add libraries.json. 2014-06-03 03:19:48 +03:00
Peter Dimov
3b025141e4 Merge branch 'develop' 2014-06-03 02:37:29 +03:00
Emil Dotchevski
ee1aa005fd N3757
[SVN r85538]
2014-06-03 02:37:08 +03:00
Peter Dimov
513929ae73 Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 24fd7039a1.
2014-06-03 02:25:09 +03:00
Peter Dimov
cca5aa5395 Revert "Exception: Remove obsolete MSVC version check."
This reverts commit ec6bce5618.
2014-06-03 02:24:16 +03:00
Peter Dimov
899c1d44df Revert "Exception: Remove obsolete GCC version checks."
This reverts commit 949a2d9482.
2014-06-03 02:23:54 +03:00
Peter Dimov
9c7cd0b8b5 Add test/Jamfile.v2. 2014-06-03 01:57:51 +03:00
Emil Dotchevski
6a42b70891 Merging recent changes from trunk.
[SVN r85636]
2014-06-03 01:57:06 +03:00
Emil Dotchevski
d0bbcab566 Merging long-standing changes from Trunk, including the slightly more sophisticated handling of the to_string conversion done in boost::diagnostic_information.
[SVN r83354]
2014-06-03 01:57:06 +03:00
Emil Dotchevski
9b26d9a9cc Merged changes from trunk: dealing with warnings, and a compile error on Win CE.
[SVN r79026]
2014-06-03 01:57:05 +03:00
Emil Dotchevski
abec03383f Merging minor tested bugfixes from trunk.
[SVN r77592]
2014-06-03 01:57:05 +03:00
Emil Dotchevski
3558cf31c5 Fixing a build glitch in the non-intrusive exception_ptr support (Authorized by Eric)
[SVN r72995]
2014-06-03 01:57:04 +03:00
Emil Dotchevski
3655e4c64b Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC.
[SVN r70974]
2014-06-03 01:57:04 +03:00
Daniel James
a75cde2ce1 Revert r69620.
It's breaking the tests and probably isn't appropriate for a bug fix release.

[SVN r69816]
2014-06-03 01:57:04 +03:00
Emil Dotchevski
3c5efe3c3b Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC.
[SVN r69620]
2014-06-03 01:57:03 +03:00
Emil Dotchevski
a2b07f059c Ticket #4344
[SVN r67128]
2014-06-03 01:57:03 +03:00
Emil Dotchevski
173fa9c41e merging changes from trunk.
[SVN r63565]
2014-06-03 01:57:02 +03:00
Emil Dotchevski
a53446874b updating from trunk.
[SVN r60338]
2014-06-03 01:57:02 +03:00
Emil Dotchevski
89e6b4ef35 minor BOOST_THROW_EXCEPTION fix.
[SVN r58499]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
fed2b48aa9 Merging changes from trunk.
[SVN r58421]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
bee54c1aee Bug ticket 3641, also merging other fixes from Trunk.
[SVN r57764]
2014-06-03 01:57:01 +03:00
Emil Dotchevski
c920a49ab3 Fixing a comment error and adding a trivial protected destructor.
[SVN r57379]
2014-06-03 01:57:00 +03:00
Emil Dotchevski
41ba027722 Added errinfo_nested_exception typedef. Documentation update.
[SVN r57059]
2014-06-03 01:57:00 +03:00
Emil Dotchevski
2af84878d2 Merging from trunk: new function diagnostic_information_what, and mutable error info access.
[SVN r56477]
2014-06-03 01:56:59 +03:00
Emil Dotchevski
a92ed0a337 Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation.
[SVN r55094]
2014-06-03 01:56:59 +03:00
Emil Dotchevski
a8e3b197cb Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in boost::throw_exception
[SVN r54683]
2014-06-03 01:56:58 +03:00
Emil Dotchevski
30367847d0 support for exception_ptr and nesting of exception_ptr objects in boost::diagnostic_information
[SVN r53066]
2014-06-03 01:56:58 +03:00
Daniel James
7024dd004e 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]
2014-06-03 01:56:58 +03:00
Emil Dotchevski
e03a9b456b Documentation update
[SVN r52268]
2014-06-03 01:56:57 +03:00
Emil Dotchevski
0209303f6e Documentation update
[SVN r52266]
2014-06-03 01:56:57 +03:00
Emil Dotchevski
db856c78f8 added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update
[SVN r52236]
2014-06-03 01:56:56 +03:00
Emil Dotchevski
91c0cec2e4 documentation copyright message update
[SVN r52126]
2014-06-03 01:56:56 +03:00
Emil Dotchevski
29ee8ebd74 Documentation update
[SVN r52121]
2014-06-03 01:56:55 +03:00
Emil Dotchevski
f787971155 documentation update
[SVN r52047]
2014-06-03 01:56:55 +03:00
Emil Dotchevski
4dc5b8d088 merged borland 6+ support from trunk.
[SVN r49190]
2014-06-03 01:56:55 +03:00
Emil Dotchevski
fc1d3ff88b Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration.
[SVN r48905]
2014-06-03 01:56:54 +03:00
Emil Dotchevski
4ae98c397c minor documentation update
[SVN r47493]
2014-06-03 01:56:54 +03:00
Emil Dotchevski
9d16ad7161 removed tabs from source files updated documentation
[SVN r47251]
2014-06-03 01:56:53 +03:00
Emil Dotchevski
7cc40d49ef 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]
2014-06-03 01:56:53 +03:00
Emil Dotchevski
ea1c3adce9 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]
2014-06-03 01:56:53 +03:00
Emil Dotchevski
ac073290ab 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]
2014-06-03 01:56:52 +03:00
Robert Ramey
09c7cb53c9 fixes comeau bug
[SVN r24278]
2014-06-03 01:56:52 +03:00
Douglas Gregor
d9670d560c Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-03 01:56:51 +03:00
Peter Dimov
7c576f0229 _MSC_VER use clarified.
[SVN r20992]
2014-06-03 01:56:51 +03:00