-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adopt PIF cache as a means for determining targets and relationships #62
Commits on May 7, 2024
-
This library derives it's behaviour from SPM's PIF decoding, but adjusts it to work with Xcode's internal json file format.
Configuration menu - View commit details
-
Copy full SHA for 351abe7 - Browse repository at this point
Copy the full SHA 351abe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f8dda - Browse repository at this point
Copy the full SHA 43f8ddaView commit details
Commits on May 8, 2024
-
Make the DependencyGraph generic
This allows us to switch out the Node value without massive changes
Configuration menu - View commit details
-
Copy full SHA for 300319e - Browse repository at this point
Copy the full SHA 300319eView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4fc00c - Browse repository at this point
Copy the full SHA c4fc00cView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1dc4ba - Browse repository at this point
Copy the full SHA c1dc4baView commit details -
Update tests to use new PIF targets
One test is failing because the output postprocessor is not moving dependencies - that still needs to be addressed
Configuration menu - View commit details
-
Copy full SHA for 88ef1f9 - Browse repository at this point
Copy the full SHA 88ef1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1a9b9 - Browse repository at this point
Copy the full SHA 7f1a9b9View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7ea905 - Browse repository at this point
Copy the full SHA c7ea905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9a335 - Browse repository at this point
Copy the full SHA 9d9a335View commit details
Commits on May 24, 2024
-
Check modification time to grab the most recent one.
Configuration menu - View commit details
-
Copy full SHA for 9b86fed - Browse repository at this point
Copy the full SHA 9b86fedView commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07c0b96 - Browse repository at this point
Copy the full SHA 07c0b96View commit details -
These have different PIF cache locations in the build cache
Configuration menu - View commit details
-
Copy full SHA for 8c687f0 - Browse repository at this point
Copy the full SHA 8c687f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8c015 - Browse repository at this point
Copy the full SHA ce8c015View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb096ed - Browse repository at this point
Copy the full SHA eb096edView commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cba89fb - Browse repository at this point
Copy the full SHA cba89fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ff819 - Browse repository at this point
Copy the full SHA c0ff819View commit details
Commits on Jul 10, 2024
-
Specialize the responsibilities of some Gen-IR constructs.
This attempts to more accurately define what Gen-IR's idea of a target is, which is a bit different than the PIF representation. Not every target is considered buildable, so we also split out the storage of commands and pass them directly to CompilerCommandRunner.
Configuration menu - View commit details
-
Copy full SHA for a942a8e - Browse repository at this point
Copy the full SHA a942a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c0f45 - Browse repository at this point
Copy the full SHA e1c0f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bccec - Browse repository at this point
Copy the full SHA b6bccecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f442e1c - Browse repository at this point
Copy the full SHA f442e1cView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f7ae61 - Browse repository at this point
Copy the full SHA 8f7ae61View commit details
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.