summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-0/+21
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-241-1/+14
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-1/+8
* STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, a...Brad King2007-07-021-38/+42
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-26/+7
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-2/+2
* ENH: Made cmTarget::GetSourceFiles method return reference to const so additi...Brad King2007-05-281-1/+3
* ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...Brad King2007-05-281-1/+6
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-2/+3
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+20
* STYLE: functions use upper case for the first letterAlexander Neundorf2007-05-091-1/+1
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-2/+9
* ENH: Created method cmTarget::GetExportMacro to centralize computation of the...Brad King2007-03-281-0/+5
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-0/+4
* ENH: some code cleanupKen Martin2007-03-121-8/+0
* ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...Brad King2007-03-091-0/+1
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-2/+2
* ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...Brad King2007-03-081-3/+3
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-0/+4
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-3/+3
* BUG: fix accidental checkinKen Martin2007-02-191-4/+0
* ENH: turn on spaces in path testKen Martin2007-02-191-0/+4
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+3
* ENH: Added cmTarget::GetPDBName method to simplify computation of .pdb file n...Brad King2007-02-011-0/+3
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-3/+6
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+11
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-20/+17
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+5
* ENH: fix for vtk 4.4 and other projects that may try to link to a moduleBill Hoffman2006-05-191-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-5/+9
* ENH: Added global TargetManifest computation between Configure and Generate s...Brad King2006-04-041-0/+3
* ENH: Add proper support for installing bundlesAndy Cedilnik2006-03-281-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-47/+49
* ENH: fix line length style stuffBill Hoffman2006-03-101-3/+6
* ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ...Brad King2006-03-031-3/+0
* ENH: Add support for exporting graphviz of the project dependenciesAndy Cedilnik2006-03-031-0/+2
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-2/+2
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-1/+12
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-1/+1
* BUG: Fixed relink with new install framework.Brad King2006-02-191-1/+8
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-12/+12
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-2/+14
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-20/+37
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+6
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...Brad King2005-12-141-18/+13
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-1/+2
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-0/+17
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-37/+38
* ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato...Brad King2005-04-221-5/+26
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-0/+12