aboutsummaryrefslogtreecommitdiff
path: root/include/benchmark
AgeCommit message (Expand)Author
2015-09-30Updates Initialize() to work with an argv as 'char**'Greg Miller
2015-09-30Merge pull request #137 from jll63/jleroy/vs2013-compatibilityDominic Hamon
2015-09-23Custom arguments function usage with Apply - fix doc and add test.Eli Bendersky
2015-09-17Fix doc sample typos in header and READMEEli Bendersky
2015-09-03Iterations declared as size_t but printf'ed as a long long. Make it a long long.Jean-Louis Leroy
2015-09-03Make it compile with Visual Studio 2013.Jean-Louis Leroy
2015-08-07Fix #133. Comment now contains compilable code.Dominic Hamon
2015-06-18trailing whitespaceDominic Hamon
2015-04-06address more review commentsEric Fiselier
2015-04-06address review commentsEric Fiselier
2015-04-06add ability to use benchmark filtersEric Fiselier
2015-04-02Fix typos: rangeY -> range_y()David Reynolds
2015-03-30add workaround to DoNotOptimize(...) for clang inline assembly bug.Eric Fiselier
2015-03-27Introduce CSV reporterDominic Hamon
2015-03-27Merge branch 'master' into new-benchmark-interfaceEric Fiselier
2015-03-27Add 'benchmark::DoNotOptimize(...)' to help users prevent optimizationsEric Fiselier
2015-03-27Merge branch 'master' into new-benchmark-interfaceEric Fiselier
2015-03-26Change the available benchmark optionsEric Fiselier
2015-03-18update namesEric Fiselier
2015-03-18rename BENCHMARK_PRIVATE_NAME to BENCHMARK_PRIVATE_CONCATEric Fiselier
2015-03-18remove whitespaceEric Fiselier
2015-03-18fix macro names and use __COUNTER__Eric Fiselier
2015-03-18Add variadic macro for BENCHMARK_TEMPLATE in c++11 and beyond.Eric Fiselier
2015-03-18Remove use of reserved names in benchmark macrosEric Fiselier
2015-03-18Revert "Add BENCHMARK_TEMPLATE1 macro"Eric Fiselier
2015-03-18Add BENCHMARK_TEMPLATE1 macroEric Fiselier
2015-03-18address review comments and fix array type declarationEric Fiselier
2015-03-17add json reporterEric Fiselier
2015-03-17Apply reporter interface changes. Make report methods non-const and add a Fin...Eric Fiselier
2015-03-17move ConsoleReporter out of internal namespaceEric Fiselier
2015-03-17rename minimal_benchmark.h and fix recursive include in benchmark_api.hEric Fiselier
2015-03-17add include to minimal_benchmark.hEric Fiselier
2015-03-17move to using C headers in minimal_benchmark.h to prevent getting any C++ STL...Eric Fiselier
2015-03-17move reporter internals in both headers and sourceEric Fiselier
2015-03-17Merge null pointer warningsEric Fiselier
2015-03-12Enable zero as NULL warnings and fix all occurencesEric Fiselier
2015-03-12mergeEric Fiselier
2015-03-12Fix includes in benchmark.hEric Fiselier
2015-03-12remove unneeded includesEric Fiselier
2015-03-12pimpl benchmarkEric Fiselier
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-11Enable UseRealTime and fix documentation for SetLabel.Dominic Hamon
2015-03-06Step one towards merging timer changes.Eric Fiselier
2015-02-18Fix #72 by avoiding 64-to-32-bit shorteningsDominic Hamon
2014-10-31Remove CHECK_* from public API.Dominic Hamon
2014-10-12Turn the global mutex into instance variablesx.zhou
2014-08-06C++11 concurrency instead of pthreadMatt Clarkson
2014-07-23fix examples to use SetBytesProcessedPaul Redmond
2014-05-29Ignore the CPU time consumed when timing is paused.pleroy
2014-04-23Resolve memory leak from benchmark instances in google/benchmark#17.Chris Kennelly