summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* RPATH: Add option for using $ORIGIN in build treePeter Wu2018-10-261-3/+26
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-6/+5
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* Replace occurrences of "Mac OS X" with "macOS" in commentsBartosz Kosiorek2018-09-101-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-7/+6
* cmComputeLinkInformation: make some members constVitaly Stakhovsky2018-03-221-20/+20
* cmComputeLinkInformation: make GetItems() constMichael Stürmer2018-03-191-1/+1
* objlib: Allow other libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-011-0/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-5/+6
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-17/+17
* cmComputeLinkInformation: Better RPATH detection for versioned libraries.Byoungchan Lee2018-01-221-5/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-67/+44
* Use C++11 nullptrDaniel Pfeifer2017-08-241-10/+10
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Add options for separate compile and link sysrootsBrad King2017-05-091-1/+7
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-4/+16
* Allow imported INTERFACE libraries to specify a link library nameBrad King2016-11-091-0/+6
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-22/+23
* Add a BUILD_RPATH target property specifying build-tree RPATH entriesRuslan Baratov2016-10-031-0/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-3/+9
* use CM_NULLPTRDaniel Pfeifer2016-06-281-9/+9
* 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
| |/