Duncan Ogilvie
|
8f4b376e42
|
Bump to 0.2.45
v0.2.45
|
2025-08-26 17:16:10 +02:00 |
|
Duncan Ogilvie
|
fcbf937c49
|
Merge pull request #189 from iamtimmy/main
template add-function arguments
|
2025-08-26 17:00:55 +02:00 |
|
iamtimmy
|
e609c8a48f
|
template add-function arguments
add arguments support to add-function functionality in templates
|
2025-08-26 16:46:32 +02:00 |
|
Duncan Ogilvie
|
735898dbac
|
Update basics.md
|
2025-08-11 03:37:01 +02:00 |
|
Duncan Ogilvie
|
f7126b0158
|
Update basics.md
|
2025-08-11 03:35:53 +02:00 |
|
Duncan Ogilvie
|
b6702714eb
|
Fix info
|
2025-08-11 03:31:57 +02:00 |
|
Duncan Ogilvie
|
efa4f716c2
|
Add CMake phases to basics
|
2025-08-11 03:30:28 +02:00 |
|
Duncan Ogilvie
|
76b7b8e778
|
Clarify basics documentation page
|
2025-08-11 03:05:37 +02:00 |
|
Duncan Ogilvie
|
501b26ced5
|
Update fetch-content documentation
|
2025-06-25 01:50:29 +02:00 |
|
Duncan Ogilvie
|
5bc36275ad
|
Merge pull request #185 from build-cpp/gh-actions-bump
Bump github actions
|
2025-05-30 01:16:56 +02:00 |
|
Duncan Ogilvie
|
35c837a181
|
Bump github actions
|
2025-05-30 00:24:22 +02:00 |
|
Duncan Ogilvie
|
710dfa4963
|
Merge pull request #182 from evanwporter/patch-1
bumped up upload version
|
2025-05-30 00:15:38 +02:00 |
|
Duncan Ogilvie
|
c49ee6bafe
|
Update README.md
|
2025-05-29 23:21:04 +02:00 |
|
Evan
|
368273bab2
|
bumped up upload version
|
2025-04-19 15:49:15 -07:00 |
|
Duncan Ogilvie
|
b1249af365
|
Bump to 0.2.44
v0.2.44
|
2025-01-19 15:12:34 +01:00 |
|
Duncan Ogilvie
|
ea2ff31b5a
|
Merge pull request #173 from build-cpp/fix-empty-properties
Make sure empty target properties are emitted correctly
|
2025-01-19 15:10:06 +01:00 |
|
Duncan Ogilvie
|
a32eb66df4
|
Make sure empty target properties are emitted correctly
|
2025-01-19 14:53:50 +01:00 |
|
Duncan Ogilvie
|
9b85833240
|
Add link to example vcpkg repository
|
2024-12-06 18:19:35 +01:00 |
|
Duncan Ogilvie
|
ccb3d0b9ef
|
Bump to 0.2.43
v0.2.43
|
2024-12-04 13:00:03 +01:00 |
|
Duncan Ogilvie
|
49cdab39bd
|
Merge pull request #169 from build-cpp/namespace-targets
Support `::mylib` which that target that exists at configure-time
|
2024-12-04 12:55:57 +01:00 |
|
Duncan Ogilvie
|
e318139314
|
Add documentation for ::mylib
|
2024-12-04 12:15:51 +01:00 |
|
Duncan Ogilvie
|
0f2a9a55fb
|
Support link-libraries = ["::mylib"] which checks the if target exists
https://gitlab.kitware.com/cmake/cmake/-/issues/26497
|
2024-12-04 12:15:49 +01:00 |
|
Duncan Ogilvie
|
38cec2d5d1
|
Do not allow lambdas on a single line
|
2024-12-04 11:55:13 +01:00 |
|
Duncan Ogilvie
|
3caf593438
|
Bump to 0.2.42
v0.2.42
|
2024-12-03 15:35:05 +01:00 |
|
Duncan Ogilvie
|
c94dbd6416
|
Merge pull request #168 from build-cpp/target-directory-bug
Fix linking against a target that's also a directory
|
2024-12-03 13:41:16 +01:00 |
|
Duncan Ogilvie
|
a1eaf601c6
|
Fix linking against a target that's also a directory
Closes #166
|
2024-12-03 13:39:32 +01:00 |
|
Duncan Ogilvie
|
10320c8e55
|
Bump to 0.2.41
v0.2.41
|
2024-12-02 15:56:02 +01:00 |
|
Duncan Ogilvie
|
45e12c8d98
|
Merge pull request #165 from build-cpp/cmake-support
Fix vcpkg support for CMake 3.30
|
2024-12-02 15:55:43 +01:00 |
|
Duncan Ogilvie
|
e12ebc060d
|
Use FetchContent_MakeAvailable for vcpkg
|
2024-12-02 15:54:19 +01:00 |
|
Duncan Ogilvie
|
c6e3fc159f
|
Suppress deprecation warning for CMake <3.10
|
2024-12-02 15:50:22 +01:00 |
|
Duncan Ogilvie
|
dc6f306d9c
|
Bump to 0.2.40
v0.2.40
|
2024-11-28 23:02:34 +01:00 |
|
Duncan Ogilvie
|
e08bd5a311
|
Merge pull request #164 from build-cpp/vcpkg-overlay-bugfix
Use absolute paths for vcpkg overlays
|
2024-11-28 23:02:17 +01:00 |
|
Duncan Ogilvie
|
068977e2f5
|
Use absolute paths for vcpkg overlays
|
2024-11-28 23:01:14 +01:00 |
|
Duncan Ogilvie
|
73147747a4
|
Bump to 0.2.39
v0.2.39
|
2024-11-28 21:26:27 +01:00 |
|
Duncan Ogilvie
|
a64fa9cc34
|
Merge pull request #163 from build-cpp/vcpkg-fetch-folder
Move vcpkg download location directly in `${CMAKE_BINARY_DIR}/vcpkg`
|
2024-11-28 21:25:53 +01:00 |
|
Duncan Ogilvie
|
eb6ccb39ee
|
Move vcpkg download location directly in ${CMAKE_BINARY_DIR}
|
2024-11-28 21:24:03 +01:00 |
|
Duncan Ogilvie
|
91dd8ce51f
|
Bump to 0.2.38
v0.2.38
|
2024-11-28 14:40:22 +01:00 |
|
Duncan Ogilvie
|
efbfca27bd
|
Merge pull request #160 from build-cpp/vcpkg-triplets
Add support for `[vcpkg].overlay-triplets`
|
2024-11-28 14:38:46 +01:00 |
|
Duncan Ogilvie
|
78bcf2acf7
|
Add support for [vcpkg].overlay-triplets
|
2024-11-28 14:28:10 +01:00 |
|
Duncan Ogilvie
|
83559cc5d4
|
Improve target reference documentation
|
2024-11-28 14:28:08 +01:00 |
|
Duncan Ogilvie
|
5d85cc83e3
|
Ignore generated vcpkg.json
|
2024-11-28 13:44:11 +01:00 |
|
Duncan Ogilvie
|
dea41d80b5
|
Bump to 0.2.37
v0.2.37
|
2024-11-27 14:17:48 +01:00 |
|
Duncan Ogilvie
|
b52cf5b241
|
Merge pull request #158 from build-cpp/vcpkg-default-features
Allow disabling default features with vcpkg
|
2024-11-27 14:16:25 +01:00 |
|
Duncan Ogilvie
|
e9480a625f
|
Allow disabling default features with vcpkg
|
2024-11-27 14:13:37 +01:00 |
|
Duncan Ogilvie
|
13a7a8788a
|
Bump to 0.2.36
v0.2.36
|
2024-11-26 13:36:24 +01:00 |
|
Duncan Ogilvie
|
45ca74099c
|
Merge pull request #156 from build-cpp/vcpkg-overlay-ports
Add [vcpkg].overlay-ports feature
|
2024-11-26 13:35:32 +01:00 |
|
Duncan Ogilvie
|
ae3d73896e
|
Add [vcpkg].overlay-ports feature
|
2024-11-26 12:33:29 +01:00 |
|
Duncan Ogilvie
|
57042565d1
|
Merge pull request #154 from build-cpp/configure-depends
Use CMAKE_CONFIGURE_DEPENDS when supported
|
2024-11-03 11:44:02 +01:00 |
|
deep
|
d02ee3ed24
|
Added check to make sure hash is valid hex (#153)
|
2024-11-03 10:49:33 +01:00 |
|
Duncan Ogilvie
|
4a15d2ba55
|
Use CMAKE_CONFIGURE_DEPENDS when supported
|
2024-11-03 10:33:32 +01:00 |
|