Duncan Ogilvie
|
6a825e15a0
|
Slightly improve cmkr init #24
|
2021-12-22 18:29:13 +01:00 |
|
Duncan Ogilvie
|
cc2b984aa5
|
Update documentation for conditions
|
2021-12-22 18:28:38 +01:00 |
|
Duncan Ogilvie
|
56a88c41e2
|
Merge pull request #35 from build-cpp/toml-checker
Proper error messages for invalid keys/conditions
|
2021-12-22 17:14:05 +01:00 |
|
Duncan Ogilvie
|
6809e8da41
|
Refactor and add checking for conditions
|
2021-12-22 16:51:55 +01:00 |
|
Duncan Ogilvie
|
9f9934e9a5
|
Implemented checking of keys in conditions
|
2021-12-22 13:31:52 +01:00 |
|
Duncan Ogilvie
|
77f4bf7da0
|
Some minor fixes related to newlines and formatting
|
2021-12-22 13:30:59 +01:00 |
|
Duncan Ogilvie
|
09c9c28934
|
Initial implementation of TomlChecker
This is to error when the user specifies an invalid key.
Closes #31
|
2021-12-19 02:34:48 +01:00 |
|
Duncan Ogilvie
|
f02ccc2309
|
Refactor fetch-content to vector<Content>
|
2021-12-12 20:11:20 +01:00 |
|
Duncan Ogilvie
|
37e9a1f1a0
|
Merge pull request #33 from pmeerw/fix-linux
Ceating a directory with no name apparently fails on Linux, but silen…
|
2021-12-10 18:59:23 +01:00 |
|
Duncan Ogilvie
|
a28e63fddc
|
Merge pull request #32 from pmeerw/cleanup
Some cleanup
|
2021-12-10 18:59:09 +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 |
|
Peter Meerwald-Stadler
|
31cc1c9481
|
Avoid explicit number of error strings in cmkr_error_status()
|
2021-12-10 17:10:06 +01:00 |
|
Peter Meerwald-Stadler
|
19101cd726
|
Reduce scope of err_string; add missing error codes
|
2021-12-10 17:10:06 +01:00 |
|
Peter Meerwald-Stadler
|
8ebf69da7e
|
Use C++ includes
|
2021-12-10 17:10:06 +01:00 |
|
Duncan Ogilvie
|
1c23469c8c
|
Bump CMKR_TAG
|
2021-12-08 14:40:41 +01:00 |
|
Duncan Ogilvie
|
52671dcf5b
|
Improve documentation for conditions
archive_52671dcf
|
2021-12-08 14:39:48 +01:00 |
|
Duncan Ogilvie
|
094bab1b81
|
Add clarification that the system compiler is used when building cmkr
|
2021-12-08 14:39:35 +01:00 |
|
Duncan Ogilvie
|
0f559bc803
|
Do not make Package.config default to true
|
2021-12-08 14:39:18 +01:00 |
|
Duncan Ogilvie
|
491486075d
|
Error when running cmkr.cmake as a script
|
2021-11-28 22:18:14 +01:00 |
|
Duncan Ogilvie
|
ed84fc0251
|
Merge pull request #29 from build-cpp/fix-actions-pr
Fix a bug in the logic to skip building pull requests from the same repo
|
2021-10-27 18:11:24 +02:00 |
|
Duncan Ogilvie
|
8b6780fe1a
|
Fix a bug in the logic to skip building pull requests from the same repository
|
2021-10-27 18:03:17 +02:00 |
|
Duncan Ogilvie
|
9ebcb1fb06
|
Bump CMKR_TAG
|
2021-10-24 16:19:50 +02:00 |
|
Duncan Ogilvie
|
7c7144b183
|
Also generate CMakeLists.txt when calling cmkr init
archive_7c7144b1
|
2021-10-24 16:19:08 +02: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
archive_285614e4
|
2021-09-13 17:01:46 +02:00 |
|
Mohammed Alyousef
|
e725b10a9f
|
Just removing my name from the Readme
|
2021-09-01 22:55:51 +03:00 |
|
Duncan Ogilvie
|
aafaf58c70
|
Reduce GitHub Actions OS matrix
|
2021-08-28 13:50:24 +02:00 |
|
Duncan Ogilvie
|
87db22f134
|
Add documentation for the cmake.toml format
|
2021-08-28 13:41:51 +02:00 |
|
Duncan Ogilvie
|
416a8365f9
|
Bump CMKR_TAG
|
2021-07-04 13:27:01 +02:00 |
|
Duncan Ogilvie
|
a718dfd675
|
Inherit conditions from the parent project
archive_a718dfd6
|
2021-07-03 16:27:01 +02:00 |
|
Duncan Ogilvie
|
25da3171f0
|
Add default conditions for gcc/clang/msvc
|
2021-07-03 16:03:22 +02:00 |
|
Duncan Ogilvie
|
95907602b4
|
Do not allow in-tree builds per default
|
2021-07-03 15:56:51 +02:00 |
|
Duncan Ogilvie
|
4b300df8d5
|
Add some more tests for the documentation
|
2021-06-27 21:36:01 +02:00 |
|
Duncan Ogilvie
|
760b2a8511
|
Show a nice error when specifying an invalid vcpkg package name
archive_760b2a85
|
2021-06-27 00:21:22 +02:00 |
|
Duncan Ogilvie
|
fb9af0213b
|
Bump CMKR_TAG
|
2021-06-26 17:16:25 +02:00 |
|
Duncan Ogilvie
|
264e4ace18
|
Fix bug checking the root path of subdirectories
archive_264e4ace
|
2021-06-26 17:15:56 +02:00 |
|
Duncan Ogilvie
|
b6ab584a1a
|
Bump CMKR_TAG
|
2021-06-26 16:28:12 +02:00 |
|
Duncan Ogilvie
|
3cd84a9708
|
Add basic support for [subdir.mydir]
archive_3cd84a97
|
2021-06-26 16:22:26 +02:00 |
|
Duncan Ogilvie
|
9932e501ce
|
Rename files to make the project easier to navigate
|
2021-06-25 12:38:48 +02:00 |
|
Duncan Ogilvie
|
1b37dd76a5
|
Rename things to try to make the code more readable
|
2021-06-25 12:25:58 +02:00 |
|
Duncan Ogilvie
|
82f2a11311
|
Bump CMKR_TAG
|
2021-06-23 22:36:29 +02:00 |
|
Duncan Ogilvie
|
eaf03eb785
|
Add support for target condition
archive_eaf03eb7
|
2021-06-15 02:15:06 +02:00 |
|
Duncan Ogilvie
|
8ea5b77ba5
|
Merge pull request #28 from build-cpp/conditional-properties
Implement conditional properties
|
2021-06-14 23:38:47 +02:00 |
|
Duncan Ogilvie
|
a12b3ae021
|
Bump CMKR_TAG
|
2021-06-14 23:36:39 +02:00 |
|
Duncan Ogilvie
|
2450cfb2c9
|
Implement conditional properties
Closes #8
archive_2450cfb2
|
2021-06-14 23:29:51 +02:00 |
|
Duncan Ogilvie
|
8d024556e3
|
Fix CI
|
2021-06-14 04:34:44 +02:00 |
|
Duncan Ogilvie
|
af3807ca2b
|
Add support for private- target options
archive_af3807ca
|
2021-06-14 04:01:02 +02:00 |
|
Duncan Ogilvie
|
17f085c66d
|
Minor improvements to cmkr.cmake
|
2021-06-01 17:14:08 +02:00 |
|
Duncan Ogilvie
|
5ad6134e07
|
Merge pull request #27 from build-cpp/manifest
Add support for headers and vcpkg manifest mode
archive_5ad6134e
|
2021-05-31 15:30:34 +02:00 |
|
Duncan Ogilvie
|
7b20d8c54c
|
Restore [vcpkg].version functionality and add a test + documentation
|
2021-05-31 14:02:13 +02:00 |
|