-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 1.81.0 with backport for mpl
- Loading branch information
Showing
27 changed files
with
29 additions
and
36 deletions.
There are no files selected for viewing
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
Submodule algorithm
updated
10 files
Submodule assert
updated
3 files
+107 −25 | .drone.jsonnet | |
+185 −5 | .github/workflows/ci.yml | |
+4 −4 | appveyor.yml |
Submodule bind
updated
3 files
+174 −5 | .github/workflows/ci.yml | |
+1 −1 | include/boost/bind/bind.hpp | |
+2 −0 | test/cmake_subdir_test/CMakeLists.txt |
Submodule config
updated
16 files
Submodule container
updated
35 files
Submodule container_hash
updated
93 files
Submodule core
updated
26 files
+96 −101 | .github/workflows/ci.yml | |
+3 −12 | appveyor.yml | |
+1 −1 | doc/allocator_access.qbk | |
+2 −2 | doc/bit.qbk | |
+29 −1 | doc/changes.qbk | |
+1 −0 | doc/core.qbk | |
+1 −1 | doc/demangle.qbk | |
+8 −7 | doc/empty_value.qbk | |
+2 −2 | doc/enable_if.qbk | |
+34 −0 | doc/fclose_deleter.qbk | |
+1 −1 | doc/ignore_unused.qbk | |
+2 −2 | doc/pointer_traits.qbk | |
+1 −1 | doc/ref.qbk | |
+2 −2 | doc/scoped_enum.qbk | |
+1 −1 | doc/use_default.qbk | |
+32 −4 | include/boost/core/bit.hpp | |
+16 −0 | include/boost/core/detail/string_view.hpp | |
+16 −16 | include/boost/core/empty_value.hpp | |
+46 −0 | include/boost/core/fclose_deleter.hpp | |
+4 −0 | test/CMakeLists.txt | |
+11 −1 | test/Jamfile.v2 | |
+13 −0 | test/bit_width_fail.cpp | |
+65 −0 | test/empty_value_constexpr_test.cpp | |
+73 −0 | test/fclose_deleter_test.cpp | |
+1 −0 | test/quick.cpp | |
+19 −0 | test/sv_nullptr_fail.cpp |
Submodule date_time
updated
22 files
Submodule detail
updated
3 files
+104 −53 | .github/workflows/ci.yml | |
+1 −3 | test/Jamfile | |
+6 −3 | test/container_fwd/Jamfile |
Submodule iterator
updated
5 files
Submodule lexical_cast
updated
7 files
Submodule move
updated
9 files
+2 −10 | .github/workflows/ci.yml | |
+0 −204 | .travis.yml | |
+0 −130 | appveyor.yml | |
+7 −0 | doc/move.qbk | |
+4 −2 | include/boost/move/algo/detail/adaptive_sort_merge.hpp | |
+2 −1 | include/boost/move/algo/detail/pdqsort.hpp | |
+8 −4 | include/boost/move/detail/type_traits.hpp | |
+2 −0 | test/order_type.hpp | |
+2 −2 | test/unique_ptr_functions.cpp |
Submodule mpl
updated
2 files
+7 −4 | .github/workflows/ci.yml | |
+2 −1 | include/boost/mpl/aux_/integral_wrapper.hpp |
Submodule multi_index
updated
11 files
Submodule numeric_conversion
updated
5 files
Submodule preprocessor
updated
5 files
+369 −0 | .github/workflows/ci.yml | |
+5 −3 | .travis.yml | |
+0 −7 | CMakeLists.txt | |
+6 −2 | include/boost/preprocessor/variadic/has_opt.hpp | |
+3 −3 | test/CMakeLists.txt |
Submodule signals2
updated
9 files
Submodule smart_ptr
updated
9 files
+382 −0 | .drone.jsonnet | |
+23 −0 | .drone/drone.bat | |
+24 −0 | .drone/drone.sh | |
+44 −29 | .github/workflows/ci.yml | |
+2 −18 | appveyor.yml | |
+11 −2 | include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp | |
+1 −1 | include/boost/smart_ptr/intrusive_ptr.hpp | |
+10 −2 | test/Jamfile | |
+0 −2 | test/smart_ptr_test.cpp |
Submodule throw_exception
updated
2 files
+170 −8 | .github/workflows/ci.yml | |
+1 −1 | include/boost/throw_exception.hpp |
Submodule type_traits
updated
12 files
Submodule variant
updated
5 files