summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-14/+247
* ENH: fix bug in full path to target depends stuffBill Hoffman2006-12-071-0/+2
* BUG: better fix for .dll.lib problemBill Hoffman2006-11-301-1/+8
* COMP: fix compile issue on Sun hopefullyKen Martin2006-11-291-2/+2
* COMP: fix compile issue on SunKen Martin2006-11-291-4/+8
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-92/+58
* ENH: fix line length problemBill Hoffman2006-11-271-6/+6
* ENH: fix crash in plplot buildBill Hoffman2006-11-271-1/+2
* BUG: fix problem when a target name is the same as the output of a custom com...Bill Hoffman2006-11-251-4/+30
* ENH: fix a bug with useing debuf optimized libs from other buildsKen Martin2006-11-161-0/+4