1. 378ed8f Add 'seconds' time unit (#1076) by feserr · 3 years, 5 months ago
  2. 17a6b21 Fix Range when starting at zero (#1073) by Scott K Logan · 3 years, 6 months ago
  3. 37ced31 Added support for macro expansion in benchmark names (#1054) by Mario Emmenlauer · 3 years, 7 months ago
  4. 4857962 Add CartesianProduct with associated test (#1029) by Christian Wassermann · 3 years, 9 months ago
  5. 5b72b6c Remove "BENCHMARK_" prefix from env var version of command line flags (#997) by Dominic Hamon · 3 years, 10 months ago
  6. 9901011 JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) by Alexander Enaldiev · 3 years, 10 months ago
  7. 99c52f1 use rfc3339-formatted timestamps in output [output format change] (#965) by Brian Wolfe · 4 years ago
  8. 8cead00 Remove warnings for internal use of CSVReporter (#956) by Keith Moyer · 4 years, 2 months ago
  9. 0ab2c29 Fix type conversion warnings. (#951) by Dominic Hamon · 4 years, 2 months ago
  10. c078337 Relax CHECK condition in benchmark_runner.cc (#938) by Paweł Bylica · 4 years, 3 months ago
  11. e5ea03c Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934) by Alex Reinking · 4 years, 4 months ago
  12. daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 4 years, 5 months ago
  13. 3671194 CPU caches are binary units, not SI. (#911) by Roman Lebedev · 4 years, 6 months ago
  14. c50ac68 CMake: use full add_test(NAME <> COMMAND <>) signature (#901) by Gregor Jasny · 4 years, 7 months ago
  15. bc200ed Read options from environment (#881) (#883) by Martin Blanchard · 4 years, 7 months ago
  16. 309de59 Switch to Starlark for C++ rules. (#887) by Paul Wankadia · 4 years, 8 months ago
  17. d2fc7fe Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874) by Geoffrey Martin-Noble · 4 years, 9 months ago
  18. 7d97a05 Custom user counters: add invert modifier. (#850) by Roman Lebedev · 4 years, 10 months ago
  19. c408461 Disable deprecated warnings when touching CSVReporter internally. by Eric Fiselier · 4 years, 10 months ago
  20. 32a1e39 Bugfix/wsl selftest fixes. Fixes #839 (#843) by Eric Backus · 4 years, 10 months ago
  21. f92903c Iteration counts should be `uint64_t` globally. (#817) by Roman Lebedev · 5 years ago
  22. 4b77194 CMake: codedrop of googletest cmake magic from me (#809) by Roman Lebedev · 5 years ago
  23. 588be04 escape special chars in csv and json output. (#802) by Michael Tesch · 5 years ago
  24. 1d41de8 Add command line flags tests (#793) by Dominic Hamon · 5 years ago
  25. 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 5 years ago
  26. e366656 Negative ranges #762 (#787) by Daniel Harvey · 5 years ago
  27. 478eafa [JSON] add threads and repetitions to the json output (#748) by BaaMeow · 5 years ago
  28. f6e9686 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) by Daniel Harvey · 5 years ago
  29. 4528c76 Print at least three significant digits for times. (#701) by Eric · 5 years ago
  30. 47a5f77 #722 Adding Host Name in Reporting (#733) by Jatin Chaudhary · 5 years ago
  31. 5cb8f8a Fix signed vs unsigned comparisons in string_util unit tests (#742) by Cyrille · 5 years ago
  32. eafa34a Remove use of std::tmpnam. (#734) by Eric · 6 years ago
  33. c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 6 years ago
  34. 56f5cd6 Fix C++17 mode compilation with Apple clang (#721) by Denis Glazachev · 6 years ago
  35. b5082bb Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg by Dominic Hamon · 6 years ago
  36. 507c06e Aggregates: use non-aggregate count as iteration count. (#706) by Roman Lebedev · 6 years ago
  37. 1b44120 Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) by Roman Lebedev · 6 years ago
  38. 5858847 Track two more details about runs - the aggregate name, and run name. (#675) by Roman Lebedev · 6 years ago
  39. c614dfc *Display* aggregates only. (#665) by Roman Lebedev · 6 years ago
  40. caa2fcb Counter(): add 'one thousand' param. (#657) by Roman Lebedev · 6 years ago
  41. 8688c5c Track 'type' of the run - is it an actual measurement, or an aggregate. (#658) by Roman Lebedev · 6 years ago
  42. ede90ba Make tests pass on 1-core VMs (#653) by Bernhard M. Wiedemann · 6 years ago
  43. af441fc properly escape json names (#652) by BaaMeow · 6 years ago
  44. f965eab Memory management and reporting hooks (#625) by Dominic Hamon · 6 years ago
  45. da9ec3d Include system load average in console and JSON reports by Ori Livneh · 6 years ago
  46. 0c21bc3 Fix build with Intel compiler (#631) by Federico Ficarelli · 6 years ago
  47. b123abd Add Iteration-related Counter::Flags. Fixes #618 (#621) by Roman Lebedev · 6 years ago
  48. 7fb3c56 Fix compilation on Android with GNU STL (#596) by Marat Dukhan · 6 years ago
  49. 4c2af07 (clang-)format all the things (#610) by BaaMeow · 6 years ago
  50. 16703ff cleaner and slightly larger statistics tests (#604) by Dominic Hamon · 6 years ago
  51. e776aa0 Add benchmark_main target. (#601) by Alex Strelnikov · 6 years ago
  52. ce3fde1 Return 0 from State::iterations() when not yet started. (#598) by Samuel Panzer · 6 years ago
  53. 6d74c06 split_list is not defined for assembly tests (#595) by Deniz Evrenci · 6 years ago
  54. ed1bac8 Issue 571: Allow support for negative regex filtering (#576) by Tim Bradgate · 6 years ago
  55. 64e5a13 Ensure 64-bit truncation doesn't happen for complexity_n (#569) by Dominic Hamon · 6 years ago
  56. 9913418 Allow AddRange to work with int64_t. (#548) by Dominic Hamon · 6 years ago
  57. e7eb54b Fix uninitialized warning (#560) by Dominic Hamon · 6 years ago
  58. 7b03df7 Add tests to verify assembler output -- Fix DoNotOptimize. (#530) by Eric · 6 years ago
  59. df60aeb Rely on compiler intrinsics to identify regex engine. (#555) by Dominic Hamon · 6 years ago
  60. 68e2289 Fix #538 - gtest.h not found when building with older CMake versions. by Eric Fiselier · 6 years ago
  61. a9beffd Add support for building with Bazel. (#533) by jmillikin-stripe · 6 years ago
  62. 56f52ee Print the executable name as part of the context. (#534) by Eric · 6 years ago
  63. 858688b Ensure std::iterator_traits<StateIterator> instantiates. by Eric Fiselier · 6 years ago
  64. dd8dcc8 Make output tests more stable on slow machines. by Eric Fiselier · 6 years ago
  65. 296ec56 Support State::KeepRunningBatch(). (#521) by Samuel Panzer · 6 years ago
  66. 7db02be Add support for GTest based unit tests. (#485) by Eric · 6 years ago
  67. 5b2c086 Enforce using a semicolon after BENCHMARK_MAIN to remove compiler warnings (#495) by Louis Dionne · 7 years ago
  68. 11dc368 Improve CPU Cache info reporting -- Add Windows support. (#486) by Eric · 7 years ago
  69. fa341e5 Improve BM_SetInsert example (#465) by Leo Koppel · 7 years ago
  70. 25acf22 Refactor most usages of KeepRunning to use the perfered ranged-for. (#459) by Eric · 7 years ago
  71. 22fd1a5 Fix and document SkipWithError(...) using ranged-for loop. by Eric Fiselier · 7 years ago
  72. 0526755 Add C++11 Ranged For loop alternative to KeepRunning (#454) by Eric · 7 years ago
  73. 819adb4 Add macros for create benchmark with templated fixture (#451) by Anton Lashkov · 7 years ago
  74. 6d8339d Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446) by Eric · 7 years ago
  75. a271c36 Drop Stat1, refactor statistics to be user-providable, add median. (#428) by Roman Lebedev · 7 years ago
  76. 3347a20 reporter_output_test: json: iterations is int, not float (#431) by Roman Lebedev · 7 years ago
  77. abafced Suppress -Wodr on C++03 tests when LTO is enabled. by Eric Fiselier · 7 years ago
  78. b9be142 Json reporter: don't cast floating-point to int; adjust tooling (#426) by Roman Lebedev · 7 years ago
  79. 9d4b719 Make Benchmark a single header library (but not header-only) (#407) by Eric · 7 years ago
  80. b8a2206 Add ClearRegisteredBenchmark() function. (#402) by Eric · 7 years ago
  81. 93bfabc Fix #342: DoNotOptimize causes compile errors on older GCC versions. (#398) by Eric · 7 years ago
  82. ec6f035 Trying again to fix error caused by -Wunused-function. by Joao Paulo Magalhaes · 7 years ago
  83. 1735413 Fix pragma clang ignore with gcc. by Joao Paulo Magalhaes · 7 years ago
  84. 160770f Fix dropped-style elses. by Joao Paulo Magalhaes · 7 years ago
  85. a310886 Fix (that is, ignore) clang compile error. by Joao Paulo Magalhaes · 7 years ago
  86. 020bac9 Extend tabular counter tests to different counter sets. by Joao Paulo Magalhaes · 7 years ago
  87. 2506044 Add unit test for counter sets. by Joao Paulo Magalhaes · 7 years ago
  88. cf20dc9 Add test for tabular output of rate counters. by Joao Paulo Magalhaes · 7 years ago
  89. c69b385 Add first unit test for benchmark_tabular_counters. by Joao Paulo Magalhaes · 7 years ago
  90. 17a012d Fix: --benchmark_counters_tabular was not being passed to tests. by Joao Paulo Magalhaes · 7 years ago
  91. 77b9362 Add output_test.h to output_test_helper for VisualStudio editing. by Joao Paulo Magalhaes · 7 years ago
  92. b57b2cf Improve some comments. by Joao Paulo Magalhaes · 7 years ago
  93. 64b5f3f Make Results::GetTime() receive an enum. by Joao Paulo Magalhaes · 7 years ago
  94. 62b1dd9 CHECK_BENCHMARK_RESULTS() was too inconspicuous. by Joao Paulo Magalhaes · 7 years ago
  95. 3443ac2 Fix brace formatting (Habits die hard!). by Joao Paulo Magalhaes · 7 years ago
  96. 21600b9 Fix VS warning. by Joao Paulo Magalhaes · 7 years ago
  97. 47226cc CHECK(): rename EPS to FLOAT for consistency with googletest style. by Joao Paulo Magalhaes · 7 years ago
  98. 2a2eb44 Fix VS2013 quirk. by Joao Paulo Magalhaes · 7 years ago
  99. cdbcaaf Fix g++-4.8 compile errors. by Joao Paulo Magalhaes · 7 years ago
  100. 8f69e4f Remove whitespace. by Joao Paulo Magalhaes · 7 years ago