aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...xdje422024-08-01
* clang format yet againDominic Hamon2024-07-17
* clang format header fixesDominic Hamon2024-07-17
* [FR] Add API to provide custom profilers #1807 (#1809)xdje422024-07-16
* Rewrite complexity_test to use (hardcoded) manual time (#1757)Roman Lebedev2024-02-19
* fix typo in GetBenchmarkVersion() (#1755)Matthias Liedtke2024-02-12
* Add `BENCHMARK_TEMPLATE[12]_CAPTURE`, fusion of `BENCHMARK_CAPTURE` and `BENC...Roman Lebedev2024-01-30
* Output library / schema versions in JSON context block (#1742)Roman Lebedev2024-01-29
* [NFC] `complexity_n` is not of `IterationCount` type (#1709)Roman Lebedev2023-12-07
* Support windows MSYS2 environments (#1704)Roman Lebedev2023-11-23
* Fix unit tests compilation with non-gnu / non-msvc compilers with c++11 suppo...Afanasyev Ivan2023-11-01
* correct cli param in docsdominic2023-10-08
* Fix passing non-const lvalue refs to DoNotOptimize (#1622)Enrico Seiler2023-07-05
* Suppress intentional potential memory leak as detected by clang static analys...Roman Lebedev2023-07-03
* Fix pass rvalue to DoNotOptimize (#1608)Bulat Gaifullin2023-06-19
* Convert uses of `const char*` to `std::string` (#1567)dominic2023-03-14
* Address warnings on NVIDIA nvc++ (#1573)Henrique Bucher2023-03-13
* [FR] Provide public accessors to benchmark name and arguments #1551 (#1563)Mike Apodaca2023-03-10
* use std::string for skip messages (#1571)dominic2023-03-08
* [FR] state.SkipWithMessage #963 (#1564)Mike Apodaca2023-03-08
* Refactoring of PerfCounters infrastructure (#1559)Henrique Bucher2023-03-07
* Allow specifying number of iterations via --benchmark_min_time. (#1525)Vy Nguyen2023-02-07
* fix #1446 by removing the address operator (#1538)dominic2023-02-06
* Deprecate constant reference API to DoNotOptimize. (#1493)Chris Kennelly2023-02-06
* Include the benchmark's family-name in State (#1511)Vy Nguyen2023-01-10
* Fix typos found by codespell (#1519)SunBlack2023-01-10
* Fix Clang-Tidy warnings related to modernize-use-override (#1523)SunBlack2023-01-09
* Removed deprecated function (#1506)Vy Nguyen2022-11-11
* Support for QuRT OS (Hexagon RTOS) (#1497)Marat Dukhan2022-10-04
* FIx typo in benchmark.h (#1465)Björn Daase2022-08-10
* Avoid deprecation warning in NVHPC (#1459)Cezary Skrzyński2022-08-08
* Ensure we don't need benchmark installed to pass c++ feature checks (#1456)Dominic Hamon2022-08-04
* Fixed build issues on window (#1449)Vy Nguyen2022-08-03
* Stop generating the export header and just check it in (#1435)Dominic Hamon2022-07-20
* Expose default help printer function (#1425)Yuri Khan2022-07-04
* Fix DoNotOptimize() GCC compile error with some types (#1340) (#1424)Alexander Popov2022-07-04
* Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon2022-06-20
* Fix DoNotOptimize() GCC copy overhead (#1340) (#1410)Alexander Popov2022-06-20
* Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer2022-06-20
* Introduce warmup phase to BenchmarkRunner (#1130) (#1399)Matthdonau2022-05-23
* Add option to get the verbosity provided by commandline flag -v (#1330) (#1397)Matthdonau2022-05-17
* Enable -Wconversion (#1390)Dominic Hamon2022-05-01
* Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code (#...Vy Nguyen2022-03-08
* Allow setting the default time unit globally (#1337)Bátor Tallér2022-03-04
* restore BENCHMARK_MAIN() (#1357)Sergiu Deitsch2022-02-26
* Introduce the possibility to customize the help printer function (#1342)Vincenzo Palazzo2022-02-16
* annotate and export public symbols (#1321)Sergiu Deitsch2022-02-14
* Expose default display reporter creation in public API (#1344)Dominic Hamon2022-02-11