summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'language-generator-expressions'Brad King2013-05-241-3/+7
|\
| * Add $<LINK_LANGUAGE> generator expressionStephen Kelly2013-05-241-3/+7
* | Merge topic 'LinkLine-typedef'Brad King2013-05-221-2/+0
|\ \
| * | cmTarget: drop the unused local typedef LinkLineRolf Eike Beer2013-05-221-2/+0
* | | Merge topic 'add-EXPORT_NAME-property'Brad King2013-05-221-0/+43
|\ \ \ | |/ / |/| |
| * | Add EXPORT_NAME property.Stephen Kelly2013-05-181-0/+43
* | | Merge topic 'unused-cleanup'Brad King2013-05-211-1/+0
|\ \ \
| * | | Remove unused marker for a variable which is now used.Stephen Kelly2013-05-161-1/+0
| | |/ | |/|
* | | Merge topic 'fix-style'Brad King2013-05-211-1/+1
|\ \ \
| * | | Fix style.Stephen Kelly2013-05-161-1/+1
| |/ /
* | | Merge topic 'error-on-exported-missing-include-dir'Brad King2013-05-211-3/+33
|\ \ \ | |_|/ |/| |
| * | Error on relative path in INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-211-3/+33
| |/
* | Merge topic 'doc-improvements'Brad King2013-05-161-5/+5
|\ \
| * | Fix spelling and typos (product names)Andreas Mohr2013-05-071-2/+2
| * | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-3/+3
* | | Merge topic 'vs-no-compiler-pdb-setting'Brad King2013-05-161-4/+4
|\ \ \ | |_|/ |/| |
| * | VS: Separate compiler and linker PDB files (#11899, #14062)Brad King2013-04-051-4/+4
| |/
* | Memoize usage requirement include directories in a config-specific mapStephen Kelly2013-05-061-4/+18
* | Fix include dir propagation from conditionally linked targetsStephen Kelly2013-05-061-12/+27
* | Centralize maintenance of usage requirement include directoriesStephen Kelly2013-05-061-6/+17
|/
* Merge topic 'error-on-exported-missing-include-dir'Brad King2013-03-281-0/+14
|\
| * Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-0/+14
* | Merge topic 'error-on-exported-missing-include-dir'Brad King2013-03-261-3/+28
|\ \ | |/
| * Report an error on IMPORTED targets with a faulty INTERFACEStephen Kelly2013-03-261-3/+28
* | Merge topic 'fix-COMPILE_DEFINITIONS-config'Brad King2013-03-261-13/+17
|\ \ | |/ |/|
| * Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-13/+17
* | Rename variable for including current directory in interfacesBrad King2013-03-191-1/+1
|/
* Document that CMAKE_AUTOMOC works with Qt 5.Stephen Kelly2013-03-161-1/+2
* Merge topic 'property-link-depends-no-crash'Brad King2013-03-131-0/+8
|\
| * Avoid crash when checking property compatibility without link infoBrad King2013-03-121-0/+4
| * Avoid crash when checking property link dependencies without link infoBrad King2013-03-121-0/+4
* | Merge topic 'doc-fixes'Brad King2013-03-131-1/+3
|\ \
| * | Documentation: Clarify a few subtletiesPetr Kmoch2013-03-121-1/+3
* | | Only process transitive interface properties for valid target names.Stephen Kelly2013-03-061-2/+5
|/ /
* | Fix RPATH information when only a genex is used as a link library.Stephen Kelly2013-02-281-4/+9
* | Memoize includes and defines from interface libraries.Stephen Kelly2013-02-241-44/+88
|/
* Use the link information as a source of compile definitions and includes.Stephen Kelly2013-02-131-51/+146
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-3/+3
* Make sure INTERFACE properties work with OBJECT libraries.Stephen Kelly2013-02-081-0/+8
* Ensure that the build interface includes have been added.Stephen Kelly2013-02-081-1/+3
* Only append build interface include dirs to particular targets.Stephen Kelly2013-02-071-0/+7
* Don't keep track of content determined by target property values.Stephen Kelly2013-02-071-34/+9
* Move a special case for PIC from the genex to the cmTarget code.Stephen Kelly2013-02-071-1/+2
* Ensure type specific compatible interface properties do not intersect.Stephen Kelly2013-02-071-5/+29
* The COMPATIBLE_INTERFACE does not affect the target it is set on.Stephen Kelly2013-02-071-12/+12
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-9/+1
* Merge topic 'tll-includes-defines'Brad King2013-02-051-11/+30
|\
| * Cache context-independent includes on evaluation.Stephen Kelly2013-02-031-11/+30
* | Use the result of converting to a unix path.Stephen Kelly2013-02-051-2/+2
|/
* Merge topic 'fix-automoc-compile-defs'Brad King2013-01-291-0/+29
|\