summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RPATH information when only a genex is used as a link library.Stephen Kelly2013-02-281-1/+1
* Use the link information as a source of compile definitions and includes.Stephen Kelly2013-02-131-0/+1
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-2/+2
* Don't keep track of content determined by target property values.Stephen Kelly2013-02-071-7/+0
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-311-3/+3
* Merge topic 'fix-automoc-compile-defs'Brad King2013-01-291-0/+2
|\
| * Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-0/+2
* | Add the COMPATIBLE_INTERFACE_STRING property.Stephen Kelly2013-01-241-0/+5
|/
* Merge topic 'clean-include-dirs-debugging'Brad King2013-01-231-0/+1
|\
| * Only output includes once after the start of 'generate-time' when debugging.Stephen Kelly2013-01-211-0/+1
* | Merge topic 'qt4-autolink-qtmain'Brad King2013-01-231-0/+5
|\ \
| * | Automatically link to the qtmain library when linking to QtCore.Stephen Kelly2013-01-231-0/+5
| |/
* | Make INTERFACE determined properties readable in generator expressions.Stephen Kelly2013-01-201-0/+2
|/
* Merge topic 'test-export-iface-genex'Brad King2013-01-151-0/+3
|\
| * Make the BUILD_INTERFACE of export()ed targets work.Stephen Kelly2013-01-151-0/+3
* | Add a way to check INTERFACE user property compatibility.Stephen Kelly2013-01-151-0/+2
|/
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-101-1/+3
* Add API to calculate link-interface-dependent bool properties or error.Stephen Kelly2013-01-081-0/+3
* Keep track of properties used to determine linker libraries.Stephen Kelly2013-01-081-0/+10
* Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-081-0/+6
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-12/+20
* Use mapped config properties to evaluate $<CONFIG>Stephen Kelly2013-01-051-0/+5
* Keep track of INCLUDE_DIRECTORIES as a vector of structs.Stephen Kelly2013-01-031-0/+4
* Makefile: Use modern link information for framework search pathsBrad King2012-12-071-5/+0
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-0/+14
* Fix default PDB output directory (#13644)Brad King2012-11-021-1/+1
* Merge topic 'vs-pdb-output'Brad King2012-10-011-0/+7
|\
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-0/+7
* | Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-201-0/+3
* | Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-3/+0
* | Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-191-4/+0
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-3/+0
* | Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-14/+0
* | Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-191-3/+0
|/
* Remove incorrect doc string for link type enumStephen Kelly2012-08-191-3/+0
* Re-factor framework directory computation.Nicolas Despres2012-07-171-0/+3
* Re-factor Mac OS X content directory computation.Nicolas Despres2012-07-171-0/+13
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-0/+3
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-0/+7
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-1/+2
* Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-091-3/+0
|\
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-3/+0
* | Merge topic 'target-include-directories'David Cole2012-03-081-0/+3
|\ \ | |/ |/|
| * Add API to get the ordered includes for a target.Stephen Kelly2012-02-221-0/+3
* | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-1/+0
|/
* Merge topic 'refactor-versioned-lib-names'David Cole2011-12-071-0/+7
|\
| * cmTarget: Create helper method for versioned library namesBrad King2011-12-061-0/+7
* | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+8
|/
* Refactor TargetTypeNames.Nicolas Despres2011-10-021-1/+1
* Merge topic 'effective-platform-name'Brad King2011-07-261-1/+5
|\