aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-23[sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117)Roman Lebedev
2021-04-20Use fewer ramp up repetitions when KeepRunningBatch is used (#1113)Matt Armstrong
2021-04-19Add bazel status to READMEDominic Hamon
2021-04-19Re-enable bazel without bazelisk and with scoped build/test targets (#1109)Dominic Hamon
2021-04-12Improve BENCHMARK_UNUSED definition (#1111)Dominic Hamon
2021-04-09Shrink the tz_offset size to 41. (#1110)Chris Lalancette
2021-04-09fix minor typo (though this is an external property)Dominic Hamon
2021-04-09fix minor typoDominic Hamon
2021-04-09fix minor typoDominic Hamon
2021-03-30Implement custom benchmark name (#1107)Tobias Schmidt
2021-03-08Fix URL to googletest primer (#1102)Andre Meyering
2021-03-05Removing conanfile (and support) per #1088 (#1099)Dominic Hamon
2021-03-05disable bazel for now (#1101)Dominic Hamon
2021-02-22Update 'Output Files' section to reflect csv support. (#1095)Phoenix Meadowlark
2021-02-22Fix typo in invalid file name error message. (#1094)Phoenix Meadowlark
2021-02-14- add support for Elbrus 2000 (e2k) (#1091)SSE4
2021-02-12Add MSVC ARM64 support for reading clocks (#1052)Michał Janiszewski
2021-01-05Revert "Add bazel target for benchmark_release (#1078)" (#1081)Yannic
2020-12-22Create workflow to exercise bazel build (#1079)Dominic Hamon
2020-12-22Add bazel target for benchmark_release (#1078)Aidan Wolter
2020-12-21Add 'seconds' time unit (#1076)feserr
2020-11-26Fix some bazel warnings about missing sha256 on http_archivesDominic Hamon
2020-11-26Fix Range when starting at zero (#1073)Scott K Logan
2020-11-23Disable lto-type-mismatch warnings (#1071)Dominic Hamon
2020-11-19Added support for macro expansion in benchmark names (#1054)Mario Emmenlauer
2020-11-06bazel support for tools (#982)Alexander
2020-11-03Rename 'mftbl' to 'mftb' (#1069)Steven Wan
2020-10-29Nanosleep workaround for z/OS in sleep.cc (#1067)Abhina Sree
2020-10-21Add support for z/OS XL compiler inline asm syntax (#1063)Fanbo Meng
2020-10-15src/benchmark_register.h: add missing <limits> inclusion (#1060)Sergei Trofimovich
2020-10-12Add support for DragonFly BSD (#1058)Michael Neumann
2020-09-29Add CycleTimer implementation for M68K architecture (#1050)Min-Yih Hsu
2020-09-28Include github workflows status in READMEDominic Hamon
2020-09-21Add support for JSON dumps of benchmark diff reports. (#1042). Fixes #737.Jusufadis Bakamovic
2020-09-12Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)Vitaly Zaitsev
2020-09-11Bind benchmark builder to Python (#1040)Antoine Prouvost
2020-09-10Add workflow to exercise bindings (#1041)Dominic Hamon
2020-09-10Bind more State methods/attributes to Python (#1037)Antoine Prouvost
2020-09-09Create pylint.yml (#1039)Dominic Hamon
2020-09-03Revert previous linker additions for FreeBSD as the problem is Bazel using /u...Yesudeep Mangalapilly
2020-08-28Adds -lm linker flag for FreeBSD/OpenBSD and uses github.com/bazelbuil… (#1...Yesudeep Mangalapilly
2020-08-27Fix Clang builds on Windows (#1021)Jeremy Ong
2020-08-25Add CartesianProduct with associated test (#1029)Christian Wassermann
2020-08-21Ctest support (#1025)Dominic Hamon
2020-08-19Update build instructions to better use CMake (#1017)Adam Badura
2020-08-18Remove "BENCHMARK_" prefix from env var version of command line flags (#997)Dominic Hamon
2020-08-18Create build-and-test.yml (#1013)Dominic Hamon
2020-07-30Add missing breaks for QNX cache counting (#1012)Dominic Hamon
2020-07-28JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)Alexander Enaldiev
2020-07-09Fix python extension import (#1000)Chris Jones