Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3ab13f2
Adding installation support (again)
sean-parent Nov 11, 2025
b69d45f
Update README.md
sean-parent Nov 11, 2025
e4d9f54
Fixing quoting issue.
sean-parent Nov 11, 2025
bcb610f
Update ci.yml
sean-parent Nov 12, 2025
79bc0a0
Update ci.yml
sean-parent Nov 12, 2025
7d2ce0b
Fixing quotes for Windows bash.
sean-parent Nov 12, 2025
eb92bfd
Trying again to fix quoting...
sean-parent Nov 12, 2025
b2d8e3c
Removing CPMFindPackage CI test
sean-parent Nov 12, 2025
e927f5b
Update ci.yml
sean-parent Nov 12, 2025
832313c
making the ci.yml file into a cmake template
sean-parent Nov 12, 2025
77c30bc
Fixing force init for CI and simplifying CI template.
sean-parent Nov 12, 2025
13cf43f
Adding contracts for CMake functions.
sean-parent Nov 12, 2025
562ad63
Update CI workflow to conditionally run CMake steps
sean-parent Nov 12, 2025
69e1aff
Merge branch 'sean-parent/install' of https://github.com/stlab/cpp-li…
sean-parent Nov 12, 2025
49eaf58
Add PACKAGE_NAME to install setup and improve version detection
sean-parent Nov 14, 2025
fc7d4e4
Automate find_dependency generation for installed packages
sean-parent Nov 14, 2025
c1bce1c
Refactor to use PACKAGE_NAME for target and CI consistency
sean-parent Nov 17, 2025
39419e2
Add custom dependency mapping for CMake package generation
sean-parent Nov 17, 2025
e940916
Refactor template and CI setup to use PACKAGE_NAME
sean-parent Nov 18, 2025
0516b9b
Remove redundant install-test job from CI workflow
sean-parent Nov 18, 2025
e4a3ee5
Improve dependency mapping and version override support
sean-parent Nov 18, 2025
4f09b3b
Update CI to set compiler env vars conditionally
sean-parent Nov 18, 2025
579b1ed
Update README for CPM repository naming compatibility
sean-parent Nov 20, 2025
f13bae3
Add interactive setup script and update README
sean-parent Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"cSpell.words": [
"clangd",
"ctest",
"doctest",
"MSVC",
"mylib"
]
}
Loading