v1.7.1
What's Changed
- Remove stray comment and added missing header by @oontvoo in #1444
- Initialize help hook before actually parsing the command line by @yurikhan in #1447
- remove unnecessary generated include directory by @dominichamon in #1451
- Fixed build issues on window by @oontvoo in #1449
- Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings by @oontvoo in #1455
- Ensure we don't need benchmark installed to pass c++ feature checks by @dominichamon in #1456
- Avoid deprecation warning in NVHPC by @cz4rs in #1459
- run ClearRegisteredBenchmarks at exit by @dominichamon in #1463
- FIx typo in benchmark.h by @bdaase in #1465
- add debug option for enabling more output for failed cxxfeaturechecks by @dominichamon in #1467
- Fix link error when use as static library on windows. by @PSyton in #1470
- use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package) by @babbaj in #1473
- Clean up test documentation formatting by @drfloob in #1475
- Enable aarch64 Linux wheel builds, use cibuildwheel action directly by @nicholasjng in #1472
- Eliminate usage of deprecated API in sysinfo.cc by @oontvoo in #1474
- Stop using pandas.Timedelta (fixes #1482) by @matta in #1483
- Discuss sources of variance in the user guide by @matta in #1481
- Bump pybind11 version to enable Python 3.11 wheel builds by @nicholasjng in #1489
- bump cmake dep and docs by @dominichamon in #1468
- Support for QuRT OS (Hexagon RTOS) by @Maratyszcza in #1497
- Fix Solaris compilation (#1499) by @rorth in #1500
- Do not depend on unversioned python binary by @MatzeB in #1496
- Partially revert "Do not depend on unversioned python binary (#1496)" by @LebedevRI in #1501
- Add information for supported Python versions to setup.py by @nicholasjng in #1502
- [bazel] Build libpfm as a dependency to allow collection of perf counters by @rajachan in #1408
New Contributors
- @bdaase made their first contribution in #1465
- @PSyton made their first contribution in #1470
- @babbaj made their first contribution in #1473
- @drfloob made their first contribution in #1475
- @rorth made their first contribution in #1500
- @MatzeB made their first contribution in #1496
- @rajachan made their first contribution in #1408
Full Changelog: v1.7.0...v1.7.1