v0.10.0
Known issues
Please note that this release has the following known issues, fixed in v0.10.1.
- The Bazel version is incorrectly set to 0.9.0 instead of 0.10.0
- Due to a change in gtest minimal c++ version the tests shipped in this version fail to compile. #393
What's Changed
- [misc] Update release script by @gchatelet in #339
- clang-format: hwcaps.h by @toor1245 in #340
- Add FreeBSD Arm64 support by @toor1245 in #295
- fix -Wstrict-prototypes error by @Mizux in #342
- Remove unused function by @gchatelet in #343
- Update AArch64 features to Linux 6.6. by @tamaszarm in #347
- Fix run_integration.sh by @toor1245 in #357
- Update AArch64 features to Linux 6.10.6 by @toor1245 in #359
- Fix wrong arm neon detection by @gchatelet in #361
- Remove CI support for FreeBSD by @gchatelet in #360
- Update amd64 macos workflow to use X86 arch by @toor1245 in #355
- Fix bazel build testing for macos arm64 by @toor1245 in #358
- Add CI MacOS Arm64 support by @toor1245 in #356
- Fix: Windows does not define __ARM_NEON by @JVital2013 in #363
- Forward fix
cpu_features_macros.h
by @gchatelet in #364 - Move
c99
flag from BUILD file to bazel cmd line by @gchatelet in #366 - Switch to
cpu_features
to bazelmod by @gchatelet in #365 - Add OpenBSD Arm64 support by @brad0 in #367
- Bump actions/checkout to v4 by @tinyboxvk in #371
- cmake: Remove useless check for CMP0077 by @gruenich in #372
- [bazel] Add missing platform dependency by @gchatelet in #375
- Add Bazel windows support by @Mizux in #376
- Fix ci by @Mizux in #377
- ci: Remove linaro toolchains support by @Mizux in #378
- Fix allocator bump in printf string allocation by @gchatelet in #374
- [bazel] Use a macro instead of @platforms//os:windows by @gchatelet in #379
- [bazel] inline platforms and remove
platforms.bzl
by @gchatelet in #381 - [bazel] Add armv7 and use alias for cpus by @gchatelet in #382
- [NFC] fix formatting by @gchatelet in #386
- Fix typos discovered by codespell by @cclauss in #385
- Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #384
- Bump docker/setup-qemu-action from 2 to 3 in the github-actions group by @dependabot in #387
- Fixed asimd detection on OS X 15.3 by @zap150 in #392
New Contributors
- @JVital2013 made their first contribution in #363
- @brad0 made their first contribution in #367
- @tinyboxvk made their first contribution in #371
- @gruenich made their first contribution in #372
- @cclauss made their first contribution in #385
- @dependabot made their first contribution in #387
- @zap150 made their first contribution in #392
Full Changelog: v0.9.0...v0.10.0