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

Commit Graph

  • a16600a989 error constructor -> new_error Emil Dotchevski 2019-01-10 09:29:48 -08:00
  • b1da5131ea tryin to fix gcc compile errors Emil Dotchevski 2019-01-09 23:54:24 -08:00
  • 882d62d2c7 compile errors Emil Dotchevski 2019-01-09 23:39:24 -08:00
  • c5441b9c52 compile errors, warnings Emil Dotchevski 2019-01-09 23:19:49 -08:00
  • 4f8e4d032a warnings, compile errors Emil Dotchevski 2019-01-09 23:05:18 -08:00
  • 6e466d8ce3 warnings, errors Emil Dotchevski 2019-01-09 22:43:50 -08:00
  • 05e1e56ad8 compile warnings/errors Emil Dotchevski 2019-01-09 18:24:18 -08:00
  • b385bbf67c warnings/errors Emil Dotchevski 2019-01-09 17:38:23 -08:00
  • a88d950045 Complete rewrite to try_, handle_some, handle_all Emil Dotchevski 2019-01-09 17:30:31 -08:00
  • 1b0578ca32 removed sfinae workarounds from handle_error.hpp Emil Dotchevski 2019-01-03 18:41:38 -08:00
  • 108f0a9c08 using master boost branch on travis Emil Dotchevski 2019-01-03 17:59:54 -08:00
  • 78204a4f1c building feature branches Emil Dotchevski 2019-01-03 17:47:28 -08:00
  • 53ccb107f5 building feature branches on travis Emil Dotchevski 2019-01-03 17:47:04 -08:00
  • 6a85827e69 building feature branches on travis Emil Dotchevski 2019-01-03 17:46:33 -08:00
  • c8da5be5d1 building feature branches in travis Emil Dotchevski 2019-01-03 17:39:06 -08:00
  • 1f0351d3c2 travis test for feature branches Emil Dotchevski 2019-01-03 17:26:22 -08:00
  • e032a0b4f7 member handle_error Emil Dotchevski 2019-01-03 17:25:09 -08:00
  • 484ca0c55e decoupled diagnostic_output from expect<> Emil Dotchevski 2019-01-03 13:46:38 -08:00
  • 207bf378cc documentation build error Emil Dotchevski 2019-01-02 23:11:25 -08:00
  • bb61ba0c61 fixing doc building error Emil Dotchevski 2019-01-02 22:57:44 -08:00
  • f40a72cabc disabling meson build for now Emil Dotchevski 2019-01-02 22:48:22 -08:00
  • 8333c87ca6 fixing broken b2 invocation Emil Dotchevski 2019-01-02 22:39:43 -08:00
  • 3b6d3b72d1 disabling meson build for now Emil Dotchevski 2019-01-02 22:36:19 -08:00
  • 5a351c9ecb added meson testing in .travis.yml Emil Dotchevski 2019-01-02 22:22:15 -08:00
  • 5ab58a494a fixing meson build error not linking pthread in examples Emil Dotchevski 2019-01-02 21:39:20 -08:00
  • bfc73f671f handler_pack_return_type_helper tweak Emil Dotchevski 2019-01-02 21:29:59 -08:00
  • f9c4fbf9c7 Enforcing same return type for functions passed to handle_error Emil Dotchevski 2019-01-02 21:10:55 -08:00
  • 0566823f0e Disabling msvc warning Emil Dotchevski 2019-01-02 15:59:25 -08:00
  • 615b1fb8e6 added required <threading>multi to build examples Emil Dotchevski 2019-01-02 13:34:01 -08:00
  • be7cc91803 SFINAE fix Emil Dotchevski 2019-01-02 13:10:45 -08:00
  • 2afd519549 SFINAE issue fix Emil Dotchevski 2019-01-02 12:55:46 -08:00
  • f5d02a7b56 workaround for gcc and clang compile errors Emil Dotchevski 2019-01-01 23:18:18 -08:00
  • a712c3a1ec resolved merge conflicts Emil Dotchevski 2019-01-01 23:06:17 -08:00
  • bee675432e Major refactoring, handle_error deduces its return type. Emil Dotchevski 2019-01-01 23:01:26 -08:00
  • 77324b9047 using auto initializer list instead of a "manual" array Emil Dotchevski 2018-12-29 07:39:44 -08:00
  • 96fa0498e0 documentation update Emil Dotchevski 2018-12-27 22:10:48 -08:00
  • 3681c9b0cc documentation update Emil Dotchevski 2018-12-27 21:43:32 -08:00
  • 3f8b203752 forgot to enable toc Emil Dotchevski 2018-12-27 18:36:07 -08:00
  • 1677b94ec0 documentation update Emil Dotchevski 2018-12-27 18:32:59 -08:00
  • 8d8fa9af47 forgot to make target dir Emil Dotchevski 2018-12-22 11:33:12 -08:00
  • ce11ce9f0a documentation building/deployment Emil Dotchevski 2018-12-22 11:28:50 -08:00
  • 91e0476304 fixing gcc error in Jamfile. Emil Dotchevski 2018-12-20 11:47:23 -08:00
  • 711892bf84 second attempt at dealing with msvc warning Emil Dotchevski 2018-12-18 23:01:44 -08:00
  • abdec447f2 fixing msvc warnings Emil Dotchevski 2018-12-18 22:58:46 -08:00
  • abf59cc31b getting rid of useless constexpr Emil Dotchevski 2018-12-18 22:52:28 -08:00
  • 8df6b0a27c appveyor Emil Dotchevski 2018-12-18 22:21:52 -08:00
  • a88cda1fbc enabling doc toc Emil Dotchevski 2018-12-18 17:25:12 -08:00
  • 47de71d909 documentation: refactoring boost exception code to leaf Emil Dotchevski 2018-12-18 17:23:46 -08:00
  • beec295558 Merge branch 'master' of https://github.com/zajo/leaf Emil Dotchevski 2018-12-17 12:37:30 -08:00
  • e54d44436c Merge branch 'master' of https://github.com/zajo/leaf Emil Dotchevski 2018-12-14 17:33:59 -08:00
  • ff3c0782db better e_unexpected_diagnostic_output Emil Dotchevski 2018-12-14 17:33:54 -08:00
  • 688030d90a .vscode windows test tasks Emil Dotchevski 2018-12-14 12:48:38 -08:00
  • dc49b08b25 fixing missing return in op<< Emil Dotchevski 2018-12-12 22:48:06 -08:00
  • a51837ee86 documentation update Emil Dotchevski 2018-12-12 13:42:40 -08:00
  • fceeb17332 Decoupled meson-based unit tests from Boost Emil Dotchevski 2018-12-12 13:22:59 -08:00
  • 201c4c6f53 Merge branch 'master' of https://github.com/zajo/leaf Emil Dotchevski 2018-12-12 10:35:13 -08:00
  • bf8e7444e0 Printing for e_LastError Emil Dotchevski 2018-12-12 10:34:04 -08:00
  • e782077d62 msvc workaround Emil Dotchevski 2018-12-11 22:56:49 -08:00
  • ab7894a0c3 boost dependency fallback Emil Dotchevski 2018-12-11 19:31:08 -08:00
  • d6c712f34a added boost dependency in meson.build Emil Dotchevski 2018-12-11 19:24:35 -08:00
  • 0b247776e1 demangle+copyright behind include guards Emil Dotchevski 2018-12-10 22:18:44 -08:00
  • adbcb245b6 forgot to include cassert Emil Dotchevski 2018-12-10 15:05:46 -08:00
  • f89fc42caa prettier diagnostic output Emil Dotchevski 2018-12-10 15:00:04 -08:00
  • 72560fae52 enabling test output in travis Emil Dotchevski 2018-12-10 14:28:08 -08:00
  • 81feb498a2 preload/defer bug and tests Emil Dotchevski 2018-12-09 23:06:57 -08:00
  • e2a99f9586 Merge branch 'master' of https://github.com/zajo/leaf Emil Dotchevski 2018-12-08 19:21:05 -08:00
  • e426c34313 fixing documentation bug Emil Dotchevski 2018-12-08 19:20:49 -08:00
  • 4aeb0f68d2 current_exception_diagnostic_output -> diagnostic_output_current_exception Emil Dotchevski 2018-12-08 19:06:11 -08:00
  • 052dfe9a66 minor test fix Emil Dotchevski 2018-12-07 22:25:09 -08:00
  • 8e2af8e359 fixed std::forward issue in put_slot Emil Dotchevski 2018-12-06 11:38:14 -08:00
  • 82582c6121 doc update Emil Dotchevski 2018-12-05 14:52:46 -08:00
  • 8d2fbf1b33 enabling toc disabled by mistake Emil Dotchevski 2018-12-05 14:47:02 -08:00
  • 58b56acfbb documentation update Emil Dotchevski 2018-12-05 14:45:33 -08:00
  • e2f186d1bd documentation update Emil Dotchevski 2018-12-05 14:39:37 -08:00
  • 5e0e6bdb33 documentation update Emil Dotchevski 2018-12-05 13:17:05 -08:00
  • 482be01a5d documentation update Emil Dotchevski 2018-12-05 13:05:52 -08:00
  • 0fc8d48a37 fixed gcc compile errors Emil Dotchevski 2018-12-04 22:34:05 -08:00
  • 9a6e27b561 LEAF_ERROR using __VA_ARGS__ Emil Dotchevski 2018-12-04 22:25:09 -08:00
  • 4ac038b763 changed LEAF_THROW and LEAF_EXCEPTION syntax Emil Dotchevski 2018-12-04 22:20:55 -08:00
  • fb942e5ca7 current_exception_diagnostic_output.hpp Emil Dotchevski 2018-12-04 19:21:17 -08:00
  • 4ad8f9341d fixing windows errors Emil Dotchevski 2018-12-04 18:47:01 -08:00
  • 0434bbe60b new tests and bug fixes in preload Emil Dotchevski 2018-12-04 15:05:28 -08:00
  • 9d9ca11a32 Merge branch 'master' of https://github.com/zajo/leaf Emil Dotchevski 2018-12-04 12:13:44 -08:00
  • 1005950cfd Added more common e_ types Emil Dotchevski 2018-12-04 12:13:37 -08:00
  • 51c34061bb css Emil Dotchevski 2018-11-28 22:28:26 -08:00
  • 2264f048a6 reformatting of documentation Emil Dotchevski 2018-11-28 22:28:00 -08:00
  • fa9a2256d0 documentation update Emil Dotchevski 2018-11-27 20:33:34 -08:00
  • f866c646b3 better handling for e_unexpected and e_unexpected_diagnostic_output Emil Dotchevski 2018-11-27 11:40:52 -08:00
  • e76f4e6325 e_unexpected_diagnostic_output Emil Dotchevski 2018-11-27 09:15:34 -08:00
  • d25518d863 more unexpected, + documentation update Emil Dotchevski 2018-11-25 23:36:09 -08:00
  • 63d59464a7 e_source_location -> meta::e_source_location added meta::e_unexpected documentation update Emil Dotchevski 2018-11-25 18:17:23 -08:00
  • ca835c96b1 typo Emil Dotchevski 2018-11-25 12:38:09 -08:00
  • 1bac1e1d1a is_error_type, renamed peek_next_error to next_error_value Emil Dotchevski 2018-11-25 12:37:27 -08:00
  • bb54d9d19d typo Emil Dotchevski 2018-11-25 09:27:33 -08:00
  • 3e5e6277e1 better print.hpp dispatch Emil Dotchevski 2018-11-25 09:17:53 -08:00
  • 126f303908 documentation update Emil Dotchevski 2018-11-25 09:07:33 -08:00
  • 053733d8f1 unwrap->match Emil Dotchevski 2018-11-25 05:59:42 -08:00
  • ea3064d5f7 Merge branch 'refactor-value' of https://github.com/zajo/leaf into refactor-value Emil Dotchevski 2018-11-25 03:19:29 -08:00
  • ca0173fb24 deleted .value, match<> Emil Dotchevski 2018-11-25 03:14:46 -08:00
  • d9d043c657 deleted .value, match<> Emil Dotchevski 2018-11-25 03:14:46 -08:00