aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-14Add ClearRegisteredBenchmark() function. (#402)Eric
2017-06-02Fix #342: DoNotOptimize causes compile errors on older GCC versions. (#398)Eric
2017-05-02Merge remote-tracking branch 'upstream/master' into compactJoao Paulo Magalhaes
2017-04-17Add Benchmark::Iterations for explicit iteration count control - Fixes #370 (...Eric
2017-03-10Implement ClobberMemory() and fix DoNotOptimize on MSVC. (#352)Eric
2017-03-10Fix std::string detection hack for SetLabel.Eric Fiselier
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-17Report unrecognized arguments from BENCHMARK_MAIN() macro (#332)Niklas Rosenstein
2016-10-28Add tests for reporters (#307)Marek Kurdej
2016-10-24Add ArgName() and ArgNames() methods to name arguments/ranges.Marek Kurdej
2016-10-07Apply clang-format to all headers and source (#303)Dominic Hamon
2016-09-28Fix various uninitialized membersEric Fiselier
2016-09-05Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)Eric
2016-09-03Add Benchmark::ThreadRange() version with increment instead of multiply (#283)Ronny
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric
2016-09-01Fixture: add non const Setup() and TearDown(). (#285)biojppm
2016-08-29Supply old `RangePair` and `ArgPair` API for C++03 compatibility. (#278)Eric
2016-08-28Fix out-of-bounds std::vector access.Eric Fiselier
2016-08-28Fix std::cout/std::cerr static initialization order fiasco.Eric Fiselier
2016-08-10Add --benchmark_report_aggregates_only={true|false} flag for better summary o...Eric
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-08-02Attempt to fix MSVC build failuresEric Fiselier
2016-08-02Add `RegisterBenchmark(name, func, args...)` for creating/registering benchm...Eric
2016-08-02Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.Eric Fiselier
2016-07-25add support for step in DenseRange() (#260)Vadym
2016-07-22Use correct integer type for complexity. MSVC warns otherwiseEric Fiselier
2016-07-11Provide a better implementation of DoNotOptimize(...).Eric Fiselier
2016-06-02Merge branch 'added_lambdas' of git://github.com/ismaelJimenez/benchmark into...Dominic Hamon
2016-06-02changed complexity_n to int and fix some whitespacesIsmael
2016-06-02changed BigOFunc argument from size_t to intIsmael
2016-06-02google formatedIsmael
2016-06-02removed functional library not neededIsmael
2016-06-02checked format before pull requestIsmael
2016-06-01added lambdas to complexity reportIsmael
2016-05-31Added new noexcept macros for VS2013 (#229)Billy O'Neal
2016-05-27Move UnitTime helpers to reporter.hEric Fiselier
2016-05-27Cleanup reporters (#226)Eric
2016-05-27Allow benchmarks to take arbitrary arguments. (#221)Eric
2016-05-27Change reporters to use a specified output and error stream. Add tests for ou...Eric
2016-05-26Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark ...Dominic Hamon
2016-05-26moved complexity.h into src and BigO enum into benchmark_apiIsmael
2016-05-26initialized doubles to 0.0Ismael
2016-05-26Force DoNotOptimize operand to memory for both gcc and clangAlbert Pretorius
2016-05-25fixed typosIsmael
2016-05-25move include from .h into .ccIsmael
2016-05-25refactor leastsq into complexityIsmael
2016-05-25added auto as default value for complexityIsmael