-
Notifications
You must be signed in to change notification settings - Fork 3
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
6e75438
commit 40bac71
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Submodule Catch2
updated
31 files
Submodule benchmark
updated
13 files
+1 −1 | .github/workflows/build-and-test-min-cmake.yml | |
+1 −1 | CMakeLists.txt | |
+5 −5 | MODULE.bazel | |
+5 −12 | bindings/python/google_benchmark/benchmark.cc | |
+2 −2 | cmake/GoogleTest.cmake.in | |
+3 −3 | docs/user_guide.md | |
+1 −0 | include/benchmark/benchmark.h | |
+4 −0 | src/benchmark.cc | |
+11 −5 | src/colorprint.cc | |
+6 −0 | src/sysinfo.cc | |
+1 −1 | test/BUILD | |
+1 −0 | test/CMakeLists.txt | |
+42 −0 | test/profiler_manager_gtest.cc |
Submodule bounded-integer
updated
6 files
+1 −1 | dependencies/Catch2 | |
+1 −1 | dependencies/benchmark | |
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/numeric-traits | |
+1 −1 | dependencies/operators | |
+1 −1 | dependencies/std_module |
Submodule concurrent
updated
10 files
+1 −1 | dependencies/Catch2 | |
+1 −1 | dependencies/benchmark | |
+1 −1 | dependencies/bounded | |
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/numeric-traits | |
+1 −1 | dependencies/operators | |
+1 −1 | dependencies/std_module | |
+1 −1 | readme.md | |
+41 −7 | source/queue.cpp | |
+20 −0 | test/queue.cpp |
Submodule numeric-traits
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule operators
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule std_module
updated
2 files
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −0 | source/std_module.cpp |