-
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.
- Loading branch information
1 parent
1c2a2ae
commit 3af4afd
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule Catch2
updated
36 files
Submodule benchmark
updated
11 files
+0 −1 | .clang-tidy | |
+4 −5 | .github/install_bazel.sh | |
+31 −19 | .github/workflows/wheels.yml | |
+1 −10 | MODULE.bazel | |
+7 −0 | cmake/benchmark_main.pc.in | |
+48 −15 | setup.py | |
+3 −1 | src/CMakeLists.txt | |
+7 −1 | src/benchmark.cc | |
+3 −2 | src/cycleclock.h | |
+1 −5 | src/internal_macros.h | |
+3 −3 | src/sysinfo.cc |
Submodule bounded
updated
44 files
Submodule cmake_strict_defaults
updated
2 files
+2 −0 | .github/workflows/build-and-test.yml | |
+28 −4 | action.yml |
Submodule numeric-traits
updated
3 files
+2 −0 | .github/workflows/build-and-test.yml | |
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule operators
updated
3 files
+2 −0 | .github/workflows/build-and-test.yml | |
+1 −1 | dependencies/cmake_strict_defaults | |
+1 −1 | dependencies/std_module |
Submodule std_module
updated
3 files
+2 −0 | .github/workflows/build-and-test.yml | |
+1 −1 | dependencies/cmake_strict_defaults | |
+5 −0 | source/std_module.cpp |