- 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 13 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
-
Anton Danielsson authored
This also points out some important issues like: warning: conversion to 'size_t {aka unsigned int}' from 'long long int' may alter its value [-Wconversion] state.SetBytesProcessed(items_processed * sizeof(v)); This occurs on 32 bit systems where size_t is only 32 bits.
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
-
Anton Danielsson authored
Unary minus where applied to an unsigned type.
-
Anton Danielsson authored
-
Anton Danielsson authored
-