Update dependency score_bazel_cpp_toolchains to v1 - #998
Update dependency score_bazel_cpp_toolchains to v1#998eclipse-score-bot wants to merge 8 commits into
Conversation
|
630a6e9 to
23010d4
Compare
23010d4 to
7988035
Compare
7219a20 to
7ab8026
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
| score_gcc = use_extension("@score_bazel_cpp_toolchains//extensions:gcc.bzl", "gcc", dev_dependency = True) | ||
|
|
||
| # Minimal warning baseline for the S-CORE GCC/QCC toolchains. | ||
| # Mirrors //quality/compiler_warnings/gcc:minimal_warnings. The S-CORE GCC |
There was a problem hiding this comment.
This comment is unfortunately no longer true. If they do not provide warnings enabled by default, I would right now just not use them and define our own set of warnings, in this way we can have a mapping with our MISRA GEP.
The goal IMHO would be that S-CORE has a global MISRA GEP and then based on that score_bazel_cpp_toolchains could provide the warning groups. Until that is there, it does not make sense that we have a communication MISRA GEP, but the warnings are defined somewhere else. Otherwise it is quite easy that we end up with a MISRA GEP and a toolchain not in sync.
6812ce5 to
c28e202
Compare
Optimizing source code to O2 leads to faster runs while retaining code safety. This was accidentially lost when defining the default flags. For source fortification this is also required.
c28e202 to
d6cd04d
Compare
d6cd04d to
c00221c
Compare
The newer toolchain seems to no longer work with GCC flags for QCC. Use separate flags instead.
098f1b4 to
168d6ef
Compare
This PR contains the following updates:
0.5.4→1.0.3Release Notes
eclipse-score/bazel_cpp_toolchains (score_bazel_cpp_toolchains)
v1.0.3What's Changed
New Contributors
Full Changelog: eclipse-score/bazel_cpp_toolchains@v1.0.2...v1.0.3
v1.0.2What's Changed
user_link_flagsafterlibraries_to_linkby @nradakovic in #128Full Changelog: eclipse-score/bazel_cpp_toolchains@v1.0.0...v1.0.2
v1.0.1What's Changed
no_legacy_featureson the Linux and QNX toolchains by @nradakovic in #95New Contributors
Full Changelog: eclipse-score/bazel_cpp_toolchains@v0.5.4...v1.0.1
We are re-releasing new version due to issues with Bazel Registry.
v1.0.0What's Changed
no_legacy_featureson the Linux and QNX toolchains by @nradakovic in #95New Contributors
Full Changelog: eclipse-score/bazel_cpp_toolchains@v0.5.4...v1.0.0
This PR was generated by #infrastructure automation. Contact us if you have any questions or feedback.