aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842)HEADmainNicholas Junge2024-09-04
* [FR] Add API to provide custom profilers #1807 (#1809)xdje422024-07-16
* Clarify the difference between `BENCHMARK_TEMPLATE_F` and `BENCHMARK_TEMPLATE...Jiawen (Kevin) Chen2024-07-16
* Add `BENCHMARK_TEMPLATE[12]_CAPTURE`, fusion of `BENCHMARK_CAPTURE` and `BENC...Roman Lebedev2024-01-30
* Docs: `reducing_variance.md`: proofreading, fix typos (#1736)Roman Lebedev2024-01-10
* Change Fixture to use non-const SetUp and TearDown in example (#1723)FantasqueX2024-01-05
* Add `setuptools_scm` for dynamic zero-config Python versioning (#1690)Nicholas Junge2023-11-01
* add logo to github pagesdominic2023-08-21
* add black iconDominic Hamon2023-08-21
* remove logo from generated docsdominic2023-08-21
* adding a logo to the docsDominic Hamon2023-08-21
* Update tools.md for missing color meaning issue #1491 (#1624)देवांश वार्ष्णेय2023-07-09
* Add support for bzlmod (excluding Python bindings) (#1615)Andy Christiansen2023-06-27
* Fixed a typo in docs (#1600)Pavel Novikov2023-05-15
* Convert uses of `const char*` to `std::string` (#1567)dominic2023-03-14
* Fix examples in user guide using deprecated `DoNotOptimize`-API (#1568)Marcel Jacobse2023-03-07
* cleanup: support CMake >= 3.10 (#1544)Carlos O'Ryan2023-02-17
* remove best effort support for ubuntu 18.04 (#1537)dominic2023-02-06
* try disabling liquid for jekyll to fix curly braces (#1536)dominic2023-02-06
* Fix typos found by codespell (#1519)SunBlack2023-01-10
* add more docs to indexDominic Hamon2022-12-19
* [bazel] Build libpfm as a dependency to allow collection of perf counters (#1...Raghu Raja2022-10-31
* bump cmake dep and docs (#1468)Dominic Hamon2022-09-14
* Discuss sources of variance in the user guide (#1481)Matt Armstrong2022-09-09
* Correct typo in Passing Arguments sectionDominic Hamon2022-07-07
* Remove redundant formatting tags (#1420)Tom Cobley2022-06-28
* Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon2022-06-20
* Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer2022-06-20
* Introduce warmup phase to BenchmarkRunner (#1130) (#1399)Matthdonau2022-05-23
* Add installation and build instructions for Python bindings (#1392)Nicholas Junge2022-05-10
* Filter out benchmarks that start with "DISABLED_" (#1387)Dominic Hamon2022-05-01
* Promote inclusive language. (#1360)Brad Messer2022-03-18
* add note about wheels action to releasing docsDominic Hamon2022-03-15
* Allow setting the default time unit globally (#1337)Bátor Tallér2022-03-04
* Fix some errors in Custom Statistics demo code. (#1332)YuanYingdong2022-01-24
* Refine the User Guide CPU Frequency Scaling section (#1331)Matt Armstrong2022-01-21
* Refine docs on changing cpufreq governor (#1325)Dominic Hamon2022-01-17
* Expand documentation for unpacking arbitrary arguments. (#1324)Dominic Hamon2022-01-17
* Add docs on Memory profiling (#1217). (#1319)Dominic Hamon2022-01-13
* Add docs for `ThreadRange`. (#1318)Dominic Hamon2022-01-12
* Update user_guide.md (#1296)Shawn Zhong2021-12-02
* Fix broken link to Setup/Teardown section (#1291)Robert Adam2021-11-26
* Add Setup/Teardown option on Benchmark. (#1269)Vy Nguyen2021-11-17
* Fix dependency typo and unpin cibuildwheel version in wheel building … (#1263)Nicholas Junge2021-11-11
* Fixed typo in doc: s/marcro/macro (#1274)Vy Nguyen2021-11-08
* Allow template arguments to be specified directly on the BENCHMARK macro (#1262)Vy Nguyen2021-10-26
* Update policy to match realityDominic Hamon2021-09-20
* add to final releasing stepDominic Hamon2021-09-07
* Introduce Coefficient of variation aggregate (#1220)Roman Lebedev2021-09-03
* Statistics: add support for percentage unit in addition to time (#1219)Roman Lebedev2021-09-03