File tree
7 files changed
+7
-7
lines changed- dependencies
7 files changed
+7
-7
lines changed- .github/dependabot.yml+11
- .github/workflows/bazel.yml+5-2
- .github/workflows/build-and-test-min-cmake.yml+2-2
- .github/workflows/build-and-test-perfcounters.yml+4-1
- .github/workflows/build-and-test.yml+10-10
- .github/workflows/clang-format-lint.yml+6-3
- .github/workflows/clang-tidy-lint.yml+4-1
- .github/workflows/doxygen.yml+4-1
- .github/workflows/ossf.yml+27
- .github/workflows/pre-commit.yml+6-25
- .github/workflows/sanitizer.yml+2-2
- .github/workflows/test_bindings.yml+5-2
- .github/workflows/wheels.yml+12-11
- .pre-commit-config.yaml+4-4
- AUTHORS+2
- CMakeLists.txt+5-3
- CONTRIBUTORS+2
- README.md+1-1
- bindings/python/google_benchmark/__init__.py+1
- bindings/python/google_benchmark/benchmark.cc+26-29
- bindings/python/google_benchmark/example.py+2
- include/benchmark/benchmark.h+1-1
- pyproject.toml+2-1
- setup.py+2-1
- src/CMakeLists.txt+22-1
- src/benchmark.cc+3-2
- src/cycleclock.h+8-2
- src/sysinfo.cc+1-1
- tools/requirements.txt+2-2
- 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+1-1
- source/bounded/arithmetic/modulus.cpp-4
- source/containers/CMakeLists.txt+1
- source/containers/adapt_iterator.cpp+2-1
- source/containers/algorithms/reverse_iterator.cpp+11-7
- source/containers/algorithms/sort/inplace_radix_sort.cpp+29-31
- source/containers/algorithms/uninitialized.cpp+25-10
- source/containers/bidirectional_linked_list.cpp+1-1
- source/containers/bounded_vector.cpp+1-1
- source/containers/dynamic_array.cpp+1-1
- source/containers/forward_linked_list.cpp+1-1
- source/containers/iterator_to_sentinel.cpp+13-9
- source/containers/small_buffer_optimized_vector.cpp+1-1
- source/containers/stable_vector.cpp+1-1
- source/containers/static_vector.cpp+1-1
- source/containers/test/algorithms/uninitialized.cpp+29
- source/containers/test/sort/sort_benchmark.cpp+13-6
- source/containers/uninitialized_dynamic_array.cpp+1-1
- source/containers/vector.cpp+1-1
- source/tv/single_element_storage.cpp+1-1
- source/tv/test/optional.cpp-4
- source/tv/variadic_union.cpp+1-1
- source/tv/variant.cpp+1-1
0 commit comments