Skip to content
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

Add union support #41

Merged
merged 128 commits into from
Nov 4, 2024
Merged

Add union support #41

merged 128 commits into from
Nov 4, 2024

Conversation

lorenzo-gomez-windhover
Copy link
Collaborator

@lorenzo-gomez-windhover lorenzo-gomez-windhover commented Oct 16, 2024

mbenson1 and others added 30 commits May 26, 2024 15:52
-Added capability to add padding to the end of structs. Symbols that have...

See merge request airliner/juicer!3
-Update unit tests for unions. WIP.
-TODO:Upgrade to C++17 and std::optional for union fields, which will be NULL (or empty).
-Use optional for byte offset of fields.
-When  byte offset value is empty, write NULL to db. This allows to make a distinction between unions and structs.
-TODO:Finish union unit testing.
-TODO:Add union support documentation.
-Add checks to padding function.
@lorenzo-gomez-windhover lorenzo-gomez-windhover marked this pull request as ready for review October 17, 2024 16:19
@mbenson1 mbenson1 merged commit 302145b into develop Nov 4, 2024
3 checks passed
@mbenson1 mbenson1 deleted the 31_union_support branch November 4, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to C++17 Juicer not parsing unions Add Unit Test For Padding
2 participants