-
Notifications
You must be signed in to change notification settings - Fork 0
Adding installation support (again) #9
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
Open
sean-parent
wants to merge
24
commits into
main
Choose a base branch
from
sean-parent/install
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,215
−285
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3ab13f2
Adding installation support (again)
sean-parent b69d45f
Update README.md
sean-parent e4d9f54
Fixing quoting issue.
sean-parent bcb610f
Update ci.yml
sean-parent 79bc0a0
Update ci.yml
sean-parent 7d2ce0b
Fixing quotes for Windows bash.
sean-parent eb92bfd
Trying again to fix quoting...
sean-parent b2d8e3c
Removing CPMFindPackage CI test
sean-parent e927f5b
Update ci.yml
sean-parent 832313c
making the ci.yml file into a cmake template
sean-parent 77c30bc
Fixing force init for CI and simplifying CI template.
sean-parent 13cf43f
Adding contracts for CMake functions.
sean-parent 562ad63
Update CI workflow to conditionally run CMake steps
sean-parent 69e1aff
Merge branch 'sean-parent/install' of https://github.com/stlab/cpp-li…
sean-parent 49eaf58
Add PACKAGE_NAME to install setup and improve version detection
sean-parent fc7d4e4
Automate find_dependency generation for installed packages
sean-parent c1bce1c
Refactor to use PACKAGE_NAME for target and CI consistency
sean-parent 39419e2
Add custom dependency mapping for CMake package generation
sean-parent e940916
Refactor template and CI setup to use PACKAGE_NAME
sean-parent 0516b9b
Remove redundant install-test job from CI workflow
sean-parent e4a3ee5
Improve dependency mapping and version override support
sean-parent 4f09b3b
Update CI to set compiler env vars conditionally
sean-parent 579b1ed
Update README for CPM repository naming compatibility
sean-parent f13bae3
Add interactive setup script and update README
sean-parent 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "cSpell.words": [ | ||
| "clangd", | ||
| "ctest", | ||
| "doctest", | ||
| "MSVC", | ||
| "mylib" | ||
| ] | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.