| Commit message (Expand) | Author | Age | Files | Lines |
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -19/+19 |
|
|
* | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|
|
* | cmComputeLinkDepends: Port result API to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -7/+6 |
|
|
* | cmComputeLinkInformation: Port result API to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | cmComputeLinkInformation: Port data interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -3/+3 |
|
|
* | cmComputeLinkInformation: Port some implementation to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -13/+11 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -23/+19 |
|\ |
|
| * | cmComputeLinkDepends: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-10 | 1 | -19/+14 |
|
|
| * | cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -1/+2 |
|
|
| * | cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget. | Stephen Kelly | 2015-10-10 | 1 | -2/+2 |
|
|
| * | cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | | Merge topic 'add-cmLocalGenerator-API' | Brad King | 2015-10-12 | 1 | -2/+3 |
|\ \ |
|
| * | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -2/+3 |
| |/ |
|
* | | cmGeneratorTarget: Use local GetProperty method. | Stephen Kelly | 2015-10-08 | 1 | -6/+6 |
|/ |
|
* | Merge topic 'add-link-search-static-properties-defaults' | Brad King | 2015-09-01 | 1 | -5/+3 |
|\ |
|
| * | Revert LINK_SEARCH_{START,END}_STATIC behavior change | Brad King | 2015-08-31 | 1 | -5/+3 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-08-27 | 1 | -1/+1 |
|\ \ |
|
| * | | cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | | | Reduce uses of cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-08-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-08-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | cmComputeLinkInformation: Lookup a target only if we have one | Brad King | 2015-08-13 | 1 | -1/+1 |
|
|
* | | Allow LINK_SEARCH_{START,END}_STATIC props to have default values. | Chuck Atkins | 2015-08-13 | 1 | -3/+5 |
|/ |
|
* | cmComputeLinkInformation: Simplify generator object access. | Stephen Kelly | 2015-08-06 | 1 | -11/+7 |
|
|
* | cmOrderDirectories: Port to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+3 |
|
|
* | cmComputeLinkDepends: Port to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmComputeLinkInformation: Port to cmGeneratorTarget. | Stephen Kelly | 2015-08-05 | 1 | -44/+40 |
|
|
* | cmGeneratorTarget: Move GetLinkClosure from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+12 |
|
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -4/+3 |
|
|
* | cmGeneratorTarget: Move IsChrPathUsed from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+5 |
|
|
* | cmGeneratorTarget: Move GetSOName from cmTarget.. | Stephen Kelly | 2015-08-05 | 1 | -6/+10 |
|
|
* | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 1 | -4/+14 |
|
|
* | cmComputeLinkInformation: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+3 |
|
|
* | Merge topic 'refactor-cmPolicies' | Brad King | 2015-05-05 | 1 | -8/+4 |
|\ |
|
| * | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -8/+4 |
|
|
* | | Port to cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-05-03 | 1 | -1/+1 |
|/ |
|
* | cmComputeLinkInformation: Reduce 'if' nesting in AddItem | Brad King | 2015-04-21 | 1 | -5/+7 |
|
|
* | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -9/+12 |
|
|
* | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 1 | -0/+42 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -24/+2 |
|\ |
|
| * | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -24/+2 |
|
|
* | | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -6/+6 |
|\ \ |
|
| * | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -6/+6 |
| |/ |
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -15/+4 |
|/ |
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -5/+5 |
|
|
* | cmTarget: Drop 'head' argument from GetLinkClosure | Brad King | 2014-06-23 | 1 | -3/+2 |
|
|
* | cmComputeLinkInformation: Remove 'head' argument | Brad King | 2014-06-23 | 1 | -8/+5 |
|
|
* | regex: Search on strings where possible | Ben Boeckel | 2014-06-09 | 1 | -1/+1 |
|
|
* | regex: Use static regexs where possible | Ben Boeckel | 2014-06-09 | 1 | -2/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -19/+19 |
|
|