| Commit message (Expand) | Author | Age | Files | Lines |
* | cmTarget: Avoid re-computing head-independent link interfaces | Brad King | 2014-07-21 | 1 | -1/+2 |
|
|
* | cmTarget: Move ComputeLinkImplementation* to internals | Brad King | 2014-07-21 | 1 | -5/+0 |
|
|
* | Merge topic 'dev/target-fastpaths' | Brad King | 2014-07-18 | 1 | -0/+7 |
|\ |
|
| * | cmTarget: use a hash_map for cmTargets typedef | Ben Boeckel | 2014-07-17 | 1 | -0/+7 |
|
|
* | | cmTarget: Cache compatible interface property sets | Brad King | 2014-07-16 | 1 | -0/+10 |
|
|
* | | cmTarget: Drop GetTransitivePropertyTargets method | Brad King | 2014-07-16 | 1 | -3/+0 |
|
|
* | | cmTarget: Make GetLink*Libraries methods safer to use | Brad King | 2014-07-16 | 1 | -16/+22 |
|/ |
|
* | Merge topic 'refactor-link-internals' | Brad King | 2014-07-16 | 1 | -14/+4 |
|\ |
|
| * | cmTarget: Move ComputeLinkInterfaceLibraries to internals | Brad King | 2014-07-14 | 1 | -6/+0 |
|
|
| * | cmTarget: Drop 'head' argument from GetSourceFiles | Brad King | 2014-07-14 | 1 | -4/+2 |
|
|
| * | cmTarget: Drop 'head' argument from GetLanguages | Brad King | 2014-07-14 | 1 | -2/+1 |
|
|
| * | cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguages | Brad King | 2014-07-14 | 1 | -2/+1 |
|
|
* | | cmTarget: Compile old-style link dependencies only for VS 6 | Brad King | 2014-07-14 | 1 | -3/+10 |
|
|
* | | cmTarget: Rename old-style link dependencies code as "ForVS6" | Brad King | 2014-07-14 | 1 | -19/+19 |
|/ |
|
* | cmTarget: Add to LinkImplementation whether each library was a genex | Brad King | 2014-07-07 | 1 | -4/+6 |
|
|
* | cmTarget: Add to LinkImplementation a backtrace for each library | Brad King | 2014-07-07 | 1 | -4/+6 |
|
|
* | cmTarget: Refactor LinkImplementation to allow more information | Brad King | 2014-07-07 | 1 | -1/+11 |
|
|
* | cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY> | Brad King | 2014-06-25 | 1 | -3/+5 |
|
|
* | cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY> | Brad King | 2014-06-25 | 1 | -0/+1 |
|
|
* | cmTarget: Drop GetDirectLinkLibraries methods | Brad King | 2014-06-23 | 1 | -5/+0 |
|
|
* | cmTarget: Lookup targets in LinkInterface and LinkImplementation | Brad King | 2014-06-23 | 1 | -6/+8 |
|
|
* | cmTarget: Add GetUtilityItems to get target ordering dependencies | Brad King | 2014-06-23 | 1 | -0/+1 |
|
|
* | cmTarget: Add cmLinkItem to refer to a target by name and pointer | Brad King | 2014-06-23 | 1 | -0/+12 |
|
|
* | cmTarget: Add method to lookup other targets in a target's scope | Brad King | 2014-06-23 | 1 | -0/+2 |
|
|
* | cmTarget: Constify GetLinkImplementationClosure results | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | cmTarget: Constify GetTransitivePropertyTargets results | Brad King | 2014-06-23 | 1 | -2/+2 |
|
|
* | cmTarget: Drop 'head' target from GetImportInfo | Brad King | 2014-06-23 | 1 | -4/+7 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkImplementation | Brad King | 2014-06-23 | 1 | -7/+11 |
|
|
* | cmTarget: Drop 'head' argument from GetLinkClosure | Brad King | 2014-06-23 | 1 | -4/+2 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkerLanguage | Brad King | 2014-06-23 | 1 | -2/+1 |
|
|
* | cmTarget: Remove 'head' argument from GetLinkInformation | Brad King | 2014-06-23 | 1 | -6/+4 |
|
|
* | cmTarget: Cache GetLinkImplementationClosure results | Brad King | 2014-06-23 | 1 | -2/+2 |
|
|
* | cmTarget: Rename Get{TransitiveTarget => LinkImplementation}Closure | Brad King | 2014-06-23 | 1 | -2/+2 |
|
|
* | cmTarget: Remove 'head' argument from GetTransitiveTargetClosure | Brad King | 2014-06-23 | 1 | -1/+0 |
|
|
* | cmTarget: De-duplicate library list expansion | Brad King | 2014-06-23 | 1 | -0/+4 |
|
|
* | cmTarget: Remove unused GetInterfaceLinkLibraries method | Brad King | 2014-06-23 | 1 | -3/+0 |
|
|
* | Merge topic 'ninja-intel-ipo' | Brad King | 2014-05-22 | 1 | -0/+2 |
|\ |
|
| * | cmTarget: Add GetFeatureAsBool method | Brad King | 2014-05-21 | 1 | -0/+2 |
|
|
* | | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+7 |
|/ |
|
* | cmTarget: Evaluate CMP0026 and CMP0051 in calling context | Brad King | 2014-05-09 | 1 | -1/+2 |
|
|
* | cmTarget: Drop unused GetProperty signature | Brad King | 2014-05-09 | 1 | -2/+0 |
|
|
* | Merge topic 'target_compile_features' | Brad King | 2014-04-15 | 1 | -0/+3 |
|\ |
|
| * | cmTarget: Transitively evaluate compiler features. | Stephen Kelly | 2014-04-07 | 1 | -1/+3 |
|
|
| * | cmTarget: Allow populating COMPILE_FEATURES using generator expressions. | Stephen Kelly | 2014-04-07 | 1 | -0/+1 |
|
|
* | | cmTarget: Fix listing of source files at configure-time. | Stephen Kelly | 2014-04-13 | 1 | -0/+2 |
|
|
* | | Merge topic 'install-prefix-in-interface' | Brad King | 2014-04-10 | 1 | -1/+2 |
|\ \ |
|
| * | | Export: Disallow exported interface includes in src/build tree (#14592). | Stephen Kelly | 2014-04-09 | 1 | -1/+2 |
|
|
* | | | cmTarget: Add all sources traced from custom commands at once. | Stephen Kelly | 2014-04-09 | 1 | -0/+1 |
|
|
* | | | cmTarget: Short-circuit language computation if context independent. | Stephen Kelly | 2014-04-09 | 1 | -0/+2 |
| |/
|/| |
|
* | | cmTarget: Make GetSourceFiles string overload private. | Stephen Kelly | 2014-04-06 | 1 | -3/+3 |
|
|