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

Implement combined shared/static #31

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Fernthedev
Copy link
Collaborator

@Fernthedev Fernthedev commented Oct 18, 2023

This does the following, generally being part of qpm_package:0.2.0:

  • Support a package being either static or shared simultaneously
  • Deprecate qpm.json::info::additionalData::static_linking
  • Add qpm.json::info::additionalData::static_link Link to static binary
  • Add qpm.json::dependencies::[]::additionalData::libType:
    • Specifies how qpm will fetch and use a dependency
    • headerOnly: Download the library only as header only, without linking
    • static: Download the library as static
    • shared: Download the library as shared
  • Removed extra files from qpm.json::info::additionalData as it wasn't used properly anyways

@Fernthedev Fernthedev marked this pull request as draft October 18, 2023 02:06
@Fernthedev Fernthedev changed the title Iimplement combined shared/static Implement combined shared/static Oct 19, 2023
@Fernthedev Fernthedev force-pushed the feat/static-shared-combine branch from 2603a88 to e294e66 Compare October 21, 2023 21:34
@Fernthedev Fernthedev force-pushed the feat/static-shared-combine branch from 23cc812 to 59aaf7b Compare December 31, 2023 00:53
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.

1 participant