1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-16 14:31:38 +08:00

Commit Graph

  • 42b3360061
    Merge ab8903b46b into ff52b227db Amolak Singh 2025-04-14 15:03:17 +0200
  • 45cb97b6d3
    Merge 2d609d4fa1 into ff52b227db DivineOb 2025-04-14 08:46:18 +0000
  • 62434e7b06
    Merge c95419dd9d into ff52b227db Maarten Arnst 2025-04-12 01:04:19 +0800
  • 58c70923b4
    Merge 474b4092d7 into ff52b227db Xiaochuan Ye 2025-04-11 16:02:18 +0200
  • ff52b227db
    Fixed private macro name issue () main krzikalla 2025-04-11 16:02:03 +0200
  • a741bca41a Fixed private macro name issue Olaf Krzikalla 2025-04-11 15:25:30 +0200
  • b4d8f44312
    Merge branch 'google:main' into master krzikalla 2025-04-11 15:22:42 +0200
  • f828d71c59
    Method templates for Fixtures introduced () krzikalla 2025-04-11 13:25:46 +0200
  • 7b7b2dc981 Method templates for Fixtures introduced Olaf Krzikalla 2025-04-11 12:07:44 +0200
  • c95419dd9d
    Add min rel accuracy stopping criterion Maarten Arnst 2024-01-25 15:49:17 +0100
  • 9be35cf77f
    Merge branch 'google:main' into master krzikalla 2025-04-01 13:59:21 +0200
  • 0da57b85cf
    Threading api refactor () krzikalla 2025-03-29 08:49:25 +0100
  • bffbd0bb08 Moved threadrunner_factory to internal namespace Olaf Krzikalla 2025-03-28 12:05:37 +0100
  • f85a625250 test in CMakeLists fixed Olaf Krzikalla 2025-03-28 08:56:52 +0100
  • 5969c41d2b BENCHMARK_EXPORT position fixed Olaf Krzikalla 2025-03-28 08:43:56 +0100
  • ae39f30f84 Type specified Olaf Krzikalla 2025-03-28 08:25:17 +0100
  • 399a322215 Docs formatting Olaf Krzikalla 2025-03-27 17:15:57 +0100
  • 91e61fe121 Refactored the ThreadRunner creation Olaf Krzikalla 2025-03-27 16:49:29 +0100
  • a42120df6e Manual thread runner test enhanced Olaf Krzikalla 2025-03-27 16:23:19 +0100
  • 230acbc154 Incorporated comments Olaf Krzikalla 2025-03-27 16:23:19 +0100
  • f795466953 Linter issues Olaf Krzikalla 2025-03-27 16:23:19 +0100
  • 7ed43a1665 Add support for other multi-threading APIs Olaf Krzikalla 2025-03-27 16:23:19 +0100
  • 8c83c1d8be Add support for other multi-threading APIs Olaf Krzikalla 2025-03-27 16:23:19 +0100
  • 0dabfc85d4
    Merge branch 'google:main' into master krzikalla 2025-03-27 16:20:32 +0100
  • 2918a094b0
    Refactor threading run () krzikalla 2025-03-27 16:10:05 +0100
  • 97972ff06f More formatting issues Olaf Krzikalla 2025-03-27 15:18:43 +0100
  • 25fbf59021 Thread Sanitizer satisfied Olaf Krzikalla 2025-03-27 14:12:05 +0100
  • ff83c1c56b Formatting issue Olaf Krzikalla 2025-03-27 14:08:37 +0100
  • 799c54ccd1 ThreadManager::WaitForAllThreads removed Olaf Krzikalla 2025-03-27 14:06:26 +0100
  • a7484a8f6d
    Merge branch 'google:main' into master krzikalla 2025-03-27 13:35:38 +0100
  • cb4239f398
    Use the top-level ::benchmark namespace to resolve make_unique () dominic 2025-03-27 05:22:25 +0000
  • bf792fe152 Use the top-level ::benchmark namespace to resolve make_unique 1959 Dominic Hamon 2025-03-26 17:14:07 +0000
  • 474b4092d7
    Merge branch 'main' into main dominic 2025-03-26 10:16:43 +0000
  • afa23b7699 bump version to 1.9.2 in readiness for release. v1.9.2 Dominic Hamon 2025-03-25 09:17:34 +0000
  • ccdbba6372 fix: enable running in WebAssembly without filesystem yexiaochuan 2025-03-25 00:01:19 +0800
  • ab8903b46b
    Merge branch 'main' into improve-benchmark-main-docs Amolak Singh 2025-03-20 18:47:10 +0530
  • 40edd3b03b
    Merge branch 'google:main' into master krzikalla 2025-03-20 13:45:24 +0100
  • 1bc59dce27
    Finish cxx version bump () Roman Lebedev 2025-03-17 12:18:19 +0300
  • 80673cc931
    Also support C++11 standard for using the library Roman Lebedev 2025-03-14 21:22:21 +0300
  • 2021a2bedf
    Revert [[maybe_unused]] changes - it requires C++17 Roman Lebedev 2025-03-13 23:05:35 +0300
  • d1b2f51711
    Add a test to ensure that benchmark.h remains C++14 header Roman Lebedev 2025-03-13 22:55:54 +0300
  • 08ff9b1370
    docs/user_guide.md: proofread Roman Lebedev 2025-03-13 22:34:01 +0300
  • e1b61f3c9c
    Drop BENCHMARK_HAS_NO_VARIADIC_REGISTER_BENCHMARK Roman Lebedev 2025-03-13 22:30:42 +0300
  • a762bb43b2
    Unbreak BENCHMARK_HAS_CXX11 macro Roman Lebedev 2025-03-13 22:27:41 +0300
  • 342d073d18
    README.md: update Roman Lebedev 2025-03-13 22:24:58 +0300
  • 57fc4e31bc
    CMakeLists.txt: drop hopefully obsolete code Roman Lebedev 2025-03-13 22:24:41 +0300
  • 8db1771c6b
    Merge branch 'main' into improve-benchmark-main-docs Amolak Singh 2025-03-12 22:00:48 +0530
  • 45ded53f70
    update version of gtest to v1.15.2 (latest) and also the cmake config () Richard Cole 2025-03-12 14:40:24 +0000
  • c8244c8e35
    cmake/GoogleTest.cmake.in: do a shallow clone of google test Roman Lebedev 2025-03-12 17:31:27 +0300
  • 14396d3754
    Merge branch 'main' into task/update-gtest-and-remove-warnings Roman Lebedev 2025-03-12 17:19:57 +0300
  • 72d6590afd
    Merge branch 'main' into improve-benchmark-main-docs Roman Lebedev 2025-03-12 17:19:50 +0300
  • dafc6347e2 CI: switch to ninja on all jobs Roman Lebedev 2025-03-12 16:56:09 +0300
  • 1de7d6aeae CI: use Ninja in sanitizer jobs Roman Lebedev 2025-03-12 16:43:42 +0300
  • 02c258079e CI: only clone/fetch the parts of LLVM monorepo that we need Roman Lebedev 2025-03-12 16:14:43 +0300
  • 6cd107ffad CI: build libcxxabi against system unwind library Roman Lebedev 2025-03-12 15:29:36 +0300
  • 99cee335d0
    CI: switch to ninja on all jobs Roman Lebedev 2025-03-12 16:56:09 +0300
  • 33189b9d35
    CI: use Ninja in sanitizer jobs Roman Lebedev 2025-03-12 16:43:42 +0300
  • 8d3abbe600
    CI: only clone/fetch the parts of LLVM monorepo that we need Roman Lebedev 2025-03-12 16:14:43 +0300
  • 82277ae7e8
    CI: build libcxxabi against system unwind library Roman Lebedev 2025-03-12 15:29:36 +0300
  • 2bf3534075
    Compilation example was wrong. Fixed standard () Max Van den Eynde 2025-03-12 12:22:18 +0100
  • a3be5a3e19
    Merge branch 'main' into readme_fix Roman Lebedev 2025-03-12 14:13:35 +0300
  • 5a4c459548
    fix memory manager result bug () EfesX 2025-03-12 15:15:28 +0500
  • 62d46c81bf
    Merge branch 'main' into issue_1939 EfesX 2025-03-12 11:31:16 +0500
  • d4e1e897b9 Compilation example was wrong. Fixed standard Max Van den Eynde 2025-03-08 14:27:20 +0100
  • b9108fefaa Docs : Clarify usage of BENCHMARK_MAIN() in documentation Amolak Singh 2025-03-08 13:18:03 +0530
  • 571c235e1e
    Install FindPFM.cmake for bencmarkConfig.cmake () Alfred Wingate 2025-03-05 10:43:48 +0200
  • 0289c1990d
    Install FindPFM.cmake for bencmarkConfig.cmake Alfred Wingate 2025-03-05 00:16:54 +0200
  • 46bd46c9c4 remove unnecessary include EfesX 2025-03-03 21:43:09 +0500
  • d43e705a44 some fixes EfesX 2025-03-03 21:40:26 +0500
  • e1eaa52805 fix msvc failure EfesX 2025-02-28 23:42:40 +0500
  • eaabe46b57 fix test EfesX 2025-02-28 20:55:09 +0500
  • 208509a79e fix test EfesX 2025-02-28 00:36:43 +0500
  • fbf959db54 fix test EfesX 2025-02-27 23:49:47 +0500
  • 91815d8dc7 some fixes EfesX 2025-02-27 23:24:29 +0500
  • ffca034920 fix test EfesX 2025-02-27 23:21:19 +0500
  • 0b444211ac change is_valid to memory_iterations EfesX 2025-02-27 21:55:16 +0500
  • 05774b2362 fix memory manager result bug EfesX 2025-02-26 23:21:41 +0500
  • ff5c94d860
    change setup and teardown callback type () EfesX 2025-02-20 18:16:32 +0500
  • e6101c5366
    Merge branch 'main' into std_func EfesX 2025-02-20 18:07:33 +0500
  • a6a05c9722 fix test EfesX 2025-02-19 23:16:37 +0500
  • 8d4fdd6e6e
    Fix build errors on QuRT (Hexagon) () Dillon 2025-02-18 14:57:34 -0800
  • 5cfd3809c6 Fix build errors on QuRT (Hexagon) Dillon 2025-02-18 10:39:34 -0800
  • 951429282a
    [clang-tidy] resolve some global clang-tidy issues () dominic 2025-02-18 10:07:57 +0000
  • 2eb40adb34
    Merge branch 'main' into globals dominic 2025-02-18 10:00:18 +0000
  • 57efbfb3a0
    use smart pointers () dominic 2025-02-18 09:59:27 +0000
  • 7d14632994 improve test EfesX 2025-02-18 14:21:44 +0500
  • 3172799b32 more nolint and some global fixes Dominic Hamon 2025-02-17 09:12:41 -0800
  • 0255fb3bab
    Merge branch 'main' into globals dominic 2025-02-17 16:12:32 +0000
  • 234c9d2f3d
    Merge branch 'main' into rmdelete dominic 2025-02-17 14:36:23 +0000
  • afa46a38d9
    deps: Update nanobind_bazel to v2.5.0 () Nicholas Junge 2025-02-17 14:44:39 +0100
  • 24b28a4817 more size_t Dominic Hamon 2025-02-17 05:34:19 -0800
  • 0c9b9c0d14 better size_t Dominic Hamon 2025-02-17 05:30:36 -0800
  • 9c24c39230
    Merge branch 'main' into rmdelete dominic 2025-02-17 13:29:12 +0000
  • 6ee8a14ed8
    Merge branch 'main' into nanobind-bazel-update dominic 2025-02-17 13:28:42 +0000
  • 657a55a0d4
    dx: Update pre-commit repos, change imports of Python / CC rules () Nicholas Junge 2025-02-17 14:28:32 +0100
  • 1d2d68aaab size_t Dominic Hamon 2025-02-17 05:18:35 -0800
  • 1e1d7c70b6 use vectors Dominic Hamon 2025-02-17 05:16:06 -0800
  • cbf8cefc98 dx: Update pre-commit repos, change imports of Python / CC rules Nicholas Junge 2025-02-17 14:14:07 +0100
  • d96b8d918a deps: Update nanobind_bazel to v2.5.0 Nicholas Junge 2025-02-17 12:03:56 +0100
  • 6c63eca06c fix linter EfesX 2025-02-17 13:16:06 +0500