summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMP0022: Plain target_link_libraries must populate link interfaceBrad King2013-11-021-135/+105
* Merge branch 'output-CMP0022-entries' into policy-CMP0022-fixesBrad King2013-11-021-1/+26
|\
| * CMP0022: Output link interface mismatch for static library warningStephen Kelly2013-10-231-1/+26
* | Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-5/+10
|/
* Fix CMP0022 warning when no old-style property is setStephen Kelly2013-09-131-1/+1
* Add differing target property content to policy CMP0022 warningStephen Kelly2013-09-111-1/+7
* Merge topic 'rpath-on-mac'Brad King2013-08-261-3/+7
|\
| * OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.Clinton Stimpson2013-08-221-3/+7
* | Fix OLD behavior of CMP0021.Stephen Kelly2013-08-241-1/+4
* | Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+6
* | cmTarget: Add NAME propertyStephen Kelly2013-07-311-1/+24
* | Merge topic 'minor-cleanups'Brad King2013-07-291-19/+31
|\ \ | |/ |/|
| * Genex: Disallow LINKER_LANGUAGE only when used on a static library.Stephen Kelly2013-07-261-4/+4
| * cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-261-1/+16
| * cmTarget: Remove duplicates when printing traces of tll signaturesStephen Kelly2013-07-261-1/+7
| * Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.Stephen Kelly2013-07-261-14/+5
| * Docs: Trim trailing whitespace in generated doc.Stephen Kelly2013-07-261-1/+1
* | Merge topic 'tid-system-argument'Brad King2013-07-261-1/+1
|\ \ | |/ |/|
| * cmTarget: Fix property name typo in docs.Stephen Kelly2013-07-251-1/+1
* | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-241-0/+51
* | Merge topic 'framework-interface-includes'Brad King2013-07-241-0/+28
|\ \
| * | Use linked frameworks as a source of include directories.Stephen Kelly2013-07-241-0/+28
* | | Merge topic 'minor-cleanups'Brad King2013-07-241-1/+1
|\ \ \
| * | | Don't add trailing whitespace to error message.Stephen Kelly2013-07-181-1/+1
| |/ /
* | | Remove the LINK_LANGUAGE generator expression.Stephen Kelly2013-07-241-14/+11
|/ /
* | Merge topic 'drop-old-vs-dependency'Brad King2013-07-161-13/+4
|\ \
| * | VS,Xcode: Drop incorrect legacy dependency trace (#14291)Brad King2013-07-151-13/+4
* | | Merge topic 'tid-system-argument'Brad King2013-07-161-0/+77
|\ \ \ | | |/ | |/|
| * | Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-0/+44
| * | Store system include directories in the cmTarget.Stephen Kelly2013-07-021-0/+33
| |/
* | Merge topic 'compile-defs-debugging'Brad King2013-07-151-62/+170
|\ \
| * | Add target property debugging for COMPILE_DEFINITIONSStephen Kelly2013-07-121-63/+169
| * | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-3/+5
| |/
* | Genex: Make CMP0021 and CMP0022 usable with TARGET_POLICYStephen Kelly2013-07-111-18/+14
* | TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-081-0/+8
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-3/+8
* | Introduce the INTERFACE_LINK_LIBRARIES property.Stephen Kelly2013-07-081-7/+172
* | GenexEval: Add abstracted access to link interface for a target.Stephen Kelly2013-07-071-0/+16
|/
* automoc: add a global AUTOMOC_TARGETS_FOLDER propertyAlex Neundorf2013-06-281-1/+3
* VS: Add support for .NET target framework versionChristian Maaser2013-06-141-0/+5
* Merge topic 'add_compile_options-command'Brad King2013-06-051-1/+9
|\
| * Introduce add_compile_options command.Stephen Kelly2013-06-041-1/+9
* | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+33
|\ \
| * | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property.Stephen Kelly2013-06-021-0/+12
| * | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+21
* | | Merge topic 'cfbundle-location'Brad King2013-06-041-2/+17
|\ \ \ | |_|/ |/| |
| * | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-2/+17
* | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-031-27/+265
|\ \ \
| * | | Add target_compile_options command.Stephen Kelly2013-06-021-0/+14
| * | | Add COMPILE_OPTIONS target property.Stephen Kelly2013-06-021-0/+224