-
Notifications
You must be signed in to change notification settings - Fork 0
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
Base type encoding #33
Merged
Merged
Conversation
This file contains 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
Collaborator
lorenzo-gomez-windhover
commented
Sep 4, 2024
•
edited
Loading
edited
- Fixes typedef'd Types Do Not Work At The Moment #2 by adding "target_symbol" column. See 2c15aff
- Fixes Add Group Number As CLI Argument #36
- Fixes Macros Quirks and Issues #35
- Using https://github.com/nasa/cFS/releases/tag/draco-rc5 patterns for testing
- Unit test updates. Specifically new features like macros and encodings are unit tested now.
- Unit tests for 64-bit and 32-bit binaries. Only unit tests for now gcc-x86. gcc-arm is planned for the future(Add Unit Tests For gcc Arm #38).
- Documentation Updates. Documented support for multiple DWARF versions, caveats about macros and new features (e.g. ELF sections "extras").
- CI updates. Now we test DWARF4 (on Ubuntu20 and Ubuntu18) and DWARF5(on Ubuntu22) in unit tests, including 32-bit and 64-bit ELF files for each platform.
- Fixes Document Support #15
- Fixes Ubuntu 22 Updates #37
- Fixes Update documentation #6
-Added capability to add padding to the end of structs. Symbols that have... See merge request airliner/juicer!3
… into base_type_encoding
-TODO:Cleanup.
-Format unit test code.
-Update Makefile
-Update docs
mbenson1
approved these changes
Sep 19, 2024
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.