summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* COMP: don't user string::clear(), fix warnings about unused variablesAlexander Neundorf2007-05-231-4/+4
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-39/+141
* BUG: An empty configuration name is equivalent to no configuration.Brad King2007-05-171-1/+1
* BUG: fix segfault when trying to get the object file for a sourcefile in anAlexander Neundorf2007-05-151-12/+15
* STYLE: fix line lengthsAlexander Neundorf2007-05-141-4/+6
* STYLE: fix line lengthAlexander Neundorf2007-05-101-2/+4
* STYLE: functions use upper case for the first letterAlexander Neundorf2007-05-091-5/+5
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+52
* ENH: initial support for creation of frameworks on MacBill Hoffman2007-05-081-1/+18
* ENH: added internal target property for the name of the project fileKen Martin2007-04-101-0/+6
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-0/+27
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-221-0/+17
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-18/+59
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-131-3/+2
* ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...Brad King2007-03-091-28/+134
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-6/+15
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-2/+6
* COMP: Fixed enumeration-not-used warning in switch.Brad King2007-03-081-13/+18
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-28/+48
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-4/+4
* BUG: fix accidental checkinKen Martin2007-02-191-50/+6
* ENH: turn on spaces in path testKen Martin2007-02-191-2/+49
* STYLE: fix line length issuesBill Hoffman2007-02-171-1/+2
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-3/+63
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...Brad King2007-02-011-0/+11
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-8/+22
* COMP: fix some warnings and style issuesKen Martin2006-12-081-1/+2