1. 39352b5 Add Android.mk for google-benchmark. by Elliott Hughes · 9 years ago int/n/fp2
  2. b253bf4 Add license information. by Elliott Hughes · 9 years ago
  3. c5b80ff Merge pull request #184 from KindDragon/patch-1 by Dominic Hamon · 9 years ago
  4. 8da907c Update README.md by Arkady Shapkin · 9 years ago
  5. 31e71be Merge pull request #181 from google/map_test by Dominic Hamon · 9 years ago
  6. 7fd3fa8 Merge pull request #182 from buchgr/state_threads by Dominic Hamon · 9 years ago
  7. 007efee Add number of threads to State. by Jakob Buchgraber · 9 years ago
  8. 53068f9 Pass const state to Fixture::SetUp. Add map_test. by Dominic Hamon · 9 years ago
  9. bdb9f69 Merge pull request #180 from google/release by Dominic Hamon · 9 years ago
  10. 211f23e Add section on optimisations to README by Dominic Hamon · 9 years ago
  11. af489cd Merge pull request #176 from enh/cycle-timer-aarch64 by Dominic Hamon · 9 years ago
  12. cff1541 Merge pull request #177 from enh/cpuinfo-arm by Dominic Hamon · 9 years ago
  13. 1c4df75 Merge pull request #175 from KindDragon/master by Dominic Hamon · 9 years ago
  14. 9e37d69 Support MSVC on appveyor by Arkadiy Shapkin · 9 years ago
  15. 930d3af Fix ARM /proc/cpuinfo parsing. by Elliott Hughes · 9 years ago
  16. d9630ae Add aarch64 support to src/cycleclock.h. by Elliott Hughes · 9 years ago
  17. cd525ae Merge pull request #171 from eliben/update-doc-userealtime by Dominic Hamon · 9 years ago
  18. c7ab1b9 Update README to mention UseRealTime for wallclock time measurements. by Eli Bendersky · 9 years ago
  19. f662e8b Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix #169 by Eric Fiselier · 9 years ago
  20. 0a1f484 Merge pull request #166 from disconnect3d/master by Dominic Hamon · 9 years ago
  21. d2917bc Fixes #165: CustomArguments ret type in README by Dominik Czarnota · 9 years ago
  22. 475fc83 Merge pull request #162 from RYOBG/add-cstdio by Eric · 9 years ago
  23. 13a67d2 Add myself to AUTHORS and CONTRIBUTORS as requested wrt Fix #159. by ryobg · 9 years ago
  24. a863aea Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc. by ryobg · 9 years ago
  25. 4499e8e Fixes #161 by Dominic Hamon · 9 years ago
  26. 7c8d8c9 Merge pull request #157 from guanqun/fix-static-cast by Dominic Hamon · 9 years ago
  27. 65cd2ba add static_cast to get rid of warnings for intel compiler on linux platform by guanqun · 9 years ago
  28. 87ab54a Merge pull request #156 from Zbyl/fix-getgitversion by Dominic Hamon · 9 years ago
  29. cd2e633 Fix get_git_version to use GIT_EXECUTABLE. by Zbigniew Skowron · 9 years ago
  30. 559c71d Added IRC channel to README.md by Dominic Hamon · 9 years ago
  31. 9b84ead Merge pull request #148 from DiracResearch/cmake-git-fix by Dominic Hamon · 9 years ago
  32. 90e7cf0 Update macro names in comments. by Dominic Hamon · 9 years ago
  33. 3c83ed5 Merge pull request #149 from DiracResearch/android-fix by Dominic Hamon · 9 years ago
  34. 8c71c30 Fixed OS macros changed in previous pull request. by Anton Danielsson · 9 years ago
  35. a2f2a28 Changed date format to ISO 8601. by Anton Danielsson · 9 years ago
  36. 032c190 Removed newline. by Anton Danielsson · 9 years ago
  37. 7e9800e Added a comment why std::vsnprintf is not used. by Anton Danielsson · 9 years ago
  38. c8f4690 Sorted include of headers. by Anton Danielsson · 9 years ago
  39. 6abd537 Use stringstream instead of atoi to avoid sign error. by Anton Danielsson · 9 years ago
  40. df0df4a Fixed tests so they build on android. by Anton Danielsson · 9 years ago
  41. 0d35f5f Only include "sys/sysctl.h" if it is needed. by Anton Danielsson · 9 years ago
  42. c1e03a4 Changed "std::vsnprintf" to "vsnprintf" to be able to build with the android-ndk. by Anton Danielsson · 9 years ago
  43. aecd746 Added include of cstdlib needed for strtol, strtod and getenv. by Anton Danielsson · 9 years ago
  44. f702207 Merge pull request #152 from mdavezac/master by Dominic Hamon · 9 years ago
  45. da80193 Fixes compilation issue on Macs by Mayeul d'Avezac · 9 years ago
  46. e232773 Merge pull request #150 from DiracResearch/visual-studio-warnings-fix by Dominic Hamon · 9 years ago
  47. 9195fd0 Revert "Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC." by Anton Danielsson · 9 years ago
  48. 5cced07 Fixed int to char warning. by Anton Danielsson · 9 years ago
  49. 0a8e0db Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC. by Anton Danielsson · 9 years ago
  50. fcf4e99 Use IsWindowsXPOrGreater instead of the deprecated GetVersionEx. by Anton Danielsson · 9 years ago
  51. e605cb0 Changed "while(true)" to "for(;;)" to avoid warning in visual studio. by Anton Danielsson · 9 years ago
  52. 53b1896 Added _CRT_SECURE_NO_WARNINGS under MSVC. by Anton Danielsson · 9 years ago
  53. 2589e69 Fixed double to float warning. by Anton Danielsson · 9 years ago
  54. e7f6c42 Fixed bug in "ToExponentAndMantissa" when negative exponents where created. by Anton Danielsson · 9 years ago
  55. a822c71 Removed default constructor, copy constructor and assignment operator for CheckHandler. by Anton Danielsson · 9 years ago
  56. 96ca9a7 Fixed int64 to double cast warning. by Anton Danielsson · 9 years ago
  57. 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
  58. 0244096 Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windows headers. by Anton Danielsson · 9 years ago
  59. c06da04 Adds Dirac Research and me as Author and Contributor by Tobias Ulvgard · 9 years ago
  60. 406c204 Merge pull request #151 from izaid/clang-fix by Dominic Hamon · 9 years ago
  61. 14c4ce5 Removed unneeded #include <cstddef> by izaid · 9 years ago
  62. 775ef51 CMake check for git on the system by Tobias Ulvgard · 9 years ago
  63. 4149412 Merge pull request #146 from efcs/fix-iteration-type by Dominic Hamon · 9 years ago
  64. 3dd14f0 Make the type of kMaxIterations consistent with the type of the iteration count by Eric Fiselier · 9 years ago
  65. ed0a2eb use size_t instead of int for the iteration count by Eric Fiselier · 9 years ago
  66. cf40a0f Merge pull request #136 from efcs/remove-check by Eric · 9 years ago
  67. bcb933a dynamically allocate WallTimeImp by Eric Fiselier · 9 years ago
  68. e0441ef Merge branch 'master' into remove-check by Eric Fiselier · 9 years ago
  69. eeaec44 Merge pull request #143 from devjgm/master by Dominic Hamon · 9 years ago
  70. 2463339 Updates Initialize() to work with an argv as 'char**' by Greg Miller · 9 years ago
  71. 7583ed9 Merge pull request #137 from jll63/jleroy/vs2013-compatibility by Dominic Hamon · 9 years ago
  72. 11042c7 Remove unused FormatKV(..., size_t) overload. by Jean-Louis Leroy · 9 years ago
  73. fcf8860 Merge pull request #140 from eliben/fix-custom-arguments-return by Dominic Hamon · 9 years ago
  74. 1dd40c9 Custom arguments function usage with Apply - fix doc and add test. by Eli Bendersky · 9 years ago
  75. 6319252 Merge pull request #139 from eliben/master by Dominic Hamon · 9 years ago
  76. f338ce7 Fix doc sample typos in header and README by Eli Bendersky · 9 years ago
  77. 0f5503e Address Dominic's (stylistic) remarks. by Jean-Louis Leroy · 9 years ago
  78. a69f566 Remove std::is_trivially_destructible assertion because the trait may not be provided by the STL. by Eric Fiselier · 9 years ago
  79. 5ec78d7 Do not CpuScalingEnabled on Windows. by Jean-Louis Leroy · 10 years ago
  80. cf830f7 Fix division in CPU usage calculation on Windows. by Jean-Louis Leroy · 10 years ago
  81. 2cf277b Iterations declared as size_t but printf'ed as a long long. Make it a long long. by Jean-Louis Leroy · 10 years ago
  82. d49516b Make it compile with Visual Studio 2013. by Jean-Louis Leroy · 10 years ago
  83. 693967f Remove unnecessary `typename'. by Jean-Louis Leroy · 10 years ago
  84. 47c3045 Fix #133. Comment now contains compilable code. by Dominic Hamon · 10 years ago
  85. fdd99b1 trailing whitespace by Dominic Hamon · 10 years ago
  86. 3e1dbc8 Merge pull request #130 from umireon/sysinfo-macosx-illegal-nullptr by Eric · 10 years ago
  87. f72d249 Add Kaito Udagawa to AUTHORS and CONTRIBUTORS by Kaito Udagawa · 10 years ago
  88. 72ce39d Fix the compilation error against G++ on Mac OS X. by Kaito Udagawa · 10 years ago
  89. d60945a Merge pull request #128 from myd7349/master by Dominic Hamon · 10 years ago
  90. 9afa6c9 Fix issue #127 by myd7349 · 10 years ago
  91. f6c2ea7 Merge pull request #125 from dcoeurjo/cmakeEmptybuildtype by Dominic Hamon · 10 years ago
  92. 68e6921 Fixing cmake issue with empty cmake_build_type by David Coeurjolly · 10 years ago
  93. d18ebcb Merge pull request #122 from mattyclarkson/coverage by Dominic Hamon · 10 years ago
  94. ef47992 Added coveralls support by Matt Clarkson · 10 years ago
  95. 344775d Enable strict aliasing warnings by Matt Clarkson · 10 years ago
  96. 36c1eb6 Coverage support with LCOV and GCOV by Matt Clarkson · 10 years ago
  97. d8c7605 Update README.md by Dominic Hamon · 10 years ago
  98. 3314aa4 Allow the user to set the C++ standard to use by Matt Clarkson · 10 years ago
  99. 8b50160 Ignore tests by Matt Clarkson · 10 years ago
  100. e44ee2d Group common C++ flags by Matt Clarkson · 10 years ago