Releases: eclipse-score/bazel_cpp_toolchains
Releases · eclipse-score/bazel_cpp_toolchains
v0.2.0
Release 0.2.0
Release 0.2.0 is the new pre-release of Bazel C/C++ Toolchains module.
Changes:
qccextension does not exist anymore. All QNX toolchains are now configured overgccextension. (breaking change with previous version 0.1.0)code coverageis now enabled by default (bazel coveragecommand).sanitizersare present but not enabled by default. To enable them use following bazel features:asan: Address Sanitizerlsan: Leak Sanitizertsan: Thread Sanitizerubsan: Undefined Behavior Sanitizer
- toolchain default name argument
score_toolchain_gccis been removed. Name is now mandatory argument for each invocation target_cpuvalue forarm64is renamed inaarch64.- default binary packages for Linux (
aarch64andx86_64) have been updated to v0.0.4 version.
v0.1.0
The 1st release of Bazel C/C++ toolchain configuration repository.
Currently supported configs for host platforms:
- x86-64 Linux
Currently supported configs for following target platforms:
- x86-64 Linux
- x86-64 QNX
- Arm64 QNX