1. 8982e1e Fix MSVC warning. (#935) by Ben Clayton · 4 years, 4 months ago
  2. daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 4 years, 5 months ago
  3. 5ce2429 Add d postfix to Debug libraries (#923) by Szitár Gergő · 4 years, 5 months ago
  4. 0811f1d Fix typo in mutex.h (#917) by Tetsuo Kiso · 4 years, 6 months ago
  5. 3671194 CPU caches are binary units, not SI. (#911) by Roman Lebedev · 4 years, 6 months ago
  6. 49aa79b update header guard to match style by Dominic Hamon · 4 years, 6 months ago
  7. 51d991f ParseCommandLineFlags(): do not dereference argc if it is null by Roman Lebedev · 4 years, 6 months ago
  8. c22c266 JSONReporter: RoundDouble(): use std::lround() to round double to int by Roman Lebedev · 4 years, 6 months ago
  9. cc7f50e BenchmarkRunner: use std::lround() to round double to int by Roman Lebedev · 4 years, 6 months ago
  10. 173aff8 src/counter.h: add header guard by Roman Lebedev · 4 years, 6 months ago
  11. cf446a1 Remove superfluous cache line scaling in JSON reporter. (#896) by András Leitereg · 4 years, 7 months ago
  12. bc200ed Read options from environment (#881) (#883) by Martin Blanchard · 4 years, 7 months ago
  13. b874e72 Guard definition of __STDC_FORMAT_MACROS in ifndef (#875) by Geoffrey Martin-Noble · 4 years, 8 months ago
  14. 7411874 Define HOST_NAME_MAX for NaCl and RTEMS (#876) by Geoffrey Martin-Noble · 4 years, 8 months ago
  15. 7ee7286 Remove unused `doc` argument from `DEFINE_` macros. (#857) by Sayan Bhattacharjee · 4 years, 10 months ago
  16. 7d97a05 Custom user counters: add invert modifier. (#850) by Roman Lebedev · 4 years, 10 months ago
  17. c408461 Disable deprecated warnings when touching CSVReporter internally. by Eric Fiselier · 4 years, 10 months ago
  18. 8e48105 CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840) by Roman Lebedev · 4 years, 11 months ago
  19. 4abdfbb Add RISC-V support in cycleclock::Now (#833) by Sam Elliott · 5 years ago
  20. 04a9343 Make some functions const (#832) by Orgad Shaneh · 5 years ago
  21. 090faec Use IterationCount in one more place by Roman Lebedev · 5 years ago
  22. f92903c Iteration counts should be `uint64_t` globally. (#817) by Roman Lebedev · 5 years ago
  23. b988639 Fix compilation for Android (#816) by Michał Janiszewski · 5 years ago
  24. 33d4404 Don't read CMAKE_BUILD_TYPE if it is not there (#811) by Roman Lebedev · 5 years ago
  25. 823d246 Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808) by Lockywolf · 5 years ago
  26. 13b8bdc Bump required cmake version from 2.x to 3.x (#801) by Dominic Hamon · 5 years ago
  27. 588be04 escape special chars in csv and json output. (#802) by Michael Tesch · 5 years ago
  28. 1d41de8 Add command line flags tests (#793) by Dominic Hamon · 5 years ago
  29. 415835e fix master branch on *BSD (#792) by Hannes Hauswedell · 5 years ago
  30. 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 5 years ago
  31. e366656 Negative ranges #762 (#787) by Daniel Harvey · 5 years ago
  32. 478eafa [JSON] add threads and repetitions to the json output (#748) by BaaMeow · 5 years ago
  33. fae8726 Replace JSON inf and nan with JS compliant Infinity and NaN by Michael Tesch · 5 years ago
  34. f6e9686 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) by Daniel Harvey · 5 years ago
  35. d205ead [#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (#775) by Jilin Zhou · 5 years ago
  36. 0ae233a [#766] add x-compile support for QNX SDP7 (#770) by Jilin Zhou · 5 years ago
  37. 4b9f43e Fix header lines length (#752) by Andriy Berestovskyy · 5 years ago
  38. 4528c76 Print at least three significant digits for times. (#701) by Eric · 5 years ago
  39. 0ed529a Update documentation of benchmark_filter (#744) by Dominic Hamon · 5 years ago
  40. 47a5f77 #722 Adding Host Name in Reporting (#733) by Jatin Chaudhary · 5 years ago
  41. 1f3cba0 Update reference to complexity calculation (#723) by Tobias Ulvgård · 5 years ago
  42. c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 6 years ago
  43. b5082bb Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg by Dominic Hamon · 6 years ago
  44. c6193af Fix parsing of cpuinfo for s390 platform. (#712) by Anton Gladky · 6 years ago
  45. 507c06e Aggregates: use non-aggregate count as iteration count. (#706) by Roman Lebedev · 6 years ago
  46. 99d1356 [NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708) by Roman Lebedev · 6 years ago
  47. 9cacec8 [NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707) by Roman Lebedev · 6 years ago
  48. 8503dfe benchmark_color: fix auto option (#559) (#699) by Ilya A. Kriveshko · 6 years ago
  49. a8082de [NFC] Refactor RunBenchmark() (#690) by Roman Lebedev · 6 years ago
  50. edc77a3 Make State constructor private. (#650) by Dominic Hamon · 6 years ago
  51. 439d6b1 Include sys/time.h for cycleclock.h when building on MinGW (#680) by Martin Storsjö · 6 years ago
  52. 5261307 [benchmark] Lowercase windows specific includes (#679) by Martin Storsjö · 6 years ago
  53. 1b44120 Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) by Roman Lebedev · 6 years ago
  54. 5858847 Track two more details about runs - the aggregate name, and run name. (#675) by Roman Lebedev · 6 years ago
  55. c614dfc *Display* aggregates only. (#665) by Roman Lebedev · 6 years ago
  56. f090141 GetCacheSizesMacOSX(): use consistent types. (#667) by Roman Lebedev · 6 years ago
  57. fbfc495 add missing closing bracket in --help message (#666) by pseyfert · 6 years ago
  58. caa2fcb Counter(): add 'one thousand' param. (#657) by Roman Lebedev · 6 years ago
  59. d9cab61 [NFC] s/console_reporter/display_reporter/ (#663) by Roman Lebedev · 6 years ago
  60. 8688c5c Track 'type' of the run - is it an actual measurement, or an aggregate. (#658) by Roman Lebedev · 6 years ago
  61. 9a179cb [NFC] Prefix "report(_)?mode" with Aggregation. (#656) by Roman Lebedev · 6 years ago
  62. af441fc properly escape json names (#652) by BaaMeow · 6 years ago
  63. f85304e Remove redundant default which causes failures (#649) by Kirill Bobyrev · 6 years ago
  64. f965eab Memory management and reporting hooks (#625) by Dominic Hamon · 6 years ago
  65. da9ec3d Include system load average in console and JSON reports by Ori Livneh · 6 years ago
  66. 0c21bc3 Fix build with Intel compiler (#631) by Federico Ficarelli · 6 years ago
  67. 5946795 Disable Intel invalid offsetof warning (#629) by Federico Ficarelli · 6 years ago
  68. b123abd Add Iteration-related Counter::Flags. Fixes #618 (#621) by Roman Lebedev · 6 years ago
  69. 505be96 Avoid using CMake 3.6 feature list(FILTER ...) (#612) by Marat Dukhan · 6 years ago
  70. 1301f53 cmake: use numeric version in package config (#611) by Sergiu Deitsch · 6 years ago
  71. 7fb3c56 Fix compilation on Android with GNU STL (#596) by Marat Dukhan · 6 years ago
  72. 4c2af07 (clang-)format all the things (#610) by BaaMeow · 6 years ago
  73. 4fbfa2f Some platforms and environments don't pass a valid argc/argv. (#607) by Dominic Hamon · 6 years ago
  74. e776aa0 Add benchmark_main target. (#601) by Alex Strelnikov · 6 years ago
  75. e90801a Remove unnecessary memset functions. (#591) by Nan Xiao · 6 years ago
  76. 8986839 Use __EMSCRIPTEN__ (rather then EMSCRIPTEN) to check for emscripten (#583) by Sam Clegg · 6 years ago
  77. ea5551e Porting into OpenBSD (#582) by Nan Xiao · 6 years ago
  78. ed1bac8 Issue 571: Allow support for negative regex filtering (#576) by Tim Bradgate · 6 years ago
  79. 64d4805 Fix precision loss warning in MSVC. (#574) by Victor Costan · 6 years ago
  80. c4858d8 Report the actual iterations run. (#572) by Dominic Hamon · 6 years ago
  81. 64e5a13 Ensure 64-bit truncation doesn't happen for complexity_n (#569) by Dominic Hamon · 6 years ago
  82. 50ffc78 Optimize by using nth_element instead of partial_sort to find the median. (#565) by Fred Tingaud · 6 years ago
  83. 9913418 Allow AddRange to work with int64_t. (#548) by Dominic Hamon · 6 years ago
  84. df60aeb Rely on compiler intrinsics to identify regex engine. (#555) by Dominic Hamon · 6 years ago
  85. e668e2a Fix #552 - GCC and Clang warn on possibly invalid offsetof usage. by Eric Fiselier · 6 years ago
  86. 674d049 Move thread classes out to clean up monolithic code (#554) by Dominic Hamon · 6 years ago
  87. 6149723 Make string_util naming more consistent (#547) by Wink Saville · 6 years ago
  88. f48a28d Do not let StrCat be renamed to lstrcatA (#546) by Wink Saville · 6 years ago
  89. 69a52cf Spelling fixes (#543) by Wink Saville · 6 years ago
  90. 47df49e Add Solaris support (#539) by alekseyshl · 6 years ago
  91. ff2c255 Use STCK to get the CPU clock on s390x (#540) by Robert Guo · 6 years ago
  92. 56f52ee Print the executable name as part of the context. (#534) by Eric · 6 years ago
  93. 6ecf8a8 Don't include <sys/resource.h> on Fuchsia. (#531) by Ian McKellar · 6 years ago
  94. 207b9c7 Improve State packing: put important members on first cache line. (#527) by Eric · 6 years ago
  95. 296ec56 Support State::KeepRunningBatch(). (#521) by Samuel Panzer · 6 years ago
  96. df415ad Some small clang-tidy fixes (#520) by Dominic Hamon · 6 years ago
  97. 4fe0206 Fixes compilation error caused by integer precision loss due to implicit (#518) by oskidan · 6 years ago
  98. 9f5694c Wrap COMPILER macros. (#514) by Dominic Hamon · 6 years ago
  99. 95a1435 Fix compilation error with GCC on OSX (issue #490). (#491) by Victor Costan · 7 years ago
  100. ec5684e Console reporter: properly account for the lenght of custom counter names (#484) by Roman Lebedev · 7 years ago