Releases: eclipse-score/bazel_cpp_toolchains
Releases · eclipse-score/bazel_cpp_toolchains
Release list
v0.5.4
v0.5.3
What's Changed
- Update library path for aarch64 toolchain by @odra in #59
- Update QNX SDP package version by @nradakovic in #61
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- Add GNU ext. flag for c compile action. by @nradakovic in #51
- enforce lockfile 2628 by @balajiyalam2 in #50
New Contributors
- @balajiyalam2 made their first contribution in #50
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add new QNX package into matrix by @nradakovic in #49
- Refactor README.md for clarity and conciseness by @nradakovic in #37
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Modify Bazel build and test targets in workflow by @nradakovic in #38
- Add additional tests by @nradakovic in #39
- Add S-CORE checks by @nradakovic in #41
- Add EBcLfSA Toolchain by @opajonk in #28
- Refactor inclusion of compiler libraries by @nradakovic in #42
- Bump module version to 0.4.0 by @nradakovic in #43
- autosd: Update tarball SHA256 by @bilelmoussaoui in #44
- Remove version from MODULE.bazel file by @nradakovic in #48
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Release 0.3.1
Release 0.3.1 is the new release of Bazel C/C++ Toolchains module.
Changes:
- Added: enable dynamic linking for QNX
- Fixed: Typo in bazelrc for AutoSD configuration
v0.3.0
Release 0.3.0
Release 0.3.0 is the new pre-release of Bazel C/C++ Toolchains module.
Changes:
- Added support for AutoSD toolchain
- Added support for Bazel 9
- Added support for toolchain definition based only on base platform constraints. To use it, new extension argument is provided called:
`use_base_constraints_only' - Added support for 2 additional platform constraints under variant:
sdk_versionglibc_version
- Fixed improper compiler flag separation for QNX
- Move
-Wuseless-castfrom strict warnings to all cxx warnings
v0.2.2
Release 0.2.2
Release 0.2.2 address typos in documentation and fix one of QNX features.
Changes:
- Fixed the issue with
runtime_library_search_directoriesfeature where flag expansion didn't happened due to missing condition. - Fixed the README.md build instructions for gcc extension.
v0.2.1
Release 0.2.1
Release 0.2.1 address typos in documentation and adds additional feature for QNX platforms.
Changes:
- added
runtime_library_search_directoriesfeature 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;