| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline and remove AddFeatureFlags method | Brad King | 2017-04-27 | 1 | -8/+0 |
|
|
* | Add IPO compiler flags more consistently in generators | Brad King | 2017-04-27 | 1 | -5/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Refactoring: s,GetFeatureAsBool,IsIPOEnabled, | Ruslan Baratov | 2017-03-30 | 1 | -6/+1 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -11/+4 |
|
|
* | Ninja: Do not use module definition `.def` files for static libraries | Brad King | 2017-01-12 | 1 | -0/+7 |
|
|
* | Makefile,Ninja: De-duplicate MSVC compiler PDB path selection | Brad King | 2016-12-15 | 1 | -0/+22 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+1 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Simplify ConvertToLinkReference | Stephen Kelly | 2016-10-06 | 1 | -2/+4 |
|
|
* | 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 | -7/+0 |
|
|
* | Common: Use a string instead of enum for WorkingDirectory | Stephen Kelly | 2016-09-19 | 1 | -2/+3 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -1/+9 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Adopt target compile flag generation | Tobias Hunger | 2016-06-17 | 1 | -31/+2 |
|
|
* | cmLocalGenerator: Add method to get Fortran-specific compiler flags | Brad King | 2016-06-17 | 1 | -46/+3 |
|
|
* | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 1 | -39/+1 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -6/+6 |
|
|
* | cmLocalGenerator: Add GetTargetDefines to get all defines for a target | Tobias Hunger | 2016-06-10 | 1 | -11/+3 |
|
|
* | cmLocalGenerator: Adopt GetFrameworkFlags method | Tobias Hunger | 2016-06-09 | 1 | -51/+3 |
|
|
* | cmCommonTargetGenerator: De-duplicate CMAKE_BUILD_TYPE lookup | Tobias Hunger | 2016-06-08 | 1 | -6/+3 |
|
|
* | call static cmOutputConverter::GetFortranFormat without object | Daniel Pfeifer | 2016-06-06 | 1 | -2/+2 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -9/+9 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -170/+124 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -10/+0 |
|
|
* | cmCommonTargetGenerator: Adopt AppendOSXVerFlag method | Bruce Stephens | 2016-03-07 | 1 | -0/+32 |
|
|
* | Refactor `.def` file lookup | Tim Grothe | 2015-11-04 | 1 | -2/+2 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -2/+0 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+2 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -4/+5 |
|
|
* | Use cmGeneratorTarget for property access. | Stephen Kelly | 2015-10-17 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Access global state through LocalGenerator. | Stephen Kelly | 2015-10-16 | 1 | -2/+1 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -1/+1 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | cmCommonTargetGenerator: Port implementation detail to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | cmComputeLinkInformation: Port data interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -7/+5 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+17 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -2/+3 |
|
|
* | cmCommonTargetGenerator: Factor out Fortran module directory computation | Brad King | 2015-07-29 | 1 | -24/+31 |
|
|
* | cmCommonTargetGenerator: Store working directory for relative paths | Brad King | 2015-07-29 | 1 | -3/+7 |
|
|
* | cmCommonTargetGenerator: Return string from GetFortranModuleDirectory | Brad King | 2015-07-29 | 1 | -16/+14 |
|
|
* | cmCommonTargetGenerator: Adopt linked target directory computation | Brad King | 2015-07-28 | 1 | -0/+34 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -3/+13 |
|
|