summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Merge topic 'join-algorithm'Brad King2015-01-121-24/+2
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-24/+2
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-6/+6
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
| |/
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-15/+4
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-5/+5
* cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-231-3/+2
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-8/+5
* regex: Search on strings where possibleBen Boeckel2014-06-091-1/+1
* regex: Use static regexs where possibleBen Boeckel2014-06-091-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-19/+19
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+3
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* Merge topic 'rpath-default'Brad King2014-01-021-1/+1
|\
| * OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-021-1/+1
* | Constify handling of link targets.Stephen Kelly2013-12-111-8/+9
|/
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-0/+20
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-4/+16
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-2/+2
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+5
* OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-151-4/+16
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-9/+2