| Commit message (Expand) | Author | Age | Files | Lines |
* | Swift/Ninja: Split compilation model | Evan Wilde | 2023-12-15 | 1 | -0/+4 |
|
|
* | Swift: Add abstraction for compilation mode | Evan Wilde | 2023-11-17 | 1 | -0/+13 |
|
|
* | Add options to specify linker tool | Marc Chevrier | 2023-10-13 | 1 | -0/+3 |
|
|
* | PCH: Add missing dependency of REUSE_FROM shared compiler PDB | Russell Greene | 2023-09-11 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: always support shortening filenames | Ben Boeckel | 2023-08-08 | 1 | -6/+0 |
|
|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -2/+2 |
|
|
* | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+3 |
|
|
* | CreateRulePlaceholderExpander(): enhance memory management | Marc Chevrier | 2023-05-04 | 1 | -1/+2 |
|
|
* | Link step: use linker dependency linker file | Marc Chevrier | 2023-05-03 | 1 | -0/+6 |
|
|
* | cmLocalGenerator::MayBeRelativeToWorkDir: take care of all cases | Marc Chevrier | 2023-05-02 | 1 | -1/+1 |
|
|
* | RULE_LAUNCH_*: Add support for generator expressions | Kyle Edwards | 2023-02-03 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: Inline AddCompilerRequirementFlag in only call site | Brad King | 2022-11-18 | 1 | -4/+0 |
|
|
* | cmLocalGenerator: Factor out helper to compute MSVC_DEBUG_INFORMATION_FORMAT | Brad King | 2022-10-31 | 1 | -0/+4 |
|
|
* | CUDA: Add Device LTO support for nvcc | Robert Maynard | 2022-07-22 | 1 | -2/+11 |
|
|
* | cmLocalGenerator: Adopt AppendModuleDefinitionFlag method | Brad King | 2022-05-31 | 1 | -0/+4 |
|
|
* | xcode: add support for xcconfig files | Gregor Jasny | 2022-04-03 | 1 | -0/+1 |
|
|
* | color: Introduce CMAKE_COLOR_DIAGNOSTICS variable | Semyon Kolton | 2022-03-08 | 1 | -0/+1 |
|
|
* | CMP0028: Report the target whose link interface has an offending item | Brad King | 2021-12-16 | 1 | -0/+5 |
|
|
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -3/+1 |
|
|
* | cmLocalGenerator: Remove unused IncludePathStyle infrastructure | Brad King | 2021-12-01 | 1 | -16/+9 |
|
|
* | cmLocalGenerator: Simplify Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -38/+9 |
|
|
* | cmMakefile: Simplify detail:::Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -34/+11 |
|
|
* | Unity Build: Fix per-config sources in multi-config generators | Brad King | 2021-11-11 | 1 | -2/+10 |
|
|
* | cmLocalGenerator: Add dedicated types to hold unity source info | Brad King | 2021-11-11 | 1 | -8/+28 |
|
|
* | cmLocalGenerator: Clarify name of method to write unity source include lines | Brad King | 2021-11-10 | 1 | -5/+4 |
|
|
* | cmLocalGenerator: De-duplicate unity source file generation | Brad King | 2021-11-10 | 1 | -0/+8 |
|
|
* | CUDA: Avoid unnecessary allocation and GetLinkLanguage() | Raul Tambre | 2021-11-07 | 1 | -1/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -10/+10 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -1/+1 |
|
|
* | Merge topic 'LWYU-externalization' | Brad King | 2021-07-12 | 1 | -0/+2 |
|\ |
|
| * | LINK_WHAT_YOU_USE feature: externalize configuration | Marc Chevrier | 2021-07-09 | 1 | -0/+2 |
|
|
* | | Do not exclude include directory symlinks to entries of CPATH | Alexander Grund | 2021-07-07 | 1 | -1/+1 |
|/ |
|
* | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -13/+0 |
|
|
* | cmLocalGenerator: De-duplicate StateSnapshot member | Brad King | 2021-05-17 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Remove unused MaybeRelativeToCurSrcDir method | Brad King | 2021-05-17 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -4/+8 |
|
|
* | cmLocalGenerator: Clarify GetIncludeFlags signature | Brad King | 2021-02-25 | 1 | -11/+19 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -10/+16 |
|
|
* | Merge topic 'xcode12-ios_install_combined' | Brad King | 2021-02-09 | 1 | -0/+2 |
|\ |
|
| * | IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) | Craig Scott | 2021-02-08 | 1 | -0/+2 |
|
|
* | | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | | Unity: Generate reproducible unity IDs for anonymous namespaces | Craig Scott | 2021-01-22 | 1 | -0/+14 |
|
|
* | | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -1/+3 |
|
|
* | | cmLocalGenerator: Adopt custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -1/+3 |
|
|
* | | cmLocalGenerator: Refactor custom command generator construction | Brad King | 2020-12-15 | 1 | -0/+4 |
|
|
* | | cmMakefile: Simplify custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Evaluate generator expressions in custom command outputs | Brad King | 2020-12-11 | 1 | -0/+2 |
|
|
* | | cmLocalGenerator: Simplify custom command output cmSourceFile creation | Brad King | 2020-12-10 | 1 | -4/+10 |
|
|
* | | cmLocalGenerator: Factor out helper to expand custom command output paths | Brad King | 2020-12-10 | 1 | -0/+4 |
|
|
* | | cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trap | Brad King | 2020-12-10 | 1 | -3/+9 |
|
|