summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
* | \ Merge topic 'doc-Fortran-mod-dir-issue-13034'Brad King2012-03-131-1/+6
|\ \ \
| * | | Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)Brad King2012-03-121-1/+6
| |/ /
* | | Merge topic 'cleanup-object-file-names'Brad King2012-03-131-59/+0
|\ \ \ | |/ / |/| / | |/
| * Remove unused partial OBJECT_FILES property implementationBrad King2012-03-061-59/+0
* | Merge topic 'target-include-directories'David Cole2012-03-081-0/+49
|\ \
| * | Update the documentation regarding INCLUDE_DIRECTORIES.David Cole2012-02-221-0/+20
| * | Keep the INCLUDE_DIRECTORIES target property up to date.Stephen Kelly2012-02-221-0/+5
| * | Add API to get the ordered includes for a target.Stephen Kelly2012-02-221-0/+24
* | | Merge topic 'skip-install-rpath'David Cole2012-03-061-2/+4
|\ \ \
| * | | Add an option to skip RPATH during installation.Stephen Kelly2012-03-051-2/+4
* | | | Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLEStephen Kelly2012-03-051-2/+8
* | | | Merge topic 'factor-install-type'David Cole2012-03-021-16/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-16/+0
| |/
* | various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-4/+4
|/
* VS: Add support for WinRT project properties (#12930)Eugene Golushkov2012-02-031-0/+10
* Clarify IMPORTED_ target property documentationBrad King2012-01-251-37/+29
* automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-1/+1
* Merge topic 'AutomocIncludedDotMocFileHandling'David Cole2011-12-071-2/+4
|\
| * Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-071-12/+83
| |\
| * | automoc: add documentation for CMAKE_AUTOMOC_STRICT_MODEAlex Neundorf2011-12-061-1/+4
* | | Merge topic 'refactor-versioned-lib-names'David Cole2011-12-071-40/+30
|\ \ \ | |_|/ |/| |
| * | cmTarget: Create helper method for versioned library namesBrad King2011-12-061-40/+30
* | | Merge topic 'GNU-to-MS'David Cole2011-12-061-0/+38
|\ \ \
| * | | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+38
* | | | Factor out target location undefined behavior helper macroBrad King2011-12-011-11/+3
| |/ / |/| |
* | | VS: Add support for three new project properties (#12586)Aaron Ten Clay2011-11-281-0/+23
|/ /
* | Merge topic 'AddMocOptionsToAutomoc'David Cole2011-11-081-1/+15
|\ \
| * | add documentation for the AUTOMOC_MOC_OPTIONS propertyAlex Neundorf2011-11-011-1/+14
| * | automoc: fix #12541, support moc optionsAlex Neundorf2011-11-011-0/+1
| |/
* | VS: Add VS_SCC_AUXPATH target property (#12549)Robert Dailey2011-11-011-1/+6
|/
* Merge topic 'cmake-link-interface-libraries'David Cole2011-10-251-0/+4
|\
| * Initialize LINK_INTERFACE_LIBRARIES target property with a variableStephen Kelly2011-10-241-0/+4
* | Refactor TargetTypeNames.Nicolas Despres2011-10-021-41/+31
|/
* Merge topic 'effective-platform-name'David Cole2011-09-131-1/+5
|\
| * Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDirDavid Cole2011-09-121-1/+5
* | Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+12
* | Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOCAlex Neundorf2011-08-161-1/+24
* | Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-291-0/+8