2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-30 07:52:13 +00:00
Commit Graph

91 Commits

Author SHA1 Message Date
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
Emil Dotchevski
d61eae5953 capture bugfixes and improved tests 2018-10-21 14:10:49 -07:00
Emil Dotchevski
2b306e5491 Major rewrite 2018-10-21 00:07:33 -07:00
Emil Dotchevski
fa496a7f0b changed test thread count 2018-10-13 22:35:40 -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
b5ead180bb fixing non-msvc compile error 2018-10-13 16:41:52 -07:00
Emil Dotchevski
2f6807c4ed minor bugfixes and msvc workarounds 2018-10-13 16:38:25 -07:00
Emil Dotchevski
064263841f fixing gcc errors 2018-10-13 10:46:18 -07:00
Emil Dotchevski
ae980e4dee added missing required include 2018-10-13 10:36:54 -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
2109814dcc documentation tweak 2018-10-07 07:42:51 -07:00
Emil Dotchevski
afeb36ef77 moved [[common]] to the end of the reference 2018-10-06 21:33:04 -07:00
Emil Dotchevski
e7e9d56af6 converted class diagnostic_information to a token 2018-10-06 21:22:44 -07:00
Emil Dotchevski
4ebdfda27f fixed typo in documentation 2018-10-06 17:39:09 -07:00
Emil Dotchevski
f9db09123e Info -> Information in headings 2018-10-06 16:33:31 -07:00
Emil Dotchevski
933ad61d62 title case 2018-10-06 16:22:45 -07:00