aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2020-01-14Alias CMake Targets. Fixes #921 (#926)Jordan Williams
2019-12-01README.md: a few adjustments after #894Roman Lebedev
2019-12-01Document environment variables options usage (#894)Martin Blanchard
2019-09-27fixed the param order in g++ command and fixed the path for -L (#879)Chunsheng Pei
2019-09-21Add missing parenthesis to code sample, and fix spacing. (#877)Colin Braley
2019-09-16Addresses issue #634. (#866)sharpe5
2019-08-21Documentation of basic use of DenseRange. (#855)Sayan Bhattacharjee
2019-08-21Update README.md: fix MS VS version requirementRoman Lebedev
2019-08-12Custom user counters: add invert modifier. (#850)Roman Lebedev
2019-08-06Corrected the installation procedure (#849)LesnyRumcajs
2019-07-30fix typo in README (#844)Xinye Tao
2019-07-29README.md: corrected cmake commands (#846)blackliner
2019-07-29README.md: Spelling fix (#845)Boris Dergachov
2019-07-17docs: fix typo (#837)Jason Cooke
2019-05-01Bump required cmake version from 2.x to 3.x (#801)Dominic Hamon
2019-04-25Improve README (#804)astee
2019-04-09Add process_time for better OpenMP and user-managed thread timingBryan Lunt
2019-02-04README.md: mention that fixture has SetUp() / TearDown()Roman Lebedev
2018-12-14README.md: document State::{Pause,Resume}Timing()Roman Lebedev
2018-11-29README.md: complexity lambda takes int64_t arg. Fixes #719Roman Lebedev
2018-11-26README.md: BM_Sequential(): the return type is 'void'Roman Lebedev
2018-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
2018-08-13[Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645)Roman Lebedev
2018-07-26README improvements (#648)Dominic Hamon
2018-06-28fixed Google Test (Primer) Documentation link (#628)Yoshinari Takaoka
2018-05-29Update README.mdDominic Hamon
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov
2018-05-24Corrections, additions to initial doc (#600)mattreecebentley
2018-05-02Update bazel WORKSPACE and BUILD files to work better on Windows. (#581)Alex Strelnikov
2018-03-23Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric
2018-03-02Add Solaris support (#539)alekseyshl
2018-02-21Update note about linking with pthreads (#536)Jonathan Wakely
2018-02-21Fix typo in README.md (#535)Jonathan Wakely
2018-01-04Updated documentation. (#503)Winston Du
2017-12-14Update README.mdDominic Hamon
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-12-13Document new 'v2' branch meant for unstable development.Eric Fiselier
2017-11-29CMake: implement LTO for clang. Fixes #478 (#487)Roman Lebedev
2017-11-29Added the installation guide for Ubuntu (#489)Kishan Kumar
2017-11-13Add doc specifying the scope of the timing calculationDominic Hamon
2017-11-02Mention how to disable CPU frequency scaling while running the benchmark. (#466)Stefan Sauer
2017-10-31 Improve BM_SetInsert example (#465)Leo Koppel
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2017-10-16Correct typo in sample code for range-based for loop. (#458)Fred Tingaud
2017-10-10Add C++11 Ranged For loop alternative to KeepRunning (#454)Eric
2017-10-09Add macros for create benchmark with templated fixture (#451)Anton Lashkov
2017-09-14Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446)Eric
2017-09-14Improve README's basic usage example (#433)Disconnect3d
2017-09-13Fix Markdown typos in readme. (#445)Andre Schroeder