| Commit message (Expand) | Author | Age | Files | Lines |
* | presets: add support for macro expansion to includes | Zoran Angelov | 2023-04-26 | 6 | -0/+39 |
|
|
* | Tests: Always load presets schema as UTF-8 | Craig Scott | 2023-04-07 | 1 | -3/+3 |
|
|
* | presets: Add trace options to configure presets | Artin Alavi | 2023-03-30 | 18 | -0/+118 |
|
|
* | presets: Improve JSON parser and error messages | Martin Duffy | 2023-03-29 | 64 | -80/+193 |
|
|
* | cmake: Print configure/generate time | Kyle Edwards | 2023-01-19 | 1 | -2/+2 |
|
|
* | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 1 | -0/+4 |
|
|
* | Tests: Add test for --list-presets=all | Kyle Edwards | 2022-09-23 | 2 | -0/+19 |
|
|
* | cmake --list-presets: List package as a valid option | Kyle Edwards | 2022-09-15 | 3 | -0/+5 |
|
|
* | CMakePresets.json: Fix formatting of --list-presets=all | Kyle Edwards | 2022-08-31 | 5 | -0/+50 |
|
|
* | Tests: Fix CMakePresets test in unusual environments | Matthew Woehlke | 2022-08-19 | 1 | -0/+1 |
|
|
* | presets: Add basic error forwarding from cmake preset json parser | Sankhesh Jhaveri | 2022-08-03 | 4 | -4/+24 |
|
|
* | cmake-presets: add ${pathListSep} macro | Erin Melucci | 2022-05-12 | 6 | -0/+42 |
|
|
* | CMake: Use FindPython instead of FindPythonInterp to build CMake itself | Kyle Edwards | 2022-04-21 | 2 | -2/+2 |
|
|
* | Merge topic 'correct_list-presets_parsing' | Brad King | 2022-04-12 | 2 | -1/+16 |
|\ |
|
| * | cmake: --list=presets=[type] doesn't generate incorrect warnings | Robert Maynard | 2022-04-11 | 2 | -1/+16 |
|
|
* | | Merge topic 'ctest_truncate' | Brad King | 2022-03-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | presets: bump version to v5 | Frank Winklmeier | 2022-03-08 | 1 | -1/+1 |
|
|
* | | CMakePresets.json: Add ${fileDir} macro | Kyle Edwards | 2022-03-07 | 7 | -1/+49 |
|
|
* | | Help: Improve wording and structure related to preset includes | Craig Scott | 2022-03-02 | 3 | -0/+11 |
|/ |
|
* | find_package: Mention package name in Config mode debug output | Brad King | 2022-02-10 | 1 | -1/+2 |
|
|
* | CMakePresets: Allow files included from CMakePresets.json to be anywhere | Kyle Edwards | 2022-01-19 | 3 | -3/+0 |
|
|
* | CMakePresets: Add include field | Kyle Edwards | 2022-01-07 | 35 | -0/+231 |
|
|
* | Refactor: Generalize file graph in CMakePresets | Kyle Edwards | 2022-01-07 | 1 | -1/+1 |
|
|
* | CMakePresets: Check presets with their own file version | Kyle Edwards | 2021-07-27 | 4 | -0/+20 |
|
|
* | CMakePresets.json: Fix expansion issue with empty binaryDir | Kyle Edwards | 2021-07-16 | 3 | -0/+18 |
|
|
* | CMakePresets.json: Make --list-presets show presets with no generator | Kyle Edwards | 2021-07-06 | 5 | -13/+20 |
|
|
* | Tests: Fix RunCMake.CMakePresets example PATH format | Brad King | 2021-05-05 | 1 | -0/+3 |
|
|
* | cmake-presets: Introduce `toolchainFile` preset option | Robert Maynard | 2021-04-28 | 9 | -2/+90 |
|
|
* | cmake-presets: Make generator and binaryDir fields optional | friendlyanon | 2021-04-06 | 5 | -0/+29 |
|
|
* | CMakePresets.json: Add matches condition | Kyle Edwards | 2021-03-31 | 6 | -0/+80 |
|
|
* | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 12 | -0/+412 |
|
|
* | CMakePresets.json: Add ${hostSystemName} macro | Kyle Edwards | 2021-03-15 | 6 | -0/+38 |
|
|
* | cmake: configure preset add support for --install-prefix mapping | Robert Maynard | 2021-03-09 | 9 | -0/+64 |
|
|
* | Merge topic 'preset-flag-consistency' | Brad King | 2021-02-24 | 7 | -3/+20 |
|\ |
|
| * | cmake: Document '--preset <preset>' form of the argument | Brad King | 2021-02-23 | 7 | -3/+20 |
|
|
* | | Merge branch 'backport-3.19-preset-no-comments' into preset-no-comments | Brad King | 2021-02-24 | 6 | -6/+16 |
|\ \
| |/
|/| |
|
| * | CMakePresets.json: Remove undocumented support for comments | Kyle Edwards | 2021-02-24 | 6 | -6/+16 |
|
|
* | | Tests: Update RunCMake/CMakePresets --list-presets | Sam Freed | 2021-02-04 | 4 | -4/+4 |
|
|
* | | Tests: Factor out RunCMake.CMakePresets schema validation | Sam Freed | 2021-02-04 | 2 | -15/+20 |
|
|
* | | cmake: redesign command-line argument parsing | Robert Maynard | 2020-11-19 | 1 | -1/+2 |
|/ |
|
* | CMakePresets.json: Don't warn if no path argument is given | Kyle Edwards | 2020-11-02 | 3 | -0/+15 |
|
|
* | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 5 | -6/+31 |
|
|
* | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 21 | -23/+71 |
|\ |
|
| * | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 21 | -23/+71 |
|
|
* | | CMakePresets.json: Add ${sourceDirName} macro | Kyle Edwards | 2020-10-22 | 3 | -0/+3 |
|/ |
|
* | Merge topic 'cmake-presets-invalid-macro' into release-3.19 | Kyle Edwards | 2020-10-22 | 13 | -46/+78 |
|\ |
|
| * | CMakePresets.json: Properly report macro expansion errors | Kyle Edwards | 2020-10-21 | 13 | -46/+78 |
|
|
* | | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 3 | -0/+28 |
|/ |
|
* | Tests: Add JSON schema validation to CMakePresets.json tests | Kyle Edwards | 2020-10-20 | 3 | -0/+60 |
|
|
* | Help: Show environment field | Kyle Edwards | 2020-10-19 | 1 | -0/+1 |
|
|