summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-automoc-compile-defs'Brad King2013-01-291-0/+29
|\
| * Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-0/+29
* | Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-241-0/+65
* | Make calculation of link-interface-dependent properties type-sensitive.Stephen Kelly2013-01-241-48/+118
|/
* Merge topic 'clean-include-dirs-debugging'Brad King2013-01-231-3/+10
|\
| * Specify the target whose includes are being listed.Stephen Kelly2013-01-211-2/+2
| * Only output includes once after the start of 'generate-time' when debugging.Stephen Kelly2013-01-211-1/+8
* | Merge topic 'fix-LINK_LIBRARIES-population'Brad King2013-01-231-2/+3
|\ \
| * | Don't wrap all targets in LINK_LIBRARIES in a TARGET_NAME genex.Stephen Kelly2013-01-201-2/+3
| |/
* | Merge topic 'qt4-autolink-qtmain'Brad King2013-01-231-0/+3
|\ \
| * | Automatically link to the qtmain library when linking to QtCore.Stephen Kelly2013-01-231-0/+3
* | | Clear the link information in ClearLinkMaps.Stephen Kelly2013-01-211-0/+7
* | | Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-201-0/+47
* | | Exit early if we find an inconsistent property.Stephen Kelly2013-01-181-0/+3
|/ /
* | Populate the link information cache before checking dependent properties.Stephen Kelly2013-01-161-4/+4
|/
* Merge topic 'test-export-iface-genex'Brad King2013-01-151-0/+25
|\
| * Make the BUILD_INTERFACE of export()ed targets work.Stephen Kelly2013-01-151-0/+25
* | Merge topic 'tll-allow-genex'Brad King2013-01-151-0/+13
|\ \
| * | Don't include generator expressions in old-style link handling.Stephen Kelly2013-01-131-0/+13
| |/
* | Add a way to check INTERFACE user property compatibility.Stephen Kelly2013-01-151-0/+70
|/
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-101-12/+38
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-0/+14
* Add API to calculate link-interface-dependent bool properties or error.Stephen Kelly2013-01-081-0/+128
* Keep track of properties used to determine linker libraries.Stephen Kelly2013-01-081-1/+41
* Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-081-9/+94
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-44/+76
* Handle INTERFACE properties transitively for includes and defines.Stephen Kelly2013-01-051-0/+22
* Use mapped config properties to evaluate $<CONFIG>Stephen Kelly2013-01-051-37/+49
* Add a way to print the origins of used include directories.Stephen Kelly2013-01-031-0/+27
* Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-031-2/+123
* Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-201-3/+4
* Makefile: Use modern link information for framework search pathsBrad King2012-12-071-21/+0
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-0/+50
* Split link information processing into two steps.Stephen Kelly2012-11-211-2/+12
* Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD'Brad King2012-11-201-0/+15
|\
| * Define property EXCLUDE_FROM_DEFAULT_BUILDPetr Kmoch2012-11-131-0/+15
* | Merge topic 'link-depends-no-shared'Brad King2012-11-131-0/+17
|\ \ | |/ |/|
| * Optionally skip link dependencies on shared library filesBrad King2012-10-261-0/+17
* | Fix default PDB output directory (#13644)Brad King2012-11-021-4/+7
|/
* Merge topic 'documentation-cleanup'Brad King2012-10-011-6/+12
|\
| * Fix minor typos.Stephen Kelly2012-09-291-2/+2
| * Remove unused parameter marker and the unused parameter.Stephen Kelly2012-09-291-2/+1
| * Document that generator expressions can be used in target properties.Stephen Kelly2012-09-291-2/+9
* | Merge topic 'vs-pdb-output'Brad King2012-10-011-3/+136
|\ \ | |/ |/|
| * Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6Brad King2012-09-251-4/+12
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-3/+128
* | Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-201-0/+70
* | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-24/+0
* | Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-191-19/+0
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-21/+0