Skip to content

Releases: eclipse-score/bazel_cpp_toolchains

v0.5.4

Choose a tag to compare

@nradakovic nradakovic released this 15 Jun 09:23
2074ea6

What's Changed

  • feat: add coverage support to QNX toolchain by @castler in #62

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@nradakovic nradakovic released this 12 Jun 14:04
d4a95c3

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

Choose a tag to compare

@nradakovic nradakovic released this 27 May 15:37
72c2941

What's Changed

  • update autosd toolchain by @odra in #58

New Contributors

  • @odra made their first contribution in #58

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@nradakovic nradakovic released this 15 Apr 13:45
171d42d

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@ltekieli ltekieli released this 09 Apr 10:21
eba6b8c

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@nradakovic nradakovic released this 02 Apr 12:30
e338375

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@nradakovic nradakovic released this 03 Mar 12:01
e1039bf

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

Choose a tag to compare

@nradakovic nradakovic released this 18 Feb 15:07
e093af5

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_version
    • glibc_version
  • Fixed improper compiler flag separation for QNX
  • Move -Wuseless-cast from strict warnings to all cxx warnings

v0.2.2

v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@nradakovic nradakovic released this 29 Jan 10:56
b3e4f9f

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_directories feature where flag expansion didn't happened due to missing condition.
  • Fixed the README.md build instructions for gcc extension.

v0.2.1

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@nradakovic nradakovic released this 28 Jan 09:32
0bef1ce

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;