aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-14Add ClearRegisteredBenchmark() function. (#402)Eric
2017-06-05Use the sample version of standard deviation (#383)Yixuan Qiu
2017-05-23Associate the required include directory with the benchmark library (#393)David Kruger
2017-05-03Trying again to fix error caused by -Wunused-function.Joao Paulo Magalhaes
2017-05-02Fix dropped-style elses.Joao Paulo Magalhaes
2017-05-02Allow different counter sets in CSV reporting.Joao Paulo Magalhaes
2017-05-02Console reporter: add /s prefix to counter rates.Joao Paulo Magalhaes
2017-05-02Fix: --benchmark_counters_tabular was not being passed to tests.Joao Paulo Magalhaes
2017-05-02Merge remote-tracking branch 'upstream/master' into compactJoao Paulo Magalhaes
2017-05-02Fix indentation.Joao Paulo Magalhaes
2017-05-01CHECK(): rename EPS to FLOAT for consistency with googletest style.Joao Paulo Magalhaes
2017-04-29Simplify printing of counters in console reporter.Joao Paulo Magalhaes
2017-04-29CHECK_EPS: Use parentheses to wrap macro arguments.Joao Paulo Magalhaes
2017-04-29Console reporting of user counters: print rates like non-rates.Joao Paulo Magalhaes
2017-04-29Merge branch 'master' of https://github.com/vladoovtcharov/benchmark into tes...Joao Paulo Magalhaes
2017-04-28Add epsilon check macros for float comparison.Joao Paulo Magalhaes
2017-04-27User counters: fix misplaced newline in console reporter header.Joao Paulo Magalhaes
2017-04-27Fixes #378 coercion to double was causing counter to forget its flags, change...vladoovt
2017-04-27Fixes #378 (hopefully). Unit tests for counters to follow.Joao Paulo Magalhaes
2017-04-20fix for android NDK r10e (#375)Dmitry Trifonov
2017-04-18fix android compilation (#372)Dmitry Trifonov
2017-04-18Don't limit benchmarks with manual timers to 5x the elapsed real time.Eric Fiselier
2017-04-17Add Benchmark::Iterations for explicit iteration count control - Fixes #370 (...Eric
2017-04-10Fix cmake file not to use CMAKE_SOURCE_DIR (#367)Daniel Varga
2017-04-04Fixes #357: broken RMS values when time unit is set. (#362)jpmag
2017-04-04Remove unnecessary benchmark subfolderDominic Hamon
2017-04-04Merge branch '1.1' of git://github.com/piribes/benchmark into piribes-1.1Dominic Hamon
2017-04-04Fix ${include_install_dir}Giuseppe Roberti
2017-04-03Add CMake Package Config files during installGiuseppe Roberti
2017-03-28Fix CPU frequency parsing on Linux (#355) (#356)MVafin
2017-03-27Replace int64_t usages with 'int' instead. (#359)Eric
2017-03-13Include cstdlib for timespec. Clang modules demands that. (#353)Yasushi Saito
2017-03-02Tabular counters: fix missing cast on MSVC.Joao Paulo Magalhaes
2017-03-02Fix use of C-style cast.Joao Paulo Magalhaes
2017-03-02Tabular counters: fix dangling reference to color_output_.Joao Paulo Magalhaes
2017-03-02Add command line option --benchmark_counters_tabularJoao Paulo Magalhaes
2017-03-01Rename BenchmarkCounters to UserCounters (#346)jpmag
2017-03-01Add user-defined counters. (#262)jpmag
2017-02-11Support for Web platforms (#340)Marat Dukhan
2017-01-30Fix typename for powerpc (#337)guray
2017-01-24Disable iOS CPU Frequency readout (#335)Matt Sieren
2017-01-17Report unrecognized arguments from BENCHMARK_MAIN() macro (#332)Niklas Rosenstein
2017-01-13HumanReadableNumber(): Simplify output for simple numbers. Examples: (#291)jpmag
2017-01-13Fix librt linking on systems which has it (#331)Alt
2016-12-20Issue 327 (#328)BRevzin
2016-12-06fix argv accessed out of bounds in ParseCommandLineFlags() (#321)Niklas Rosenstein
2016-12-05Add support for building w/o exceptions (#317)Eric
2016-10-28Report error when no benchmarks match regex. (#308)Dominic Hamon
2016-10-26Allow calling Args and ArgNames in any order.Marek Kurdej
2016-10-26Check argument count in `ArgName` and `ArgNames`.Marek Kurdej