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

1161 Commits

Author SHA1 Message Date
Emil Dotchevski
cf0dcfcb78 Merge branch 'develop' boost-1.86.0 2024-08-04 19:16:15 -07:00
Emil Dotchevski
cb3a943a4d Updated documentation to link talk on using exception hondling on embedded systems 2024-08-04 17:33:44 -07:00
Emil Dotchevski
05b94dfdfb Added meson config for testing embedded builds 2024-08-04 16:23:53 -07:00
Emil Dotchevski
64bb944a1d Merge branch 'develop' 2024-07-30 15:31:37 -07:00
Emil Dotchevski
1f74580555 Merge pull request #72 from indiosmo/develop
Add the [[nodiscard]] attribute to the result class
2024-07-28 19:52:41 -07:00
Emil Dotchevski
e8ed8fefd1 Merge branch 'develop' 2024-07-27 22:25:57 -07:00
Emil Dotchevski
ca88243363 GHA 2024-07-27 20:31:11 -07:00
Luiz Siqueira
9debb6fd04 Merge branch 'boostorg:develop' into develop 2024-07-27 00:52:46 -03:00
Emil Dotchevski
fd6ae82d74 GHA update 2024-07-26 17:00:28 -07:00
Emil Dotchevski
4565377340 GHA update 2024-07-26 15:53:43 -07:00
Emil Dotchevski
ad38d5f113 Merge branch 'develop' 2024-07-26 11:37:11 -07:00
Emil Dotchevski
dcdc9bd47e Updated gha 2024-07-25 17:53:51 -07:00
Luiz Siqueira
5583af83c5 Change syntax of attribute to avoid conflicts 2024-07-25 11:48:38 -03:00
Luiz Siqueira
a7690d069a remove BOOST_LEAF_SYMBOL_VISIBLE for testing 2024-07-25 11:08:34 -03:00
Luiz Siqueira
be26dfbeef Merge branch 'boostorg:develop' into develop 2024-07-25 10:38:39 -03:00
Emil Dotchevski
e5cf085aee Attempt at fixing gh-pages deployment boost-1.86.0.beta1 2024-07-03 12:27:27 -07:00
Emil Dotchevski
de202432ab Upgrading gh-pages deployment script 2024-06-30 23:36:50 -07:00
Emil Dotchevski
70ffa085f2 Upgraded gh-pages deployment script 2024-06-30 23:33:23 -07:00
Emil Dotchevski
d755b4ce1c Fix a bug in dynamic_allocator 2024-06-30 16:37:26 -07:00
Emil Dotchevski
5ed2782f05 Update GHA 2024-06-30 16:37:05 -07:00
Luiz Siqueira
b8102ac376 require c++17 regardless of compiler 2024-05-10 17:45:17 -03:00
Luiz Siqueira
863eb2133e require c++17 for both clang and gcc 2024-05-10 15:28:05 -03:00
Luiz Siqueira
32620fe868 Revert "Add the [[nodiscard]] attribute to the result class"
This reverts commit a2958ec8cf.
2024-05-10 14:43:41 -03:00
Luiz Siqueira
a2958ec8cf Add the [[nodiscard]] attribute to the result class 2024-05-09 08:30:34 -03:00
Emil Dotchevski
ed8f9cd32f Issue 70 boost-1.85.0.beta1 boost-1.85.0 2024-01-27 17:48:53 -08:00
Emil Dotchevski
17b43e5cf7 Documentation update 2024-01-20 15:36:53 -08:00
Emil Dotchevski
52bbec06cf Minor changes in result member functions sfinae use 2024-01-16 22:32:42 -08:00
Emil Dotchevski
66deb97fc7 Formatting 2024-01-16 22:31:55 -08:00
Emil Dotchevski
bfabf9d4b6 Removed redundant open/close of leaf namespace 2024-01-14 20:15:20 -08:00
Emil Dotchevski
c33f7ac67d fixed a bug in .vscode/tasks.json 2024-01-14 20:14:58 -08:00
Emil Dotchevski
031dfa09f7 Issue 69 2024-01-08 17:52:41 -08:00
Emil Dotchevski
668049c7fc Bug fix: adding missing inline on lead_detail::unload_result 2024-01-07 21:35:07 -08:00
Emil Dotchevski
febc51040b Documentation white space tweak 2024-01-07 14:57:55 -08:00
Emil Dotchevski
b4093c5060 Renamed try_capture_all example/test files 2024-01-07 11:18:18 -08:00
Emil Dotchevski
971141db00 New dynamic capture system: try_capture_all. Previous API based on make_shared_contex/capture is deprecated. 2024-01-06 17:59:10 -08: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
d8aae79133 Merge pull request #66 from boostorg/feature/result_value_type
Public result<T>::value_type
boost-1.84.0.beta1 boost-1.84.0
2023-11-05 17:30:19 -08:00
Emil Dotchevski
30a6e2a0a5 Documentation update for result<T>::value_type 2023-11-05 16:28:42 -08:00
Emil Dotchevski
c4977866bc Public result<T>::value_type 2023-11-05 13:53:17 -08:00
Emil Dotchevski
4b37ca62f1 Merge pull request #65 from boostorg/feature/removed_redundant_value_logic
Feature/removed redundant value logic
2023-10-28 22:20:54 -07:00
Emil Dotchevski
867e2c94d9 removed redundant logic in error_id::value() 2023-10-28 16:36:16 -07:00
Emil Dotchevski
c353af70da GHA compat 2023-10-28 16:33:24 -07:00
Emil Dotchevski
e3571f4dcf Merge pull request #64 from godmaycrying/develop
Visual studio 2015 build error fixing
2023-10-28 12:03:00 -07:00
godmaycrying
5b5673c273 Update error.hpp 2023-10-28 10:44:38 +08:00
godmaycrying
51f6f6597a Visual studio 2015 build error fixing 2023-10-27 15:25:06 +08:00
Emil Dotchevski
f2ec744ce9 Merge pull request #61 from boostorg/feature/issue60
Issue 60
2023-09-22 16:43:29 -07:00
Emil Dotchevski
49a1fb31f6 Issue 60 2023-09-22 09:54:47 -07:00
Emil Dotchevski
3199f47578 Merge pull request #59 from boostorg/feature/drone_disable_gcc_49
Disabled GCC 4.9 in Drone unit tests
2023-09-16 17:41:28 -07:00
Emil Dotchevski
863bfdd369 Disabled GCC 4.9 in Drone unit tests 2023-09-16 12:13:58 -07:00
Emil Dotchevski
3cf130eb97 Merge pull request #58 from sdarwin/drone2
Upgrade MacOS drone tests
2023-09-15 17:06:04 -07:00