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