Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cmake-presets-invalid-macro' | Kyle Edwards | 2020-10-22 | 13 | -46/+78 |
|\ | |||||
| * | CMakePresets.json: Properly report macro expansion errors | Kyle Edwards | 2020-10-21 | 13 | -46/+78 |
* | | Merge topic 'cmake-presets-boolean-cache' | Kyle Edwards | 2020-10-22 | 3 | -0/+28 |
|\ \ | |||||
| * | | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 3 | -0/+28 |
| |/ | |||||
* | | Merge branch 'master' into cmakepresets-schema | Kyle Edwards | 2020-10-20 | 59 | -8/+366 |
|\ \ | |/ |/| | |||||
| * | Merge topic 'cmake-presets-doc-move' | Kyle Edwards | 2020-10-20 | 1 | -1/+3 |
| |\ | |||||
| * \ | Merge topic 'checklanguage-honor-toolchain' | Brad King | 2020-10-19 | 4 | -0/+8 |
| |\ \ | |||||
| | * | | CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test project | Samir Benmendil | 2020-10-16 | 4 | -0/+8 |
| * | | | Merge topic 'separate_arguments-no-args' | Brad King | 2020-10-19 | 3 | -0/+15 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'doc-CMP0111' | Brad King | 2020-10-19 | 1 | -9/+12 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'file-configure-angle-brackets' | Brad King | 2020-10-16 | 6 | -11/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'CheckSource-Fortran' | Brad King | 2020-10-16 | 8 | -0/+32 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'fix-refactor-generator-configs' | Brad King | 2020-10-16 | 3 | -0/+25 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'remove-server-mode' | Brad King | 2020-10-15 | 7 | -6/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 7 | -6/+3 |
| * | | | | | | | | Merge topic 'cmake-E-cat-binary' | Brad King | 2020-10-15 | 4 | -0/+5 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'ninja-depfile-transformation' | Brad King | 2020-10-14 | 32 | -0/+228 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Ninja: Transform DEPFILEs with policy CMP0116 | Kyle Edwards | 2020-10-13 | 15 | -0/+131 |
| | * | | | | | | | | cmake -E: Add cmake_transform_depfile internal command | Kyle Edwards | 2020-10-13 | 18 | -0/+97 |
| * | | | | | | | | | Add deprecation warnings for policies CMP0075 and below | Brad King | 2020-10-13 | 2 | -1/+22 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge topic 'explicit-source-extensions' | Kyle Edwards | 2020-10-13 | 14 | -0/+104 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 14 | -0/+104 |
| * | | | | | | | | | Merge topic 'android-verify-abi-in-ndk' | Brad King | 2020-10-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge topic 'export-namelink-only' | Craig Scott | 2020-10-12 | 10 | -0/+39 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge topic 'cmake-presets-documentation-fix' | Kyle Edwards | 2020-10-12 | 2 | -0/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge topic 'GNUInstallDirs-debian' | Brad King | 2020-10-09 | 5 | -0/+122 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | cmMakefile: Drop unnecessary custom command APPEND check | Brad King | 2020-10-08 | 1 | -1/+1 |
* | | | | | | | | | | | | | Tests: Add JSON schema validation to CMakePresets.json tests | Kyle Edwards | 2020-10-20 | 4 | -1/+61 |
* | | | | | | | | | | | | | Merge topic 'cmake-presets-doc-move' into release-3.19 | Kyle Edwards | 2020-10-20 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Help: Show environment field | Kyle Edwards | 2020-10-19 | 1 | -0/+1 |
| * | | | | | | | | | | | | Help: Show multiple ways of doing cacheVariables | Kyle Edwards | 2020-10-19 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge topic 'separate_arguments-no-args' into release-3.19 | Brad King | 2020-10-19 | 3 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | separate_arguments: Fix crash on *_COMMAND with no arguments | Robert Bozzetto | 2020-10-16 | 3 | -0/+15 |
* | | | | | | | | | | | | Merge topic 'doc-CMP0111' into release-3.19 | Brad King | 2020-10-19 | 1 | -9/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 1 | -9/+12 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge topic 'file-configure-angle-brackets' into release-3.19 | Brad King | 2020-10-16 | 6 | -11/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | file(CONFIGURE): Allow angle brackets in content | Cristian Adam | 2020-10-15 | 6 | -11/+8 |
* | | | | | | | | | | | Merge topic 'CheckSource-Fortran' into release-3.19 | Brad King | 2020-10-16 | 8 | -0/+32 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Tests: Add cases for CheckSource{Compiles,Runs} bad arguments | Brad King | 2020-10-15 | 8 | -0/+32 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Fix regression in test/install/package configuration selection | Brad King | 2020-10-15 | 3 | -0/+25 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge topic 'cmake-E-cat-binary' into release-3.19 | Brad King | 2020-10-15 | 4 | -0/+5 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | cmake: Fix '-E cat' command for binary files on Windows | Johnny Jazeix | 2020-10-14 | 4 | -0/+5 |
* | | | | | | | | Merge topic 'android-verify-abi-in-ndk' into release-3.19 | Brad King | 2020-10-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Android: Fatal if ABI is not supported by NDK | Haibo Huang | 2020-10-09 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'export-namelink-only' into release-3.19 | Craig Scott | 2020-10-12 | 10 | -0/+39 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | export: Do not fail generation for namelink-only case | Deniz Bahadir | 2020-10-09 | 10 | -0/+39 |
* | | | | | | Tests: Test the CMakePresets.json example in the documentation | Kyle Edwards | 2020-10-09 | 2 | -0/+12 |
|/ / / / / | |||||
* | | | | | Merge topic 'GNUInstallDirs-debian' into release-3.19 | Brad King | 2020-10-09 | 5 | -0/+122 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | GNUInstallDirs: Comply with Debian Policy on LIBEXECDIR | Dennis Klein | 2020-10-08 | 1 | -2/+2 |
| * | | | Tests: Add RunCMake.GNUInstallDirs expected output specific to Debian | Brad King | 2020-10-08 | 5 | -0/+122 |
| | |/ | |/| |