| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -75/+102 |
|
|
* | Add additional <= and >= comparison operators | Chuck Atkins | 2016-08-09 | 1 | -0/+40 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -7/+8 |
|
|
* | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -61/+69 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -859/+702 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -53/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -0/+1 |
|\ |
|
| * | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -0/+1 |
|
|
* | | cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | | Genex: use cmGeneratorTarget policy API | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Add GetPolicyStatus API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|/ |
|
* | cmGeneratorTarget: Move IsDLLPlatform from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move IsLinkable from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Access global state through LocalGenerator. | Stephen Kelly | 2015-10-16 | 1 | -2/+2 |
|
|
* | Merge topic 'genex-consumers-generator-targets' | Brad King | 2015-10-16 | 1 | -43/+37 |
|\ |
|
| * | Genex: Port some access API to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -5/+5 |
|
|
| * | Genex: Port implementation to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -44/+38 |
|
|
* | | Remove now-obsolete casts. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+9 |
|
|
* | | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|/ |
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -4/+7 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -27/+32 |
|
|
* | Genex: Port implementation detail to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -9/+11 |
|
|
* | cmGeneratorTarget: Move HasImportLibrary from cmTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmLinkItem: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Port GetLinkInterfaceLibraries away from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -1/+4 |
|
|
* | cmGeneratorTarget: Move GetPDBDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move link implementation from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | Genex: Add a SHELL_PATH expression | Stefan Kislinskiy | 2015-09-28 | 1 | -0/+23 |
|
|
* | cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-08-11 | 1 | -1/+1 |
|\ |
|
| * | cmLinkImplementationLibraries: Move to namespace scope. | Stephen Kelly | 2015-08-06 | 1 | -1/+1 |
|
|
* | | Reject TARGET_PDB_FILE for imported targets instead of crashing | Brad King | 2015-08-06 | 1 | -0/+7 |
|/ |
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -5/+5 |
|
|
* | cmGeneratorTarget: Move GetPDBName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -6/+6 |
|
|
* | cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -12/+15 |
|
|
* | cmGeneratorTarget: Move GetSOName from cmTarget.. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorExpressionNode: Remove unused variable. | Stephen Kelly | 2015-07-28 | 1 | -2/+0 |
|
|
* | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 1 | -17/+18 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-cmPolicies' | Brad King | 2015-05-05 | 1 | -4/+2 |
|\ |
|
| * | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -4/+2 |
|
|