summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmTarget: Remove a conditional for generate-time source addition.Stephen Kelly2015-10-071-13/+6
* cmTarget: Split storage of sources from genexes.Stephen Kelly2015-10-071-39/+50
* cmTarget: Add Compute API for sources.Stephen Kelly2015-10-071-0/+4
* cmTarget: Add API for generate-time source addition.Stephen Kelly2015-10-071-0/+5
* cmTarget: Join strings conditionally.Stephen Kelly2015-10-061-2/+2
* CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGSChuck Atkins2015-09-211-0/+1
* CMP0026: Use compatibility codepath until configure is finished (#15748)Stephen Kelly2015-09-181-2/+2
* cmTarget: Only append non-empty values to buildsystem properties.Stephen Kelly2015-09-111-5/+5
* cmTarget: Fix memory leak when SOURCES property is clearedBrad King2015-09-031-0/+1
* cmTarget: Fix buildsystem property empty value set and append operationsBrad King2015-09-031-24/+48
* Merge topic 'fix-ios-install'Brad King2015-09-011-3/+2
|\
| * Fix installation of iOS targets (#12506)Gregor Jasny2015-08-251-1/+1
| * Replace CMAKE_XCODE_EFFECTIVE_PLATFORMS with call to PlatformIsAppleIosGregor Jasny2015-08-251-3/+2
* | Merge topic 'use-generator-target'Brad King2015-08-271-1207/+68
|\ \
| * | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-56/+0
| * | cmGeneratorTarget: Move GetLanguages from cmTarget.Stephen Kelly2015-08-261-44/+0
| * | cmGeneratorTarget: Move ComputeLinkImplementationLanguages from cmTarget.Stephen Kelly2015-08-261-14/+0
| * | cmGeneratorTarget: Move HaveBuildTreeRPath from cmTarget.Stephen Kelly2015-08-261-15/+0
| * | cmGeneratorTarget: Move GetLinkImplementation from cmTarget.Stephen Kelly2015-08-261-24/+0
| * | cmTarget: Add GetLinkImplMap method.Stephen Kelly2015-08-261-4/+9
| * | cmLinkItem: Add cmOptionalLinkImplementation type.Stephen Kelly2015-08-261-56/+31
| * | cmLinkItem: Add cmLinkImplementation type.Stephen Kelly2015-08-261-2/+2
| * | cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-161/+10
| * | cmGeneratorTarget: Move compile features processing from cmTarget.Stephen Kelly2015-08-261-75/+10
| * | cmGeneratorTarget: Move compile options processing from cmTarget.Stephen Kelly2015-08-261-79/+10
| * | cmGeneratorTarget: Move include directory processing from cmTarget.Stephen Kelly2015-08-261-224/+10
| * | cmGeneratorTarget: Move link iface helpers from cmTarget.Stephen Kelly2015-08-261-45/+0
| * | cmGeneratorTarget: Move GetImportLinkInterface from cmTarget.Stephen Kelly2015-08-261-65/+0
| * | cmGeneratorTarget: Move ComputeLinkInterfaceLibraries from cmTarget.Stephen Kelly2015-08-261-153/+0
| * | cmGeneratorTarget: Move GetLinkInterfaceLibraries from cmTarget.Stephen Kelly2015-08-261-44/+0
| * | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.Stephen Kelly2015-08-261-97/+0
| * | cmGeneratorTarget: Move GetLinkInterface from cmTarget.Stephen Kelly2015-08-261-47/+0
| * | cmTarget: Add GetHeadToLinkInterfaceMap methods.Stephen Kelly2015-08-261-8/+20
| * | cmTarget: Move cmHeadToLinkInterfaceMap out.Stephen Kelly2015-08-261-6/+4
| * | cmGeneratorTarget: Move ComputeLinkInterface from cmTarget.Stephen Kelly2015-08-261-61/+49
| * | cmTarget: Move link interface libraries struct out.Stephen Kelly2015-08-261-25/+11
| |/
* | cmTarget: Fix indentation.Stephen Kelly2015-08-251-6/+6
|/
* Merge topic 'OUTPUT_DIRECTORY-genex'Brad King2015-08-131-5/+36
|\
| * Add generator expression support to OUTPUT_DIRECTORY target propertiesRobert Goulet2015-08-121-2/+15
| * cmTarget: Detect and diagnose recursion in GetOutputInfoRobert Goulet2015-08-121-3/+21
* | Allow LINK_SEARCH_{START,END}_STATIC props to have default values.Chuck Atkins2015-08-131-0/+2
* | cmTarget: Remove unused AddSystemIncludeDirectories overloadGregor Jasny2015-08-111-7/+0
|/
* cmTarget: Use a simpler delete algorithm.Stephen Kelly2015-08-071-13/+5
* cmTarget: Split storage of compile definitions from genexes.Stephen Kelly2015-08-071-32/+19
* cmTarget: Split storage of compile features from genexes.Stephen Kelly2015-08-071-12/+17
* cmTarget: Split storage of compile options from genexes.Stephen Kelly2015-08-071-25/+31
* cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-071-26/+51
* cmTarget: Request only the link libraries where needed.Stephen Kelly2015-08-071-1/+2
* cmLinkImplementationLibraries: Move to namespace scope.Stephen Kelly2015-08-061-6/+6
* cmGeneratorTarget: Move CompileInfoMap from cmTarget.Stephen Kelly2015-08-051-42/+0