summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-646/+439
* cmComputeLinkInformation: Do not mark interface library as a pathBrad King2016-05-131-1/+1
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-42/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+8
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* cmGeneratorTarget: Add GetLinkDirectories API.Stephen Kelly2015-10-261-3/+3
* Access policy status from cmGeneratorTarget at generate time.Stephen Kelly2015-10-201-5/+5
* cmGeneratorTarget: Provide direct access to the backtrace.Stephen Kelly2015-10-201-5/+5
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-1/+1
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Move IsLinkable from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-19/+19
* Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-3/+3
* cmComputeLinkDepends: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-121-7/+6
* cmComputeLinkInformation: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+2
* cmComputeLinkInformation: Port data interface to cmGeneratorTarget.Stephen Kelly2015-10-121-3/+3
* cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.Stephen Kelly2015-10-121-13/+11
* Merge topic 'use-generator-target'Brad King2015-10-121-23/+19
|\
| * cmComputeLinkDepends: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-101-19/+14
| * cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget.Stephen Kelly2015-10-101-1/+2
| * cmGeneratorTarget: Move HasMacOSXRpathInstallNameDir from cmTarget.Stephen Kelly2015-10-101-2/+2
| * cmGeneratorTarget: Move HaveInstallTreeRPATH from cmTarget.Stephen Kelly2015-10-081-1/+1
* | Merge topic 'add-cmLocalGenerator-API'Brad King2015-10-121-2/+3
|\ \
| * | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+3
| |/
* | cmGeneratorTarget: Use local GetProperty method.Stephen Kelly2015-10-081-6/+6
|/
* Merge topic 'add-link-search-static-properties-defaults'Brad King2015-09-011-5/+3
|\
| * Revert LINK_SEARCH_{START,END}_STATIC behavior changeBrad King2015-08-311-5/+3
* | Merge topic 'use-generator-target'Brad King2015-08-271-1/+1
|\ \
| * | cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget.Stephen Kelly2015-08-261-1/+1
* | | Reduce uses of cmMakefile::GetGlobalGenerator.Stephen Kelly2015-08-251-1/+1
|/ /
* | Merge topic 'use-generator-target'Brad King2015-08-171-1/+1
|\ \ | |/ |/|
| * cmComputeLinkInformation: Lookup a target only if we have oneBrad King2015-08-131-1/+1
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values.Chuck Atkins2015-08-131-3/+5
|/
* cmComputeLinkInformation: Simplify generator object access.Stephen Kelly2015-08-061-11/+7
* cmOrderDirectories: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-3/+3
* cmComputeLinkDepends: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-1/+1
* cmComputeLinkInformation: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-44/+40
* cmGeneratorTarget: Move GetLinkClosure from cmTarget.Stephen Kelly2015-08-051-3/+12
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-4/+3
* cmGeneratorTarget: Move IsChrPathUsed from cmTarget.Stephen Kelly2015-08-051-1/+5
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-6/+10
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-4/+14
* cmComputeLinkInformation: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+3
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-8/+4
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-8/+4
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
|/
* cmComputeLinkInformation: Reduce 'if' nesting in AddItemBrad King2015-04-211-5/+7
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-9/+12
* Link libraries by full path even in implicit directoriesBrad King2015-04-091-0/+42