- 08 Oct, 2015 6 commits
-
-
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
-
- 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 2 commits
-
-
Dominic Hamon authored
Fix documentation comment in benchmark_api.h w.r.t CustomArguments
-
Eli Bendersky authored
-
- 18 Sep, 2015 2 commits
-
-
Dominic Hamon authored
Fix doc sample typos in header and README
-
Eli Bendersky authored
* iterations() is a method * int64_t fix in a couple of places
-
- 08 Sep, 2015 2 commits
-
-
Jean-Louis Leroy authored
-
Eric Fiselier authored
-
- 03 Sep, 2015 5 commits
-
-
Jean-Louis Leroy authored
-
Jean-Louis Leroy authored
-
Jean-Louis Leroy authored
-
Jean-Louis Leroy authored
-
Jean-Louis Leroy authored
-
- 07 Aug, 2015 1 commit
-
-
Dominic Hamon authored
-
- 18 Jun, 2015 1 commit
-
-
Dominic Hamon authored
-
- 16 Jun, 2015 2 commits
-
-
Eric authored
Fix the compilation error against G++ on Mac OS X.
-
Kaito Udagawa authored
-
- 13 Jun, 2015 1 commit
-
-
Kaito Udagawa authored
Using `0` as a null pointer is illegal when `-Wzero-as-null-pointer-constant` is given to G++. To avoid the warning `zero-as-null-pointer-constant`, `nullptr` (C++11 keyword) instead of `0` is used in the `sysctl` invocation.
-
- 08 Jun, 2015 1 commit
-
-
Dominic Hamon authored
Fix issue #127
-
- 05 Jun, 2015 1 commit
-
-
myd7349 authored
-
- 22 May, 2015 2 commits
-
-
Dominic Hamon authored
Fixing cmake issue with empty cmake_build_type
-
David Coeurjolly authored
-
- 13 May, 2015 4 commits
-
-
Dominic Hamon authored
Coverage
-
Matt Clarkson authored
-
Matt Clarkson authored
-
Matt Clarkson authored
This patch adds a `coverage` target that allows coverage statisitics to be retrieved for the project. It requires that lcov and gcov is installed and that the generator is unix makefiles but this can be improved upon in future releases. To make it work use the coverage build type: ``` cmake -DCMAKE_BUILD_TYPE=Coverage . make coverage ```
-