- 12 Oct, 2015 2 commits
-
-
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 15 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
-
Anton Danielsson authored
-
Anton Danielsson authored
-
- 06 Oct, 2015 2 commits
-
-
Dominic Hamon authored
Fix for Ubuntu & Clang & C++14
-
izaid authored
-
- 02 Oct, 2015 2 commits
-
-
Dominic Hamon authored
Fix issue #141. Use size_t instead of int for the iteration count
-
Eric Fiselier authored
-
- 01 Oct, 2015 4 commits
-
-
Eric Fiselier authored
-
Eric authored
Remove std::is_trivially_destructible assertion. Fix issue #134.
-
Eric Fiselier authored
-
Eric Fiselier authored
-
- 30 Sep, 2015 3 commits
-
-
Dominic Hamon authored
Updates Initialize() to work with an argv as 'char**'
-
Greg Miller authored
-
Dominic Hamon authored
Jleroy/vs2013 compatibility
-
- 25 Sep, 2015 1 commit
-
-
Jean-Louis Leroy authored
-
- 23 Sep, 2015 1 commit
-
-
Dominic Hamon authored
Fix documentation comment in benchmark_api.h w.r.t CustomArguments
-