summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* cmTarget: Track internally whether platform is AndroidBrad King2014-09-291-0/+1
* cmTarget: Avoid re-computing head-independent link interfacesBrad King2014-07-211-1/+2
* cmTarget: Move ComputeLinkImplementation* to internalsBrad King2014-07-211-5/+0
* Merge topic 'dev/target-fastpaths'Brad King2014-07-181-0/+7
|\
| * cmTarget: use a hash_map for cmTargets typedefBen Boeckel2014-07-171-0/+7
* | cmTarget: Cache compatible interface property setsBrad King2014-07-161-0/+10
* | cmTarget: Drop GetTransitivePropertyTargets methodBrad King2014-07-161-3/+0
* | cmTarget: Make GetLink*Libraries methods safer to useBrad King2014-07-161-16/+22
|/
* Merge topic 'refactor-link-internals'Brad King2014-07-161-14/+4
|\
| * cmTarget: Move ComputeLinkInterfaceLibraries to internalsBrad King2014-07-141-6/+0
| * cmTarget: Drop 'head' argument from GetSourceFilesBrad King2014-07-141-4/+2
| * cmTarget: Drop 'head' argument from GetLanguagesBrad King2014-07-141-2/+1
| * cmTarget: Drop 'head' argument from ComputeLinkImplementationLanguagesBrad King2014-07-141-2/+1
* | cmTarget: Compile old-style link dependencies only for VS 6Brad King2014-07-141-3/+10
* | cmTarget: Rename old-style link dependencies code as "ForVS6"Brad King2014-07-141-19/+19
|/
* cmTarget: Add to LinkImplementation whether each library was a genexBrad King2014-07-071-4/+6
* cmTarget: Add to LinkImplementation a backtrace for each libraryBrad King2014-07-071-4/+6
* cmTarget: Refactor LinkImplementation to allow more informationBrad King2014-07-071-1/+11
* cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY>Brad King2014-06-251-3/+5
* cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY>Brad King2014-06-251-0/+1
* cmTarget: Drop GetDirectLinkLibraries methodsBrad King2014-06-231-5/+0
* cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-231-6/+8
* cmTarget: Add GetUtilityItems to get target ordering dependenciesBrad King2014-06-231-0/+1
* cmTarget: Add cmLinkItem to refer to a target by name and pointerBrad King2014-06-231-0/+12
* cmTarget: Add method to lookup other targets in a target's scopeBrad King2014-06-231-0/+2
* cmTarget: Constify GetLinkImplementationClosure resultsBrad King2014-06-231-1/+1
* cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-231-2/+2
* cmTarget: Drop 'head' target from GetImportInfoBrad King2014-06-231-4/+7
* cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-7/+11
* cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-231-4/+2
* cmTarget: Remove 'head' argument from GetLinkerLanguageBrad King2014-06-231-2/+1
* cmTarget: Remove 'head' argument from GetLinkInformationBrad King2014-06-231-6/+4
* cmTarget: Cache GetLinkImplementationClosure resultsBrad King2014-06-231-2/+2
* cmTarget: Rename Get{TransitiveTarget => LinkImplementation}ClosureBrad King2014-06-231-2/+2
* cmTarget: Remove 'head' argument from GetTransitiveTargetClosureBrad King2014-06-231-1/+0
* cmTarget: De-duplicate library list expansionBrad King2014-06-231-0/+4
* cmTarget: Remove unused GetInterfaceLinkLibraries methodBrad King2014-06-231-3/+0
* Merge topic 'ninja-intel-ipo'Brad King2014-05-221-0/+2
|\
| * cmTarget: Add GetFeatureAsBool methodBrad King2014-05-211-0/+2
* | Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-211-0/+7
|/
* cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-091-1/+2
* cmTarget: Drop unused GetProperty signatureBrad King2014-05-091-2/+0
* Merge topic 'target_compile_features'Brad King2014-04-151-0/+3
|\
| * cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-071-1/+3
| * cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-071-0/+1
* | cmTarget: Fix listing of source files at configure-time.Stephen Kelly2014-04-131-0/+2
* | Merge topic 'install-prefix-in-interface'Brad King2014-04-101-1/+2
|\ \
| * | Export: Disallow exported interface includes in src/build tree (#14592).Stephen Kelly2014-04-091-1/+2
* | | cmTarget: Add all sources traced from custom commands at once.Stephen Kelly2014-04-091-0/+1