| Commit message (Expand) | Author | Age | Files | Lines |
* | TargetGenerator: Factor out generation of code check rules | Orkun Tokdemir | 2023-05-16 | 1 | -0/+10 |
|
|
* | cmCommonTargetGenerator: classify linked target directories by language | Ben Boeckel | 2023-02-01 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Adopt AppendModuleDefinitionFlag method | Brad King | 2022-05-31 | 1 | -5/+0 |
|
|
* | Provide guidance when trying to use non-enabled language | Robert Maynard | 2022-05-04 | 1 | -0/+4 |
|
|
* | Ninja: Avoid preprocessing twice with explicit Fortran_PREPROCESS | Peter Hill | 2022-02-24 | 1 | -2/+8 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | Refactor: cmCommonTargetGenerator::GetFeature returns cmProp | Marc Chevrier | 2021-08-09 | 1 | -2/+3 |
|
|
* | LINK_WHAT_YOU_USE feature: externalize configuration | Marc Chevrier | 2021-07-09 | 1 | -0/+1 |
|
|
* | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 1 | -0/+2 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+3 |
|
|
* | PCH: Add support for multi architecture iOS projects | Cristian Adam | 2020-04-02 | 1 | -1/+2 |
|
|
* | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 1 | -0/+1 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -4/+10 |
|
|
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -12/+14 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -1/+1 |
|
|
* | cmCommonTargetGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 1 | -2/+2 |
|
|
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -3/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -1/+0 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -3/+0 |
|
|
* | Makefile,Ninja: De-duplicate MSVC compiler PDB path selection | Brad King | 2016-12-15 | 1 | -0/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -4/+1 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -1/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | cmOutputConverter: Remove now-obsolete Convert method | Stephen Kelly | 2016-09-19 | 1 | -4/+0 |
|
|
* | Convert: Remove UNCHANGED enum value | Stephen Kelly | 2016-08-27 | 1 | -3/+3 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -2/+6 |
|
|
* | cmLocalGenerator: Add method to get Fortran-specific compiler flags | Brad King | 2016-06-17 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 1 | -6/+0 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -3/+1 |
|
|
* | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 1 | -3/+0 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -7/+5 |
|
|
* | cmCommonTargetGenerator: Adopt AppendOSXVerFlag method | Bruce Stephens | 2016-03-07 | 1 | -0/+3 |
|
|
* | Refactor `.def` file lookup | Tim Grothe | 2015-11-04 | 1 | -1/+1 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -2/+0 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+1 |
|
|
* | cmCommonTargetGenerator: Factor out Fortran module directory computation | Brad King | 2015-07-29 | 1 | -0/+1 |
|
|
* | cmCommonTargetGenerator: Store working directory for relative paths | Brad King | 2015-07-29 | 1 | -1/+3 |
|
|
* | cmCommonTargetGenerator: Return string from GetFortranModuleDirectory | Brad King | 2015-07-29 | 1 | -1/+1 |
|
|
* | cmCommonTargetGenerator: Adopt linked target directory computation | Brad King | 2015-07-28 | 1 | -0/+2 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -0/+2 |
|
|
* | cmCommonTargetGenerator: Adopt GetDefines method | Brad King | 2015-07-09 | 1 | -0/+2 |
|
|
* | cmCommonTargetGenerator: Adopt GetFlags method | Brad King | 2015-07-09 | 1 | -0/+7 |
|
|
* | cmCommonTargetGenerator: Adopt GetFrameworkFlags | Brad King | 2015-07-09 | 1 | -0/+3 |
|
|
* | cmCommonTargetGenerator: Adopt AppendFortranFormatFlags | Brad King | 2015-07-09 | 1 | -0/+4 |
|
|
* | cmCommonTargetGenerator: Adopt AddFortranFlags and friends | Brad King | 2015-07-09 | 1 | -0/+8 |
|
|
* | cmCommonTargetGenerator: Adopt Convert method | Brad King | 2015-07-09 | 1 | -0/+7 |
|
|