1. dae05df another use-of-uninitialized-value by Dominic Hamon · 3 years, 11 months ago
  2. e120832 fix existing use-of-uninitialized-value by Dominic Hamon · 3 years, 11 months ago
  3. fbc3140 Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163) by Roman Lebedev · 3 years, 11 months ago
  4. d17ea66 Fix leak in test, and provide path to remove leak from library (#1169) by Dominic Hamon · 3 years, 11 months ago
  5. 32cc607 [NFCI] Make BenchmarkRunner non-internal to it's .cpp file by Roman Lebedev · 3 years, 11 months ago
  6. 520573f [NFCI] RunBenchmarks(): extract FlushStreams()/Report() functions by Roman Lebedev · 3 years, 11 months ago
  7. 0c1da0a Make 'complexity reports' cache per-family, not global (#1166) by Roman Lebedev · 3 years, 11 months ago
  8. 80a6261 Introduce per-family instance index (#1165) by Roman Lebedev · 3 years, 11 months ago
  9. 4c2e32f Introduce "family index" field into JSON output (#1164) by Roman Lebedev · 3 years, 11 months ago
  10. e0a080d BenchmarkFamilies::FindBenchmarks(): correctly use std::vector<>::reserve() by Roman Lebedev · 3 years, 11 months ago
  11. a54ef37 Ensure that we print repetition count even when it was specified via flag `--benchmark_repetitions=` by Roman Lebedev · 3 years, 11 months ago
  12. e025dd5 Revert "Implementation of random interleaving. (#1105)" (#1161) by Dominic Hamon · 4 years ago
  13. 6f094ba Fix perf counter argument parsing (#1160) by Norman Heino · 4 years ago
  14. db2de74 Fix pedantic compilation flag violation (#1156) by Mariusz Wachowicz · 4 years ago
  15. a6a738c Implementation of random interleaving. (#1105) by haih-g · 4 years ago
  16. e539e80 [PFM] Extend perf counter support to multi-threaded cases. (#1153) by Mircea Trofin · 4 years ago
  17. 3b508fa Refactor `BenchmarkInstance` (#1148) by Dominic Hamon · 4 years ago
  18. a2e8a8a Clean -Wreserved-identifier instances (#1143) by Roman Lebedev · 4 years ago
  19. e0826ed Fix StrSplit empty string case (#1142) by Mircea Trofin · 4 years ago
  20. d0c227c Add API to benchmark allowing for custom context to be added (#1137) by Dominic Hamon · 4 years ago
  21. 33c133a Add `benchmark_context` flag that allows per-run custom context. (#1127) by Dominic Hamon · 4 years ago
  22. 376ebc2 Support optional, user-directed collection of performance counters (#1114) by Mircea Trofin · 4 years ago
  23. 264976d Fix windows warning on type conversion (#1121) by Dominic Hamon · 4 years ago
  24. c05843a [sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117) by Roman Lebedev · 4 years ago v1.5.3
  25. 69054ae Use fewer ramp up repetitions when KeepRunningBatch is used (#1113) by Matt Armstrong · 4 years ago
  26. 07578d8 Shrink the tz_offset size to 41. (#1110) by Chris Lalancette · 4 years, 1 month ago
  27. 5e387e7 Implement custom benchmark name (#1107) by Tobias Schmidt · 4 years, 1 month ago
  28. a9b9471 Fix typo in invalid file name error message. (#1094) by Phoenix Meadowlark · 4 years, 2 months ago
  29. d90321f - add support for Elbrus 2000 (e2k) (#1091) by SSE4 · 4 years, 2 months ago
  30. ea5a5bb Add MSVC ARM64 support for reading clocks (#1052) by Michał Janiszewski · 4 years, 2 months ago
  31. 17a6b21 Fix Range when starting at zero (#1073) by Scott K Logan · 4 years, 5 months ago
  32. d9abf01 Rename 'mftbl' to 'mftb' (#1069) by Steven Wan · 4 years, 6 months ago
  33. a9704c2 Nanosleep workaround for z/OS in sleep.cc (#1067) by Abhina Sree · 4 years, 6 months ago
  34. dce3322 Add support for z/OS XL compiler inline asm syntax (#1063) by Fanbo Meng · 4 years, 6 months ago
  35. 3d1c267 src/benchmark_register.h: add missing <limits> inclusion (#1060) by Sergei Trofimovich · 4 years, 6 months ago
  36. af72911 Add support for DragonFly BSD (#1058) by Michael Neumann · 4 years, 7 months ago
  37. ffe1342 Add CycleTimer implementation for M68K architecture (#1050) by Min-Yih Hsu · 4 years, 7 months ago
  38. 4857962 Add CartesianProduct with associated test (#1029) by Christian Wassermann · 4 years, 8 months ago
  39. 5b72b6c Remove "BENCHMARK_" prefix from env var version of command line flags (#997) by Dominic Hamon · 4 years, 8 months ago
  40. 1302d2c Add missing breaks for QNX cache counting (#1012) by Dominic Hamon · 4 years, 9 months ago
  41. 9901011 JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) by Alexander Enaldiev · 4 years, 9 months ago
  42. 15e6dfd timers: silence strncat truncation warning (#984) by Reid Paape · 4 years, 10 months ago
  43. 7cc06ef timers: just make the buffers big enough by Brian Wolfe · 4 years, 11 months ago
  44. f25ea40 timers: use snprintf instead of sprintf by Brian Wolfe · 4 years, 11 months ago
  45. f6ac240 timers: silence format overflow warning by Brian Wolfe · 4 years, 11 months ago
  46. 99c52f1 use rfc3339-formatted timestamps in output [output format change] (#965) by Brian Wolfe · 4 years, 11 months ago
  47. 56898e9 Add missing <cerrno> header include - fixes Android build (#960) by Kai Wolf · 5 years ago
  48. ecc1685 Fix formatting issues introduced by a77d5f7 (#959) by Luís Marques · 5 years ago
  49. 8cead00 Remove warnings for internal use of CSVReporter (#956) by Keith Moyer · 5 years ago
  50. a77d5f7 Fix cycleclock::Now for RISC-V and PPC (#955) by Luís Marques · 5 years ago
  51. 0ab2c29 Fix type conversion warnings. (#951) by Dominic Hamon · 5 years ago
  52. 70d89ac Revert "Add d postfix to Debug libraries (#923)" by Roman Lebedev · 5 years ago
  53. c078337 Relax CHECK condition in benchmark_runner.cc (#938) by Paweł Bylica · 5 years ago
  54. 8982e1e Fix MSVC warning. (#935) by Ben Clayton · 5 years ago
  55. daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 5 years ago
  56. 5ce2429 Add d postfix to Debug libraries (#923) by Szitár Gergő · 5 years ago
  57. 0811f1d Fix typo in mutex.h (#917) by Tetsuo Kiso · 5 years ago
  58. 3671194 CPU caches are binary units, not SI. (#911) by Roman Lebedev · 5 years ago
  59. 49aa79b update header guard to match style by Dominic Hamon · 5 years ago
  60. 51d991f ParseCommandLineFlags(): do not dereference argc if it is null by Roman Lebedev · 5 years ago
  61. c22c266 JSONReporter: RoundDouble(): use std::lround() to round double to int by Roman Lebedev · 5 years ago
  62. cc7f50e BenchmarkRunner: use std::lround() to round double to int by Roman Lebedev · 5 years ago
  63. 173aff8 src/counter.h: add header guard by Roman Lebedev · 5 years ago
  64. cf446a1 Remove superfluous cache line scaling in JSON reporter. (#896) by András Leitereg · 6 years ago
  65. bc200ed Read options from environment (#881) (#883) by Martin Blanchard · 6 years ago
  66. b874e72 Guard definition of __STDC_FORMAT_MACROS in ifndef (#875) by Geoffrey Martin-Noble · 6 years ago
  67. 7411874 Define HOST_NAME_MAX for NaCl and RTEMS (#876) by Geoffrey Martin-Noble · 6 years ago
  68. 7ee7286 Remove unused `doc` argument from `DEFINE_` macros. (#857) by Sayan Bhattacharjee · 6 years ago
  69. 7d97a05 Custom user counters: add invert modifier. (#850) by Roman Lebedev · 6 years ago
  70. c408461 Disable deprecated warnings when touching CSVReporter internally. by Eric Fiselier · 6 years ago
  71. 8e48105 CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840) by Roman Lebedev · 6 years ago
  72. 4abdfbb Add RISC-V support in cycleclock::Now (#833) by Sam Elliott · 6 years ago
  73. 04a9343 Make some functions const (#832) by Orgad Shaneh · 6 years ago
  74. 090faec Use IterationCount in one more place by Roman Lebedev · 6 years ago v1.5.0
  75. f92903c Iteration counts should be `uint64_t` globally. (#817) by Roman Lebedev · 6 years ago
  76. b988639 Fix compilation for Android (#816) by Michał Janiszewski · 6 years ago
  77. 33d4404 Don't read CMAKE_BUILD_TYPE if it is not there (#811) by Roman Lebedev · 6 years ago
  78. 823d246 Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808) by Lockywolf · 6 years ago
  79. 13b8bdc Bump required cmake version from 2.x to 3.x (#801) by Dominic Hamon · 6 years ago
  80. 588be04 escape special chars in csv and json output. (#802) by Michael Tesch · 6 years ago
  81. 1d41de8 Add command line flags tests (#793) by Dominic Hamon · 6 years ago
  82. 415835e fix master branch on *BSD (#792) by Hannes Hauswedell · 6 years ago
  83. 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 6 years ago
  84. e366656 Negative ranges #762 (#787) by Daniel Harvey · 6 years ago
  85. 478eafa [JSON] add threads and repetitions to the json output (#748) by BaaMeow · 6 years ago
  86. fae8726 Replace JSON inf and nan with JS compliant Infinity and NaN by Michael Tesch · 6 years ago
  87. f6e9686 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) by Daniel Harvey · 6 years ago
  88. d205ead [#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (#775) by Jilin Zhou · 6 years ago
  89. 0ae233a [#766] add x-compile support for QNX SDP7 (#770) by Jilin Zhou · 6 years ago
  90. 4b9f43e Fix header lines length (#752) by Andriy Berestovskyy · 6 years ago
  91. 4528c76 Print at least three significant digits for times. (#701) by Eric · 6 years ago
  92. 0ed529a Update documentation of benchmark_filter (#744) by Dominic Hamon · 6 years ago
  93. 47a5f77 #722 Adding Host Name in Reporting (#733) by Jatin Chaudhary · 6 years ago
  94. 1f3cba0 Update reference to complexity calculation (#723) by Tobias Ulvgård · 6 years ago
  95. c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 6 years ago
  96. b5082bb Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg by Dominic Hamon · 6 years ago
  97. c6193af Fix parsing of cpuinfo for s390 platform. (#712) by Anton Gladky · 7 years ago
  98. 507c06e Aggregates: use non-aggregate count as iteration count. (#706) by Roman Lebedev · 7 years ago
  99. 99d1356 [NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708) by Roman Lebedev · 7 years ago
  100. 9cacec8 [NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707) by Roman Lebedev · 7 years ago