CW_19 export#116
Merged
rmaddikery merged 10 commits intoMay 15, 2026
Merged
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
b4bbdac to
415bf9e
Compare
GIT_ORIGIN_SPP_REV_ID: ccee3ff06c66001cb4edd7e7fa247b10341c3c0b
GIT_ORIGIN_SPP_REV_ID: d73a3df3c30c8fbdc334be2713a125b7c8bf8003
If logging uses unistd, it should be declared and do not rely on transitive dependencies. GIT_ORIGIN_SPP_REV_ID: df0a41928e0af28842efce12c0ea71a71b50a259
In the moment we take message_passing from score, it is no longer a bmw::os::Error but a score::os::Error GIT_ORIGIN_SPP_REV_ID: a6547b61a5ac9581ec562e429758e8aef26634a9
- Line 330 and 335: Change const to constexpr in CreateSender() method. - Line 355: Replace lambda explicit pointer captures with captures of [this]. This complies with AUTOSAR rule A5-1-4 which addresses lambda lifetime safety concerns and AUTOSAR rule A7-1-2 which requires compile-time constants to be declared as constexpr rather than const. GIT_ORIGIN_SPP_REV_ID: 120729476d5e588ca6c0d78580c5fd7f69f96728
GIT_ORIGIN_SPP_REV_ID: 40394c1e4c76aefffd731bc0a27d75c7430812a2
GIT_ORIGIN_SPP_REV_ID: bf09e4eb44b827446205f17e1b195a56bd32c73b
GIT_ORIGIN_SPP_REV_ID: af67725823b5f7ebca465d1fd8aaf7428471ac29
GIT_ORIGIN_SPP_REV_ID: aeef50cb3bcd10d6dc4aa801c80984e1c659510b
- The DLT Trace backend's intent is to integrate the GTL and its respective backend that supports Shm as transport mode with DMA capability. GIT_ORIGIN_SPP_REV_ID: b47ae777804b88d7b83ce332960a90369d8a6bb0
415bf9e to
78bac32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #