forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update submodules which had new releases (valhalla#4231)
* update submodules which had new releases (unless it was a major version change) * revert that patch --------- Co-authored-by: Kevin Kreiser <[email protected]>
- Loading branch information
1 parent
fe67191
commit f14e32a
Showing
10 changed files
with
10 additions
and
9 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
Submodule cpp-statsd-client
updated
7 files
+1 −1 | .github/workflows/windows.yml | |
+6 −6 | CMakeLists.txt | |
+100 −59 | README.md | |
+53 −17 | include/cpp-statsd-client/StatsdClient.hpp | |
+7 −3 | include/cpp-statsd-client/UDPSender.hpp | |
+4 −0 | tests/StatsdServer.hpp | |
+11 −1 | tests/testStatsdClient.cpp |
Submodule fastcov
updated
11 files
+2 −2 | .travis.yml | |
+23 −3 | README.md | |
+1 −0 | dist_scripts/fastcov | |
+1 −0 | dist_scripts/fastcov_summary | |
+1 −0 | dist_scripts/fastcov_to_sonarqube | |
+102 −32 | fastcov.py | |
+6 −12 | setup.cfg | |
+7 −0 | test/functional/bad-gcov.sh | |
+11 −0 | test/functional/run_all.sh | |
+120 −0 | utils/fastcov_summary.py | |
+95 −0 | utils/fastcov_to_sonarqube.py |
Submodule googletest
updated
237 files
Submodule protozero
updated
76 files
Submodule robin-hood-hashing
updated
16 files
+4 −0 | .clang-tidy | |
+71 −0 | .github/workflows/codeql-analysis.yml | |
+3 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+1 −0 | cmake/CMakeLists.txt | |
+30 −16 | src/include/robin_hood.h | |
+1 −1 | src/scripts/build.sh | |
+26 −26 | src/scripts/build_targets.ini | |
+1 −0 | src/test/app/fmt/mup.cpp | |
+757 −382 | src/test/thirdparty/doctest/doctest.h | |
+2 −1 | src/test/unit/CMakeLists.txt | |
+1 −1 | src/test/unit/bench_swap.cpp | |
+16 −4 | src/test/unit/fuzz_insert_erase.cpp | |
+4 −6 | src/test/unit/unit_insert_or_assign.cpp | |
+23 −0 | src/test/unit/unit_overflow2.cpp | |
+6 −8 | src/test/unit/unit_try_emplace.cpp |