1. 84bc4d7 Add a per benchmark 'Repetitions' option. by Eric Fiselier · 9 years ago
  2. 1080b17 Fix build error with libc++ by Eric Fiselier · 9 years ago
  3. 2440b75 Formatting updates by Dominic Hamon · 9 years ago
  4. a865458 Merge branch 'ismaelJimenez-complexity' by Dominic Hamon · 9 years ago
  5. 31cdabf Merge pull request #216 from efcs/diagnostic-checks by Dominic Hamon · 9 years ago
  6. 36a9ae1 added SetComplexityN by Ismael · 9 years ago
  7. 9341d70 Change --benchmark_list_tests to respect the benchmark filter. by Eric Fiselier · 9 years ago
  8. e0de817 Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145 by Eric Fiselier · 9 years ago
  9. c7108df Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164 by Eric Fiselier · 9 years ago
  10. 029f374 Allow test to compile with -fno-exceptions by Eric Fiselier · 9 years ago
  11. 481e06e Address review comments by Eric Fiselier · 9 years ago
  12. 751e07d add newline by Eric Fiselier · 9 years ago
  13. 69d1a52 Add checks that <Resume|Pause>Timing functions are not called outside of the benchmark. Fixes #204 by Eric Fiselier · 9 years ago
  14. 43ef174 refactor names by Ismael · 9 years ago
  15. ac05c04 refactor MinimalLEastSq by Ismael · 9 years ago
  16. 290bd60 Refactor for pull request by Ismael · 9 years ago
  17. 2e5c397 implemented complexity reporting by Ismael · 9 years ago
  18. 872ff01 addaptation of minimal_leastsq library by Ismael · 9 years ago
  19. b73dc22 implemented Complexity for O(1) by Ismael · 9 years ago
  20. 27f0baa Added test file and Complexity() interface by Ismael · 9 years ago
  21. c60eefd added option to change range multiplier by Ismael · 9 years ago
  22. df9ab80 Use nanoseconds instead of duration<double, milli> by Billy Robert O'Neal III · 9 years ago
  23. e253a28 Manual timing support. by Jussi Knuuttila · 9 years ago
  24. fb73389 Remove sleep.h dependency for tests by Kai Wolf · 9 years ago
  25. 1043f45 Add explanatory comment why src headers are needed in test/CMakeLists.txt by Kai Wolf · 9 years ago
  26. 7c69b36 Add an additional parameter for time units by Kai Wolf · 9 years ago
  27. 0dca953 Include cstdlib in map_test to make sure std::rand is available when by Ian Henriksen · 9 years ago
  28. 53aca9b Pass const State to Fixture::TearDown. Fix memory leak in fixture_test by Mohamed Amin JABRI · 9 years ago
  29. 31e71be Merge pull request #181 from google/map_test by Dominic Hamon · 9 years ago
  30. 007efee Add number of threads to State. by Jakob Buchgraber · 9 years ago
  31. 53068f9 Pass const state to Fixture::SetUp. Add map_test. by Dominic Hamon · 9 years ago
  32. c8f4690 Sorted include of headers. by Anton Danielsson · 9 years ago
  33. 6abd537 Use stringstream instead of atoi to avoid sign error. by Anton Danielsson · 9 years ago
  34. df0df4a Fixed tests so they build on android. by Anton Danielsson · 9 years ago
  35. 14c4ce5 Removed unneeded #include <cstddef> by izaid · 9 years ago
  36. ed0a2eb use size_t instead of int for the iteration count by Eric Fiselier · 10 years ago
  37. 2463339 Updates Initialize() to work with an argv as 'char**' by Greg Miller · 10 years ago
  38. 1dd40c9 Custom arguments function usage with Apply - fix doc and add test. by Eli Bendersky · 10 years ago
  39. 68e6921 Fixing cmake issue with empty cmake_build_type by David Coeurjolly · 10 years ago
  40. 36c1eb6 Coverage support with LCOV and GCOV by Matt Clarkson · 10 years ago
  41. 9c25a67 address more review comments by Eric Fiselier · 10 years ago
  42. 12f4405 add ability to use benchmark filters by Eric Fiselier · 10 years ago
  43. e97a96f redo filter test by Eric Fiselier · 10 years ago
  44. 9d47552 merge new changes in basic_test.cc by Eric Fiselier · 10 years ago
  45. 9ed1082 Merge branch 'master' into new-benchmark-interface by Eric Fiselier · 10 years ago
  46. e428b9e Add 'benchmark::DoNotOptimize(...)' to help users prevent optimizations by Eric Fiselier · 10 years ago
  47. 4f9ce87 Merge branch 'master' into new-benchmark-interface by Eric Fiselier · 10 years ago
  48. c5f238b Fix column width calculation and remove duplicate test by Eric Fiselier · 10 years ago
  49. 4bf6ceb Change the available benchmark options by Eric Fiselier · 10 years ago
  50. 1b9e55c Remove walltime implementation tests and expose less internals by Eric Fiselier · 10 years ago
  51. 21207a4 improve walltime test by Eric Fiselier · 10 years ago
  52. c0755c4 actually add new test by Eric Fiselier · 10 years ago
  53. 725f1f0 add walltime benchmark and fix unused variable. by Eric Fiselier · 10 years ago
  54. be993ac remove unneeded test repetitions by Eric Fiselier · 10 years ago
  55. d0df7ef cleanup whitespace and includes by Eric Fiselier · 10 years ago
  56. a3308c6 Introduce use of std::chrono and remove Walltime printing by Eric Fiselier · 10 years ago
  57. 482c19d Handle creation of C++03 flags differently by Eric Fiselier · 10 years ago
  58. d40cb97 Don't treat CMAKE_CXX_FLAGS as a list by Eric Fiselier · 10 years ago
  59. daa8a67 add C++03 test and update README by Eric Fiselier · 10 years ago
  60. 20f1c0e Apply reporter interface changes. Make report methods non-const and add a Finalize method. by Eric Fiselier · 10 years ago
  61. e45252e move ConsoleReporter out of internal namespace by Eric Fiselier · 10 years ago
  62. d716602 fix minimal_benchmark.h include by Eric Fiselier · 10 years ago
  63. ef79d0a move basic_test over to minimal benchmark by Eric Fiselier · 10 years ago
  64. 279e502 add test for benchmark with two template parameters by Eric Fiselier · 10 years ago
  65. efe5910 address review comments by Eric Fiselier · 10 years ago
  66. 66bf7c8 add floating point comparison warnings by Eric Fiselier · 10 years ago
  67. 7a76701 Adopt new benchmark timing internals. by Eric Fiselier · 10 years ago
  68. d68127d Enable UseRealTime and fix documentation for SetLabel. by Dominic Hamon · 10 years ago
  69. e975efd remove third_party directory. update test args by Eric Fiselier · 10 years ago
  70. 3b40f0a Add filter test, remove re test, and googletest deps by Dominic Hamon · 10 years ago
  71. a187aa0 Third step in moving towards adopting new timer semantics by Eric Fiselier · 10 years ago
  72. f947ceb remove ifdefs around BM_Factorial by Eric Fiselier · 10 years ago
  73. 8f96f50 comment out test to prevent failures. by Eric Fiselier · 10 years ago
  74. 8ed7d76 The second step towards merging the timer changes. by Eric Fiselier · 10 years ago
  75. b1f34d3 address comments by Eric Fiselier · 10 years ago
  76. 5b41e12 Step one towards merging timer changes. by Eric Fiselier · 10 years ago
  77. 3968ff4 Fix #72 by avoiding 64-to-32-bit shortenings by Dominic Hamon · 10 years ago
  78. b40b66a Actually fix issue with CHECK by Dominic Hamon · 10 years ago
  79. d31977b Added gtest CHECK symbol to benchmark test by Dominic Hamon · 10 years ago
  80. 0f78ceb Use #ifdef to protect calling Factorial in benchmark_test.cc by Lei Xu · 10 years ago
  81. 7e290fb Fix release builds by Dominic Hamon · 10 years ago
  82. a3b5e44 Remove CHECK_* from public API. by Dominic Hamon · 10 years ago
  83. b04211c Merge branch 'master' of github.com:google/benchmark by Niklas Hofmann · 10 years ago
  84. 3e9264d added googletest dependency to tests (allows compilation with -j) by Niklas Hofmann · 10 years ago
  85. a13627b Move pthread dependency to test CMakeLists.txt by Dominic Hamon · 10 years ago
  86. 0fd0be9 Added more complicated regex test patterns by Matt Clarkson · 11 years ago
  87. 1176936 Check the number of benchmark tests ran by Matt Clarkson · 11 years ago
  88. 373cc41 C++11 concurrency instead of pthread by Matt Clarkson · 11 years ago
  89. 52b3004 fix linker error by reordering link libraries by Paul Redmond · 11 years ago
  90. fa90892 Partially resolve google/benchmark#17 by fixing regular expression leak. by Chris Kennelly · 11 years ago
  91. e38fde6 Setup targets from each directory, rather than the top-level. by Chris Kennelly · 11 years ago
  92. 6641593 Use a new container in each round of push_back test. by Shuo Chen · 11 years ago
  93. 3a01f83 Add items/bytes processed to SetInsert benchmark test by Dominic Hamon · 11 years ago
  94. 2923a48 Multithreaded tests are reenabled by Dominic Hamon · 11 years ago
  95. 15bf667 Really drop multithreading support by Dominic Hamon · 11 years ago
  96. 403f354 Initial commit by Dominic Hamon · 11 years ago