2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-22 17:22:50 +00:00

Commit Graph

  • 297ffe1f2e Fixed bugs in Lua examples Emil Dotchevski 2020-06-17 20:42:57 -07:00
  • 42bca9b08c Documentation tweaks Emil Dotchevski 2020-06-17 17:14:58 -07:00
  • b959bd76ee Installing rouge in .travis.yml Emil Dotchevski 2020-06-17 15:18:31 -07:00
  • 9cd2619a99 Fixing obsolete comments in examples Emil Dotchevski 2020-06-17 12:20:51 -07:00
  • 14ebcf2827 enabling syntax coloring in documentation Emil Dotchevski 2020-06-17 12:03:55 -07:00
  • b1e99f2333 Example tweaks Emil Dotchevski 2020-06-17 11:57:58 -07:00
  • 1a86a2e088 Merge branch 'feature/delete_remotes' of https://github.com/zajo/leaf into feature/delete_remotes Emil Dotchevski 2020-06-16 22:17:37 -07:00
  • 47fd3a2145 new handler matching procedure Emil Dotchevski 2020-06-16 22:17:30 -07:00
  • 70da606dbc Classification of Failures Emil Dotchevski 2020-06-16 21:30:09 -07:00
  • 3a283d8d37 Support in match<> for std::error_code as the first argument, as well as .value function Emil Dotchevski 2020-06-16 19:59:37 -07:00
  • e90592a68f Backwards compatibility header Emil Dotchevski 2020-06-16 00:09:07 -07:00
  • 2a76bec85b Bug in BOOST_LEAF_EXCEPTION Emil Dotchevski 2020-06-16 00:08:58 -07:00
  • 0c9b82ca14 Disabling example building under -fno-exceptions Emil Dotchevski 2020-06-15 22:49:30 -07:00
  • c1641ac606 example tweaks Emil Dotchevski 2020-06-15 18:56:46 -07:00
  • fdeaa3f054 Documentation update Emil Dotchevski 2020-06-15 18:56:38 -07:00
  • 1c9a2eca4b Removed redundant std::exception when calling leaf::exception() Emil Dotchevski 2020-06-15 18:37:35 -07:00
  • aac28bbc49 Documentation update Emil Dotchevski 2020-06-15 18:35:31 -07:00
  • 0382743fbe Example tweaks, BOOST_LEAF_THROW renamed to BOOST_LEAF_THROW_EXCEPTION Emil Dotchevski 2020-06-15 16:40:42 -07:00
  • 824b754a62 Grammar in comment Emil Dotchevski 2020-06-14 19:34:48 -07:00
  • 5286241e8b std::inserter -> std::back_inserter Emil Dotchevski 2020-06-14 19:26:31 -07:00
  • 414c2b9a25 Context deduction tweaks Emil Dotchevski 2020-06-14 18:55:02 -07:00
  • 9fde64be8a Prefixed all macros with BOOST_ Emil Dotchevski 2020-06-14 18:10:22 -07:00
  • c7a985af98 removed unnecessary declarations Emil Dotchevski 2020-06-14 12:16:30 -07:00
  • 08b43478c4 faster to compile tuple handlers implementation Emil Dotchevski 2020-06-14 10:51:26 -07:00
  • e42b845ff1 support for mutable references and mutable pointers Emil Dotchevski 2020-06-13 23:36:08 -07:00
  • 4462ee374e Enable exceptions to work without catch_<> Emil Dotchevski 2020-06-13 17:32:50 -07:00
  • 2fd17328b4 Compile error in result_load_test.cpp Emil Dotchevski 2020-06-13 13:38:10 -07:00
  • db824ee0ae std::index_sequence -> mp11::index_sequence Emil Dotchevski 2020-06-13 13:28:02 -07:00
  • 25be18f92d Adding missing header <utility> Emil Dotchevski 2020-06-13 12:43:57 -07:00
  • e5258f8c46 Adding message to static_assert Emil Dotchevski 2020-06-13 12:42:28 -07:00
  • 566c57e1fb remote_ handling interfaces all gone! Emil Dotchevski 2020-06-13 12:27:03 -07:00
  • c903dd7111 remote handlers by make_tuple works Emil Dotchevski 2020-06-12 19:38:20 -07:00
  • 45e564f8e7 Removed Tag... Emil Dotchevski 2020-06-10 22:27:12 -07:00
  • b45915bd3b Updated copyright messages Emil Dotchevski 2020-06-10 11:24:09 -07:00
  • 6d1d34216c Added exception compile-fail tests Emil Dotchevski 2020-06-10 11:20:17 -07:00
  • 4d74b6a793 Improved diagnostic_info_test Emil Dotchevski 2020-06-10 00:17:30 -07:00
  • a2a38c9275 LEAF_NEW_ERROR, LEAF_EXCEPTION, LEAF_THROW support for error tags Emil Dotchevski 2020-06-10 00:02:46 -07:00
  • 6e45ca69d1 msvc workaround Emil Dotchevski 2020-06-09 21:18:18 -07:00
  • cbd0797ecb Restoring test/boost so meson tests can be used without Boost Emil Dotchevski 2020-06-09 21:05:59 -07:00
  • 951c973f97 Better handling of e_errno in print_file tests Emil Dotchevski 2020-06-09 21:05:38 -07:00
  • 38d1d10865 Added Tag... template arguments to new_error, load, on_error, exception Emil Dotchevski 2020-06-09 21:05:20 -07:00
  • 1533e6e008 GCC 4.9 workaround Emil Dotchevski 2020-06-09 00:35:43 -07:00
  • 261c81820e Attempting workaround for g++ 4.9 Emil Dotchevski 2020-06-08 23:17:34 -07:00
  • 3b835582ca Testing passing function with no arguments to load. Emil Dotchevski 2020-06-08 23:03:40 -07:00
  • 0ca28f0651 Compile error on g++4.9 Emil Dotchevski 2020-06-08 22:28:56 -07:00
  • a61886c99a Minor changes to local variable names in tests Emil Dotchevski 2020-06-08 20:07:30 -07:00
  • b07e12245f Documentation update Emil Dotchevski 2020-06-08 20:06:51 -07:00
  • 30913a7a9b Fixed compile error in leaf_detail::load_item Emil Dotchevski 2020-06-07 20:03:42 -07:00
  • 443700ef16 deleted accumulate, defer, preload -- all done with on_error now. Emil Dotchevski 2020-06-07 16:35:42 -07:00
  • 857085347e Fixed lEAF_NO_DISCARD bug, thanks Joaquin Emil Dotchevski 2020-06-06 13:48:39 -07:00
  • d9819bac6b Deleting test/boost/core dir Emil Dotchevski 2020-06-06 13:46:18 -07:00
  • 76edf8edc3 Merge branch 'develop' into feature/delete_is_e_type Emil Dotchevski 2020-06-05 22:56:53 -07:00
  • 170a09fa3c .travis.yml fixed Emil Dotchevski 2020-06-05 21:13:10 -07:00
  • d0f7976b31 Merge branch 'master' into develop Emil Dotchevski 2020-06-05 17:46:23 -07:00
  • f7450393e3 Documentation fixes Emil Dotchevski 2020-06-05 17:46:02 -07:00
  • 5db85deaa6 Visual change in the synopsis Emil Dotchevski 2020-06-03 23:02:45 -07:00
  • 4045a55a9d Added a note on plugins being considered in order Emil Dotchevski 2020-06-01 18:41:50 -07:00
  • 584b3406b4 Added LEAF_NODISCARD Emil Dotchevski 2020-05-30 18:31:40 -07:00
  • 6c3717cf9d Marked preload, defer, accumulate [[nodiscard]]. Thanks Christian Mazakis. Emil Dotchevski 2020-05-30 16:30:22 -07:00
  • e7d821b2f8 Typo, #7, thanks Gavin Lambert Emil Dotchevski 2020-05-29 20:28:26 -07:00
  • 8e6828b1ec Documentation fixes Emil Dotchevski 2020-05-29 20:23:13 -07:00
  • 30683e5444 Deleted is_e_type. Made improvements to leaf::exception. Emil Dotchevski 2020-05-28 23:59:15 -07:00
  • 2723cf577b Removed e_original_ec, sending std::error_code directly now. Emil Dotchevski 2020-05-27 11:12:19 -07:00
  • ab115c0144 Adding clarification to point to exception handling part of the introduction. Emil Dotchevski 2020-05-25 00:21:45 -07:00
  • 3809ff5e7f Fixed PDF rendering error Emil Dotchevski 2020-05-13 12:08:28 -07:00
  • 39711093b9 Travis: another DOC=1 problem Emil Dotchevski 2020-05-13 00:09:37 -07:00
  • bda22d8f0f Travis: issue with DOC=1 Emil Dotchevski 2020-05-13 00:04:56 -07:00
  • b458a9a64f Installing asciidoctor only for DOC=1 Emil Dotchevski 2020-05-12 23:57:38 -07:00
  • 27ab7ebfe6 Documentation update Emil Dotchevski 2020-05-11 22:17:47 -07:00
  • 0e63323dc3 Disabled coderay Emil Dotchevski 2020-05-11 18:31:42 -07:00
  • f5f446e5bd Improved PDF formatting Emil Dotchevski 2020-05-11 17:46:01 -07:00
  • d56d93ff3c Merge pull request #6 from akrzemi1/patch-1 Emil Dotchevski 2020-05-11 12:49:53 -07:00
  • 0a5a14dc83 Linked skin project Emil Dotchevski 2020-05-11 12:35:26 -07:00
  • cceac19b38 Fixed minor bug in zajo-light.css Emil Dotchevski 2020-05-11 09:28:46 -07:00
  • 63b3052717 Skin switch image button Emil Dotchevski 2020-05-11 08:49:34 -07:00
  • 0e218745ba Better PDF output Emil Dotchevski 2020-05-11 00:16:47 -07:00
  • 61de102364 Documentation update Emil Dotchevski 2020-05-10 21:25:48 -07:00
  • b6f59f6515 Fix typeo in the docs Andrzej Krzemieński 2020-05-01 17:21:18 +02:00
  • b643cb9882 Edits based on feedback from Ben Craig. Emil Dotchevski 2020-04-04 17:51:55 -07:00
  • e7449b9554 Inverted #ifndef -> #ifdef Emil Dotchevski 2020-02-19 17:40:32 -08:00
  • fb5f65ea1d Travis: fixing broken test under -fno-exceptions Emil Dotchevski 2020-02-19 17:36:58 -08:00
  • dd5b781969 Fixing constexpr error Emil Dotchevski 2020-02-19 17:19:04 -08:00
  • f91a17b8d5 Dealing with stale error objects when throwing non-LEAF exceptions Emil Dotchevski 2020-02-19 17:01:23 -08:00
  • 18c87c0ac7 Added std::error_code benchmark. Updated benchmark programs to work with latest Boost. Emil Dotchevski 2020-01-21 12:18:42 -08:00
  • 1549a5f60e Documentation tweaks Emil Dotchevski 2020-01-20 11:11:41 -08:00
  • d891a65340 Fixing warnings define and better handling of warnings in meson.build. Emil Dotchevski 2020-01-18 14:30:25 -08:00
  • a3131627f4 warnings Emil Dotchevski 2020-01-17 19:33:34 -08:00
  • 3742617da3 removed ubsan from meson.build as meson has a builtin option for that Emil Dotchevski 2020-01-17 19:33:20 -08:00
  • 13c929a2fc Merge branch 'develop' of https://github.com/zajo/leaf into develop Emil Dotchevski 2020-01-17 17:09:07 -08:00
  • a3cdfaec6c Fixed bug in diagnostic info printing Emil Dotchevski 2020-01-17 17:08:51 -08:00
  • 0fc7e93760 whitespace Emil Dotchevski 2020-01-14 22:09:38 -08:00
  • 905564b672 Removed unused variable in exception_test.cpp Emil Dotchevski 2020-01-13 17:42:00 -08:00
  • 9700c24fc6 Minor workaround for msvc 2017 Emil Dotchevski 2020-01-12 18:56:14 -08:00
  • 3f2ad10354 Doc tweak Emil Dotchevski 2020-01-10 16:09:55 -08:00
  • 4ffb230735 ubsan args only when using gcc or clang Emil Dotchevski 2020-01-10 12:19:32 -08:00
  • 19e7a36fc7 Minor refactoring, deleted detail/handle.hpp Emil Dotchevski 2020-01-09 19:27:25 -08:00
  • 84b6bbd8a4 benchmark.md Emil Dotchevski 2020-01-07 14:27:52 -08:00
  • f2f71891bf benchmark.md Emil Dotchevski 2020-01-05 11:36:56 -08:00
  • 870d3dda24 Fixed preload bug, now it supports non-moveable types as well. Emil Dotchevski 2020-01-03 18:22:06 -08:00
  • 8b9ce65193 Fixed preload_exception_test under -fno-exceptions Emil Dotchevski 2020-01-03 11:34:54 -08:00