Duncan Ogilvie
|
eff967277d
|
Update README with a migration guide
|
3 years ago |
Duncan Ogilvie
|
ea01497246
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
04bf40a5a6
|
Generate resources/version.hpp with the project version
|
3 years ago |
Duncan Ogilvie
|
4d14395994
|
Implement support a CMKR_CACHE environment variable
Closes #17
|
3 years ago |
Duncan Ogilvie
|
3dd3368e4e
|
Build in Debug with CMAKE_UNITY_BUILD
This gives the fastest bootstrapping times and cmkr isn't noticeably slower during generation.
|
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
|
91dbf2986e
|
Remove dependency on nlohmann json
|
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
|
cc2b984aa5
|
Update documentation for conditions
|
3 years ago |
Duncan Ogilvie
|
56a88c41e2
|
Merge pull request #35 from build-cpp/toml-checker
Proper error messages for invalid keys/conditions
|
3 years ago |
Duncan Ogilvie
|
6809e8da41
|
Refactor and add checking for conditions
|
3 years ago |
Duncan Ogilvie
|
9f9934e9a5
|
Implemented checking of keys in conditions
|
3 years ago |
Duncan Ogilvie
|
77f4bf7da0
|
Some minor fixes related to newlines and formatting
|
3 years ago |
Duncan Ogilvie
|
09c9c28934
|
Initial implementation of TomlChecker
This is to error when the user specifies an invalid key.
Closes #31
|
3 years ago |
Duncan Ogilvie
|
f02ccc2309
|
Refactor fetch-content to vector<Content>
|
3 years ago |
Duncan Ogilvie
|
37e9a1f1a0
|
Merge pull request #33 from pmeerw/fix-linux
Ceating a directory with no name apparently fails on Linux, but silen…
|
3 years ago |
Duncan Ogilvie
|
a28e63fddc
|
Merge pull request #32 from pmeerw/cleanup
Some cleanup
|
3 years ago |
Peter Meerwald-Stadler
|
156fc961ec
|
Ceating a directory with no name apparently fails on Linux, but silently succeeds on Windows
|
3 years ago |
Peter Meerwald-Stadler
|
31cc1c9481
|
Avoid explicit number of error strings in cmkr_error_status()
|
3 years ago |
Peter Meerwald-Stadler
|
19101cd726
|
Reduce scope of err_string; add missing error codes
|
3 years ago |
Peter Meerwald-Stadler
|
8ebf69da7e
|
Use C++ includes
|
3 years ago |
Duncan Ogilvie
|
1c23469c8c
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
52671dcf5b
|
Improve documentation for conditions
|
3 years ago |
Duncan Ogilvie
|
094bab1b81
|
Add clarification that the system compiler is used when building cmkr
|
3 years ago |
Duncan Ogilvie
|
0f559bc803
|
Do not make Package.config default to true
|
3 years ago |
Duncan Ogilvie
|
491486075d
|
Error when running cmkr.cmake as a script
|
3 years ago |
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
|
3 years ago |
Duncan Ogilvie
|
8b6780fe1a
|
Fix a bug in the logic to skip building pull requests from the same repository
|
3 years ago |
Duncan Ogilvie
|
9ebcb1fb06
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
7c7144b183
|
Also generate CMakeLists.txt when calling cmkr init
|
3 years ago |
Duncan Ogilvie
|
07797988b5
|
Fix a critical bug in generate_resources.cmake
|
3 years ago |
Duncan Ogilvie
|
285614e4c2
|
Automatically generate cmkr.cmake when missing
|
3 years ago |
Mohammed Alyousef
|
e725b10a9f
|
Just removing my name from the Readme
|
3 years ago |
Duncan Ogilvie
|
aafaf58c70
|
Reduce GitHub Actions OS matrix
|
3 years ago |
Duncan Ogilvie
|
87db22f134
|
Add documentation for the cmake.toml format
|
3 years ago |
Duncan Ogilvie
|
416a8365f9
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
a718dfd675
|
Inherit conditions from the parent project
|
3 years ago |
Duncan Ogilvie
|
25da3171f0
|
Add default conditions for gcc/clang/msvc
|
3 years ago |
Duncan Ogilvie
|
95907602b4
|
Do not allow in-tree builds per default
|
3 years ago |
Duncan Ogilvie
|
4b300df8d5
|
Add some more tests for the documentation
|
3 years ago |
Duncan Ogilvie
|
760b2a8511
|
Show a nice error when specifying an invalid vcpkg package name
|
3 years ago |
Duncan Ogilvie
|
fb9af0213b
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
264e4ace18
|
Fix bug checking the root path of subdirectories
|
3 years ago |
Duncan Ogilvie
|
b6ab584a1a
|
Bump CMKR_TAG
|
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
|
82f2a11311
|
Bump CMKR_TAG
|
3 years ago |
Duncan Ogilvie
|
eaf03eb785
|
Add support for target condition
|
3 years ago |