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

36 Commits

Author SHA1 Message Date
Emil Dotchevski
8dd2b7f4e8 Renamed augment_id to error_monitor 2020-06-19 13:03:00 -07:00
Emil Dotchevski
297ffe1f2e Fixed bugs in Lua examples 2020-06-17 20:42:57 -07:00
Emil Dotchevski
b1e99f2333 Example tweaks 2020-06-17 11:57:58 -07:00
Emil Dotchevski
c1641ac606 example tweaks 2020-06-15 18:56:46 -07:00
Emil Dotchevski
0382743fbe Example tweaks, BOOST_LEAF_THROW renamed to BOOST_LEAF_THROW_EXCEPTION 2020-06-15 16:40:42 -07:00
Emil Dotchevski
824b754a62 Grammar in comment 2020-06-14 19:34:48 -07:00
Emil Dotchevski
5286241e8b std::inserter -> std::back_inserter 2020-06-14 19:26:31 -07:00
Emil Dotchevski
9fde64be8a Prefixed all macros with BOOST_ 2020-06-14 18:10:22 -07:00
Emil Dotchevski
4462ee374e Enable exceptions to work without catch_<> 2020-06-13 17:32:50 -07:00
Emil Dotchevski
566c57e1fb remote_ handling interfaces all gone! 2020-06-13 12:27:03 -07:00
Emil Dotchevski
b45915bd3b Updated copyright messages 2020-06-10 11:24:09 -07:00
Emil Dotchevski
951c973f97 Better handling of e_errno in print_file tests 2020-06-09 21:05:38 -07:00
Emil Dotchevski
a61886c99a Minor changes to local variable names in tests 2020-06-08 20:07:30 -07:00
Emil Dotchevski
443700ef16 deleted accumulate, defer, preload -- all done with on_error now. 2020-06-07 16:35:42 -07:00
Emil Dotchevski
30683e5444 Deleted is_e_type. Made improvements to leaf::exception. 2020-05-28 23:59:15 -07:00
Emil Dotchevski
c2323f50dc Removed exception handlinf member functions of the context class template 2020-01-01 18:41:48 -08:00
Emil Dotchevski
30cfe9fce1 Context activation/deactivation/propagation refactored. 2019-12-29 18:13:10 -08:00
Emil Dotchevski
0ae00ab180 Major refactor to delete next_error(). Improved async support. 2019-12-08 15:38:16 -08:00
Emil Dotchevski
53994cc58a Removed implicit conversion error_id -> std::error_code 2019-11-24 14:22:31 -08:00
Emil Dotchevski
a7f3d56deb Removing unnecessary declarations 2019-11-15 23:06:55 -08:00
Emil Dotchevski
c57a7300cb activate_context function template 2019-11-11 17:21:37 -08:00
Emil Dotchevski
ed91071382 Refactored context to not have any virtual functions 2019-11-11 14:02:41 -08:00
Emil Dotchevski
4b6110bb37 context_activator modified to avoid virtual function calls on context activation/deactivation 2019-11-04 12:04:02 -08:00
Emil Dotchevski
2d90fd459d Support for LEAF_NO_THREADS, changes to the support for LEAF_NO_EXCEPTIONS 2019-11-01 17:04:56 -07:00
Emil Dotchevski
ae23e14472 Fixes, and tests for -fno-exceptions -fno-rtti 2019-10-31 18:09:47 -07:00
Emil Dotchevski
d36f0a3c3f Documentation, example comments improved. 2019-04-26 12:12:53 -07:00
Emil Dotchevski
0efc52e784 fixed bug in single header generation, changed copyright messages 2019-04-19 17:30:05 -07:00
Emil Dotchevski
04061e0495 Added outcome::result example 2019-04-18 10:06:41 -07:00
Emil Dotchevski
78425cbbf3 updated asio/beast/leaf example 2019-03-25 17:59:14 -07:00
Emil Dotchevski
b6c16c2a91 asio_beast_leaf_rpc example 2019-03-08 11:49:58 -08:00
Emil Dotchevski
2c3c77f83f spell check 2019-02-20 19:08:41 -08:00
Emil Dotchevski
c42bee4bfc formatting changes, documentation update 2019-02-19 21:46:47 -08:00
Emil Dotchevski
fc0dc830ed doc update 2019-02-19 16:23:49 -08:00
Emil Dotchevski
61af47280f Minor rename, documentation update 2019-02-18 20:33:30 -08:00
Emil Dotchevski
c03a751f7c typos, thanks sorin 2019-02-12 15:32:23 -08:00
Emil Dotchevski
2e1391195b Documentation, some renamings 2019-02-11 22:10:04 -08:00