summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | cmTarget: Rename old-style link dependencies code as "ForVS6"Brad King2014-07-141-39/+39
|/
* Merge topic 'refactor-link-internals'Brad King2014-07-141-1/+1
|\
| * cmTarget: Fix CMP0022 OLD breakage from recent refactoringBrad King2014-07-101-1/+1
* | Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970)Brad King2014-07-141-0/+1
* | cmTarget: Simplify INTERFACE_INCLUDE_DIRECTORIES usage requirement lookupBrad King2014-07-071-61/+15
* | cmTarget: Simplify CMP0027 logic in processIncludeDirectoriesBrad King2014-07-071-26/+20
* | cmTarget: Add to LinkImplementation whether each library was a genexBrad King2014-07-071-7/+5
* | cmTarget: Simplify INTERFACE_COMPILE_FEATURES usage requirement lookupBrad King2014-07-071-39/+3
* | cmTarget: Simplify INTERFACE_COMPILE_DEFINITIONS usage requirement lookupBrad King2014-07-071-39/+3
* | cmTarget: Simplify INTERFACE_COMPILE_OPTIONS usage requirement lookupBrad King2014-07-071-39/+3
* | cmTarget: Simplify INTERFACE_SOURCES usage requirement lookupBrad King2014-07-071-39/+3
* | cmTarget: Add method to add usage requirements from linked interfacesBrad King2014-07-071-0/+29
* | cmTarget: Add to LinkImplementation a backtrace for each libraryBrad King2014-07-071-1/+1
* | cmTarget: Refactor LinkImplementation to allow more informationBrad King2014-07-071-8/+11
* | Target: Return null when a transitive property is not defined.Stephen Kelly2014-07-011-0/+30
|/
* cmTarget: Refactor ComputeLinkImplementationBrad King2014-06-251-17/+20
* cmTarget: Pre-indent a block in ComputeLinkImplementationBrad King2014-06-251-37/+37
* cmTarget: Shorten a long line in ComputeLinkImplementationBrad King2014-06-251-3/+2
* cmTarget: Refactor internal LinkImplementation mapBrad King2014-06-251-31/+24
* cmTarget: Remove unnecessary 'mutable' markupBrad King2014-06-251-19/+19
* cmTarget: De-duplicate link interface evaluation for $<LINK_ONLY>Brad King2014-06-251-32/+12
* cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY>Brad King2014-06-251-23/+40
* cmTarget: De-duplicate link interface genex code for $<LINK_ONLY>Brad King2014-06-251-14/+6
* cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY>Brad King2014-06-251-3/+8
* cmTarget: Drop GetDirectLinkLibraries methodsBrad King2014-06-231-42/+27
* cmTarget: Improve HaveBuildTreeRPATH implementationBrad King2014-06-231-3/+6
* cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-231-42/+63
* cmTarget: Add GetUtilityItems to get target ordering dependenciesBrad King2014-06-231-0/+21
* Fix scope of transitive target name lookupsBrad King2014-06-231-13/+10
* cmTarget: Add method to lookup other targets in a target's scopeBrad King2014-06-231-0/+31
* cmTarget: Constify GetLinkImplementationClosure resultsBrad King2014-06-231-10/+10
* cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-231-2/+2
* cmTarget: Drop 'head' target from GetImportInfoBrad King2014-06-231-36/+62
* cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-20/+33
* cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-231-12/+10
* cmTarget: Remove 'head' argument from GetLinkerLanguageBrad King2014-06-231-9/+6
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-1/+1
* cmTarget: Remove 'head' argument from GetLinkInformationBrad King2014-06-231-5/+3
* cmTarget: Cache GetLinkImplementationClosure resultsBrad King2014-06-231-12/+22
* cmTarget: Rename Get{TransitiveTarget => LinkImplementation}ClosureBrad King2014-06-231-3/+3
* cmTarget: Remove 'head' argument from GetTransitiveTargetClosureBrad King2014-06-231-5/+4
* cmTarget: Simplify processILibs implementationBrad King2014-06-231-13/+10
* cmTarget: De-duplicate library list expansionBrad King2014-06-231-34/+27
* cmTarget: Remove unused GetInterfaceLinkLibraries methodBrad King2014-06-231-23/+0
* Merge topic 'android-platform'Brad King2014-06-101-0/+1
|\
| * Add basic Android platform moduleBrad King2014-06-061-0/+1
* | cmTarget: Remove an unused variableBen Boeckel2014-06-091-1/+0
* | backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+4
* | genex: remove the need for backtracesBen Boeckel2014-06-051-71/+52
* | cmake: remove dummy backtraces for IssueMessageBen Boeckel2014-06-051-2/+1