Duncan Ogilvie
58a5a935e5
Add a bunch of missing languages and extensions and refactor
2023-02-20 01:18:48 +01:00
mike
7d27c28b59
Fixed failing tests due to implicit project languages (internal list empty)
2023-02-09 10:53:48 -06:00
Duncan Ogilvie
2c6fc569af
Preserve backwards compatibility
2023-01-14 16:17:06 +01:00
Duncan Ogilvie
2437eb90fe
Minor improvements
...
- Drastically improve quality of generated CMake
- Fix a regression with recursive globbing in the root
- Automatically include CSharpUtilities when using CSharp
2022-11-24 00:23:30 +01:00
Duncan Ogilvie
697b638723
Fix warning on macos
2022-10-11 14:19:29 +02:00
Duncan Ogilvie
53c88ceafa
Actually generate the set(CMAKE_MSVC_RUNTIME_LIBRARY)
...
Closes #69 (nice)
2022-10-08 10:37:27 +02:00
Duncan Ogilvie
69d844a152
Refactor msvc-static to msvc-runtime
2022-10-07 17:46:36 +02:00
gmh5225
28f541cd3c
[feature] add CMP0091
2022-10-07 06:41:11 +08:00
gmh5225
981c48dbc5
[feature] msvc-static
2022-10-02 10:43:32 +08:00
Duncan Ogilvie
5b6d9c3826
Replace illegal characters in the project name with _ when doing cmkr init
2022-07-19 13:42:56 +02:00
Duncan Ogilvie
a90988b81a
Update the formatting to now allow functions on a single line
...
This makes it less annoying when the IDE is auto-formatting while you type
2022-07-19 13:41:43 +02:00
Duncan Ogilvie
9cdd0f7344
Escape lists when generating commands
2022-06-01 19:26:41 +02:00
Duncan Ogilvie
e69cf4d2b9
Add install.optional flag
2022-06-01 19:06:53 +02:00
Duncan Ogilvie
9a82f8c796
Temporarily remove the crt-linkage and library-linkage options
...
These require a lot more work to integrate properly with vcpkg, reimplement triplet detection and set a custom triplet
2022-06-01 16:57:09 +02:00
Duncan Ogilvie
13255c68cf
Use FetchContent_MakeAvailable for vcpkg in case they add CMakeLists.txt
2022-06-01 16:53:38 +02:00
Duncan Ogilvie
50d4a905b6
Merge pull request #55 from ZehMatt/fix/#54
...
Fix #54 : Fix settings not being properly quoted
2022-04-01 12:49:02 +02:00
Duncan Ogilvie
232e49e087
Add support for vcpkg CRT and library linkage customization
2022-04-01 02:27:41 +02:00
ζeh Matt
7408d42160
Fix #54 : Fix settings not being properly quoted
2022-04-01 03:15:32 +03:00
Duncan Ogilvie
9b0f18ee94
Fix a bug in fetch-content generation
2022-03-06 06:05:17 +01:00
Duncan Ogilvie
4de1500bb3
Refactor cmake injection
2022-02-12 04:14:47 +01:00
Duncan Ogilvie
85370968f8
Improved fetch-content support
...
Closes #38
2022-02-12 04:05:51 +01:00
Duncan Ogilvie
fef2a0215b
Error when recursively globbing in the project root
...
Closes #48
2022-02-12 03:03:57 +01:00
Duncan Ogilvie
c778a5fe2b
Do not omit non-optional documentation in option()
2022-02-11 02:42:20 +01:00
cursey
6f8b07a801
Allow specifying install component name
2022-01-28 17:16:19 -08:00
Duncan Ogilvie
37ca385673
Show vcpkg version when configuring
2022-01-14 13:42:03 +01:00
Duncan Ogilvie
fb16cc34b1
Fix a regression with invalid names being generated in vcpkg.json
2022-01-14 01:03:37 +01:00
Duncan Ogilvie
d905be1d13
Final touches
2022-01-12 23:57:14 +01:00
cursey
bcbc9d2b20
Remove use of std::make_unique for C++11 compliance
2022-01-11 00:12:02 -08:00
cursey
05324f593b
Improve code reuse for target cmds
2022-01-11 00:04:01 -08:00
cursey
2b7ee72e86
Separate template parsing and generation
...
* Reuse type for specifying template to use
* Add support for template add-function
* Add support for template pass-sources-to-add-function
2022-01-10 23:29:26 -08:00
Duncan Ogilvie
459ebb14b5
Support conditions everywhere
...
Closes #36
2021-12-30 02:35:59 +01:00
cursey
18419297f4
Bootstrap Vcpkg prior to FetchContent
2021-12-27 16:49:11 -08:00
Duncan Ogilvie
fa3b7a346c
Emit options and settings before the project()
2021-12-27 11:45:23 +01:00
Duncan Ogilvie
dc852b9a2f
Run clang-format
2021-12-27 10:54:46 +01:00
cursey
66621a9818
Fix spacing
2021-12-27 01:50:25 -08:00
cursey
084cbd6159
Cleanup vcpkg.json generation a little
2021-12-27 01:08:56 -08:00
cursey
b4b0f533a9
Validate vcpkg features
2021-12-27 01:02:05 -08:00
cursey
61dfb0eb60
Fix tabbing in vcpkg.json for packages that have features
2021-12-26 16:32:38 -08:00
cursey
3201fd052e
Add support for vcpkg package features
2021-12-26 15:40:45 -08:00
Duncan Ogilvie
88e9241e9f
Improve onboarding experience
...
Thanks Matthaus :give:
2021-12-23 18:04:54 +01:00
Duncan Ogilvie
bb7874a6df
Improve compilation times
...
Compilation with make went from 13 -> 10 seconds.
CMAKE_UNITY_BUILD went even lower to 6 seconds.
Closes #11
2021-12-23 01:54:57 +01:00
Duncan Ogilvie
91dbf2986e
Remove dependency on nlohmann json
2021-12-23 00:55:20 +01:00
Duncan Ogilvie
2bcf15c4ed
Add support for object libraries
...
Closes #34
2021-12-23 00:01:18 +01:00
Duncan Ogilvie
6a825e15a0
Slightly improve cmkr init #24
2021-12-22 18:29:13 +01:00
Duncan Ogilvie
77f4bf7da0
Some minor fixes related to newlines and formatting
2021-12-22 13:30:59 +01:00
Duncan Ogilvie
f02ccc2309
Refactor fetch-content to vector<Content>
2021-12-12 20:11:20 +01:00
Peter Meerwald-Stadler
156fc961ec
Ceating a directory with no name apparently fails on Linux, but silently succeeds on Windows
2021-12-10 17:39:36 +01:00
Duncan Ogilvie
07797988b5
Fix a critical bug in generate_resources.cmake
2021-10-24 16:19:03 +02:00
Duncan Ogilvie
285614e4c2
Automatically generate cmkr.cmake when missing
2021-09-13 17:01:46 +02:00
Duncan Ogilvie
a718dfd675
Inherit conditions from the parent project
2021-07-03 16:27:01 +02:00