| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Don't expand bracket arguments in --trace-expand | Raul Tambre | 2021-01-11 | 1 | -0/+1 |
|
|
* | Xcode: Use deterministic object ids for script build phases | Brad King | 2021-01-06 | 3 | -0/+26 |
|
|
* | FetchContent: Relative SOURCE_DIR override cannot be a hard error | Craig Scott | 2020-12-22 | 3 | -0/+9 |
|
|
* | CMakePackageConfigHelpers: Relax restrictions on version range | Marc Chevrier | 2020-12-14 | 1 | -18/+107 |
|
|
* | Merge topic 'execute_process-command-error' into release-3.19 | Brad King | 2020-12-14 | 21 | -11/+130 |
|\ |
|
| * | execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios | Asit Dhal | 2020-12-10 | 21 | -11/+130 |
|
|
* | | Tests: Cover macOS host architecture selection on Apple Silicon hosts | Brad King | 2020-12-10 | 13 | -0/+104 |
|/ |
|
* | export: Do not fail generation for separate namelink only case | Deniz Bahadir | 2020-12-01 | 4 | -0/+37 |
|
|
* | Check*: Tolerate variables set with names of languages | Brad King | 2020-11-25 | 18 | -0/+36 |
|
|
* | Tests: Fix RunCMake.Check* conditions for enabling Fortran | Brad King | 2020-11-25 | 1 | -3/+6 |
|
|
* | Tests: Teach RunCMake to ignore Xcode install_name_tool signature warnings | Brad King | 2020-11-24 | 1 | -0/+1 |
|
|
* | Merge topic 'policy-cmp0111-iface' into release-3.19 | Brad King | 2020-11-24 | 5 | -12/+34 |
|\ |
|
| * | cmTarget: Do not enforce CMP0111 on imported INTERFACE libraries | Brad King | 2020-11-23 | 3 | -5/+7 |
|
|
| * | Tests: Match RunCMake.CMP0111 stderr more strictly | Brad King | 2020-11-23 | 2 | -7/+27 |
|
|
* | | Merge topic 'xcode-cc-work-dir' into release-3.19 | Brad King | 2020-11-24 | 5 | -0/+27 |
|\ \
| |/
|/| |
|
| * | Xcode: Fix custom command work-dir placeholders in "new build system" | Brad King | 2020-11-23 | 5 | -0/+27 |
|
|
* | | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule | Brad King | 2020-11-20 | 2 | -0/+6 |
|/ |
|
* | CTest: Rename CudaMemcheck to CudaSanitizer | Tobias Ribizel | 2020-11-17 | 6 | -3/+3 |
|
|
* | cmake_path: remove new command from 3.19 | Marc Chevrier | 2020-11-03 | 3 | -3/+3 |
|
|
* | CMakePresets.json: Don't warn if no path argument is given | Kyle Edwards | 2020-11-02 | 3 | -0/+15 |
|
|
* | Merge topic 'CheckSourceRuns-compatibility' into release-3.19 | Brad King | 2020-10-30 | 2 | -2/+17 |
|\ |
|
| * | CheckSourceRuns: do not fail on unrecognized arguments | Ben Boeckel | 2020-10-28 | 2 | -2/+17 |
|
|
* | | Merge topic 'cuda_vs_skip_computation' into release-3.19 | Brad King | 2020-10-27 | 2 | -0/+7 |
|\ \ |
|
| * | | VS: Don't compute CUDA options unless necessary | Raul Tambre | 2020-10-27 | 2 | -0/+7 |
|
|
| * | | Merge branch 'ninja-multi-per-config-sources' into release-3.18 | Brad King | 2020-10-26 | 2 | -0/+12 |
| |\ \ |
|
* | \ \ | Merge topic 'cmake-presets-path-arg' into release-3.19 | Craig Scott | 2020-10-27 | 6 | -7/+31 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 6 | -7/+31 |
|
|
* | | | | Merge topic 'check-module-name-conflicts' into release-3.19 | Brad King | 2020-10-27 | 2 | -2/+6 |
|\ \ \ \ |
|
| * | | | | Modules: Do not implicitly add new functions via old Check Modules | Robert Maynard | 2020-10-26 | 2 | -2/+6 |
| |/ / / |
|
* | | | | Merge branch 'release' into ninja-multi-per-config-sources | Kyle Edwards | 2020-10-26 | 1471 | -620/+11145 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | 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 | 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 |
| |\ \ \
| | | |/
| | |/| |
|