- 06 Mar, 2015 4 commits
-
-
Eric Fiselier authored
This patch does two things: 1. It overhalls the static initialization in Walltime to be simplier. It uses a static variable inside WallTime::Now() to initialize the timer. 2. Add a logging mechanism so that the -v flag actually has meaning and reimplement the CHECK macros to allow extra messages to be streamed in.
-
Eric Fiselier authored
-
Eric Fiselier authored
This patch cleans up our use of generic macros and also merges changes in the build system. It adds options -DBENCHMARK_ENABLE_TESTING and -DBENCHMARK_ENABLE_SHARED.
-
Eric Fiselier authored
libstdc++'s std::regex has (or had) a bug in std::regex::operator=(...) that caused undefined behaviour. Clang will detect this and compile the function so that it crashes at runtime. This patch tried to detect that bug during configuration.
-
- 02 Mar, 2015 3 commits
- 25 Feb, 2015 1 commit
-
-
Pavel Davydov authored
-
- 21 Feb, 2015 3 commits
-
-
Dominic Hamon authored
-
Pavel Davydov authored
-
Pavel Davydov authored
-
- 19 Feb, 2015 3 commits
-
-
Eric Fiselier authored
-
Eric Fiselier authored
-
Dominic Hamon authored
-
- 18 Feb, 2015 2 commits
-
-
Eric authored
Fix #72 by avoiding 64-to-32-bit shortenings
-
Dominic Hamon authored
-
- 26 Dec, 2014 1 commit
-
-
Dominic Hamon authored
-
- 02 Dec, 2014 3 commits
-
-
Dominic Hamon authored
-
Dominic Hamon authored
-
Dominic Hamon authored
-
- 14 Nov, 2014 5 commits
-
-
Dominic Hamon authored
Using Travis CI.
-
Evgeny Safronov authored
-
Dominic Hamon authored
Use #ifdef to protect calling Factorial in benchmark_test.cc
-
Evgeny Safronov authored
Added Travis build status badge.
-
Lei Xu authored
-
- 13 Nov, 2014 3 commits
-
-
Dominic Hamon authored
-
Dominic Hamon authored
Remove CHECK_* from public API.
-
Dominic Hamon authored
Fixes #65
-
- 12 Nov, 2014 2 commits
-
-
Evgeny Safronov authored
-
Evgeny Safronov authored
-
- 01 Nov, 2014 2 commits
-
-
Dominic Hamon authored
CHECK_* are now private and used internally in the library. The test uses have been replaced with asserts. Fixes #62.
-
Dominic Hamon authored
added googletest dependency to tests (allows compilation with -j)
-
- 26 Oct, 2014 1 commit
-
-
Niklas Hofmann authored
-
- 25 Oct, 2014 1 commit
-
-
Niklas Hofmann authored
-
- 18 Oct, 2014 4 commits
-
-
Chris Kennelly authored
Turn the global mutex into instance variables
-
Chris Kennelly authored
Fix #50 by using nullptr and adding stricter warning.
-
Chris Kennelly authored
Fix #54 by correcting reference to CXX flags for variants.
-
Chris Kennelly authored
Move pthread dependency to test CMakeLists.txt
-
- 16 Oct, 2014 1 commit
-
-
Niklas Hofmann authored
-
- 12 Oct, 2014 1 commit
-
-
x.zhou authored
To fix #52
-