- 14 Feb, 2016 2 commits
-
-
Dominic Hamon authored
Add section on optimisations to README
-
Dominic Hamon authored
-
- 13 Feb, 2016 3 commits
-
-
Dominic Hamon authored
Add aarch64 support to src/cycleclock.h.
-
Dominic Hamon authored
Fix ARM /proc/cpuinfo parsing.
-
Dominic Hamon authored
Support MSVC on appveyor
-
- 12 Feb, 2016 1 commit
-
-
Arkadiy Shapkin authored
-
- 11 Feb, 2016 1 commit
-
-
Elliott Hughes authored
Also fix related warning message typos.
-
- 10 Feb, 2016 1 commit
-
-
Elliott Hughes authored
From google3's base/cycleclock.
-
- 30 Dec, 2015 2 commits
-
-
Dominic Hamon authored
Update README to mention UseRealTime for wallclock time measurements.
-
Eli Bendersky authored
Also adding a use case in the API header. Fixes #170
-
- 14 Dec, 2015 1 commit
-
-
Eric Fiselier authored
-
- 30 Nov, 2015 2 commits
-
-
Dominic Hamon authored
Fixes #165: CustomArguments ret type in README
-
Dominik Czarnota authored
* adds myself to AUTHORS/CONTRIBUTORS
-
- 06 Nov, 2015 3 commits
- 05 Nov, 2015 1 commit
-
-
Dominic Hamon authored
-
- 29 Oct, 2015 1 commit
-
-
Dominic Hamon authored
add static_cast to get rid of warnings for intel compiler on linux platform
-
- 25 Oct, 2015 1 commit
-
-
guanqun authored
-
- 19 Oct, 2015 1 commit
-
-
Dominic Hamon authored
Fix get_git_version to use GIT_EXECUTABLE.
-
- 18 Oct, 2015 1 commit
-
-
Zbigniew Skowron authored
get_git_version CMake function uses 'git' command directly, instead of GIT_EXECUTABLE variable. This causes CMake errors while generating project files in environments, where 'git' command is not present in PATH.
-
- 13 Oct, 2015 1 commit
-
-
Dominic Hamon authored
-
- 12 Oct, 2015 3 commits
-
-
Dominic Hamon authored
Fixes #144 CMake fails without Git
-
Dominic Hamon authored
-
Dominic Hamon authored
Android fix
-
- 09 Oct, 2015 10 commits
-
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
The sane thing here would be to use std::stoul but this is not available in the android-ndk...
-
Anton Danielsson authored
- Added missing header to test/benchmark_test.cc - Changed std::stoul to std::atol in test/filter_test.cc because of a limitation in the android-ndk (http://stackoverflow.com/questions/17950814/how-to-use-stdstoul-and-stdstoull-in-android)
-
Anton Danielsson authored
sys/sysctl.h is not available in the android-ndk.
-
Anton Danielsson authored
-
Anton Danielsson authored
-
- 08 Oct, 2015 5 commits
-
-
Dominic Hamon authored
Fixes compilation issue on Macs
-
Mayeul d'Avezac authored
ba141ac0 renamed OS_MACOSX -> BENCHMARK_OS_MACOSX, except for an include guard in src/cycleclock.h
-
Dominic Hamon authored
Visual studio warnings fix
-
Anton Danielsson authored
This reverts commit 0a2bd8935391e42f2581ec4826f7ac5f8fc9041a.
-
Anton Danielsson authored
-