What's Changed
- Add artifact name to download before wheel PyPI upload by @nicholasjng in #1882
- Remove if statement from wheel upload job by @nicholasjng in #1883
- Fix malformed clang invocation in build_ext.run by @nicholasjng in #1884
- Remove wheel merge job, merge artifacts on download by @nicholasjng in #1886
- Change SDK version check by @DKLoehr in #1887
- [bazel] Remove selects on CPU by @keith in #1892
- cycleclock: Support for PA-RISC (hppa) architecture by @hdeller in #1894
- fix: remove clang-cl compilation warning by @theComputeKid in #1895
- README.md: fix build instructions by @0dminnimda in #1880
- cycleclock: Use clock_gettime() as fallback for any Linux architecture by @hdeller in #1899
- Fix runtime crash when parsing /proc/cpuinfo fails by @hdeller in #1900
- Get number of CPUs with sysconf() on Linux by @hdeller in #1901
- Update nanobind-bazel to v2.4.0 by @nicholasjng in #1904
- ci: Update pre-commit hooks by @nicholasjng in #1905
- Lint Python: Add more ruff rules by @cclauss in #1909
- GitHub Actions: build-and-test on an ARM processor by @cclauss in #1911
- ruff rule E501: Fix long lines in Python code by @cclauss in #1910
- [BUG] Fix ProfilerManager number of iterations #1913 by @xdje42 in #1914
- Update error message now that /proc/cpuinfo is no longer in use by @brad0 in #1917
- add back /proc/cpuinfo as a fallback for some platforms by @dmah42 in #1918
- change pacboy compiler target for windows builds by @dmah42 in #1915
- Retrieve the number of online CPUs on OpenBSD and NetBSD by @brad0 in #1916
- Replace usage of deprecated sysctl on macOS by @brad0 in #1919
- Try to use the _SC_NPROCESSORS_ONLN sysconf elsewhere by @brad0 in #1920
- fix sanitizer cmake builds by @dmah42 in #1906
- Remove /proc/cpuinfo fallback path by @brad0 in #1921
- Build
libpfm
withrules_cc
by @UebelAndre in #1922 - remove cxx03 test, fully unblocking c++1X development by @dmah42 in #1903
- run clang-tidy using a common config and reduced set of tests by @dmah42 in #1923
- benchmark declarations can and should be const (clang-tidy) by @dmah42 in #1924
- [clang-tidy] use unique_ptr for benchmark registration by @dmah42 in #1927
- [clang-tidy] fix warning about decaying array to pointer by @dmah42 in #1926
- [clang-tidy] fix missing braces by @dmah42 in #1928
- [clang-tidy] autofix cppcoreguidelines by @dmah42 in #1932
- [clang-tidy] autofix readability issues by @dmah42 in #1931
- dx: Update pre-commit repos, change imports of Python / CC rules by @nicholasjng in #1937
- deps: Update nanobind_bazel to v2.5.0 by @nicholasjng in #1936
- use smart pointers by @dmah42 in #1935
- [clang-tidy] resolve some global clang-tidy issues by @dmah42 in #1933
- Fix build errors on QuRT (Hexagon) by @dsharlet in #1938
- change setup and teardown callback type by @EfesX in #1934
- Install FindPFM.cmake for bencmarkConfig.cmake by @parona-source in #1942
- fix memory manager result bug by @EfesX in #1941
- Compilation example was wrong. Fixed standard by @maxvdec in #1945
- CI: unbreak MSan job by @LebedevRI in #1946
- update version of gtest to v1.15.2 (latest) and also the cmake config by @imrichardcole in #1864
- Finish cxx version bump by @LebedevRI in #1948
New Contributors
- @keith made their first contribution in #1892
- @hdeller made their first contribution in #1894
- @theComputeKid made their first contribution in #1895
- @0dminnimda made their first contribution in #1880
- @brad0 made their first contribution in #1917
- @UebelAndre made their first contribution in #1922
- @dsharlet made their first contribution in #1938
- @EfesX made their first contribution in #1934
- @parona-source made their first contribution in #1942
- @maxvdec made their first contribution in #1945
Full Changelog: v1.9.1...v1.9.2