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

101 Commits

Author SHA1 Message Date
Emil Dotchevski
3f9d1821dd renamed types and variable 2019-01-15 11:28:17 -08:00
Emil Dotchevski
ff6f7716cd error -> error_id 2019-01-15 00:36:44 -08:00
Emil Dotchevski
17fc004d55 cosmetic changes, documentation update 2019-01-14 23:51:53 -08:00
Emil Dotchevski
0f4dc4f637 cosmetic changes 2019-01-14 17:24:52 -08:00
Emil Dotchevski
e7d212c8e9 tweaked the behavior of handle_all 2019-01-13 23:38:46 -08:00
Emil Dotchevski
bb9ba95e17 travis 2019-01-13 16:34:40 -08:00
Emil Dotchevski
fee3868261 documentation, cosmetic changes 2019-01-13 09:13:54 -08:00
Emil Dotchevski
f11e3b248e diagnostic info refactor 2019-01-10 20:51:26 -08:00
Emil Dotchevski
a16600a989 error constructor -> new_error 2019-01-10 09:29:48 -08:00
Emil Dotchevski
6e466d8ce3 warnings, errors 2019-01-09 22:43:50 -08:00
Emil Dotchevski
a88d950045 Complete rewrite to try_, handle_some, handle_all 2019-01-09 17:30:31 -08:00
Emil Dotchevski
e032a0b4f7 member handle_error 2019-01-03 17:25:09 -08:00
Emil Dotchevski
484ca0c55e decoupled diagnostic_output from expect<> 2019-01-03 13:46:38 -08:00
Emil Dotchevski
bee675432e Major refactoring, handle_error deduces its return type. 2019-01-01 23:01:26 -08:00
Emil Dotchevski
1677b94ec0 documentation update 2018-12-27 18:32:59 -08:00
Emil Dotchevski
4aeb0f68d2 current_exception_diagnostic_output -> diagnostic_output_current_exception 2018-12-08 19:06:11 -08:00
Emil Dotchevski
4ac038b763 changed LEAF_THROW and LEAF_EXCEPTION syntax 2018-12-04 22:20:55 -08:00
Emil Dotchevski
1bac1e1d1a is_error_type, renamed peek_next_error to next_error_value 2018-11-25 12:37:27 -08:00
Emil Dotchevski
126f303908 documentation update 2018-11-25 09:07:33 -08:00
Emil Dotchevski
ca0173fb24 deleted .value, match<> 2018-11-25 03:17:49 -08:00
Emil Dotchevski
e3dd9cbf4e removed throw_exception, class exception now public 2018-11-09 15:30:17 -08:00
Emil Dotchevski
4df0a7bef6 examples and documentation update 2018-11-02 16:57:03 -07:00
Emil Dotchevski
8e725518b2 current_exception_diagnostic_output 2018-11-02 11:28:36 -07:00
Emil Dotchevski
f6f97af693 moved peek_next_error to namespace leaf 2018-11-01 16:01:41 -07:00
Emil Dotchevski
6abd15b2d8 white space formatting 2018-11-01 15:12:19 -07:00
Emil Dotchevski
ca6f67f5ee fixed bug in lua_callback_result.cpp, updated documentation 2018-10-31 23:59:07 -07:00
Emil Dotchevski
16e87374d7 easy introduction 2018-10-31 18:00:10 -07:00
Emil Dotchevski
1f3188eb59 diagnostic_print->diagnostic_output 2018-10-30 19:02:07 -07:00
Emil Dotchevski
639004a8c6 new preload/defer 2018-10-30 15:32:19 -07:00
Emil Dotchevski
c0da765966 cosmetics 2018-10-28 10:02:03 -07:00
Emil Dotchevski
28961367a3 tweaks, pretty much complete documentation 2018-10-27 17:38:33 -07:00
Emil Dotchevski
e8a2840065 expect::propagate, exception handling tweaks 2018-10-25 12:30:49 -07:00
Emil Dotchevski
49cae462fd preload refactoring 2018-10-24 16:05:06 -07:00
Emil Dotchevski
f3faefa6a8 fixed msvc build errors 2018-10-21 23:00:26 -07:00
Emil Dotchevski
0575f0ec9b test 2018-10-21 21:14:33 -07:00
Emil Dotchevski
2d7db7d23b missing <memory> include in print_file_eh/result 2018-10-21 14:50:06 -07:00
Emil Dotchevski
2b306e5491 Major rewrite 2018-10-21 00:07:33 -07:00
Emil Dotchevski
f2e18cb77a result.capture() 2018-10-13 20:29:01 -07:00
Emil Dotchevski
6566c63b53 examples tweak 2018-10-13 17:16:41 -07:00
Emil Dotchevski
2f6807c4ed minor bugfixes and msvc workarounds 2018-10-13 16:38:25 -07:00
Emil Dotchevski
910227b1ad Minor tweaks, updated Jamfile 2018-10-13 10:30:17 -07:00
Emil Dotchevski
d4da6c1753 tests working after major refactoring 2018-10-12 22:50:07 -07:00
Emil Dotchevski
d6c152ccfd added header compile tests 2018-10-07 08:11:19 -07:00
Emil Dotchevski
e7e9d56af6 converted class diagnostic_information to a token 2018-10-06 21:22:44 -07:00
Emil Dotchevski
b046d9d580 changed file_read_error to file_eof_error in examples and documentation 2018-10-06 15:39:35 -07:00
Emil Dotchevski
1dd286fc0d Improved transport examples 2018-10-05 22:17:54 +02:00
Emil Dotchevski
9752989d66 various minor tweaks, and documentation 2018-09-21 16:22:28 +03:00
Emil Dotchevski
7a8446e416 minor has_current_error change 2018-09-17 18:44:01 -07:00
Emil Dotchevski
6b42d9f9e7 expected->expect 2018-09-17 18:37:53 -07:00
Emil Dotchevski
426a5e8011 better diagnostic_information, _eh and _ec versions for print_file example 2018-09-17 16:21:50 -07:00