| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Refactoring: Makefiles Generators: Add support for various depends scanners | Marc Chevrier | 2020-11-28 | 1 | -0/+7 |
|
|
* | | cmLocalGenerator::GetRuleLauncher: return cmProp | vvs31415 | 2020-11-02 | 1 | -2/+1 |
|
|
* | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: Migrate custom command output lookup from cmMakefile | Brad King | 2020-10-08 | 1 | -0/+73 |
|/ |
|
* | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 1 | -1/+1 |
|
|
* | Merge topic 'ispc_improvements' | Brad King | 2020-09-08 | 1 | -0/+5 |
|\ |
|
| * | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 1 | -0/+5 |
|
|
* | | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|/ |
|
* | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+1 |
|
|
* | GetFeature(): return cmProp | Vitaly Stakhovsky | 2020-07-11 | 1 | -2/+2 |
|
|
* | Refactor language standard computation | Justin Goshi | 2020-06-16 | 1 | -1/+2 |
|
|
* | Multi-Ninja: Fix reusable PCHs for MSVC | Cristian Adam | 2020-05-27 | 1 | -0/+5 |
|
|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+1 |
|
|
* | Merge topic 'apple-merge-same-sysroot' | Brad King | 2020-04-22 | 1 | -0/+2 |
|\ |
|
| * | Apple: Merge per-arch sysroot parameters if all are the same | Gregor Jasny | 2020-04-21 | 1 | -0/+2 |
|
|
* | | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -0/+5 |
|
|
* | | Merge topic 'msbuildUtf8Support' | Brad King | 2020-04-15 | 1 | -7/+11 |
|\ \ |
|
| * | | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -7/+11 |
|
|
* | | | Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysroots | Brad King | 2020-04-08 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Apple: Fix mapping CMAKE_APPLE_ARCH_SYSROOTS to custom OSX_ARCHITECTURES | Brad King | 2020-04-08 | 1 | -0/+1 |
|
|