| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 24 | -33/+90 |
|\ |
|
| * | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 24 | -33/+90 |
|
|
* | | 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 | 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 'cmake-gui-disable-presets' into release-3.19 | Craig Scott | 2020-10-17 | 1 | -18/+9 |
|\ \ |
|
| * | | CMake GUI: Disable preset fields instead of hiding them | Kyle Edwards | 2020-10-16 | 1 | -18/+9 |
|
|
* | | | 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 'csharp-source_group-bugfix' into release-3.18 | Brad King | 2020-10-06 | 3 | -5/+12 |
| |\ \ |
|
* | \ \ | 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 'iwyu-map-cm-headers' into release-3.19 | Brad King | 2020-10-09 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | IWYU: Map <*> headers to <cm/*> headers | Kyle Edwards | 2020-10-08 | 1 | -1/+0 |
|
|
* | | | | | | 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 |
| | |_|_|/
| |/| | | |
|
* | | | | | Tests: Fix policy version in RunCMake.ExternalProject test | Brad King | 2020-10-08 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge topic 'check_cuda_helpers' | Brad King | 2020-10-08 | 11 | -4/+111 |
|\ \ \ \ |
|
| * | | | | CUDA: CheckLinkerFlag now supports CUDA | Robert Maynard | 2020-10-08 | 3 | -1/+10 |
|
|
| * | | | | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 9 | -3/+101 |
|
|
* | | | | | FindPython: Enable C language in tests that find the Development component | Marc Chevrier | 2020-10-07 | 10 | -10/+10 |
|
|
* | | | | | Merge topic 'cmake-presets-empty-var' | Brad King | 2020-10-07 | 12 | -0/+56 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | CMakePresets.json: Prohibit empty variable names | Kyle Edwards | 2020-10-06 | 12 | -0/+56 |
| |/ / / |
|
* | | | | Merge topic 'add_ispc_to_check_helpers' | Brad King | 2020-10-07 | 5 | -1/+45 |
|\ \ \ \ |
|
| * | | | | ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC | Robert Maynard | 2020-10-06 | 5 | -1/+45 |
|
|
* | | | | | Merge topic 'CheckCompilerFlag-gcc-10' | Brad King | 2020-10-07 | 1 | -0/+7 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | CheckCompilerFlag: Update the regex used to detect invalid options for GCC 10 | Luthaf | 2020-10-06 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge topic 'cmake-presets' | Brad King | 2020-10-06 | 246 | -13/+2747 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | CMake GUI: Add presets functionality | Kyle Edwards | 2020-10-05 | 17 | -0/+870 |
|
|
| * | | | CMake: Add presets functionality | Kyle Edwards | 2020-10-05 | 228 | -0/+1853 |
|
|
| * | | | cmJSONHelpers: Add new Bind() function | Kyle Edwards | 2020-10-05 | 1 | -12/+23 |
|
|
| * | | | CMake GUI Tests: Increase default sleep time | Kyle Edwards | 2020-10-05 | 1 | -1/+1 |
|
|