1. fa90892 Partially resolve google/benchmark#17 by fixing regular expression leak. by Chris Kennelly · 11 years ago
  2. 6087edd Add ExternalProject reference to Google Test 1.7.0. by Chris Kennelly · 11 years ago
  3. e38fde6 Setup targets from each directory, rather than the top-level. by Chris Kennelly · 11 years ago
  4. 9b5ece6 Include stddef.h for size_t. by Chris Kennelly · 11 years ago
  5. 193e4eb Add Chris Kennelly to the contributors list. by Chris Kennelly · 11 years ago
  6. 98e7f89 Merge pull request #16 from chenshuo/master by Dominic Hamon · 11 years ago
  7. e474629 Add Shuo Chen to AUTHORS by Shuo Chen · 11 years ago
  8. 92b6f02 Add Shuo Chen to CONTRIBUTORS. by Shuo Chen · 11 years ago
  9. 6641593 Use a new container in each round of push_back test. by Shuo Chen · 11 years ago
  10. 54cd4fd Merge pull request #15 from Nukesor/patch-1 by Dominic Hamon · 11 years ago
  11. 92cb4ec Update AUTHORS by Arne Beer · 11 years ago
  12. feea2f0 Compile warning removed, adding myself to contributors by Arne Beer · 11 years ago
  13. 50f459d Unable to compile because of unused parameter by Arne Beer · 11 years ago
  14. ef1ccf4 Merge pull request #12 from showlabor/master by Dominic Hamon · 11 years ago
  15. 44b64c9 Added AUTHOR/CONTRIBUTOR information. by Felix Homann · 11 years ago
  16. a7c5793 Fix cycleclock.h for gcc/ARM. by Felix Homann · 11 years ago
  17. f835dfa Merge pull request #10 from Constellation/fix-segv by Chris Kennelly · 11 years ago
  18. 45b79c3 Check families is not nullptr before using it by Yusuke Suzuki · 11 years ago
  19. 254a6f9 Christopher Seymour has signed the CLA. by Pierre Phaneuf · 11 years ago
  20. 6ec70d0 Add information about CLAs. by Pierre Phaneuf · 11 years ago
  21. dbb0bef Update CONTRIBUTORS by Dominic Hamon · 11 years ago
  22. 60869aa Update AUTHORS by Dominic Hamon · 11 years ago
  23. f2d1957 Merge pull request #9 from iiSeymour/patch-1 by Dominic Hamon · 11 years ago
  24. 6200a22 Add AUTHORS and CONTRIBUTORS files. by Pierre Phaneuf · 11 years ago
  25. 9945902 Create CONTRIBUTING.md by Pierre Phaneuf · 11 years ago
  26. 465cb09 Update README.md by Chris Seymour · 11 years ago
  27. 0a1593b Merge pull request #8 from dcoeurjo/cmakeFix by Dominic Hamon · 11 years ago
  28. 22f436e Missing includes in install target by David Coeurjolly · 11 years ago
  29. cbcf159 Thread is required by David Coeurjolly · 11 years ago
  30. 2507451 Cmake edit with 'make install' target by David Coeurjolly · 11 years ago
  31. be84ed0 Remove old NOTEs by Dominic Hamon · 11 years ago
  32. 772ff6f [#4] Cleaned up FastClock background thread. by Eugene Zhuk · 11 years ago
  33. ceea4cb [#4] A few minor changes. by Eugene Zhuk · 11 years ago
  34. 4ed4ff9 Fix shutting down FastClock's thread on OSX. by Eugene Zhuk · 11 years ago
  35. d184b2b Move linux-only variable into linux/cygwin block by Dominic Hamon · 11 years ago
  36. e2633b9 sysinfo conditional compilation fixes for OSX by Dominic Hamon · 11 years ago
  37. 076f0df Better include path for YCM users by Dominic Hamon · 11 years ago
  38. d098d4c For those using YCM by Dominic Hamon · 11 years ago
  39. c44662e Missing headers for sysctl stuff on OSX by Dominic Hamon · 11 years ago
  40. 6df14ae Merge pull request #3 from sochka/patch-1 by Dominic Hamon · 11 years ago
  41. a278152 Fix int64_t_t typo in README code example by Oleksandr · 11 years ago
  42. 7b0fa3e Merge branch 'master' of https://github.com/google/benchmark by Dominic Hamon · 11 years ago
  43. 4e21f5e Add explicit pthread.h include by Dominic Hamon · 11 years ago
  44. 77cd980 add pedantic errors and fix them by Dominic Hamon · 11 years ago
  45. 5a71bd6 More formatting tweaks by Dominic Hamon · 11 years ago
  46. 78fa0b9 Merged with upstream by Dominic Hamon · 11 years ago
  47. 4ce184d Code reformat by Dominic Hamon · 11 years ago
  48. 8009351 Minimum iteration and overhead support. by Dominic Hamon · 11 years ago
  49. 96446f2 Add discussion group to README.md by Dominic Hamon · 11 years ago
  50. 3fb8268 Add LICENSE and copyright headers by Dominic Hamon · 11 years ago
  51. 577f741 Explicitly remove unsupported memory usage support by Dominic Hamon · 11 years ago
  52. dc5b533 Remove tunable estimate for cycles per second by Dominic Hamon · 11 years ago
  53. 9d230ff Merge branch 'master' of https://github.com/google/benchmark by Dominic Hamon · 11 years ago
  54. 373a7dd Add drone.io build badge to README.md by Dominic Hamon · 11 years ago
  55. dd27ca3 ignore tags file by Dominic Hamon · 11 years ago
  56. acc65f4 Allow custom reporters by Dominic Hamon · 11 years ago
  57. 2ff306a Fix right-alignment of items/s by Dominic Hamon · 11 years ago
  58. 3a01f83 Add items/bytes processed to SetInsert benchmark test by Dominic Hamon · 11 years ago
  59. 2d557f1 Add Threads registration example to README.md by Dominic Hamon · 11 years ago
  60. fc52b86 Remove dead code, tidy output by Dominic Hamon · 11 years ago
  61. e5f5a0d Report mean/stddev times as mean/stddev by Dominic Hamon · 11 years ago
  62. 2923a48 Multithreaded tests are reenabled by Dominic Hamon · 11 years ago
  63. 15bf667 Really drop multithreading support by Dominic Hamon · 11 years ago
  64. 06c1fdb Update documentation and remove 'Threads' until threadedness works by Dominic Hamon · 11 years ago
  65. 80162ca Update README.md by Dominic Hamon · 11 years ago
  66. 01af2bc Create README.md by Dominic Hamon · 11 years ago
  67. d44b01a Merging in work from branch by Dominic Hamon · 11 years ago
  68. 902fb91 benchmark_repetitions now work by Dominic Hamon · 11 years ago
  69. 3a6f24c benchmark_iterations works as expected by Dominic Hamon · 11 years ago
  70. b3f0d71 benchmark_min_time now works as expected by Dominic Hamon · 11 years ago
  71. d4ed240 Added some missing atomics in FastClock by Dominic Hamon · 11 years ago
  72. a94b0a6 Remove duplicated macros header by Dominic Hamon · 11 years ago
  73. 9a25f47 Fix printing of time by Dominic Hamon · 11 years ago
  74. e390e4e Adding benchmark namespace and removing broken flags by Dominic Hamon · 11 years ago
  75. 403f354 Initial commit by Dominic Hamon · 11 years ago