File tree
5 files changed
+5
-4
lines changed- .github/instructions
- ExternalLib
5 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
Submodule GOOGLE_BENCHMARK updated 76 files
- .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+13-12
- .gitignore+1
- .pre-commit-config.yaml+4-4
- AUTHORS+2
- CMakeLists.txt+5-3
- CONTRIBUTORS+2
- MODULE.bazel+1-1
- README.md+1-1
- bindings/python/google_benchmark/__init__.py+4-13
- bindings/python/google_benchmark/benchmark.cc+26-29
- bindings/python/google_benchmark/example.py+2
- cmake/CXXFeatureCheck.cmake+11-11
- include/benchmark/benchmark.h+21-15
- pyproject.toml+2-3
- setup.py+2-1
- src/CMakeLists.txt+22-1
- src/benchmark.cc+6-2
- src/benchmark_runner.cc+1-1
- src/colorprint.h+14-1
- src/commandlineflags.cc+4
- src/complexity.cc+8-1
- src/counter.cc+4
- src/csv_reporter.cc+2-7
- src/cycleclock.h+8-2
- src/json_reporter.cc+3-1
- src/string_util.cc+2-2
- src/sysinfo.cc+1-1
- test/CMakeLists.txt+3
- test/basic_test.cc+2
- test/benchmark_min_time_flag_iters_test.cc+3-4
- test/benchmark_min_time_flag_time_test.cc+3-3
- test/benchmark_setup_teardown_test.cc+7-11
- test/benchmark_test.cc+15-19
- test/complexity_test.cc+11-13
- test/diagnostics_test.cc+2
- test/display_aggregates_only_test.cc+2
- test/donotoptimize_assembly_test.cc+4-3
- test/filter_test.cc+6-7
- test/internal_threading_test.cc+4-2
- test/link_main_test.cc+2
- test/locale_impermeability_test.cc+47
- test/map_test.cc+2-3
- test/memory_manager_test.cc+2-1
- test/multiple_ranges_test.cc+3-1
- test/options_test.cc+2
- test/output_test_helper.cc+9-5
- test/overload_gtest.cc+35
- test/perf_counters_test.cc+5-3
- test/profiler_manager_iterations_test.cc+2-3
- test/profiler_manager_test.cc+2
- test/register_benchmark_test.cc+1-2
- test/repetitions_test.cc+4-2
- test/report_aggregates_only_test.cc+2
- test/reporter_output_test.cc+3-4
- test/skip_with_error_test.cc+10-11
- test/spec_arg_test.cc+4-4
- test/spec_arg_verbosity_test.cc+3-1
- test/state_assembly_test.cc+1
- test/user_counters_tabular_test.cc+2
- test/user_counters_test.cc+23-3
- test/user_counters_thousands_test.cc+2
- tools/compare.py+2-2
- tools/requirements.txt+2-2
- tools/strip_asm.py+1-1
Submodule NLOHMANN_JSON updated 231 files
- .github/workflows/linux.yml+2-3
- .github/workflows/windows.yml+1-70
- CMakeLists.txt+9-2
- README.md+25-2
- include/spdlog/cfg/helpers-inl.h+1-1
- include/spdlog/details/os-inl.h+11-12
- include/spdlog/details/tcp_client-windows.h+88-6
- include/spdlog/details/tcp_client.h+78-3
- include/spdlog/fmt/bundled/args.h+2-2
- include/spdlog/fmt/bundled/base.h+92-87
- include/spdlog/fmt/bundled/chrono.h+12-101
- include/spdlog/fmt/bundled/color.h+18-18
- include/spdlog/fmt/bundled/compile.h+122-76
- include/spdlog/fmt/bundled/format-inl.h+65-60
- include/spdlog/fmt/bundled/format.h+469-330
- include/spdlog/fmt/bundled/os.h+2-1
- include/spdlog/fmt/bundled/ostream.h+2-2
- include/spdlog/fmt/bundled/printf.h+25-34
- include/spdlog/fmt/bundled/ranges.h+25-23
- include/spdlog/fmt/bundled/std.h+201-222
- include/spdlog/fmt/bundled/xchar.h+30-43
- include/spdlog/fmt/fmt.h-4
- include/spdlog/sinks/ansicolor_sink.h+1-1
- include/spdlog/sinks/ringbuffer_sink.h+5-1
- include/spdlog/sinks/tcp_sink.h+16-2
- include/spdlog/sinks/wincolor_sink.h+4-4
- include/spdlog/version.h+2-2
- src/bundled_fmtlib_format.cpp+14-15
- tests/CMakeLists.txt+3-2
- tests/test_ringbuffer.cpp+52
0 commit comments