| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'compile-commands-output-field' | Brad King | 2022-11-01 | 1 | -1/+2 |
|\ |
|
| * | EXPORT_COMPILE_COMMANDS: add `output` field | Ben Boeckel | 2022-10-28 | 1 | -1/+2 |
|
|
* | | Swift: Omit output-file-map when used as a linker | Evan Wilde | 2022-10-28 | 1 | -21/+33 |
|/ |
|
* | COMPILER_LAUNCHER: Add support for generator expressions | Thomas Weißschuh | 2022-08-30 | 1 | -2/+4 |
|
|
* | Ninja Multi-Config: Deduplicate compile_commands.json for cross configs | Kyle Edwards | 2022-07-15 | 1 | -3/+5 |
|
|
* | cmNinjaTargetGenerator: write out BMI install information for the collator | Ben Boeckel | 2022-07-06 | 1 | -0/+38 |
|
|
* | cmNinjaTargetGenerator: write out export information for the collator | Ben Boeckel | 2022-07-06 | 1 | -0/+79 |
|
|
* | cmNinjaTargetGenerator: write out fileset information for the collator | Ben Boeckel | 2022-07-06 | 1 | -0/+99 |
|
|
* | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 1 | -47/+45 |
|
|
* | cmNinjaTargetGenerator: expand CFGIntDir for NMC | Ben Boeckel | 2022-06-14 | 1 | -2/+3 |
|
|
* | cmNinjaTargetGenerator: support msvc-style deps discovery for scanning | Ben Boeckel | 2022-04-27 | 1 | -10/+21 |
|
|
* | cmNinjaTargetGenerator: add flags for scanning based on the fileset type | Ben Boeckel | 2022-04-27 | 1 | -0/+52 |
|
|
* | CUDA: Ninja generator generates valid compile database | Robert Maynard | 2022-03-30 | 1 | -15/+19 |
|
|
* | Ninja: Avoid preprocessing twice with explicit Fortran_PREPROCESS | Peter Hill | 2022-02-24 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Remove unused IncludePathStyle infrastructure | Brad King | 2021-12-01 | 1 | -8/+3 |
|
|
* | Merge topic 'ninja-pdb-dir' | Brad King | 2021-11-04 | 1 | -1/+1 |
|\ |
|
| * | cmNinjaTargetGenerator: Replace "their" with "there" in comment | Brad King | 2021-11-03 | 1 | -1/+1 |
|
|
* | | CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATION | Robert Maynard | 2021-10-20 | 1 | -14/+20 |
|/ |
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -27/+27 |
|
|
* | Merge topic 'iwyu-cl' | Brad King | 2021-09-14 | 1 | -2/+20 |
|\ |
|
| * | IWYU: Add `--driver-mode=cl` when applicable | PigeonF | 2021-09-10 | 1 | -2/+20 |
|
|
* | | cmNinjaTargetGenerator: Use short path for cmcldeps.exe | Wayde Reitsma | 2021-09-03 | 1 | -2/+5 |
|/ |
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -4/+2 |
|
|
* | cmNinjaTargetGenerator: Fix scan rule PREPROCESSED_SOURCE placeholder | Brad King | 2021-06-14 | 1 | -6/+12 |
|
|
* | cmNinjaTargetGenerator: Clarify GetScanBuildStatement condition | Brad King | 2021-06-14 | 1 | -1/+1 |
|
|
* | cmNinjaTargetGenerator: Simplify scan rule response file selection | Brad King | 2021-06-14 | 1 | -5/+1 |
|
|
* | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -1/+2 |
|
|
* | Ninja: Always compile sources using absolute paths | Brad King | 2021-05-25 | 1 | -4/+3 |
|
|
* | cmNinjaTargetGenerator: Rename source file path lookup method for clarity | Brad King | 2021-05-25 | 1 | -4/+5 |
|
|
* | cmNinjaTargetGenerator: Remove GetSourceFilePath call with different semantics | Brad King | 2021-05-25 | 1 | -1/+1 |
|
|
* | cmNinjaTargetGenerator: Rename local variable for clarity | Brad King | 2021-05-25 | 1 | -5/+5 |
|
|
* | Ninja/Swift: Remove redundant calls to ConvertToNinjaPath | Brad King | 2021-05-25 | 1 | -2/+1 |
|
|
* | cmScanDepFormat: Drop unused "outputs", "inputs", and "depends" fields | Brad King | 2021-05-13 | 1 | -1/+1 |
|
|
* | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -1/+1 |
|
|
* | Merge topic 'ninja-multi-long-command-line-config' | Brad King | 2021-05-03 | 1 | -10/+15 |
|\ |
|
| * | Ninja Multi-Config: Split long command lines by config | Kyle Edwards | 2021-04-30 | 1 | -10/+15 |
|
|
* | | cmLocalGenerator: Clarify GetIncludeFlags signature | Brad King | 2021-02-25 | 1 | -6/+8 |
|/ |
|
* | Merge topic 'cpp-modules' | Brad King | 2021-01-07 | 1 | -25/+108 |
|\ |
|
| * | ninja: add experimental infrastructure to generate modmap files with dyndep | Ben Boeckel | 2021-01-05 | 1 | -4/+43 |
|
|
| * | ninja: Add experimental infrastructure for C++20 module dependency scanning | Brad King | 2021-01-05 | 1 | -20/+64 |
|
|
| * | cmNinjaTargetGenerator: use $OBJ_FILE for the object | Ben Boeckel | 2021-01-05 | 1 | -1/+1 |
|
|
* | | Merge topic 'export-compile-commands-per-target' | Brad King | 2021-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 1 | -1/+1 |
| |/ |
|
* | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -18/+22 |
|/ |
|
* | Merge topic 'ispc_control_header_suffixes' | Brad King | 2020-12-15 | 1 | -1/+6 |
|\ |
|
| * | ISPC: Generated Headers suffix configurable with a better default | Robert Maynard | 2020-12-14 | 1 | -1/+6 |
|
|
* | | Merge topic 'correct_ispc_path_computation' | Brad King | 2020-12-08 | 1 | -6/+9 |
|\ \
| |/ |
|
| * | ISPC: Ninja properly compute ISPC_HEADER_DIRECTORY location | Robert Maynard | 2020-12-07 | 1 | -6/+9 |
|
|
* | | Merge topic 'explicit-LANGUAGE-flag' | Brad King | 2020-12-04 | 1 | -1/+9 |
|\ \ |
|
| * | | Compile with explicit language flag when source LANGUAGE property is set | Brad King | 2020-12-02 | 1 | -1/+9 |
|
|