-
Notifications
You must be signed in to change notification settings - Fork 76
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
Cxx-Qt-build: Refactor export_dir structure and introduce library Interface #986
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
LeonMatthesKDAB
changed the title
Cxx-Qt-build: Refactor export_dir structure
Cxx-Qt-build: Refactor export_dir structure and introduce build manifests
Jun 27, 2024
LeonMatthesKDAB
force-pushed
the
985-build-system
branch
from
June 28, 2024 12:31
9ef9be1
to
c6f661f
Compare
LeonMatthesKDAB
force-pushed
the
985-build-system
branch
4 times, most recently
from
July 2, 2024 09:34
3c1b22a
to
0dbba11
Compare
LeonMatthesKDAB
changed the title
Cxx-Qt-build: Refactor export_dir structure and introduce build manifests
Cxx-Qt-build: Refactor export_dir structure and introduce library Interface
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
ahayzen-kdab
reviewed
Jul 8, 2024
LeonMatthesKDAB
force-pushed
the
985-build-system
branch
2 times, most recently
from
July 8, 2024 10:18
23c36a2
to
fc95940
Compare
This was accidentally only running the data from the "invalid" test case, as JS was merging everything into a single object, instead of two objects in an array.
This should now be close to what we're aiming for as described in KDAB#983.
Export the build manifest from -lib instead.
This is now part of cxx-qt-lib and exported from there
This allows us to correctly order the build scripts and even pass data between build scripts. See also: https://cxx.rs/build/cargo.html#advanced-features and: https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key
This allows exactly specifying what to export to downstream dependencies.
Also resolve duplicate definitions and exported prefixes cleanly.
LeonMatthesKDAB
force-pushed
the
985-build-system
branch
from
July 8, 2024 10:19
fc95940
to
26df08c
Compare
Closed
ahayzen-kdab
approved these changes
Jul 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :-)
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.
This should now be close to what we're aiming for as described in #983.