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

1259 Commits

Author SHA1 Message Date
Emil Dotchevski
c4fffa07ee better asciidoctor out-of-line notes 2018-11-01 15:21:49 -07:00
Emil Dotchevski
6abd15b2d8 white space formatting 2018-11-01 15:12:19 -07:00
Emil Dotchevski
d33ea13d47 cosmetic changes 2018-11-01 13:51:03 -07:00
Emil Dotchevski
71c089f752 documentation update 2018-11-01 12:08:37 -07:00
Emil Dotchevski
9db24586e6 doc update 2018-11-01 00:08:02 -07:00
Emil Dotchevski
ce95bc31ca setting tab size in github links 2018-11-01 00:06:02 -07:00
Emil Dotchevski
ca6f67f5ee fixed bug in lua_callback_result.cpp, updated documentation 2018-10-31 23:59:07 -07:00
Emil Dotchevski
2c5dc9b25a documentation update, code fragments without wrapping 2018-10-31 18:43:30 -07:00
Emil Dotchevski
16e87374d7 easy introduction 2018-10-31 18:00:10 -07:00
Emil Dotchevski
a10a160e9b better result tests 2018-10-31 15:05:03 -07:00
Emil Dotchevski
7878817da5 gh-pages.sh 2018-10-30 21:37:01 -07:00
Emil Dotchevski
a25b2b0f47 doc update 2018-10-30 20:39:58 -07:00
Emil Dotchevski
6f6c55a58c doc update 2018-10-30 20:32:55 -07:00
Emil Dotchevski
f7a7bc6f2e doc update 2018-10-30 20:30:04 -07:00
Emil Dotchevski
1f3188eb59 diagnostic_print->diagnostic_output 2018-10-30 19:02:07 -07:00
Emil Dotchevski
3ad96528d2 handle_error/diagnostic_print moved to leaf:: instead of ADL-only friends 2018-10-30 18:50:15 -07:00
Emil Dotchevski
b2a070bedf broken links 2018-10-30 18:18:18 -07:00
Emil Dotchevski
974ec877bb LEAF_AUTO, LEAF_CHECK 2018-10-30 18:01:14 -07:00
Emil Dotchevski
ff940caaea fixed broken link 2018-10-30 17:54:52 -07:00
Emil Dotchevski
d6c2f4b95d documentation update 2018-10-30 17:45:23 -07:00
Emil Dotchevski
c4b6ab5541 better handling of next_id, and get_error for std::exception types 2018-10-30 16:59:56 -07:00
Emil Dotchevski
639004a8c6 new preload/defer 2018-10-30 15:32:19 -07:00
Emil Dotchevski
92f25a201c fixing bug in ~slot 2018-10-28 10:08:37 -07:00
Emil Dotchevski
d2954ad745 better ~slot destructor 2018-10-28 10:04:48 -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
34a7717f8b tweaks, removed throw_exception.hpp 2018-10-26 09:23:38 -07:00
Emil Dotchevski
94f8e813df documentation update 2018-10-25 22:38:20 -07:00
Emil Dotchevski
e8a2840065 expect::propagate, exception handling tweaks 2018-10-25 12:30:49 -07:00
Emil Dotchevski
16f8dcc1b6 added missing include in exception_test.cpp 2018-10-24 17:30:27 -07:00
Emil Dotchevski
6e4d77f120 minor test tweaks 2018-10-24 17:23:39 -07:00
Emil Dotchevski
49cae462fd preload refactoring 2018-10-24 16:05:06 -07:00
Emil Dotchevski
df3c22f8d3 throw_exception overload with error parameter
match<> without a function
asserting on unhandled errors
2018-10-22 11:53:08 -07:00
Emil Dotchevski
aab0f2080a added missing noexcepts 2018-10-22 10:14:04 -07:00
Emil Dotchevski
f3faefa6a8 fixed msvc build errors 2018-10-21 23:00:26 -07:00
Emil Dotchevski
67eefa99d6 wrong file for #include <tuple> 2018-10-21 21:57:02 -07:00
Emil Dotchevski
7d378350e9 one more missing #include <tuple> 2018-10-21 21:47:57 -07:00
Emil Dotchevski
0b51418ea0 fixing missing #include <tuple> 2018-10-21 21:42:24 -07:00
Emil Dotchevski
e0bdb5e95c removed assert from clear_current_error() also. 2018-10-21 21:37:41 -07:00
Emil Dotchevski
d3fcf0ecc3 Removed clear_current_error asserting !uncaught_exception. 2018-10-21 21:29:24 -07:00
Emil Dotchevski
0575f0ec9b test 2018-10-21 21:14:33 -07:00
Emil Dotchevski
ad5acc4577 test 2018-10-21 19:58:55 -07:00
Emil Dotchevski
0565b09bba test 2018-10-21 15:32:18 -07:00
Emil Dotchevski
a29334b129 compile error in result<void> 2018-10-21 15:18:14 -07:00
Emil Dotchevski
e724694344 fixing uncaught_exception issue with clear_current_error 2018-10-21 15:05:42 -07:00
Emil Dotchevski
2d7db7d23b missing <memory> include in print_file_eh/result 2018-10-21 14:50:06 -07:00
Emil Dotchevski
d2bc26c4d2 missing cassert in common.hpp 2018-10-21 14:44:36 -07:00
Emil Dotchevski
8219bdb91b missing <typeinfo> include 2018-10-21 14:35:45 -07:00
Emil Dotchevski
cc995bc88d missing include for CHAR_BIT 2018-10-21 14:31:00 -07:00
Emil Dotchevski
8a9bf4376d missing include for move 2018-10-21 14:18:53 -07:00