summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-50/+0
* | Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-191-70/+0
|/
* cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-181-4/+13
* add_library: Document POSITION_INDEPENDENT_CODE default (#13479)Brad King2012-08-311-1/+1
* Fix casing of 'Qt' in docs, comments and user-visible strings.Stephen Kelly2012-08-281-1/+1
* Merge topic 'pic-docs'David Cole2012-08-241-1/+4
|\
| * Fix unfortunate documentation error for PIC feature.Stephen Kelly2012-08-201-1/+4
* | Remove duplicate 'of' from docs.Stephen Kelly2012-08-201-1/+1
* | Add missing whitespace to docs.Stephen Kelly2012-08-191-1/+1
|/
* Re-factor framework directory computation.Nicolas Despres2012-07-171-12/+14
* Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-171-45/+62
* Ninja: Add support for CFBundle.Nicolas Despres2012-07-171-0/+13
* Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+15
* Update the docs of IMPORTED_LOCATION_CONFIG to match the code.Stephen Kelly2012-05-251-3/+3
* Fix a few typos in NO_SONAME property description.Modestas Vainius2012-05-021-1/+1
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-13/+26
* CMake: Clarify SUFFIX target property documentation.David Cole2012-04-021-2/+3
* Merge topic 'object-library'David Cole2012-03-201-1/+43
|\
| * Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-1/+41
| * Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+2
| * Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-59/+0
| |\