1. 1b9e55c Remove walltime implementation tests and expose less internals by Eric Fiselier · 10 years ago
  2. d3e0671 finish selection of clock with debug information by Eric Fiselier · 10 years ago
  3. 48c4c9c Revert "prevent unneeded calculation of Slow()" by Eric Fiselier · 10 years ago
  4. 47442b9 prevent unneeded calculation of Slow() by Eric Fiselier · 10 years ago
  5. 21207a4 improve walltime test by Eric Fiselier · 10 years ago
  6. c0755c4 actually add new test by Eric Fiselier · 10 years ago
  7. 725f1f0 add walltime benchmark and fix unused variable. by Eric Fiselier · 10 years ago
  8. be993ac remove unneeded test repetitions by Eric Fiselier · 10 years ago
  9. d0df7ef cleanup whitespace and includes by Eric Fiselier · 10 years ago
  10. a3308c6 Introduce use of std::chrono and remove Walltime printing by Eric Fiselier · 10 years ago
  11. 8b0b73f Merge pull request #101 from google/variadic_macros by Eric · 10 years ago v0.0.9
  12. 482c19d Handle creation of C++03 flags differently by Eric Fiselier · 10 years ago
  13. d40cb97 Don't treat CMAKE_CXX_FLAGS as a list by Eric Fiselier · 10 years ago
  14. daa8a67 add C++03 test and update README by Eric Fiselier · 10 years ago
  15. 38066e8 Add variadic macro for BENCHMARK_TEMPLATE in c++11 and beyond. by Eric Fiselier · 10 years ago
  16. 01bba47 Remove use of reserved names in benchmark macros by Eric Fiselier · 10 years ago
  17. a6a90ec Revert "Add BENCHMARK_TEMPLATE1 macro" by Eric Fiselier · 10 years ago
  18. b7d03ac Add BENCHMARK_TEMPLATE1 macro by Eric Fiselier · 10 years ago
  19. 92fc9b9 Add newline after every benchmark to improve readability of the json output. by Eric Fiselier · 10 years ago
  20. ec0c725 Merge pull request #100 from google/json_reporter by Eric · 10 years ago
  21. 6429348 address review comments and fix array type declaration by Eric Fiselier · 10 years ago
  22. ffb67dc address review comments by Eric Fiselier · 10 years ago
  23. f65da9d add json reporter by Eric Fiselier · 10 years ago
  24. 2386117 Merge pull request #99 from google/reporter_api_change by Eric · 10 years ago
  25. 20f1c0e Apply reporter interface changes. Make report methods non-const and add a Finalize method. by Eric Fiselier · 10 years ago
  26. b260cf7 Merge pull request #98 from google/reporter_change by Eric · 10 years ago
  27. e45252e move ConsoleReporter out of internal namespace by Eric Fiselier · 10 years ago
  28. d716602 fix minimal_benchmark.h include by Eric Fiselier · 10 years ago
  29. 8e72846 rename minimal_benchmark.h and fix recursive include in benchmark_api.h by Eric Fiselier · 10 years ago
  30. df904a1 add include to minimal_benchmark.h by Eric Fiselier · 10 years ago
  31. 35f9de7 move to using C headers in minimal_benchmark.h to prevent getting any C++ STL headers by Eric Fiselier · 10 years ago
  32. ef79d0a move basic_test over to minimal benchmark by Eric Fiselier · 10 years ago
  33. 4242f2f move reporter internals in both headers and source by Eric Fiselier · 10 years ago
  34. 279e502 add test for benchmark with two template parameters by Eric Fiselier · 10 years ago
  35. 7f2ef46 merge master by Eric Fiselier · 10 years ago
  36. efe5910 address review comments by Eric Fiselier · 10 years ago
  37. 1924b30 Merge null pointer warnings by Eric Fiselier · 10 years ago
  38. 957a3e3 Merge pull request #92 from google/pimpl-benchmark by Eric · 10 years ago
  39. bdf4a5f Add reference to BENCHMARK_MAIN in README by Dominic Hamon · 10 years ago
  40. 66bf7c8 add floating point comparison warnings by Eric Fiselier · 10 years ago
  41. f022d78 Enable int shortening warnings by Eric Fiselier · 10 years ago
  42. 1809817 replace instances of NULL with nullptr by Eric Fiselier · 10 years ago
  43. 64ba272 Enable zero as NULL warnings and fix all occurences by Eric Fiselier · 10 years ago
  44. 47fa9ba merge by Eric Fiselier · 10 years ago
  45. 19464f7 Fix includes in benchmark.h by Eric Fiselier · 10 years ago
  46. 2b34b5d remove unneeded includes by Eric Fiselier · 10 years ago
  47. 937987b pimpl benchmark by Eric Fiselier · 10 years ago
  48. 7a76701 Adopt new benchmark timing internals. by Eric Fiselier · 10 years ago
  49. 7c6a7e3 Merge pull request #90 from google/userealtime by Eric · 10 years ago
  50. d68127d Enable UseRealTime and fix documentation for SetLabel. by Dominic Hamon · 10 years ago
  51. e975efd remove third_party directory. update test args by Eric Fiselier · 10 years ago
  52. e2c7955 Merge pull request #87 from google/filter_test by Eric · 10 years ago
  53. 3b40f0a Add filter test, remove re test, and googletest deps by Dominic Hamon · 10 years ago
  54. 522a589 Merge pull request #85 from google/upgrade-step3 by Eric · 10 years ago
  55. 75686a8 remove forward declarations by Eric Fiselier · 10 years ago
  56. 4b3bbe3 Merge pull request #84 from google/upgrade-step2 by Eric · 10 years ago
  57. 60e26b7 fix missing newline and header guard name by Eric Fiselier · 10 years ago
  58. 5cfd6bc update more copyright by Eric Fiselier · 10 years ago
  59. 8f5cd97 Merge branch 'upgrade-step2' into upgrade-step3 by Eric Fiselier · 10 years ago
  60. d20cdf1 address comments by Eric Fiselier · 10 years ago
  61. e60561a Force static initialization of walltime. by Eric Fiselier · 10 years ago
  62. 8cf7b18 Merge branch 'master' into upgrade-step2 by Eric Fiselier · 10 years ago
  63. 61f0506 Merge pull request #81 from google/upgrade-step1 by Eric · 10 years ago
  64. 5b0542d Merge branch 'upgrade-step1' into upgrade-step2 by Eric Fiselier · 10 years ago
  65. e447887 Fix travis config by moving CTEST_OUTPUT_ON_FAILURE=1 into make test command by Eric Fiselier · 10 years ago
  66. 6590cea Merge branch 'upgrade-step1' into upgrade-step2 by Eric Fiselier · 10 years ago
  67. f7602ba add env to make ctest print on failure by Eric Fiselier · 10 years ago
  68. a187aa0 Third step in moving towards adopting new timer semantics by Eric Fiselier · 10 years ago
  69. f947ceb remove ifdefs around BM_Factorial by Eric Fiselier · 10 years ago
  70. 8f96f50 comment out test to prevent failures. by Eric Fiselier · 10 years ago
  71. f1c398a invert check in GetLogInstanceForLevel() by Eric Fiselier · 10 years ago
  72. 8ed7d76 The second step towards merging the timer changes. by Eric Fiselier · 10 years ago
  73. b1f34d3 address comments by Eric Fiselier · 10 years ago
  74. 5b41e12 Step one towards merging timer changes. by Eric Fiselier · 10 years ago
  75. c5a362b Change std::regex detection test to detect bug in libstdc++. by Eric Fiselier · 10 years ago
  76. 056a008 Merge pull request #75 from google/outofsource by Eric · 10 years ago
  77. cff940a Merge pull request #78 from pdavydov108/master by Eric · 10 years ago
  78. 5e77de6 Merge pull request #76 from google/64-32 by Eric · 10 years ago
  79. 8e3e78f Fix #77 add comment to headers in wrong order by Pavel Davydov · 10 years ago
  80. 5fe797b Add top-level folders to gitignore to enable out-of-source builds by Dominic Hamon · 10 years ago
  81. 26c01ee Fix #77 add FreeBSD detection in cmake by Pavel Davydov · 10 years ago
  82. c8d05fc Fix #77 build on FreeBSD 10 by Pavel Davydov · 10 years ago
  83. 1148861 Don't use c++14 by Eric Fiselier · 10 years ago
  84. 9a11834 add includes for stdint.h by Eric Fiselier · 10 years ago
  85. 2789aba One more 64-bit to 32-bit conversion by Dominic Hamon · 10 years ago
  86. 55285fd Merge pull request #73 from google/64.32 by Eric · 10 years ago
  87. 3968ff4 Fix #72 by avoiding 64-to-32-bit shortenings by Dominic Hamon · 10 years ago
  88. fd7d288 Add section on linking to satisfy #67 by Dominic Hamon · 10 years ago
  89. b40b66a Actually fix issue with CHECK by Dominic Hamon · 10 years ago
  90. d31977b Added gtest CHECK symbol to benchmark test by Dominic Hamon · 10 years ago
  91. 2aa2442 Remove drone.io reference by Dominic Hamon · 10 years ago
  92. d58d595 Merge pull request #66 from 3Hren/master by Dominic Hamon · 10 years ago
  93. 1bc7378 Update AUTHORS and CONTRIBUTORS. by Evgeny Safronov · 10 years ago
  94. 4249753 Merge pull request #68 from eddyxu/debug_factorial by Dominic Hamon · 10 years ago
  95. 6f69246 Update readme. by Evgeny Safronov · 10 years ago
  96. 0f78ceb Use #ifdef to protect calling Factorial in benchmark_test.cc by Lei Xu · 10 years ago
  97. 7e290fb Fix release builds by Dominic Hamon · 10 years ago
  98. 66f0b5d Merge pull request #63 from google/62.CHECK by Dominic Hamon · 10 years ago
  99. 4932b72 Fix example in README.md to compile. by Dominic Hamon · 10 years ago
  100. 35c29c7 Added c++11 support for Travis. by Evgeny Safronov · 10 years ago