1. c60eefd added option to change range multiplier by Ismael · 8 years ago
  2. 360e66c Merge pull request #210 from BillyONeal/travis-init by Dominic Hamon · 8 years ago
  3. fa0e7ef Mark sudo: required for Travis by Billy Robert O'Neal III · 8 years ago
  4. 336fd11 Merge pull request #208 from BillyONeal/msvc-cli-warnings by Dominic Hamon · 8 years ago
  5. 539da11 Merge pull request #209 from BillyONeal/fix-appveyor by Dominic Hamon · 8 years ago
  6. df9ab80 Use nanoseconds instead of duration<double, milli> by Billy Robert O'Neal III · 8 years ago
  7. 09edc48 Added GCC/Clang support for other rel configs by Billy Robert O'Neal III · 8 years ago
  8. d89ab07 Added support for CMake's other rel configs by Billy Robert O'Neal III · 8 years ago
  9. 9bb1ba6 Fix clobbering of default CMAKE_CXX_FLAGS_RELEASE by Billy Robert O'Neal III · 8 years ago
  10. 60b5921 Remove redundant MSVC++ /W3 triggering warnings by Billy Robert O'Neal III · 8 years ago
  11. fa8b2d6 Add myself to the contributors list by Billy Robert O'Neal III · 8 years ago
  12. 354b14d Merge pull request #199 from jknuuttila/master by Dominic Hamon · 8 years ago
  13. e253a28 Manual timing support. by Jussi Knuuttila · 8 years ago
  14. dce2ebb Fixed a warning caused by an implicit narrowing cast. by Jussi Knuuttila · 8 years ago
  15. 277e7aa Merge pull request #201 from google/200 by Dominic Hamon · 8 years ago
  16. 02f409a Only output optional fields if they're set by Dominic Hamon · 8 years ago
  17. 9fa66eb Merge branch 'NewProggie-feature/add-ms-time-report' by Dominic Hamon · 8 years ago
  18. fb73389 Remove sleep.h dependency for tests by Kai Wolf · 8 years ago
  19. f352c30 Merge branch 'master' into feature/add-ms-time-report by Kai Wolf · 8 years ago
  20. 0500ec0 Merge pull request #174 from alycm/fix-leak by Dominic Hamon · 8 years ago
  21. 27f8a62 Merge pull request #196 from google/iterationdoc by Dominic Hamon · 8 years ago
  22. d6f96ed Add section on iterations. by Dominic Hamon · 8 years ago
  23. 075a8a6 Merge pull request #195 from dvyukov/patch-1 by Dominic Hamon · 8 years ago
  24. 838719d Update benchmark_api.h by Dmitry Vyukov · 8 years ago
  25. 1203b3c Fix missing <tuple> header in csv/json_reporter by Kai Wolf · 8 years ago
  26. 1043f45 Add explanatory comment why src headers are needed in test/CMakeLists.txt by Kai Wolf · 8 years ago
  27. e6d62fd Add GetTimeAndMultiplier to json and csv reporter as well by Kai Wolf · 8 years ago
  28. 0b4111c Refactor GetTimeUnitAndMultiplier and add example by Kai Wolf · 8 years ago
  29. 7c69b36 Add an additional parameter for time units by Kai Wolf · 8 years ago
  30. 3a02c46 Add myself to the contributors list by Kai Wolf · 8 years ago
  31. cded70a Add optional ms time unit for console reporter by Kai Wolf · 8 years ago
  32. b2e7340 Merge pull request #187 from insertinterestingnamehere/libcpp_include_fix by Dominic Hamon · 8 years ago
  33. 0dca953 Include cstdlib in map_test to make sure std::rand is available when by Ian Henriksen · 8 years ago
  34. e4ad1af Merge pull request #186 from amin-jabri/multithreaded_Fixture_TearDown by Dominic Hamon · 8 years ago
  35. 53aca9b Pass const State to Fixture::TearDown. Fix memory leak in fixture_test by Mohamed Amin JABRI · 8 years ago
  36. c5b80ff Merge pull request #184 from KindDragon/patch-1 by Dominic Hamon · 8 years ago
  37. 8da907c Update README.md by Arkady Shapkin · 8 years ago
  38. 31e71be Merge pull request #181 from google/map_test by Dominic Hamon · 8 years ago
  39. 7fd3fa8 Merge pull request #182 from buchgr/state_threads by Dominic Hamon · 8 years ago
  40. 007efee Add number of threads to State. by Jakob Buchgraber · 8 years ago
  41. 53068f9 Pass const state to Fixture::SetUp. Add map_test. by Dominic Hamon · 8 years ago
  42. bdb9f69 Merge pull request #180 from google/release by Dominic Hamon · 8 years ago
  43. 211f23e Add section on optimisations to README by Dominic Hamon · 8 years ago
  44. af489cd Merge pull request #176 from enh/cycle-timer-aarch64 by Dominic Hamon · 8 years ago
  45. cff1541 Merge pull request #177 from enh/cpuinfo-arm by Dominic Hamon · 8 years ago
  46. 1c4df75 Merge pull request #175 from KindDragon/master by Dominic Hamon · 8 years ago
  47. 9e37d69 Support MSVC on appveyor by Arkadiy Shapkin · 8 years ago
  48. 930d3af Fix ARM /proc/cpuinfo parsing. by Elliott Hughes · 8 years ago
  49. d9630ae Add aarch64 support to src/cycleclock.h. by Elliott Hughes · 8 years ago
  50. a574110 Close a memory leak in configuration code by Alastair Murray · 8 years ago
  51. cd525ae Merge pull request #171 from eliben/update-doc-userealtime by Dominic Hamon · 8 years ago v1.0.0
  52. c7ab1b9 Update README to mention UseRealTime for wallclock time measurements. by Eli Bendersky · 8 years ago
  53. f662e8b Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix #169 by Eric Fiselier · 8 years ago
  54. 0a1f484 Merge pull request #166 from disconnect3d/master by Dominic Hamon · 8 years ago
  55. d2917bc Fixes #165: CustomArguments ret type in README by Dominik Czarnota · 8 years ago
  56. 475fc83 Merge pull request #162 from RYOBG/add-cstdio by Eric · 9 years ago
  57. 13a67d2 Add myself to AUTHORS and CONTRIBUTORS as requested wrt Fix #159. by ryobg · 9 years ago
  58. a863aea Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc. by ryobg · 9 years ago
  59. 4499e8e Fixes #161 by Dominic Hamon · 9 years ago
  60. 7c8d8c9 Merge pull request #157 from guanqun/fix-static-cast by Dominic Hamon · 9 years ago
  61. 65cd2ba add static_cast to get rid of warnings for intel compiler on linux platform by guanqun · 9 years ago
  62. 87ab54a Merge pull request #156 from Zbyl/fix-getgitversion by Dominic Hamon · 9 years ago
  63. cd2e633 Fix get_git_version to use GIT_EXECUTABLE. by Zbigniew Skowron · 9 years ago
  64. 559c71d Added IRC channel to README.md by Dominic Hamon · 9 years ago
  65. 9b84ead Merge pull request #148 from DiracResearch/cmake-git-fix by Dominic Hamon · 9 years ago
  66. 90e7cf0 Update macro names in comments. by Dominic Hamon · 9 years ago
  67. 3c83ed5 Merge pull request #149 from DiracResearch/android-fix by Dominic Hamon · 9 years ago
  68. 8c71c30 Fixed OS macros changed in previous pull request. by Anton Danielsson · 9 years ago
  69. a2f2a28 Changed date format to ISO 8601. by Anton Danielsson · 9 years ago
  70. 032c190 Removed newline. by Anton Danielsson · 9 years ago
  71. 7e9800e Added a comment why std::vsnprintf is not used. by Anton Danielsson · 9 years ago
  72. c8f4690 Sorted include of headers. by Anton Danielsson · 9 years ago
  73. 6abd537 Use stringstream instead of atoi to avoid sign error. by Anton Danielsson · 9 years ago
  74. df0df4a Fixed tests so they build on android. by Anton Danielsson · 9 years ago
  75. 0d35f5f Only include "sys/sysctl.h" if it is needed. by Anton Danielsson · 9 years ago
  76. c1e03a4 Changed "std::vsnprintf" to "vsnprintf" to be able to build with the android-ndk. by Anton Danielsson · 9 years ago
  77. aecd746 Added include of cstdlib needed for strtol, strtod and getenv. by Anton Danielsson · 9 years ago
  78. f702207 Merge pull request #152 from mdavezac/master by Dominic Hamon · 9 years ago
  79. da80193 Fixes compilation issue on Macs by Mayeul d'Avezac · 9 years ago
  80. e232773 Merge pull request #150 from DiracResearch/visual-studio-warnings-fix by Dominic Hamon · 9 years ago
  81. 9195fd0 Revert "Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC." by Anton Danielsson · 9 years ago
  82. 5cced07 Fixed int to char warning. by Anton Danielsson · 9 years ago
  83. 0a8e0db Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC. by Anton Danielsson · 9 years ago
  84. fcf4e99 Use IsWindowsXPOrGreater instead of the deprecated GetVersionEx. by Anton Danielsson · 9 years ago
  85. e605cb0 Changed "while(true)" to "for(;;)" to avoid warning in visual studio. by Anton Danielsson · 9 years ago
  86. 53b1896 Added _CRT_SECURE_NO_WARNINGS under MSVC. by Anton Danielsson · 9 years ago
  87. 2589e69 Fixed double to float warning. by Anton Danielsson · 9 years ago
  88. e7f6c42 Fixed bug in "ToExponentAndMantissa" when negative exponents where created. by Anton Danielsson · 9 years ago
  89. a822c71 Removed default constructor, copy constructor and assignment operator for CheckHandler. by Anton Danielsson · 9 years ago
  90. 96ca9a7 Fixed int64 to double cast warning. by Anton Danielsson · 9 years ago
  91. ba141ac Renamed the internal os macros to avoid a name clash in Shlwapi.h where OS_WINDOWS is defined to 0. by Anton Danielsson · 9 years ago
  92. 0244096 Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windows headers. by Anton Danielsson · 9 years ago
  93. c06da04 Adds Dirac Research and me as Author and Contributor by Tobias Ulvgard · 9 years ago
  94. 406c204 Merge pull request #151 from izaid/clang-fix by Dominic Hamon · 9 years ago
  95. 14c4ce5 Removed unneeded #include <cstddef> by izaid · 9 years ago
  96. 775ef51 CMake check for git on the system by Tobias Ulvgard · 9 years ago
  97. 4149412 Merge pull request #146 from efcs/fix-iteration-type by Dominic Hamon · 9 years ago
  98. 3dd14f0 Make the type of kMaxIterations consistent with the type of the iteration count by Eric Fiselier · 9 years ago
  99. ed0a2eb use size_t instead of int for the iteration count by Eric Fiselier · 9 years ago
  100. cf40a0f Merge pull request #136 from efcs/remove-check by Eric · 9 years ago