-
Notifications
You must be signed in to change notification settings - Fork 620
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
Initial work to start switch to core use in C++ side #1719
Commits on Apr 16, 2024
-
Add additional API for querying information from the context for integration into the C++ code base. These should be reviewed prior to final release whether they need to persist or are only temporary Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6578b5c - Browse repository at this point
Copy the full SHA 6578b5cView commit details -
These are not final, but should represent concepts we will use in new world of using the core to replace the internals of the C++ Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b830434 - Browse repository at this point
Copy the full SHA b830434View commit details -
Initial conversion of input file to use core
This is not complete (some of the dependencies are circular, so depends on other later conversions to finish), so represents a WIP state Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2d501e - Browse repository at this point
Copy the full SHA e2d501eView commit details -
Add new files to fix bazel build check
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f185741 - Browse repository at this point
Copy the full SHA f185741View commit details -
Add missing deep image state attribute
Not sure when that got added to the C++ library, but wasn't in the core Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc99986 - Browse repository at this point
Copy the full SHA bc99986View commit details -
Complete conversion of header attributes to header class
Add additional constructor to opaque attribute to enable this. Registered custom attributes still TODO Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 882dba2 - Browse repository at this point
Copy the full SHA 882dba2View commit details -
Fix flag handling and storage type validation to match
Long name attribute flags was not being set correctly and the rules around when there is a mismatch between the bit flags in the header and the type attribute were not being correctly handled Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac0882f - Browse repository at this point
Copy the full SHA ac0882fView commit details
Commits on Apr 17, 2024
-
Add unknown storage mode for future proofing, fix logic
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71bac2a - Browse repository at this point
Copy the full SHA 71bac2aView commit details -
Properly bridge to multipart file for now
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c875e98 - Browse repository at this point
Copy the full SHA c875e98View commit details -
Better handle streams and attempts to read past end
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66aceb0 - Browse repository at this point
Copy the full SHA 66aceb0View commit details -
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2297c10 - Browse repository at this point
Copy the full SHA 2297c10View commit details
Commits on Apr 18, 2024
-
Remove unused header, fix attribute spec order to work with clang
Signed-off-by: Kimball Thurston <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43155c0 - Browse repository at this point
Copy the full SHA 43155c0View commit details