Commit Graph

  • 43a57d518c msvc warning workaround, thanks bersbersbers cc Emil Dotchevski 2019-10-15 13:36:12 -0700
  • e2e802e508 dist: trusty Emil Dotchevski 2019-08-20 16:27:13 -0700
  • 5143552817 throw() -> BOOST_NOEXCEPT_OR_NOTHROW Emil Dotchevski 2019-06-06 15:33:45 -0700
  • 1e507924ce Mark throw_exception with BOOST_NORETURN. Closes #12. Peter Dimov 2019-06-03 03:06:40 +0300
  • 50c34dee24 Switch Appveyor to 2015 image Peter Dimov 2019-04-14 17:51:51 +0300
  • 37dfb7fe92 Remove essentials from yml files Peter Dimov 2018-12-22 05:16:16 +0200
  • 9dfba607d9 Update .yml files Peter Dimov 2018-12-18 21:58:55 +0200
  • 074bc77efb Merge branch 'feature/wrapexcept' into develop Peter Dimov 2018-09-30 04:07:21 +0300
  • 9d5b953dcf Merge branch 'develop' Peter Dimov 2018-09-30 04:05:46 +0300
  • eafb1c877b Add 'unsupported' comment to CMakeLists.txt Peter Dimov 2018-09-30 04:05:09 +0300
  • dd7d2a273c Merge branch 'feature/more-tests' into feature/wrapexcept Peter Dimov 2018-09-27 08:27:02 +0300
  • 9b99dd5f60 Add tests for throw_line Peter Dimov 2018-09-27 08:26:29 +0300
  • 322d7611af Use boost::wrapexcept<E> as the thrown exception type Peter Dimov 2018-09-27 08:13:59 +0300
  • 56dd1c4111 Add/use exception_detail::enable_both Peter Dimov 2018-09-27 07:39:18 +0300
  • a732dfad3c Add boost::exception, exception_ptr tests to throw_from_library_test as well Peter Dimov 2018-09-27 07:23:52 +0300
  • 6845ba892d Add test that uses boost::exception_ptr Peter Dimov 2018-09-27 07:15:53 +0300
  • a17f4bad42 Add test that catches by boost::exception Peter Dimov 2018-09-27 07:10:41 +0300
  • c807ae9201 Merge branch 'fix-c4668' of https://github.com/pkolbus/throw_exception into feature/pr-7 Peter Dimov 2018-09-27 06:27:32 +0300
  • fe0f62bf17 Move BOOST_SYMBOL_VISIBLE after class Peter Dimov 2018-09-27 00:53:52 +0300
  • 4714760035 Merge branch 'develop' of https://github.com/epvbergen/throw_exception into feature/symbol-visible Peter Dimov 2018-09-27 00:52:07 +0300
  • 72564448cf
    Merge pull request #11 from Kojoley/patch-1 Peter Dimov 2018-09-26 15:58:02 +0300
  • 7e2f1b4ecd
    Removed extra semicolon Nikita Kniazev 2018-09-26 15:28:19 +0300
  • 9d43946812 Add BOOST_SYMBOL_VISIBLE to exception types in throw_from_library_test Peter Dimov 2018-09-26 03:48:09 +0300
  • ca46976908 Add -d0 to b2 headers on Appveyor Peter Dimov 2018-09-25 21:32:23 +0300
  • 2fdcaa3be1 Merge branch 'develop' of https://github.com/boostorg/throw_exception into develop Peter Dimov 2018-09-25 21:28:14 +0300
  • 3fba666bea Update appveyor.yml Peter Dimov 2018-09-25 21:28:01 +0300
  • 376fc078b5
    Merge pull request #6 from pgroke-dt/develop Peter Dimov 2018-09-25 20:56:31 +0300
  • 614cbc4f34 Add throw_from_library_test Peter Dimov 2018-09-25 20:55:04 +0300
  • ee45839a78 Add appveyor.yml Peter Dimov 2018-09-25 20:18:43 +0300
  • e3b556a978 Add .travis.yml Peter Dimov 2018-09-25 16:00:51 +0300
  • 8b879067f7 Replaced hardcoded symbol visibility for GCC with BOOST_SYMBOL_VISIBLE van Bergen Emile 2018-09-25 10:40:26 +0200
  • 40e067d7b7 Merge commit '56d65d5f625ed118f6052cc8f924f8ec21913089' Peter Dimov 2018-09-24 07:09:18 +0300
  • 940df3e051 Merge branch 'master' into develop Peter Dimov 2018-09-24 07:07:36 +0300
  • 4fd6f2aa0e
    Merge pull request #8 from Mike-Devel/min_cmake Peter Dimov 2018-09-20 14:16:24 +0300
  • aec4ca6914 [CMake] Fix library name Mike Dev 2018-09-20 12:57:12 +0200
  • 10f3663798 [CMake] Generate cmake target that other libraries can use Mike Dev 2018-09-18 13:19:19 +0200
  • f796dd892a
    Fix MSVC C4668 in exception.hpp Peter Kolbus 2018-03-26 22:39:26 -0500
  • f5022b5ca8
    Fix MSVC C4668 in throw_exception.hpp Peter Kolbus 2018-03-26 22:38:33 -0500
  • a0ca8113fd Merge branch 'develop' of https://github.com/boostorg/throw_exception into develop Paul Groke 2017-02-21 18:06:51 +0100
  • 56d65d5f62 #including config.hpp before other headers. Emil Dotchevski 2017-02-20 17:49:33 -0800
  • cce19ef60f Don't include stuff inside #pragma warning push/pop, include boost/config.hpp before testing BOOST_ macros. Paul Groke 2017-02-15 13:18:06 +0100
  • c548923b32 Merge branch 'develop' Emil Dotchevski 2016-11-07 11:30:38 -0800
  • f94638e522 Configuration option to allow Boost Exception to use std::shared_ptr instead of boost::shared_ptr. Emil Dotchevski 2016-09-28 17:01:26 -0700
  • fc1ca8aef6 Merge branch 'develop' of https://github.com/boostorg/throw_exception Emil Dotchevski 2016-06-07 12:58:24 -0700
  • c89a2db112 Merge pull request #4 from vslavik/fix-clone_impl-visibility zajo 2015-10-11 15:09:46 -0700
  • f52e2fe315 Use default visibility for exception_detail::clone_impl<> Václav Slavík 2015-10-10 16:44:52 +0200
  • fa2195c268 rvalue support in error_info Emil Dotchevski 2015-03-24 15:35:56 -0700
  • a9de81a444 Merge branch 'master' into develop Peter Dimov 2014-06-08 23:18:48 +0300
  • c5518238f1 Redirect to the documentation in libs/exception. Peter Dimov 2014-06-08 23:17:48 +0300
  • db77e5138e Merge pull request #2 from danieljames/index-file Peter Dimov 2014-06-08 23:13:47 +0300
  • 5609729de1 Copy missing css and image files from exception. Daniel James 2014-06-08 18:23:44 +0100
  • cda21f9c6c Add a redirect to the documentation. Daniel James 2014-06-08 18:20:38 +0100
  • c9afa79087 Merge pull request #1 from Lastique/develop Peter Dimov 2014-06-05 00:12:45 +0300
  • 37e726da58 Remove BOOST_ATTRIBUTE_NORETURN and use BOOST_NORETURN provided by Boost.Config instead. Andrey Semashev 2014-06-05 00:44:39 +0400
  • e08b3aa75f Rename test files. Peter Dimov 2014-06-03 19:46:35 +0300
  • 1d240961c0 Merge branch 'develop' Peter Dimov 2014-06-03 03:20:04 +0300
  • f60cd78973 Add libraries.json. Peter Dimov 2014-06-03 03:19:48 +0300
  • 3b025141e4 Merge branch 'develop' Peter Dimov 2014-06-03 02:37:29 +0300
  • ee1aa005fd N3757 Emil Dotchevski 2013-08-31 23:24:40 +0000
  • 513929ae73 Revert "Remove obsolete MSVC check from pragma guard" Peter Dimov 2014-06-03 02:25:09 +0300
  • cca5aa5395 Revert "Exception: Remove obsolete MSVC version check." Peter Dimov 2014-06-03 02:24:16 +0300
  • 899c1d44df Revert "Exception: Remove obsolete GCC version checks." Peter Dimov 2014-06-03 02:23:54 +0300
  • 9c7cd0b8b5 Add test/Jamfile.v2. Peter Dimov 2014-06-03 01:52:12 +0300
  • 6a42b70891 Merging recent changes from trunk. Emil Dotchevski 2013-09-10 05:54:53 +0000
  • d0bbcab566 Merging long-standing changes from Trunk, including the slightly more sophisticated handling of the to_string conversion done in boost::diagnostic_information. Emil Dotchevski 2013-03-08 02:01:44 +0000
  • 9b26d9a9cc Merged changes from trunk: dealing with warnings, and a compile error on Win CE. Emil Dotchevski 2012-06-21 02:15:24 +0000
  • abec03383f Merging minor tested bugfixes from trunk. Emil Dotchevski 2012-03-27 19:31:48 +0000
  • 3558cf31c5 Fixing a build glitch in the non-intrusive exception_ptr support (Authorized by Eric) Emil Dotchevski 2011-07-10 05:45:57 +0000
  • 3655e4c64b Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC. Emil Dotchevski 2011-04-04 21:19:48 +0000
  • a75cde2ce1 Revert r69620. Daniel James 2011-03-10 07:34:15 +0000
  • 3c5efe3c3b Committing changes merged from trunk, most notably optional non-intrusive exception_ptr support for MSVC. Emil Dotchevski 2011-03-07 07:45:38 +0000
  • a2b07f059c Ticket #4344 Emil Dotchevski 2010-12-09 06:40:19 +0000
  • 173fa9c41e merging changes from trunk. Emil Dotchevski 2010-07-03 21:32:02 +0000
  • a53446874b updating from trunk. Emil Dotchevski 2010-03-08 08:18:25 +0000
  • 89e6b4ef35 minor BOOST_THROW_EXCEPTION fix. Emil Dotchevski 2009-12-22 20:59:23 +0000
  • fed2b48aa9 Merging changes from trunk. Emil Dotchevski 2009-12-16 22:26:57 +0000
  • bee54c1aee Bug ticket 3641, also merging other fixes from Trunk. Emil Dotchevski 2009-11-18 23:00:41 +0000
  • c920a49ab3 Fixing a comment error and adding a trivial protected destructor. Emil Dotchevski 2009-11-04 21:17:35 +0000
  • 41ba027722 Added errinfo_nested_exception typedef. Documentation update. Emil Dotchevski 2009-10-22 07:14:09 +0000
  • 2af84878d2 Merging from trunk: new function diagnostic_information_what, and mutable error info access. Emil Dotchevski 2009-09-29 20:38:11 +0000
  • a92ed0a337 Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation. Emil Dotchevski 2009-07-22 20:55:50 +0000
  • a8e3b197cb Added BOOST_ATTRIBUTE_NORETURN to suppress warnings in boost::throw_exception Emil Dotchevski 2009-07-05 20:07:20 +0000
  • 30367847d0 support for exception_ptr and nesting of exception_ptr objects in boost::diagnostic_information Emil Dotchevski 2009-05-17 06:12:29 +0000
  • 7024dd004e Merge in inspect checks for links in CSS files and external content. And fix a few of these issues. Daniel James 2009-05-16 13:45:21 +0000
  • e03a9b456b Documentation update Emil Dotchevski 2009-04-08 20:24:17 +0000
  • 0209303f6e Documentation update Emil Dotchevski 2009-04-08 20:09:47 +0000
  • db856c78f8 added functions current_exception_cast, current_exception_diagnostic_information, various other minor changes, documentation update Emil Dotchevski 2009-04-07 18:33:44 +0000
  • 91c0cec2e4 documentation copyright message update Emil Dotchevski 2009-04-02 05:04:38 +0000
  • 29ee8ebd74 Documentation update Emil Dotchevski 2009-04-01 21:30:25 +0000
  • f787971155 documentation update Emil Dotchevski 2009-03-29 05:04:54 +0000
  • 4dc5b8d088 merged borland 6+ support from trunk. Emil Dotchevski 2008-10-08 23:04:36 +0000
  • fc1d3ff88b Boost Exception major refactoring: works with or without RTTI, vastly improved boost::throw_exception integration. Emil Dotchevski 2008-09-19 20:29:26 +0000
  • 4ae98c397c minor documentation update Emil Dotchevski 2008-07-16 21:03:14 +0000
  • 9d16ad7161 removed tabs from source files updated documentation Emil Dotchevski 2008-07-09 00:39:00 +0000
  • 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 Emil Dotchevski 2008-07-02 22:01:55 +0000
  • ea1c3adce9 Removed boost::exception::what. Technically not a bug fix but solves the problem reported by Oliver Kowalke on the Boost Developers mailing list. Emil Dotchevski 2008-06-30 19:56:35 +0000
  • 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. Emil Dotchevski 2008-06-28 18:29:40 +0000
  • 09c7cb53c9 fixes comeau bug Robert Ramey 2004-08-04 05:15:01 +0000
  • d9670d560c Converted to Boost Software License, Version 1.0 Douglas Gregor 2004-07-26 00:32:12 +0000
  • 7c576f0229 _MSC_VER use clarified. Peter Dimov 2003-11-28 15:35:21 +0000