-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Add no-heap static allocation PAL backend for lockstep mode #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vtz
wants to merge
28
commits into
main
Choose a base branch
from
feature/no-heap-static-alloc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2a04600
feat(platform): add no-heap static allocation PAL backend for lockste…
vtz a33acfd
refactor(platform): remove #ifdef SOMEIP_STATIC_ALLOC from message.h/cpp
vtz 71c63b0
fix(platform): address merge-readiness review findings
vtz 95e99cd
fix(platform): resolve clang-tidy warnings from intrusive ptr changes
vtz 34ffd73
fix(platform): add message_ptr_impl.h to all PAL backend directories
vtz 2a32a98
feat(platform): add follow-up safety hardening for static-alloc backend
vtz e354267
feat(platform): add container conformance tests and fix doc traceability
vtz 69bbeda
docs: align FMEA and architecture with implementation
vtz ce164e3
fix(platform): add CI coverage, fix traceability, guard double-release
vtz 1dc6696
fix(platform): mark malloc_trap operator new as noexcept
vtz 4539753
fix(platform): make malloc_trap armable for test compatibility
vtz 9794ef0
fix(platform): add missing <new> include for std::bad_alloc
vtz 75f24dc
feat(platform): migrate core protocol types to PAL abstractions
vtz 1d4bf1c
fix: resolve CI failures across static-alloc, clang-tidy, and Zephyr
vtz 4dd19e6
fix: use pointer+size deserialize overload in UDP transport
vtz f9e07fe
fix: resolve remaining clang-tidy and static-alloc build issues
vtz 64bb20c
fix: add erase() and iterator-pair ctor to static ByteBuffer
vtz db0c4a6
fix: cast char iterators to uint8_t for ByteBuffer insert
vtz 1ceeb51
fix: cast uint8_t* to char* for config string deserialization
vtz c32ab56
fix: resolve ETL string compatibility in SD subsystem
vtz 3994a98
fix: migrate event_subscriber maps and string concat for ETL
vtz e0a6947
fix: suppress redundant-string-cstr for ETL dual-backend compat
vtz 2e3d7f0
fix: migrate test_serialization.cpp to platform types
vtz 7dc9b15
fix: use c_str()-only ctor for String in serialize_array
vtz 3820c2c
fix: migrate all test files to platform:: types for ETL compat
vtz 842b6a6
ci: disable examples in static-alloc CI job
vtz 2f6a67e
fix: static-alloc test failures — capacity and pool exhaustion
vtz 0cfbe26
fix: prevent segfault on pool exhaustion in UDP receive loop
vtz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.