summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make sure linking to a shared lib on windows uses import library and not...Brad King2008-02-061-2/+6
* BUG: Do not create versioned executable names on Xcode where they are not sup...Brad King2008-02-061-1/+1
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-061-4/+47
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-3/+3
* COMP: Fix shadowed local warning.Brad King2008-02-011-3/+3
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-29/+129
* ENH: Add target property LINK_SEARCH_END_STATIC to help people building stati...Brad King2008-01-311-0/+12
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+119
* BUG: cmTarget instances should not be copied. Removed pass-by-value argument...Brad King2008-01-291-11/+24
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-32/+63
* ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties a...Brad King2008-01-281-0/+30
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-0/+10
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-32/+16
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-89/+491
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-5/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-59/+72
* BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property.Brad King2008-01-211-1/+5
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+10
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-4/+4
* ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COM...Brad King2008-01-151-0/+5
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-2/+26
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-4/+4
* ENH: only allow usage of chrpath if the executable file format is ELFAlexander Neundorf2008-01-021-13/+5
* ENH: Implemented Fortran module output directory and search path flags.Brad King2007-12-301-0/+10
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+45
* ENH: Added SOURCES property to targets. This is based on patch from issues #...Brad King2007-12-171-0/+34
* BUG: For imported target directory, do not return pointer to freed memory.Brad King2007-11-211-3/+3
* BUG: fix undefined property FRAMEWORKKen Martin2007-10-301-0/+8
* BUG: Fix the dashboards! Put it back the way it was so it always creates the ...David Cole2007-10-121-1/+1
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-8/+102
* ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of...Brad King2007-09-101-0/+6
* STYLE: fix typoAlexander Neundorf2007-08-091-1/+1
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-2/+3
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-2/+2
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-8/+14
* BUG: Only pay attention to the FRAMEWORK target property for SHARED library t...David Cole2007-08-011-2/+4
* BUG: <CONFIG>_LOCATION property should use the config name in the directory a...Brad King2007-08-011-5/+11
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-121-42/+40
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-111-41/+43
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-111-43/+41
* STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a...Brad King2007-07-021-180/+211
* ENH: here we really want only non-imported targets, as discussed with BradAlexander Neundorf2007-06-271-2/+2
* BUG: handle dependencies to imported targets better: don't create aAlexander Neundorf2007-06-211-2/+2
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-247/+224
* ENH: Moved link library related code from GenerateSourceFilesFromSourceLists ...Brad King2007-05-281-8/+13
* ENH: Removed "Used" mark from custom commands. It is no longer needed or che...Brad King2007-05-281-10/+0
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-1/+1
* BUG: don't use non-imported target when cross compiling as commands in custom...Alexander Neundorf2007-05-241-3/+3
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-6/+6
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-38/+32