Duncan Ogilvie
ff7e4b8f23
Allow arbitrary CMake expressions as conditions
7 months ago
Duncan Ogilvie
771c80a41a
Add [fetch-content].subdir
...
Closes #98
1 year ago
Duncan Ogilvie
1deaec2b41
Add .editorconfig and linting
...
Closes #112
1 year ago
Anthony Printup
bcaa60cabe
feat: Added SYSTEM flag support to fetch-content
1 year ago
Duncan Ogilvie
605a04e72d
Fix formatting of files
2 years ago
Duncan Ogilvie
ee0e0d71d9
Remove a bunch of dead code
2 years ago
Duncan Ogilvie
f8c34e5545
Error when [vcpkg] is used from a non-root project
2 years ago
Duncan Ogilvie
b869e5646f
Add a special "root" value for [options]
2 years ago
Duncan Ogilvie
0c19c3da0c
Improve the code related to [options]
2 years ago
Duncan Ogilvie
233cadadd0
Merge pull request #90 from mike1k/sanity
...
Error on unknown language & unacceptable source file.
2 years ago
Duncan Ogilvie
58a5a935e5
Add a bunch of missing languages and extensions and refactor
2 years ago
Duncan Ogilvie
8dcc11e349
Add helper function Project::cmake_minimum_version for version-dependent features
2 years ago
Duncan Ogilvie
2c6fc569af
Preserve backwards compatibility
2 years ago
Duncan Ogilvie
1fd18503cd
Successfully fail when running cmkr subcommands
2 years ago
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
2 years ago
Duncan Ogilvie
69d844a152
Refactor msvc-static to msvc-runtime
2 years ago
gmh5225
2f3fd7b95e
Merge branch 'main' into feature-msvc-static
2 years ago
Duncan Ogilvie
5af2385cc3
Fix the way target.headers is merged into target.sources
...
- It would crash if you did not specify target.sources
- Headers with condition would be merged incorrectly
2 years ago
gmh5225
981c48dbc5
[feature] msvc-static
2 years ago
Duncan Ogilvie
e69cf4d2b9
Add install.optional flag
2 years ago
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
2 years ago
Duncan Ogilvie
232e49e087
Add support for vcpkg CRT and library linkage customization
3 years ago
Duncan Ogilvie
85370968f8
Improved fetch-content support
...
Closes #38
3 years ago
cursey
6f8b07a801
Allow specifying install component name
3 years ago
Duncan Ogilvie
d905be1d13
Final touches
3 years ago
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
3 years ago
cursey
eed1e38407
Add support for target templates
3 years ago
Duncan Ogilvie
459ebb14b5
Support conditions everywhere
...
Closes #36
3 years ago
cursey
3201fd052e
Add support for vcpkg package features
3 years ago
Duncan Ogilvie
88e9241e9f
Improve onboarding experience
...
Thanks Matthaus :give:
3 years ago
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
3 years ago
Duncan Ogilvie
2bcf15c4ed
Add support for object libraries
...
Closes #34
3 years ago
Duncan Ogilvie
6a825e15a0
Slightly improve cmkr init #24
3 years ago
Duncan Ogilvie
f02ccc2309
Refactor fetch-content to vector<Content>
3 years ago
Duncan Ogilvie
0f559bc803
Do not make Package.config default to true
3 years ago
Duncan Ogilvie
a718dfd675
Inherit conditions from the parent project
3 years ago
Duncan Ogilvie
95907602b4
Do not allow in-tree builds per default
3 years ago
Duncan Ogilvie
3cd84a9708
Add basic support for [subdir.mydir]
3 years ago
Duncan Ogilvie
9932e501ce
Rename files to make the project easier to navigate
3 years ago
Duncan Ogilvie
1b37dd76a5
Rename things to try to make the code more readable
3 years ago
Duncan Ogilvie
eaf03eb785
Add support for target condition
3 years ago
Duncan Ogilvie
2450cfb2c9
Implement conditional properties
...
Closes #8
3 years ago
Duncan Ogilvie
af3807ca2b
Add support for private- target options
3 years ago
Duncan Ogilvie
7b20d8c54c
Restore [vcpkg].version functionality and add a test + documentation
3 years ago
MoAlyousef
ffdedbdace
fixes
4 years ago
MoAlyousef
dc4b59f05d
prelim vcpkg manifest support
4 years ago
Duncan Ogilvie
6ad29ef624
Allow conditional subdirs
4 years ago
Duncan Ogilvie
718c2c7527
Get rid of redundant name field in cmkr init
4 years ago
Duncan Ogilvie
6395267e4b
Merge cmkrlib into the cmkr target
4 years ago
darknessxk
4efa74f91f
Changed project string from [[target]] to [target.%s]
4 years ago