2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-01 08:32:14 +00:00
Commit Graph

921 Commits

Author SHA1 Message Date
Emil Dotchevski
d0126de955 Merge branch 'develop' 2020-09-06 21:03:32 -07:00
Emil Dotchevski
7e4941ac3b Merge branch 'develop' of https://github.com/zajo/leaf into develop 2020-09-06 18:02:47 -07:00
Emil Dotchevski
229f2fd600 Minor updates to benchmark.md 2020-09-06 18:02:19 -07:00
Emil Dotchevski
dcb359b2bc Made leaf_category final 2020-09-06 17:55:40 -07:00
zajo
69091a5b2c Merge branch 'develop' 2020-09-06 04:25:53 -07:00
zajo
e14d0ea374 Moved Support/Portability to the top of the documentation 2020-09-06 04:25:11 -07:00
zajo
c99e180a64 Updated godbolt links in benchmark.md 2020-09-05 22:01:19 -07:00
Emil Dotchevski
e34db5e4f2 Merge branch 'develop' 2020-09-04 15:27:18 -07:00
zajo
6182324444 Split ubsan builds on Travis 2020-09-04 10:11:05 -07:00
zajo
c87a80daeb Minor tweak to diagnostic information 2020-09-03 22:33:43 -07:00
Emil Dotchevski
d829b48078 Removed incorrect constexpr from result<T> 2020-09-02 15:05:34 -07:00
Emil Dotchevski
899f8e06fe Turning off C++17 tests for old GCC versions 2020-09-01 13:16:32 -07:00
Emil Dotchevski
f8c8a1d566 travis 2020-08-31 03:05:37 -07:00
Emil Dotchevski
6fa94b5aa3 Fixed bug in detection of std::uncaught_exceptions 2020-08-30 22:16:52 -07:00
Emil Dotchevski
33d558257a Removing a note that LEAF is not part of Boost 2020-08-30 17:44:27 -07:00
Emil Dotchevski
c233dd5133 Renamed boost/leaf/all.hpp to boost/leaf.hpp 2020-08-30 17:41:12 -07:00
Emil Dotchevski
04b6d57d45 Fixed minor issues due to differences between C++17 and C++11 2020-08-30 16:46:13 -07:00
Emil Dotchevski
a5058d930b Renamed custom b2 variants for testing with BOOST_LEAF_DIAGNOSTICS=0 2020-08-30 14:35:27 -07:00
Emil Dotchevski
41a1c017f3 Renaming various URLs to point to boostorg. 2020-08-30 13:55:43 -07:00
Emil Dotchevski
e4e8154e30 boostorg compatibility changes 2020-08-30 13:36:58 -07:00
Emil Dotchevski
c886cb10ee Bugfix: the verbose_diagnostic_info output used to show some error types as references 2020-08-27 17:24:37 -07:00
Emil Dotchevski
950224b6f3 emcc support. Note emcc bug in std::uncaught_exceptions(), https://github.com/emscripten-core/emscripten/issues/11997 2020-08-22 16:57:01 -07:00
Emil Dotchevski
4c373ecd11 Merge branch 'develop' 2020-08-05 12:15:46 -07:00
Emil Dotchevski
73729c8b19 Added leaf_enable_unit_tests, leaf_enable_examples, leaf_enable_benchmarks Meson options. 2020-08-05 11:50:26 -07:00
unknown
5c801573a6 Deleted redundant empty line 2020-07-19 00:28:06 -07:00
unknown
97cdbfaefe Merge branch 'develop' 2020-07-19 00:18:13 -07:00
Emil Dotchevski
ad8ba3e6f4 Appveyor 2020-07-18 19:19:53 -07:00
Emil Dotchevski
db9e360a07 Moved config.hpp to detail/config.hpp 2020-07-18 17:29:41 -07:00
unknown
fa5444dc20 Merge branch 'develop' of https://github.com/zajo/leaf into develop 2020-07-18 17:22:40 -07:00
unknown
6eaab3124c Minor msvc fixes 2020-07-18 17:22:29 -07:00
Emil Dotchevski
54ca581706 Updating all.hpp 2020-07-17 19:48:43 -07:00
Emil Dotchevski
cacab39b61 Minor tweaks 2020-07-17 19:47:52 -07:00
Emil Dotchevski
ae9c99d45d Documentation update 2020-07-12 22:09:39 -07:00
Emil Dotchevski
e5611fe6a4 Merge branch 'master' of https://github.com/zajo/leaf 2020-07-11 22:58:16 -07:00
Emil Dotchevski
82a11565bc Readme 2020-07-11 22:58:02 -07:00
Emil Dotchevski
1fdd8654fe Correct handling of #pragma system_header 2020-07-09 23:53:56 -07:00
unknown
809cf74db4 Documentation update 2020-07-09 18:20:28 -07:00
Emil Dotchevski
022c168eaf Added assignment test for initialization forwarding constructor of result<> 2020-07-09 13:00:23 -07:00
unknown
ee1c01e26e Workaround for TOOLSET=clang COMPILER=/usr/bin/clang++ CXXSTD=11 clang-3.3 2020-07-09 10:34:28 -07:00
unknown
20ff25fee5 Removed redundant "using namespace", added try_catch under BOOST_LEAF_NO_EXCEPTIONS 2020-07-09 05:31:56 -07:00
unknown
3ad53bf1d6 Missing #ifdef BOOST_LEAF_NO_EXCEPTIONS 2020-07-09 02:48:09 -07:00
unknown
e130570fc5 Made try_handle_some/all noexcept under -fno-exceptions 2020-07-08 23:57:38 -07:00
unknown
0217dcc324 Added Win32 configuration 2020-07-08 23:28:38 -07:00
unknown
d0f78af498 Moved throw_exception in error.hpp 2020-07-08 23:28:21 -07:00
unknown
e4b513dae9 deleted handler_argument_traits.hpp, moved contents to context.hpp 2020-07-08 23:07:32 -07:00
unknown
061da7e810 Made context::try_catch_ a namespace-scope function 2020-07-08 22:52:15 -07:00
unknown
6eb228eb4e Merged exception/noexception error handling into one file 2020-07-08 22:42:23 -07:00
unknown
da85dbc202 Deleted leaf_detail::exception_info_ 2020-07-08 22:15:55 -07:00
unknown
d2cafd59d6 deleted exception_info_base 2020-07-08 21:57:34 -07:00
unknown
2dcbf01bcd Removed requires_catch 2020-07-08 21:50:11 -07:00