-
Notifications
You must be signed in to change notification settings - Fork 14
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
64 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 f84dd7e
fix: address review findings — overflow, heap-free, and robustness
vtz a8d68bd
fix: field-request key mismatch and deserializer capacity check
vtz d0d662e
fix: replace snprintf with MISRA-compliant uint16_to_str
vtz 1200f6c
fix: resolve remaining clang-tidy warnings in uint16_to_str
vtz 6313569
fix: add missing cstddef include for size_t
vtz 68fc7df
ci: fix Windows build and FreeRTOS Renode job timeout
vtz d0f1092
fix: address all deferred review items
vtz e962326
fix: use PAL-compatible capacity check instead of #ifdef guard
vtz 3c1493a
fix: revert Actions SHA pinning to tag refs (bad SHAs broke CI)
vtz c9f1f88
fix: clean stale FetchContent subbuilds on Windows
vtz 5ddced4
fix: complete no-heap static allocation migration
vtz 46f3bc5
fix: add explicit move ctors for SD variant types (GCC -Wmaybe-uninit…
vtz 1b677d6
fix: suppress GCC variant false-positive and clang-tidy include-cleaner
vtz 581a7d5
fix: proper move ctors for SD variant types (GCC + clang-tidy clean)
vtz a1758dc
fix: resolve all clang-tidy and GCC warnings from static-alloc migration
vtz ce97490
fix: use NOLINTBEGIN/END for bugprone-use-after-move in SD move ctors
vtz 85b7f6e
refactor(sd): use defaulted Rule of Five, drop hand-written move ctors
vtz 47430ac
feat(static): add message pool double-release safety + ETL error handler
vtz cce6764
fix(static): add capacity checks before bounded container inserts
vtz 6f57ecc
fix(session): thread-safe get_session + capacity guard
vtz 3d05e38
perf(static): reduce EventPublisherImpl from 680KiB to 33KiB
vtz a41ede5
fix: sync budget script defaults + eliminate SyncState heap alloc
vtz f250f31
feat: add PayloadView span-like type for zero-copy payload access
vtz e2b499b
refactor(static): replace shared_ptr<UdpTransport> with by-value storage
vtz abb60b3
test: add API pimpl construction tests under malloc trap
vtz 7a32ab3
ci: add static-alloc Renode presets and CI jobs
vtz 743d486
docs: fix traceability tags for ETL error handler and malloc trap
vtz 5fff076
docs: regenerate traceability matrices after static-alloc additions
vtz 0832ed5
fix: guard malloc trap build for hosted platforms only
vtz afc434e
fix: resolve clang-tidy warnings and FreeRTOS static-alloc build
vtz 9df7464
fix: add zero-arg store_callable overload for FreeRTOS thread
vtz dd02739
fix: harden static-alloc for Renode CI and host tests
vtz 4594c25
fix: add --build-dir to Renode scripts, suppress char8_t -Wc++20-compat
vtz 11df56e
fix: resolve clang-tidy warnings in tp_types.h and tp_segmenter.cpp
vtz d824948
fix: make init_static_allocator / init_buffer_pool idempotent
vtz 1024e55
fix: harden SD, event publisher, PayloadView; add changelog & integra…
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.