1. 2fa4b26 Bump minimum required C++ version from C++11 to C++14 (#1800) by Robert Schulze · 9 months ago
  2. 10199fb bump standard to C++14 (#1799) by dominic · 9 months ago
  3. 83939d0 remove icon from main README by dominic · 1 year, 7 months ago
  4. 05ed7ba update logo path by dominic · 1 year, 7 months ago
  5. 72938cc adding a logo to the docs by Dominic Hamon · 1 year, 7 months ago
  6. 408f9e0 Add discord server link to README by dominic · 1 year, 8 months ago
  7. 84c71fa Refactor links which include "master" and change it to "main" (#1540) by hamptonm1 · 2 years, 1 month ago
  8. 5e78bed Add quick instructions on how to enable sans checks (#1529) by Vy Nguyen · 2 years, 2 months ago
  9. bc4639c Add installation and build instructions for Python bindings (#1392) by Nicholas Junge · 2 years, 10 months ago
  10. 201b981 refactor the documentation to minimise `README.md` (#1211) by Dominic Hamon · 3 years, 7 months ago
  11. 38b767e Bazel qnx (#1192) by Manuel Binna · 3 years, 9 months ago
  12. c932169 Provide helpers to create integer lists for the given ranges. (#1179) by PCMan · 3 years, 9 months ago
  13. fbc3140 Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163) by Roman Lebedev · 3 years, 9 months ago
  14. d17ea66 Fix leak in test, and provide path to remove leak from library (#1169) by Dominic Hamon · 3 years, 9 months ago
  15. e025dd5 Revert "Implementation of random interleaving. (#1105)" (#1161) by Dominic Hamon · 3 years, 9 months ago
  16. 0e1255a Removing freenode from README by Dominic Hamon · 3 years, 10 months ago
  17. a6a738c Implementation of random interleaving. (#1105) by haih-g · 3 years, 10 months ago
  18. c983c3e remove appveyor and add libera.chat as IRC resource by Dominic Hamon · 3 years, 10 months ago
  19. d0c227c Add API to benchmark allowing for custom context to be added (#1137) by Dominic Hamon · 3 years, 10 months ago
  20. 33c133a Add `benchmark_context` flag that allows per-run custom context. (#1127) by Dominic Hamon · 3 years, 10 months ago
  21. 376ebc2 Support optional, user-directed collection of performance counters (#1114) by Mircea Trofin · 3 years, 11 months ago
  22. 0882a74 Add bazel status to README by Dominic Hamon · 3 years, 11 months ago
  23. b8084e5 fix minor typo by Dominic Hamon · 4 years ago
  24. 5e387e7 Implement custom benchmark name (#1107) by Tobias Schmidt · 4 years ago
  25. cc9abfc Fix URL to googletest primer (#1102) by Andre Meyering · 4 years ago
  26. 5c43112 Update 'Output Files' section to reflect csv support. (#1095) by Phoenix Meadowlark · 4 years, 1 month ago
  27. 2d9bfe1 Include github workflows status in README by Dominic Hamon · 4 years, 6 months ago
  28. 4857962 Add CartesianProduct with associated test (#1029) by Christian Wassermann · 4 years, 7 months ago
  29. 5c25ad3 Ctest support (#1025) by Dominic Hamon · 4 years, 7 months ago
  30. bb978c0 Update build instructions to better use CMake (#1017) by Adam Badura · 4 years, 7 months ago
  31. c078337 Relax CHECK condition in benchmark_runner.cc (#938) by Paweł Bylica · 5 years ago
  32. 168604d [docs] Use `benchmark::IterationCount` rather than `int64_t` in lambda to complexity (#940) by Nick · 5 years ago
  33. daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 5 years ago
  34. 318d071 README.md: a few adjustments after #894 by Roman Lebedev · 5 years ago
  35. daf276f Document environment variables options usage (#894) by Martin Blanchard · 5 years ago
  36. b8bce0c fixed the param order in g++ command and fixed the path for -L (#879) by Chunsheng Pei · 5 years ago
  37. e7e3d97 Add missing parenthesis to code sample, and fix spacing. (#877) by Colin Braley · 5 years ago
  38. bf4f2ea Addresses issue #634. (#866) by sharpe5 · 5 years ago
  39. ffadb65 Documentation of basic use of DenseRange. (#855) by Sayan Bhattacharjee · 6 years ago
  40. 3523f11 Update README.md: fix MS VS version requirement by Roman Lebedev · 6 years ago
  41. 7d97a05 Custom user counters: add invert modifier. (#850) by Roman Lebedev · 6 years ago
  42. 140fc22 Corrected the installation procedure (#849) by LesnyRumcajs · 6 years ago
  43. 140db8a fix typo in README (#844) by Xinye Tao · 6 years ago
  44. 66482d5 README.md: corrected cmake commands (#846) by blackliner · 6 years ago
  45. ff7e2d4 README.md: Spelling fix (#845) by Boris Dergachov · 6 years ago
  46. df4f9fe docs: fix typo (#837) by Jason Cooke · 6 years ago
  47. 13b8bdc Bump required cmake version from 2.x to 3.x (#801) by Dominic Hamon · 6 years ago
  48. 05d8c1c Improve README (#804) by astee · 6 years ago
  49. 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 6 years ago
  50. b8ca0c4 README.md: mention that fixture has SetUp() / TearDown() by Roman Lebedev · 6 years ago
  51. 57bf879 README.md: document State::{Pause,Resume}Timing() by Roman Lebedev · 6 years ago
  52. 19f7d5c README.md: complexity lambda takes int64_t arg. Fixes #719 by Roman Lebedev · 6 years ago
  53. c9311a4 README.md: BM_Sequential(): the return type is 'void' by Roman Lebedev · 6 years ago
  54. c614dfc *Display* aggregates only. (#665) by Roman Lebedev · 6 years ago
  55. caa2fcb Counter(): add 'one thousand' param. (#657) by Roman Lebedev · 7 years ago
  56. 94c4d6d [Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645) by Roman Lebedev · 7 years ago
  57. d939634 README improvements (#648) by Dominic Hamon · 7 years ago
  58. 847c006 fixed Google Test (Primer) Documentation link (#628) by Yoshinari Takaoka · 7 years ago
  59. ec0f69c Update README.md by Dominic Hamon · 7 years ago
  60. e776aa0 Add benchmark_main target. (#601) by Alex Strelnikov · 7 years ago
  61. d7aed73 Corrections, additions to initial doc (#600) by mattreecebentley · 7 years ago
  62. 62a9d75 Update bazel WORKSPACE and BUILD files to work better on Windows. (#581) by Alex Strelnikov · 7 years ago
  63. 7b03df7 Add tests to verify assembler output -- Fix DoNotOptimize. (#530) by Eric · 7 years ago
  64. 47df49e Add Solaris support (#539) by alekseyshl · 7 years ago
  65. e9a49be Update note about linking with pthreads (#536) by Jonathan Wakely · 7 years ago
  66. 19048b7 Fix typo in README.md (#535) by Jonathan Wakely · 7 years ago
  67. 052421c Updated documentation. (#503) by Winston Du · 7 years ago
  68. e4ccad7 Update README.md by Dominic Hamon · 7 years ago
  69. 7db02be Add support for GTest based unit tests. (#485) by Eric · 7 years ago
  70. de725e5 Document new 'v2' branch meant for unstable development. by Eric Fiselier · 7 years ago
  71. c45f018 CMake: implement LTO for clang. Fixes #478 (#487) by Roman Lebedev · 7 years ago
  72. eae4221 Added the installation guide for Ubuntu (#489) by Kishan Kumar · 7 years ago
  73. ed5764e Add doc specifying the scope of the timing calculation by Dominic Hamon · 7 years ago
  74. 4463a60 Mention how to disable CPU frequency scaling while running the benchmark. (#466) by Stefan Sauer · 7 years ago
  75. fa341e5 Improve BM_SetInsert example (#465) by Leo Koppel · 7 years ago
  76. 25acf22 Refactor most usages of KeepRunning to use the perfered ranged-for. (#459) by Eric · 7 years ago
  77. 2fc2ea0 Correct typo in sample code for range-based for loop. (#458) by Fred Tingaud · 7 years ago
  78. 0526755 Add C++11 Ranged For loop alternative to KeepRunning (#454) by Eric · 7 years ago
  79. 819adb4 Add macros for create benchmark with templated fixture (#451) by Anton Lashkov · 7 years ago
  80. 6d8339d Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446) by Eric · 7 years ago
  81. 2a05f24 Improve README's basic usage example (#433) by Disconnect3d · 7 years ago
  82. 24b8042 Fix Markdown typos in readme. (#445) by Andre Schroeder · 7 years ago
  83. a271c36 Drop Stat1, refactor statistics to be user-providable, add median. (#428) by Roman Lebedev · 8 years ago
  84. 6151517 Merge remote-tracking branch 'upstream/master' into compact by Joao Paulo Magalhaes · 8 years ago
  85. 707dd89 User counters: document tabular output in README.md by Joao Paulo Magalhaes · 8 years ago
  86. 9b92ed7 Fix ICC compiler warnings (#358) by rolandschulz · 8 years ago
  87. f682f7e Implement ClobberMemory() and fix DoNotOptimize on MSVC. (#352) by Eric · 8 years ago
  88. a9a66c8 Add user-defined counters. (#262) by jpmag · 8 years ago
  89. 83ac086 Add compare_bench.py documentation. Fixes #309 (#318) by Eric · 8 years ago
  90. 62c68ba s/resolved/unresolved/ by Dominic Hamon · 8 years ago
  91. 9c26168 Document --benchmark_filter. Thanks to NAThompson for the original patch by Eric Fiselier · 9 years ago
  92. 07ee194 Fix wording because an idiot came up with it. by Eric Fiselier · 9 years ago
  93. 61f570e Fix #202 - Document Windows dependency on shlwapi.lib by Eric Fiselier · 9 years ago
  94. a11fb69 Add --benchmark_report_aggregates_only={true|false} flag for better summary output. (#267) by Eric · 9 years ago
  95. de4ead7 Document compiler requirements (#269) by Eric · 9 years ago
  96. 9820035 Whitespace change to trigger appveyor. by Eric Fiselier · 9 years ago
  97. dfe0260 Support multiple ranges in the benchmark (#257) by Marcin Kolny · 9 years ago
  98. 5f5ca31 Add `RegisterBenchmark(name, func, args...)` for creating/registering benchmarks. (#259) by Eric · 9 years ago
  99. 44128d8 Add --benchmark_out=<filename> and --benchmark_out_format=<format> options. by Eric Fiselier · 9 years ago
  100. 7e40ff9 Provide a better implementation of DoNotOptimize(...). by Eric Fiselier · 9 years ago