-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
854503b
commit b7dc1d9
Showing
11 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
Submodule assert
updated
21 files
+394 −0 | .drone.jsonnet | |
+23 −0 | .drone/drone.bat | |
+25 −0 | .drone/drone.sh | |
+287 −32 | .github/workflows/ci.yml | |
+13 −4 | CMakeLists.txt | |
+33 −8 | appveyor.yml | |
+2 −2 | doc/assert.adoc | |
+9 −0 | doc/changes.adoc | |
+4 −3 | doc/current_function.adoc | |
+1 −1 | doc/index.adoc | |
+90 −18 | doc/source_location.adoc | |
+14 −0 | extra/boost_assert.natvis | |
+89 −16 | include/boost/assert/source_location.hpp | |
+0 −4 | test/CMakeLists.txt | |
+3 −0 | test/Jamfile.v2 | |
+57 −6 | test/source_location_test.cpp | |
+4 −5 | test/source_location_test2.cpp | |
+54 −5 | test/source_location_test3.cpp | |
+59 −0 | test/source_location_test4.cpp | |
+44 −0 | test/source_location_test5.cpp | |
+23 −0 | test/source_location_test6.cpp |
Submodule detail
updated
4 files
+191 −93 | .github/workflows/ci.yml | |
+1 −1 | doc/html/minimal.css | |
+1 −3 | test/Jamfile | |
+6 −3 | test/container_fwd/Jamfile |
Submodule iterator
updated
56 files
Submodule mpl
updated
17 files
+115 −0 | .appveyor.yml | |
+31 −0 | .codecov.yml | |
+0 −38 | .drone.star | |
+0 −107 | .drone/drone.sh | |
+302 −386 | .github/workflows/ci.yml | |
+0 −175 | .travis.yml | |
+3 −3 | README.md | |
+0 −150 | appveyor.yml | |
+1 −1 | include/boost/mpl/and.hpp | |
+6 −6 | include/boost/mpl/assert.hpp | |
+1 −1 | include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp | |
+1 −1 | include/boost/mpl/aux_/template_arity.hpp | |
+2 −1 | include/boost/mpl/aux_/yes_no.hpp | |
+1 −1 | include/boost/mpl/bitand.hpp | |
+1 −1 | include/boost/mpl/bitor.hpp | |
+1 −1 | include/boost/mpl/or.hpp | |
+115 −96 | test/Jamfile.v2 |
Submodule preprocessor
updated
71 files
Submodule serialization
updated
164 files
Submodule type_traits
updated
98 files
Submodule utility
updated
43 files
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