1. d205ead [#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (#775) by Jilin Zhou · 5 years ago
  2. 0ae233a [#766] add x-compile support for QNX SDP7 (#770) by Jilin Zhou · 5 years ago
  3. 4b9f43e Fix header lines length (#752) by Andriy Berestovskyy · 5 years ago
  4. 4528c76 Print at least three significant digits for times. (#701) by Eric · 5 years ago
  5. 0ed529a Update documentation of benchmark_filter (#744) by Dominic Hamon · 5 years ago
  6. 47a5f77 #722 Adding Host Name in Reporting (#733) by Jatin Chaudhary · 6 years ago
  7. 1f3cba0 Update reference to complexity calculation (#723) by Tobias Ulvgård · 6 years ago
  8. c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 6 years ago
  9. b5082bb Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg by Dominic Hamon · 6 years ago
  10. c6193af Fix parsing of cpuinfo for s390 platform. (#712) by Anton Gladky · 6 years ago
  11. 507c06e Aggregates: use non-aggregate count as iteration count. (#706) by Roman Lebedev · 6 years ago
  12. 99d1356 [NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708) by Roman Lebedev · 6 years ago
  13. 9cacec8 [NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707) by Roman Lebedev · 6 years ago
  14. 8503dfe benchmark_color: fix auto option (#559) (#699) by Ilya A. Kriveshko · 6 years ago
  15. a8082de [NFC] Refactor RunBenchmark() (#690) by Roman Lebedev · 6 years ago
  16. edc77a3 Make State constructor private. (#650) by Dominic Hamon · 6 years ago
  17. 439d6b1 Include sys/time.h for cycleclock.h when building on MinGW (#680) by Martin Storsjö · 6 years ago
  18. 5261307 [benchmark] Lowercase windows specific includes (#679) by Martin Storsjö · 6 years ago
  19. 1b44120 Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) by Roman Lebedev · 6 years ago
  20. 5858847 Track two more details about runs - the aggregate name, and run name. (#675) by Roman Lebedev · 6 years ago
  21. c614dfc *Display* aggregates only. (#665) by Roman Lebedev · 6 years ago
  22. f090141 GetCacheSizesMacOSX(): use consistent types. (#667) by Roman Lebedev · 6 years ago
  23. fbfc495 add missing closing bracket in --help message (#666) by pseyfert · 6 years ago
  24. caa2fcb Counter(): add 'one thousand' param. (#657) by Roman Lebedev · 6 years ago
  25. d9cab61 [NFC] s/console_reporter/display_reporter/ (#663) by Roman Lebedev · 6 years ago
  26. 8688c5c Track 'type' of the run - is it an actual measurement, or an aggregate. (#658) by Roman Lebedev · 6 years ago
  27. 9a179cb [NFC] Prefix "report(_)?mode" with Aggregation. (#656) by Roman Lebedev · 6 years ago
  28. af441fc properly escape json names (#652) by BaaMeow · 6 years ago
  29. f85304e Remove redundant default which causes failures (#649) by Kirill Bobyrev · 6 years ago
  30. f965eab Memory management and reporting hooks (#625) by Dominic Hamon · 6 years ago
  31. da9ec3d Include system load average in console and JSON reports by Ori Livneh · 6 years ago
  32. 0c21bc3 Fix build with Intel compiler (#631) by Federico Ficarelli · 6 years ago
  33. 5946795 Disable Intel invalid offsetof warning (#629) by Federico Ficarelli · 6 years ago
  34. b123abd Add Iteration-related Counter::Flags. Fixes #618 (#621) by Roman Lebedev · 6 years ago
  35. 505be96 Avoid using CMake 3.6 feature list(FILTER ...) (#612) by Marat Dukhan · 6 years ago
  36. 1301f53 cmake: use numeric version in package config (#611) by Sergiu Deitsch · 6 years ago
  37. 7fb3c56 Fix compilation on Android with GNU STL (#596) by Marat Dukhan · 6 years ago
  38. 4c2af07 (clang-)format all the things (#610) by BaaMeow · 6 years ago
  39. 4fbfa2f Some platforms and environments don't pass a valid argc/argv. (#607) by Dominic Hamon · 6 years ago
  40. e776aa0 Add benchmark_main target. (#601) by Alex Strelnikov · 6 years ago
  41. e90801a Remove unnecessary memset functions. (#591) by Nan Xiao · 6 years ago
  42. 8986839 Use __EMSCRIPTEN__ (rather then EMSCRIPTEN) to check for emscripten (#583) by Sam Clegg · 6 years ago
  43. ea5551e Porting into OpenBSD (#582) by Nan Xiao · 6 years ago
  44. ed1bac8 Issue 571: Allow support for negative regex filtering (#576) by Tim Bradgate · 6 years ago
  45. 64d4805 Fix precision loss warning in MSVC. (#574) by Victor Costan · 6 years ago
  46. c4858d8 Report the actual iterations run. (#572) by Dominic Hamon · 6 years ago
  47. 64e5a13 Ensure 64-bit truncation doesn't happen for complexity_n (#569) by Dominic Hamon · 6 years ago
  48. 50ffc78 Optimize by using nth_element instead of partial_sort to find the median. (#565) by Fred Tingaud · 6 years ago
  49. 9913418 Allow AddRange to work with int64_t. (#548) by Dominic Hamon · 6 years ago
  50. df60aeb Rely on compiler intrinsics to identify regex engine. (#555) by Dominic Hamon · 6 years ago
  51. e668e2a Fix #552 - GCC and Clang warn on possibly invalid offsetof usage. by Eric Fiselier · 6 years ago
  52. 674d049 Move thread classes out to clean up monolithic code (#554) by Dominic Hamon · 6 years ago
  53. 6149723 Make string_util naming more consistent (#547) by Wink Saville · 6 years ago
  54. f48a28d Do not let StrCat be renamed to lstrcatA (#546) by Wink Saville · 6 years ago
  55. 69a52cf Spelling fixes (#543) by Wink Saville · 6 years ago
  56. 47df49e Add Solaris support (#539) by alekseyshl · 6 years ago
  57. ff2c255 Use STCK to get the CPU clock on s390x (#540) by Robert Guo · 6 years ago
  58. 56f52ee Print the executable name as part of the context. (#534) by Eric · 6 years ago
  59. 6ecf8a8 Don't include <sys/resource.h> on Fuchsia. (#531) by Ian McKellar · 6 years ago
  60. 207b9c7 Improve State packing: put important members on first cache line. (#527) by Eric · 6 years ago
  61. 296ec56 Support State::KeepRunningBatch(). (#521) by Samuel Panzer · 6 years ago
  62. df415ad Some small clang-tidy fixes (#520) by Dominic Hamon · 6 years ago
  63. 4fe0206 Fixes compilation error caused by integer precision loss due to implicit (#518) by oskidan · 6 years ago
  64. 9f5694c Wrap COMPILER macros. (#514) by Dominic Hamon · 6 years ago
  65. 95a1435 Fix compilation error with GCC on OSX (issue #490). (#491) by Victor Costan · 7 years ago
  66. ec5684e Console reporter: properly account for the lenght of custom counter names (#484) by Roman Lebedev · 7 years ago
  67. 2ec7399 Improve BENCHMARK_UNREACHABLE() implementation. by Eric Fiselier · 7 years ago
  68. 11dc368 Improve CPU Cache info reporting -- Add Windows support. (#486) by Eric · 7 years ago
  69. 27e0b43 Refactor System information collection -- Add CPU Cache Info (#483) by Eric · 7 years ago
  70. aad6a5f Add NetBSD support (#482) by Kamil Rytarowski · 7 years ago
  71. 0c3ec99 Add a pkg-config file, for the benefit of projects not using CMake. (#480) by Steinar H. Gunderson · 7 years ago
  72. 72a4581 Fix #382 - MinGW often reports negative CPU times. (#475) by Eric · 7 years ago
  73. f65c6d9 Remove deprecated headers (#473) by Dominic Hamon · 7 years ago
  74. 491360b Add option to install benchmark (#463) by Yangqing Jia · 7 years ago
  75. a37fc0c Improve KeepRunning loop performance to be similar to the range-based for. (#460) by Eric · 7 years ago
  76. cacd321 Avoid implicit float to double conversion (#457) by Raúl Marín · 7 years ago
  77. 2409cb2 Minor move of code to cleanup up namespace spaghetti a bit by Dominic Hamon · 7 years ago
  78. a271c36 Drop Stat1, refactor statistics to be user-providable, add median. (#428) by Roman Lebedev · 7 years ago
  79. d704179 Allow the definition of 1k to be flexible. (#438) by Dominic Hamon · 7 years ago
  80. b9be142 Json reporter: don't cast floating-point to int; adjust tooling (#426) by Roman Lebedev · 7 years ago
  81. 5b7683f more clang tidy cleanups (#417) by Dominic Hamon · 7 years ago
  82. e8fc2a2 Google-style cleanups (#416) by Dominic Hamon · 7 years ago
  83. ee3cfca Fix ThreadCPUUsage when running on RTEMS. (#414) by Tom Madams · 7 years ago
  84. 9d4b719 Make Benchmark a single header library (but not header-only) (#407) by Eric · 7 years ago
  85. b8a2206 Add ClearRegisteredBenchmark() function. (#402) by Eric · 7 years ago
  86. f3b3dd9 Use the sample version of standard deviation (#383) by Yixuan Qiu · 7 years ago
  87. 15e9eba Associate the required include directory with the benchmark library (#393) by David Kruger · 7 years ago
  88. ec6f035 Trying again to fix error caused by -Wunused-function. by Joao Paulo Magalhaes · 7 years ago
  89. 160770f Fix dropped-style elses. by Joao Paulo Magalhaes · 7 years ago
  90. ea019f3 Allow different counter sets in CSV reporting. by Joao Paulo Magalhaes · 7 years ago
  91. 3db6254 Console reporter: add /s prefix to counter rates. by Joao Paulo Magalhaes · 7 years ago
  92. 17a012d Fix: --benchmark_counters_tabular was not being passed to tests. by Joao Paulo Magalhaes · 7 years ago
  93. 6151517 Merge remote-tracking branch 'upstream/master' into compact by Joao Paulo Magalhaes · 7 years ago
  94. eb2bf34 Fix indentation. by Joao Paulo Magalhaes · 7 years ago
  95. 47226cc CHECK(): rename EPS to FLOAT for consistency with googletest style. by Joao Paulo Magalhaes · 7 years ago
  96. ef6b4fb Simplify printing of counters in console reporter. by Joao Paulo Magalhaes · 7 years ago
  97. c16c8ff CHECK_EPS: Use parentheses to wrap macro arguments. by Joao Paulo Magalhaes · 7 years ago
  98. 921a51a Console reporting of user counters: print rates like non-rates. by Joao Paulo Magalhaes · 7 years ago
  99. 5ed1b1d Merge branch 'master' of https://github.com/vladoovtcharov/benchmark into test_usercounters by Joao Paulo Magalhaes · 7 years ago
  100. 8adf59d Add epsilon check macros for float comparison. by Joao Paulo Magalhaes · 7 years ago