-
Notifications
You must be signed in to change notification settings - Fork 2
External dependencies management #6
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
Merged
Alex-PLACET
merged 28 commits into
QuantStack:main
from
Alex-PLACET:external_dependencies_management
Aug 19, 2025
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
31edf29
Fetch doctest and sparrow
Hind-M 0b6822f
Add fetch dependencies option to workflows
Hind-M 3d0bc00
Handle sparrow target and fetch from main branch
Hind-M acec12f
Use different jobs to fetch dependencies
Hind-M da5b5f7
Force c++20 when building
Hind-M 5d4ba21
Add cxx settings/properties
Hind-M 772fc44
Add verbose
Hind-M 7a5b088
Change build tests option name (conflict)
Hind-M 5f1852f
Fix typo
Hind-M 4a3ba8e
wip
Alex-PLACET 0bcf696
fix
Alex-PLACET 3209c63
try fix
Alex-PLACET 96c19c1
fix
Alex-PLACET 0307389
wip
Alex-PLACET 7d18012
wip
Alex-PLACET 4cb04f1
fix
Alex-PLACET de9a213
wip
Alex-PLACET f5c2c5e
WIP
Alex-PLACET 450b267
fix
Alex-PLACET d9bcd55
fix
Alex-PLACET 45b57f6
fix
Alex-PLACET ae02fda
try fix
Alex-PLACET e41db0c
fix
Alex-PLACET 2bbbd7e
fix
Alex-PLACET f9d53a8
wip
Alex-PLACET 4a7e1d1
Fix
Alex-PLACET b514537
fix
Alex-PLACET d537b05
Fix
Alex-PLACET File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,5 @@ | |
|
||
# Build directories | ||
/build*/ | ||
.cache | ||
.vscode |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why remove this?