aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842)HEADmainNicholas Junge2024-09-04
* Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the...Igor Zhukov2024-08-19
* Align benchmark::State to a cacheline. (#1230)Chris Kennelly2024-08-16
* Fix Python manual timing example (#1722)Alex Bilger2024-08-16
* separate wheel versions in an effort to avoid timeoutsDominic Hamon2024-08-16
* v1.9.0v1.9.0Dominic Hamon2024-08-16
* Ensure reported Time is walltime by removing spurious scaling by threads (#1836)dominic2024-08-13
* chore: update perf_counters.cc (#1831)Ikko Eltociear Ashimine2024-08-05
* Update clang-format-lint-action (#1829)mosfet802024-08-02
* Cache upd (#1830)mosfet802024-08-02
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...xdje422024-08-01
* Bump nanobind-bazel to v2.1.0, add stubgen target (#1824)Nicholas Junge2024-07-30
* Update nanobind into benchmark_deps.bzl (#1826)mosfet802024-07-30
* Update libs into .pre-commit-config.yaml (#1825)mosfet802024-07-30
* Use log2 now that NDK requires at least API 21 which includes it. (#1822)dominic2024-07-24
* Suppress invalid-offsetof warning for clang (#1821)Devon Loehr2024-07-24
* Revert to token authentication for PyPI wheel uploads (#1819)Nicholas Junge2024-07-23
* Update benchmark Python bindings for nanobind 2.0, and update to nanobind 2.0...Peter Hawkins2024-07-18
* preparing for v1.8.5v1.8.5Dominic Hamon2024-07-18
* clang format yet againDominic Hamon2024-07-17
* update actions/checkout to v4Dominic Hamon2024-07-17
* another reversal of something that breaks on wasmDominic Hamon2024-07-17
* clang format header fixesDominic Hamon2024-07-17
* clang-format fixesDominic Hamon2024-07-17
* roll back fatal error that breaks some platform (wasm) expectationsDominic Hamon2024-07-17
* revert perf counters change until we can do the full versionDominic Hamon2024-07-16
* remove old travis configDominic Hamon2024-07-16
* [FR] Add API to provide custom profilers #1807 (#1809)xdje422024-07-16
* Clarify the difference between `BENCHMARK_TEMPLATE_F` and `BENCHMARK_TEMPLATE...Jiawen (Kevin) Chen2024-07-16
* add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing (#1814)dominic2024-07-12
* Add -lkstat to the .pc for Solaris (#1801)Chris Cotter2024-07-03
* Find libpfm dependency in installed CMake configs (#1806)Stephen Nicholas Swatman2024-06-19
* [bazel] Use `includes` instead of `strip_include_prefix` (#1803)Alexander Karatarakis2024-06-17
* cycleclock: Fix type conversion to match function return type on riscv64 (#1802)Khem Raj2024-06-11
* Bump minimum required C++ version from C++11 to C++14 (#1800)Robert Schulze2024-06-10
* bump standard to C++14 (#1799)dominic2024-06-07
* cycleclock: Fix type conversion to match function return type (#1794)Khem Raj2024-05-29
* CMake: unbreak version handling for tarballs (#1793)Roman Lebedev2024-05-28
* hotfix: Correct pypi-publishing action tag to v1.8.14 (#1791)Nicholas Junge2024-05-24
* Improve compatibility with Hexagon hardware (#1785)Steven Johnson2024-05-23
* preparing for v1.8.4 (#1788)v1.8.4dominic2024-05-23
* Modernize wheel building job config (#1783)Nicholas Junge2024-04-15
* Switch git override to stable BCR tag for nanobind_bazel (#1778)Nicholas Junge2024-04-15
* Add `benchmark_main.pc` to link `main()` containing library (#1779)David Seifert2024-04-14
* Refactor: Return frequency as double (#1782)dhairya2024-04-13
* Remove COMPILER_IBMXL macro for z/OS (#1777)Fanbo Meng2024-04-03
* Fix OpenBSD build (#1772)Vasyl Zubko2024-03-24
* allow BENCHMARK_VERSION to be undefined (#1769)PhilipDeegan2024-03-21
* clang-tidy broke the world (#1766)Roman Lebedev2024-03-18
* Fix implicit conversion changes signess warning in perf_counters.cc (#1765)Afanasyev Ivan2024-03-09