Emil Dotchevski
56b247d71a
Significant refactoring:
...
- Support for error objects crossing DLL boundaries on Windows via BOOST_LEAF_CFG_WIN32=2.
- Internal TLS interface improvements, separating logical allocation from reading.
- Dynamic allocations (if enabled) for on_error objects now happens before stack unwinding begins.
- BOOST_LEAF_SYMBOL_VISIBLE declarations now separated in config/visibility.hpp.
2025-12-23 17:31:52 -05:00
Emil Dotchevski
0c7923933e
Improvements in single header distro. Build script tweaks.
2024-09-13 19:58:00 -07:00
Emil Dotchevski
d0047b721c
Updated copyright dates
2024-09-08 18:26:05 -07:00
Emil Dotchevski
971ecacf0f
dynamic_capture -> result<T>, a new way to hold and transport errors across threads. Legacy capture functionality removed.
2023-12-24 18:52:14 -08:00
Emil Dotchevski
351a563de0
Copyright message update
2023-09-15 11:11:13 -07:00
Emil Dotchevski
ff4f5da286
throw leaf::exception(....) becomes leaf::throw_exception(....)
2022-06-26 22:14:28 -07:00
Emil Dotchevski
8d1285c2b5
Updated copyright note
2022-01-08 16:00:48 -08:00
Emil Dotchevski
f7392a7438
Renamed config macros, cleaned up config checks
2022-01-08 12:39:37 -08:00
Emil Dotchevski
394d6d7762
Support FreeRTOS ond for other TLS array APIs
2022-01-05 17:30:30 -08:00
Emil Dotchevski
996edca175
Support for BOOST_LEAF_EMBEDDED, removing all diagnostics support, std::string/std::stringstream
2022-01-03 12:00:56 -08:00
Emil Dotchevski
74b580b88d
Deindented top level namespaces and updated copyright messages
2021-01-26 22:46:15 -08:00
Emil Dotchevski
43582bb44c
Generagitng leaf.hpp on GitHub Actions
2020-12-19 23:43:34 -08:00
Emil Dotchevski
fdff6508ce
Duplicated unit tests: testing each with single header and with individual headers
2020-12-09 00:26:59 -08:00
Emil Dotchevski
8e44c206ef
Better handling of handlers accessing the std::error_code stored in std::system_error.
2020-11-23 19:57:46 -08:00
Emil Dotchevski
a48880368f
Improved unit test
2020-11-23 16:40:56 -08:00
Emil Dotchevski
ef92aaacd9
match<condition<>> working with std::system_error exceptions as well
2020-11-22 21:17:10 -08:00
Emil Dotchevski
f9bb01572f
Added unit tests for pull request 15
2020-11-21 16:51:02 -08:00