| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -9/+9 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Export: Factor out file generation steps into helpers | Bill Hoffman | 2016-09-08 | 1 | -18/+27 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -4/+9 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -1/+1 |
|
|
* | Do not place CMake version in export files | Christoph GrĂ¼ninger | 2016-07-11 | 1 | -1/+1 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -5/+5 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -537/+370 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -36/+0 |
|
|
* | Merge topic 'clang-format-prep' | Brad King | 2016-05-09 | 1 | -0/+22 |
|\ |
|
| * | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+22 |
|
|
* | | Fix export file variable pollution | Matthew Woehlke | 2016-05-05 | 1 | -0/+3 |
|/ |
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -5/+5 |
|
|
* | Fix export of STATIC library PRIVATE non-target dependencies | Brad King | 2016-02-17 | 1 | -0/+21 |
|
|
* | Export: Use existing IsDLLPlatform porcelain | Stephen Kelly | 2015-10-27 | 1 | -4/+1 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -6/+6 |
|
|
* | Access policy status from cmGeneratorTarget at generate time. | Stephen Kelly | 2015-10-20 | 1 | -6/+4 |
|
|
* | cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move IsLinkable from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetExportName from cmTarget. | Stephen Kelly | 2015-10-18 | 1 | -6/+5 |
|
|
* | Export: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -4/+4 |
|
|
* | Export: Port internal utility to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -1/+1 |
|
|
* | Export: Port some API to cmGlobalGenerator. | Stephen Kelly | 2015-10-18 | 1 | -1/+0 |
|
|
* | Export: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -35/+34 |
|
|
* | cmExportSet: Store a cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -8/+4 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+9 |
|
|
* | cmGeneratorExpression: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmComputeLinkInformation: Port data interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -6/+7 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -2/+2 |
|\ |
|
| * | cmGeneratorTarget: Port GetLinkInterface away from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+4 |
|
|
* | | export: Port internal method to cmGeneratorTarget. | Stephen Kelly | 2015-10-08 | 1 | -12/+14 |
|/ |
|
* | cmExportFileGenerator: Evaluate genex with cmGeneratorTarget. | Stephen Kelly | 2015-10-05 | 1 | -6/+8 |
|
|
* | cmGeneratorTarget: Move GetLinkInterface from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -5/+3 |
|
|
* | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move HasSOName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Export: Port more API to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -6/+7 |
|
|
* | cmGeneratorTarget: Move GetSOName from cmTarget.. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Port some of the cmExportFileGenerator API to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -16/+21 |
|
|
* | Export: Escape exported property values when writing CMake language files | Brad King | 2015-06-24 | 1 | -3/+21 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -4/+2 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|