index
:
google-benchmark
main
google benchmark mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the...
Igor Zhukov
2024-08-19
*
Align benchmark::State to a cacheline. (#1230)
Chris Kennelly
2024-08-16
*
Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...
xdje42
2024-08-01
*
clang format yet again
Dominic Hamon
2024-07-17
*
clang format header fixes
Dominic Hamon
2024-07-17
*
[FR] Add API to provide custom profilers #1807 (#1809)
xdje42
2024-07-16
*
Rewrite complexity_test to use (hardcoded) manual time (#1757)
Roman Lebedev
2024-02-19
*
fix typo in GetBenchmarkVersion() (#1755)
Matthias Liedtke
2024-02-12
*
Add `BENCHMARK_TEMPLATE[12]_CAPTURE`, fusion of `BENCHMARK_CAPTURE` and `BENC...
Roman Lebedev
2024-01-30
*
Output library / schema versions in JSON context block (#1742)
Roman Lebedev
2024-01-29
*
[NFC] `complexity_n` is not of `IterationCount` type (#1709)
Roman Lebedev
2023-12-07
*
Support windows MSYS2 environments (#1704)
Roman Lebedev
2023-11-23
*
Fix unit tests compilation with non-gnu / non-msvc compilers with c++11 suppo...
Afanasyev Ivan
2023-11-01
*
correct cli param in docs
dominic
2023-10-08
*
Fix passing non-const lvalue refs to DoNotOptimize (#1622)
Enrico Seiler
2023-07-05
*
Suppress intentional potential memory leak as detected by clang static analys...
Roman Lebedev
2023-07-03
*
Fix pass rvalue to DoNotOptimize (#1608)
Bulat Gaifullin
2023-06-19
*
Convert uses of `const char*` to `std::string` (#1567)
dominic
2023-03-14
*
Address warnings on NVIDIA nvc++ (#1573)
Henrique Bucher
2023-03-13
*
[FR] Provide public accessors to benchmark name and arguments #1551 (#1563)
Mike Apodaca
2023-03-10
*
use std::string for skip messages (#1571)
dominic
2023-03-08
*
[FR] state.SkipWithMessage #963 (#1564)
Mike Apodaca
2023-03-08
*
Refactoring of PerfCounters infrastructure (#1559)
Henrique Bucher
2023-03-07
*
Allow specifying number of iterations via --benchmark_min_time. (#1525)
Vy Nguyen
2023-02-07
*
fix #1446 by removing the address operator (#1538)
dominic
2023-02-06
*
Deprecate constant reference API to DoNotOptimize. (#1493)
Chris Kennelly
2023-02-06
*
Include the benchmark's family-name in State (#1511)
Vy Nguyen
2023-01-10
*
Fix typos found by codespell (#1519)
SunBlack
2023-01-10
*
Fix Clang-Tidy warnings related to modernize-use-override (#1523)
SunBlack
2023-01-09
*
Removed deprecated function (#1506)
Vy Nguyen
2022-11-11
*
Support for QuRT OS (Hexagon RTOS) (#1497)
Marat Dukhan
2022-10-04
*
FIx typo in benchmark.h (#1465)
Björn Daase
2022-08-10
*
Avoid deprecation warning in NVHPC (#1459)
Cezary Skrzyński
2022-08-08
*
Ensure we don't need benchmark installed to pass c++ feature checks (#1456)
Dominic Hamon
2022-08-04
*
Fixed build issues on window (#1449)
Vy Nguyen
2022-08-03
*
Stop generating the export header and just check it in (#1435)
Dominic Hamon
2022-07-20
*
Expose default help printer function (#1425)
Yuri Khan
2022-07-04
*
Fix DoNotOptimize() GCC compile error with some types (#1340) (#1424)
Alexander Popov
2022-07-04
*
Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...
Dominic Hamon
2022-06-20
*
Fix DoNotOptimize() GCC copy overhead (#1340) (#1410)
Alexander Popov
2022-06-20
*
Add possibility to ask for libbenchmark version number (#1004) (#1403)
Matthias Donaubauer
2022-06-20
*
Introduce warmup phase to BenchmarkRunner (#1130) (#1399)
Matthdonau
2022-05-23
*
Add option to get the verbosity provided by commandline flag -v (#1330) (#1397)
Matthdonau
2022-05-17
*
Enable -Wconversion (#1390)
Dominic Hamon
2022-05-01
*
Add SetBenchmarkFilter() to set --benchmark_filter flag value in user code (#...
Vy Nguyen
2022-03-08
*
Allow setting the default time unit globally (#1337)
Bátor Tallér
2022-03-04
*
restore BENCHMARK_MAIN() (#1357)
Sergiu Deitsch
2022-02-26
*
Introduce the possibility to customize the help printer function (#1342)
Vincenzo Palazzo
2022-02-16
*
annotate and export public symbols (#1321)
Sergiu Deitsch
2022-02-14
*
Expose default display reporter creation in public API (#1344)
Dominic Hamon
2022-02-11
[next]