v1.8.5
What's Changed
- Improve compatibility with Hexagon hardware by @steven-johnson in #1785
- hotfix: Correct pypi-publishing action tag to v1.8.14 by @nicholasjng in #1791
- CMake: unbreak version handling for tarballs by @LebedevRI in #1793
- cycleclock: Fix type conversion to match function return type by @kraj in #1794
- bump standard to C++14 by @dmah42 in #1799
- Docs: Bump minimum required C++ version from C++11 to C++14 by @rschu1ze in #1800
- cycleclock: Fix type conversion to match function return type on riscv64 by @kraj in #1802
- [bazel] Use
includes
instead ofstrip_include_prefix
by @alexkaratarakis in #1803 - Find libpfm dependency in installed CMake configs by @stephenswat in #1806
- Add -lkstat to the .pc for Solaris by @ccotter in #1801
- add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing by @dmah42 in #1814
- Clarify the difference between
BENCHMARK_TEMPLATE_F
andBENCHMARK_TEMPLATE_DEFINE_F
+BENCHMARK_REGISTER_F
by @jiawen in #1815 - [FR] Add API to provide custom profilers #1807 by @xdje42 in #1809
New Contributors
- @steven-johnson made their first contribution in #1785
- @kraj made their first contribution in #1794
- @rschu1ze made their first contribution in #1800
- @alexkaratarakis made their first contribution in #1803
- @stephenswat made their first contribution in #1806
- @ccotter made their first contribution in #1801
- @jiawen made their first contribution in #1815
- @xdje42 made their first contribution in #1809
Full Changelog: v1.8.4...v1.8.5