-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Boost.Histogram to 1.77+ (#594)
* chore: update boost-histogram
- Loading branch information
Showing
10 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
Submodule assert
updated
12 files
+217 −0 | .github/workflows/ci.yml | |
+47 −9 | .travis.yml | |
+0 −10 | CMakeLists.txt | |
+1 −2 | README.md | |
+6 −6 | appveyor.yml | |
+6 −0 | include/boost/assert/source_location.hpp | |
+3 −2 | meta/libraries.json | |
+3 −1 | test/Jamfile.v2 | |
+1 −1 | test/assert_test.cpp | |
+1 −1 | test/cmake_subdir_test/CMakeLists.txt | |
+2 −3 | test/current_function_test.cpp | |
+1 −1 | test/quick.cpp |
Submodule core
updated
36 files
Submodule histogram
updated
60 files
Submodule mp11
updated
23 files
+217 −0 | .github/workflows/ci.yml | |
+53 −10 | .travis.yml | |
+1 −1 | CMakeLists.txt | |
+7 −3 | appveyor.yml | |
+39 −0 | doc/mp11/algorithm.adoc | |
+4 −0 | doc/mp11/changelog.adoc | |
+60 −0 | include/boost/mp11/algorithm.hpp | |
+44 −12 | include/boost/mp11/detail/mp_count.hpp | |
+5 −9 | include/boost/mp11/function.hpp | |
+1 −1 | include/boost/mp11/version.hpp | |
+3 −2 | meta/libraries.json | |
+8 −4 | test/Jamfile | |
+42 −0 | test/mp_all_2.cpp | |
+23 −0 | test/mp_all_of.cpp | |
+42 −0 | test/mp_any_2.cpp | |
+23 −0 | test/mp_any_of.cpp | |
+17 −0 | test/mp_count.cpp | |
+20 −0 | test/mp_count_if.cpp | |
+38 −0 | test/mp_intersperse.cpp | |
+51 −0 | test/mp_join.cpp | |
+23 −0 | test/mp_none_of.cpp | |
+1 −1 | test/mp_same.cpp | |
+51 −0 | test/mp_split.cpp |
Submodule throw_exception
updated
11 files
+208 −0 | .github/workflows/ci.yml | |
+48 −26 | .travis.yml | |
+8 −2 | appveyor.yml | |
+37 −39 | include/boost/throw_exception.hpp | |
+3 −2 | meta/libraries.json | |
+7 −0 | test/Jamfile.v2 | |
+40 −0 | test/make_exception_ptr_nx_test.cpp | |
+42 −0 | test/make_exception_ptr_nx_test2.cpp | |
+18 −0 | test/make_exception_ptr_test.cpp | |
+20 −0 | test/make_exception_ptr_test2.cpp | |
+17 −0 | test/throw_exception_nx_test3.cpp |
Submodule variant2
updated
17 files
+204 −0 | .github/workflows/ci.yml | |
+34 −34 | .travis.yml | |
+3 −3 | appveyor.yml | |
+5 −1 | doc/variant2/changelog.adoc | |
+4 −4 | doc/variant2/reference.adoc | |
+179 −128 | include/boost/variant2/variant.hpp | |
+3 −2 | meta/libraries.json | |
+6 −1 | test/Jamfile | |
+33 −0 | test/variant_derived_construct.cpp | |
+111 −0 | test/variant_emplace_index.cpp | |
+7 −0 | test/variant_eq_ne.cpp | |
+7 −0 | test/variant_eq_ne_cx.cpp | |
+15 −2 | test/variant_hash.cpp | |
+1 −1 | test/variant_in_place_index_construct_cx.cpp | |
+1 −1 | test/variant_in_place_type_construct_cx.cpp | |
+9 −0 | test/variant_lt_gt.cpp | |
+9 −0 | test/variant_lt_gt_cx.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters