1. 3554d30 [fuchsia] Suppress conversion errors by Bruno Dal Bo · 3 years, 6 months ago main master
  2. a779ffc Add trailing newline at EOF by Chris Bracken · 4 years, 8 months ago
  3. 21f1eb3 Update README.fuchsia by Petr Hosek · 6 years ago
  4. 5a905a7 Update README.fuchsia by Damien Miller · 6 years ago
  5. f7d0bdd Link to upstream in README.fuchsia by Damien Miller · 6 years ago
  6. b387588 Stop using sys/resource.h and rusage. by Ian McKellar · 6 years ago
  7. 296537b Enable use of thread safety attributes in project by James Robinson · 7 years ago
  8. f128c3b Add BUILD.gn by Ankur Mittal · 7 years ago
  9. a8aa40c Fix obvious typo in string formatting by Eric Fiselier · 7 years ago
  10. 2373382 Rewrite compare_bench.py argument parsing. by Eric Fiselier · 7 years ago
  11. 4f8bfea Report error when no benchmarks match regex. (#308) by Dominic Hamon · 8 years ago v1.1.0
  12. 0064c56 Add tests for reporters (#307) by Marek Kurdej · 8 years ago
  13. 8e08aa7 Merge branch 'mkurdej-arg-names' by Dominic Hamon · 8 years ago
  14. 3f23832 Allow calling Args and ArgNames in any order. by Marek Kurdej · 8 years ago
  15. cfee1a5 Check argument count in `ArgName` and `ArgNames`. by Marek Kurdej · 8 years ago
  16. c1c01b2 Handle the case when the argument name is an empty string. by Marek Kurdej · 8 years ago
  17. 17e1c40 Add ArgName() and ArgNames() methods to name arguments/ranges. by Marek Kurdej · 8 years ago
  18. 44c25c8 Merge branch 'mkurdej-fix-time-unit' by Dominic Hamon · 8 years ago
  19. 8aeb20f Add tests. by Marek Kurdej · 8 years ago
  20. 5aa3855 Fix displayed time unit in mean and standard deviation. by Marek Kurdej · 8 years ago
  21. 57a22c6 Fix typo in timer.cc that caused negative CPU times on OS X. Fixes #293 by Eric Fiselier · 8 years ago
  22. 721c922 Fix getting the CPU frequency on OS X by Eric Fiselier · 8 years ago
  23. f67ee4a Fix #294. Add -D_GNU_SOURCE when building under Cygwin by Eric Fiselier · 8 years ago
  24. 03c4485 Fix #295. Remove use of BSD extensions for comparing strings by Eric Fiselier · 8 years ago
  25. 36a251a Fix #300. Emit RMS as a float not a percentage in JSON by Eric Fiselier · 8 years ago
  26. 2555035 Use correct RE for floating point numbers in reporter_output_test.cc by Eric Fiselier · 8 years ago
  27. 332f677 Apply clang-format to all headers and source (#303) by Dominic Hamon · 8 years ago
  28. 1100e91 Simplify clang-format and apply to tests (#302) by Dominic Hamon · 8 years ago
  29. d1daeee Pass flag string to `check_cxx_compiler_flag` (#298) by ktnyt · 8 years ago
  30. 2aca242 Fix various uninitialized members by Eric Fiselier · 8 years ago
  31. 6cadcf7 Fix working on mac clock_gettime (#292) by Alt · 8 years ago
  32. 62c68ba s/resolved/unresolved/ by Dominic Hamon · 8 years ago
  33. 917b86e Auto-detect whether Benchmark should produce colorized output (#126) by Nicholas Hutchinson · 8 years ago
  34. b826143 Flush reporters' output streams after writing a benchmark run (#288) by Nicholas Hutchinson · 8 years ago
  35. c6f3f0e Cleanup RunBenchmark code. (#289) by Eric · 8 years ago
  36. d038472 Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287) by Eric · 8 years ago
  37. 9c26168 Document --benchmark_filter. Thanks to NAThompson for the original patch by Eric Fiselier · 8 years ago
  38. 72be952 Add Benchmark::ThreadRange() version with increment instead of multiply (#283) by Ronny · 8 years ago
  39. 60e88c2 Remove TSAN builder for now. by Eric Fiselier · 8 years ago
  40. db376c8 Tweak TSAN flags by Eric Fiselier · 8 years ago
  41. 183999c Add Thread Sanitizer bot to Travis by Eric Fiselier · 8 years ago
  42. 07ee194 Fix wording because an idiot came up with it. by Eric Fiselier · 8 years ago
  43. 309ecb7 Increase complexity_test runtime slightly less. by Eric Fiselier · 8 years ago
  44. f261c68 Try and add MSVC NORETURN attribute again by Eric Fiselier · 8 years ago
  45. 756f069 Increase complexity_test.cc runtime to attempt to avoid appveyor failures by Eric Fiselier · 8 years ago
  46. 2314368 Add another workaround for Appveyor warnings by Eric Fiselier · 8 years ago
  47. 5224b63 Fix BENCHMARK_NORETURN on MSVC by Eric Fiselier · 8 years ago
  48. a85f2a8 attempt to suppress apveyor warnings by Eric Fiselier · 8 years ago
  49. cba945e Make `PauseTiming()` and `ResumeTiming()` per thread. (#286) by Eric · 8 years ago
  50. 94c2a30 Add clang-format file by Dominic Hamon · 8 years ago
  51. 6a28f1e Fixture: add non const Setup() and TearDown(). (#285) by biojppm · 8 years ago
  52. 83561f0 CMake: add headers to the list of source files. (#284) by biojppm · 8 years ago
  53. 61f570e Fix #202 - Document Windows dependency on shlwapi.lib by Eric Fiselier · 8 years ago
  54. df7bd92 Add warning for large benchmark families (#279) by Eric · 8 years ago
  55. 6e25917 Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280) by Eric · 8 years ago
  56. 49bbff2 Supply old `RangePair` and `ArgPair` API for C++03 compatibility. (#278) by Eric · 8 years ago
  57. 2e0796e Cleanup and optimize Range generation. by Eric Fiselier · 8 years ago
  58. db1af86 Fix out-of-bounds std::vector access. by Eric Fiselier · 8 years ago
  59. cbcd7b6 Fix std::cout/std::cerr static initialization order fiasco. by Eric Fiselier · 8 years ago
  60. 78e22f1 Update libc++ install script to use new names by Eric Fiselier · 8 years ago
  61. aaa25ac Improve diagnostic output for output tests. by Eric Fiselier · 8 years ago
  62. 0ed4456 Refactor output test runner into standalone module. (#277) by Eric · 8 years ago
  63. 577baa0 Remove MinGW builder in preference of MinGW-w64. by Eric Fiselier · 8 years ago
  64. a11fb69 Add --benchmark_report_aggregates_only={true|false} flag for better summary output. (#267) by Eric · 8 years ago
  65. c9d747e Test different Appveyor MinGW installation by Eric Fiselier · 8 years ago
  66. a7a7c56 Workaround flaky complexity_test.cc test case. by Eric Fiselier · 8 years ago
  67. 5eac662 Add a "compare_bench.py" tooling script. (#266) by Eric · 8 years ago
  68. de4ead7 Document compiler requirements (#269) by Eric · 8 years ago
  69. 96a5965 Use pre-installed MinGW on Appveyor by Eric Fiselier · 8 years ago
  70. 95dee3c Work around bogus GCC warning by Eric Fiselier · 8 years ago
  71. ee54a3f Rework Appveyor config by Eric Fiselier · 8 years ago
  72. cfd717e Increase Appveyor timeout and fix build warning by Eric Fiselier · 8 years ago
  73. 9e13b95 fix Appveyor config and add timeout by Eric Fiselier · 8 years ago
  74. 85e7ed7 Add libc++ and MSAN builders to to travis. by Eric Fiselier · 8 years ago
  75. 8228b3e Make Appveyor show test output on failure by Eric Fiselier · 8 years ago
  76. 8267117 Add ASAN and UBSAN builders to travis for both GCC and Clang. by Eric Fiselier · 8 years ago
  77. c04f703 Fix signed integer overflow UB in complexity computations. by Eric Fiselier · 8 years ago
  78. 5121b85 Temporarly disable VC 2013 appveyor build in order to test VC 2015 by Eric Fiselier · 8 years ago
  79. 9820035 Whitespace change to trigger appveyor. by Eric Fiselier · 8 years ago
  80. 1b57a2a Add myself to AUTHORS. by Eric Fiselier · 8 years ago
  81. f30028b Attempt to fix VC 2013 build. by Eric Fiselier · 8 years ago
  82. dfe0260 Support multiple ranges in the benchmark (#257) by Marcin Kolny · 8 years ago
  83. 7f1da4a Hide yet another test from MSVC 2013 by Eric Fiselier · 8 years ago
  84. 25eae60 Attempt to fix MSVC build failures by Eric Fiselier · 8 years ago
  85. 5f5ca31 Add `RegisterBenchmark(name, func, args...)` for creating/registering benchmarks. (#259) by Eric · 8 years ago
  86. b7f8e35 update travis, squash history (#265) by Eric · 8 years ago
  87. 44128d8 Add --benchmark_out=<filename> and --benchmark_out_format=<format> options. by Eric Fiselier · 8 years ago
  88. f68e64c add support for step in DenseRange() (#260) by Vadym · 8 years ago
  89. a2ca94d Fix missing SYSTEM_INFO initializers by Eric Fiselier · 8 years ago
  90. 3b2d0ab Use correct integer type for complexity. MSVC warns otherwise by Eric Fiselier · 8 years ago
  91. 950c8b7 Fix suprious failures in complexity_test.cc by Eric Fiselier · 8 years ago
  92. 440df36 Improve failure mode in complexity_test.cc by Eric Fiselier · 8 years ago
  93. 1bd62bd Revert "Workaround missing std::this_thread::sleep_for function in tests." by Eric Fiselier · 8 years ago
  94. c5f4549 Workaround missing std::this_thread::sleep_for function in tests. by Eric Fiselier · 8 years ago
  95. ebd37b1 set cpuinfo_num_cpus on Windows (#254) by Sven · 8 years ago
  96. b805b7c Add missing `volatile`s to 32-bit ARM cycleclock assembler. (#253) by Elliott Hughes · 8 years ago
  97. 7e40ff9 Provide a better implementation of DoNotOptimize(...). by Eric Fiselier · 8 years ago
  98. 2149577 Add export linker flags policy to cmake (#251) by Steve Downey · 8 years ago
  99. 885ca41 added check for SetComplexityN (#248) by Ismael · 8 years ago
  100. a0783fd fix 244 (#247) by Ismael · 8 years ago