3 files changed
+3
-3
lines changed- docs/tostring.md+1-1
- extras/Catch.cmake+1-2
- tests/SelfTest/Baselines/automake.sw.approved.txt+2-2
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/console.sw.approved.txt+2-2
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/junit.sw.approved.txt+2-2
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+2-2
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/tap.sw.approved.txt+7-7
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+7-7
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+4-4
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+4-4
- tests/SelfTest/Baselines/xml.sw.approved.txt+2-2
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+2-2
- tests/SelfTest/UsageTests/EnumToString.tests.cpp+2-2
- .github/workflows/bazel.yml+3-4
- .github/workflows/clang-tidy.yml+1-1
- .github/workflows/wheels.yml+4-16
- BUILD.bazel+1-1
- CMakeLists.txt+2-2
- MODULE.bazel+1-1
- bindings/python/google_benchmark/__init__.py+1-1
- docs/user_guide.md+3-1
- pyproject.toml+1-1
- setup.py-1
- src/perf_counters.cc-2
- src/sysinfo.cc+1-2
- test/BUILD+1-1
- source/bounded/CMakeLists.txt+5-2
- source/bounded/arithmetic/divides.cpp+1-9
- source/bounded/arithmetic/pointer.cpp+7-65
- source/bounded/arithmetic/test/CMakeLists.txt+18
- source/bounded/arithmetic/test/pointer.cpp+23
- source/bounded/bounded.cpp+2-2
- source/bounded/conditional_function.cpp+19
- source/bounded/test/tombstone.cpp+62-56
- source/bounded/tombstone.cpp+142
- source/bounded/tombstone_traits.cpp-45
- source/bounded/underlying_type_t.cpp+6-9
- source/containers/algorithms/sort/chunked_insertion_sort.cpp+1-1
- source/containers/algorithms/sort/fixed_size_merge_sort.cpp+1-1
- source/containers/static_vector.cpp+3-3
- source/containers/test/trivial_inplace_function.cpp+81
- source/containers/trivial_inplace_function.cpp+45-74
- source/containers/uninitialized_array.cpp+4-5
- source/tv/optional.cpp+21-13
- source/tv/test/optional.cpp+2-4
- source/tv/variant.cpp+3-3
- source/tv/variant_index.cpp+3-3
0 commit comments