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