314 Commits

Author SHA1 Message Date
f3d4d55f52 Apply Node20 workaround boost-1.88.0.beta1 boost-1.88.0 2024-12-12 19:50:41 +02:00
8b55365179 Update .drone.jsonnet 2024-12-12 19:33:06 +02:00
8947bbb9cb Update ci.yml 2024-12-12 19:25:26 +02:00
b75bf9e76f Disable tests using Boost.Exception under C++03 2024-12-12 18:33:58 +02:00
ca85c198c8 Update build.jam, test/Jamfile boost-1.87.0.beta1 boost-1.87.0 2024-08-28 19:34:26 +03:00
bfd94a7b41 Merge branch 'modular' of https://github.com/grafikrobot/boostorg.throw_exception into feature/modular-b2 2024-08-28 19:27:22 +03:00
36e3e8aded Add VERBATIM to add_custom_target 2024-08-28 19:16:02 +03:00
091fd61c09 Update .drone.jsonnet 2024-08-28 18:24:12 +03:00
0b0a85f60c Update ci.yml 2024-08-28 18:05:03 +03:00
a0ea1e5f90 Move inter-lib dependencies to a project variable and into the build targets. 2024-07-23 22:34:24 -05:00
2ffcfc14ee Update copyright dates. 2024-07-20 22:52:05 -05:00
4b20f08b3f Change all <source> references to <library>. 2024-07-20 21:26:38 -05:00
2207995f92 Sync from upstream. 2024-06-17 22:25:08 -05:00
6ff2e5dca5 Update throw_exception_test4.cpp boost-1.86.0.beta1 boost-1.86.0 2024-06-17 21:52:29 +03:00
d2e0b6d82a Update ci.yml 2024-06-17 21:33:25 +03:00
13124487d2 Bump B2 require to 5.2 2024-06-14 11:33:56 -05:00
8e4c9a5f75 Add requires-b2 check to top-level build file. 2024-05-05 09:00:01 -05:00
502caee36e Switch to library requirements instead of source. As source puts extra source in install targets. 2024-03-29 21:16:00 -05:00
d7bb0dfb16 Make the library modular usable. 2024-03-11 08:38:17 -05:00
7c8ec2114b Add -Wundef to test/Jamfile boost-1.85.0.beta1 boost-1.85.0 2024-01-06 19:41:56 +02:00
bdf60d39d5 Avoid -Wundef warning 2024-01-06 17:05:58 +02:00
bc58e33137 Add Xcode 13.4 to Drone 2024-01-01 20:16:08 +02:00
083f1d6984 Update .drone.jsonnet 2024-01-01 19:46:30 +02:00
152b36e86f Update throw_exception_test4.cpp. Refs boostorg/assert#34. boost-1.84.0 2023-11-29 02:49:09 +02:00
78947332e1 Update ci.yml 2023-11-29 02:21:36 +02:00
23dd41e920 Update ci.yml boost-1.83.0 boost-1.83.0.beta1 boost-1.84.0.beta1 2023-06-25 17:13:03 +03:00
10e161cc56 Add -Wconversion et al to test/Jamfile 2023-06-25 16:05:24 +03:00
c5f734275b Update appveyor.yml boost-1.82.0.beta1 boost-1.82.0 2023-01-23 06:03:53 +02:00
94cf3285ca Update ci.yml 2023-01-23 04:16:58 +02:00
6ea43972cf Update .drone.jsonnet 2023-01-23 04:04:05 +02:00
d307a2d4a7 Update ci.yml boost-1.81.0 boost-1.81.0.beta1 2022-08-16 18:51:51 +03:00
b0add8fa4e Add CMake tests to ci.yml 2022-08-16 11:09:01 +03:00
a4cb03745c Update ci.yml 2022-08-16 11:06:35 +03:00
ce1065a845 Merge pull request #23 from mborland/develop
Replace 0 with BOOST_NULLPTR
2022-07-14 08:36:38 +03:00
d86a6220d5 Replace 0 with BOOST_NULLPTR 2022-07-13 07:50:58 -05:00
f2b7655016 Change del.p_=0 to del.p_=nullptr (#22)
* Change del.p_=0 to del.p_=nullptr

A simple change (I hope) that cleans up compiler warnings and errors.

* Support older compilers

* Update throw_exception.hpp

* Update throw_exception.hpp
boost-1.80.0 boost-1.80.0.beta1
2022-06-09 15:54:12 +03:00
68d092f4d7 Update documentation boost-1.79.0.beta1 boost-1.79.0 2022-02-17 01:23:30 +02:00
26f3ce3c5c Add throw_column to boost::exception, make get_throw_location work for it 2022-02-16 13:45:54 +02:00
e14f6ed69e Add line numbers to examples, highlight throw line 2022-02-15 20:48:18 +02:00
3c67fc2b54 Update examples to use boost::core::verbose_terminate_handler 2022-02-15 20:26:40 +02:00
cffa8cd68c Add a test for throw_with_location with RTTI off 2022-02-15 00:59:05 +02:00
8608fdd923 Update documentation 2022-02-12 20:59:49 +02:00
b3a7f8e178 Update documentation 2022-02-12 03:33:44 +02:00
3e51d32285 Avoid signed/unsigned compare warnings in tests 2022-02-10 22:46:10 +02:00
f2ca8df9ab Merge branch 'develop' into feature/throw-with-location 2022-02-10 22:42:17 +02:00
3470506880 Update ci.yml 2022-02-10 20:12:22 +02:00
c5dfcc3dd4 Add boost::throw_with_location 2022-02-10 20:02:30 +02:00
7b314a2184 Update .drone.jsonnet 2022-02-08 17:09:40 +02:00
dbbbb71232 Update throw_exception_test4.cpp to reflect changes to function name coming from BOOST_CURRENT_LOCATION 2022-02-08 16:55:28 +02:00
d0f136e079 Add Drone files 2022-02-08 16:35:02 +02:00