Skip to content

Releases: eclipse-score/bazel_cpp_toolchains

v0.2.1

28 Jan 09:32
0bef1ce

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Release 0.2.1

Release 0.2.1 address typos in documentation and adds additional feature for QNX platforms.

Changes:

  • added runtime_library_search_directories feature for QNX dynamic linking;
  • updated README with first details regarding QNX licenses;
  • fixed typo in main README.md about toolchain name;
  • added README to examples;

v0.2.0

22 Jan 10:13
93f443c

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Release 0.2.0

Release 0.2.0 is the new pre-release of Bazel C/C++ Toolchains module.

Changes:

  • qcc extension does not exist anymore. All QNX toolchains are now configured over gcc extension. (breaking change with previous version 0.1.0)
  • code coverage is now enabled by default ( bazel coverage command).
  • sanitizers are present but not enabled by default. To enable them use following bazel features:
    • asan: Address Sanitizer
    • lsan: Leak Sanitizer
    • tsan: Thread Sanitizer
    • ubsan: Undefined Behavior Sanitizer
  • toolchain default name argument score_toolchain_gcc is been removed. Name is now mandatory argument for each invocation
  • target_cpu value for arm64 is renamed in aarch64.
  • default binary packages for Linux (aarch64 and x86_64) have been updated to v0.0.4 version.

v0.1.0

15 Dec 11:20
b1645ae

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

The 1st release of Bazel C/C++ toolchain configuration repository.

Currently supported configs for host platforms:

  1. x86-64 Linux

Currently supported configs for following target platforms:

  1. x86-64 Linux
  2. x86-64 QNX
  3. Arm64 QNX