Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'nmc-test-fix' | Brad King | 2020-11-03 | 2 | -1/+1 |
|\ | |||||
| * | Tests: Fix one RunCMake.NinjaMultiConfig case name | Brad King | 2020-11-02 | 2 | -1/+1 |
* | | Merge topic 'cmake-presets-no-path-arg-warning' | Brad King | 2020-11-03 | 3 | -0/+15 |
|\ \ | |||||
| * | | 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 |
| |\ \ | |||||
| * \ \ | Merge topic 'cuda_vs_skip_computation' into release-3.19 | Brad King | 2020-10-27 | 2 | -0/+7 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'cmake-presets-path-arg' into release-3.19 | Craig Scott | 2020-10-27 | 6 | -7/+31 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'fix-test-for-qemu' | Kyle Edwards | 2020-11-02 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | test/CMakeLib: make testUVProcessChain work with qemu | Eicke Herbertz | 2020-10-29 | 1 | -0/+4 |
* | | | | | | Merge topic 'CheckSourceRuns-compatibility' | 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 'check-module-name-conflicts' into release-3.19 | Brad King | 2020-10-27 | 2 | -2/+6 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'llvm-rc-CMAKE_RC_FLAGS' | Brad King | 2020-10-29 | 3 | -2/+33 |
|\ \ \ \ \ | |||||
| * | | | | | llvm_rc: add llvm_rc option filter to correctly pick up all options | Thomas Bernard | 2020-10-28 | 3 | -2/+33 |
* | | | | | | Merge topic 'xcode_build_jobs' | Brad King | 2020-10-28 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | XCode: Use -j build option when job capacity is specified by user | Fred Baksik | 2020-10-26 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cuda_vs_skip_computation' | 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' | 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 'cmake-20866' | Brad King | 2020-10-27 | 21 | -0/+135 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | configure_file: Add option for user defined permissions | Asit Dhal | 2020-10-24 | 21 | -0/+135 |
* | | | | | | | | Merge topic 'issue-21034' | Brad King | 2020-10-27 | 13 | -0/+47 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | target_sources: Support custom targets | Asit Dhal | 2020-10-24 | 13 | -0/+47 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'issue-19696' | Brad King | 2020-10-27 | 7 | -0/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | genex: improve unit testing for $<TARGET_NAME_IF_EXISTS:...> | Asit Dhal | 2020-10-24 | 7 | -0/+34 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'check-module-name-conflicts' | 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 topic 'ninja-multi-per-config-sources' | Brad King | 2020-10-27 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Merge branch 'release' into ninja-multi-per-config-sources | Kyle Edwards | 2020-10-26 | 1700 | -1071/+16559 |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Merge topic 'per-config-source-TARGET_FILE' into release-3.19 | Brad King | 2020-10-26 | 1 | -0/+13 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 24 | -33/+90 |
| | |\ \ \ \ | |||||
| * | | | | | | Ninja Multi-Config: Don't try to calculate dependencies for "all" | Kyle Edwards | 2020-10-26 | 2 | -0/+12 |
* | | | | | | | Merge topic 'ExternalData-suppress-progress' | Brad King | 2020-10-26 | 3 | -0/+13 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalData: add support for suppressing progress during the build | Ben Boeckel | 2020-10-23 | 3 | -0/+13 |
* | | | | | | | | Merge topic 'per-config-source-TARGET_FILE' | Brad King | 2020-10-26 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | add_custom_command: Properly recognize if sources depend on config | Deniz Bahadir | 2020-10-22 | 1 | -0/+13 |
* | | | | | | | Merge topic 'no-override-flow-control' | Brad King | 2020-10-23 | 17 | -0/+48 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmState: Prohibit override of flow control commands | Kyle Edwards | 2020-10-22 | 17 | -0/+48 |
* | | | | | | | | Merge topic 'proper-command-nesting' | Brad King | 2020-10-23 | 19 | -101/+100 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmListFileCache: Enforce proper nesting of flow control statements | Kyle Edwards | 2020-10-22 | 18 | -101/+72 |
| * | | | | | | | | cm::optional: Fix move assignment | Kyle Edwards | 2020-10-21 | 1 | -0/+28 |
* | | | | | | | | | Merge topic 'ctest-hostname-cleanup' | Brad King | 2020-10-23 | 2 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Tests: Add case verifying CTest module SITE variable | Brad King | 2020-10-22 | 2 | -0/+6 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'cmake-presets-toolset-arch-config' | Craig Scott | 2020-10-23 | 24 | -33/+90 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 24 | -33/+90 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cmake-presets-source-dir-name' | Craig Scott | 2020-10-23 | 3 | -0/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | 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 |
| |\ \ \ \ |