summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-1/+37
* ENH: Adding version number to the name of a DLL built in cygwin but not the i...Brad King2006-10-051-0/+11
* ENH: Added support for getting a target's location on a per-configuration bas...Brad King2006-09-291-1/+9
* ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a li...Brad King2006-08-031-0/+11
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-9/+9
* ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker s...Brad King2006-06-151-0/+1
* ENH: Changing shared library versioned file names on OSX to conform to that p...Brad King2006-06-051-1/+21
* ENH: fix for vtk 4.4 and other projects that may try to link to a moduleBill Hoffman2006-05-191-0/+5
* STYLE: fix line lengthKen Martin2006-05-121-10/+18
* ENH: Added information about target needing a source file when one cannot be ...Brad King2006-05-051-1/+1