summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added <config>_OUTPUT_NAME target property to allow the output name to b...Brad King2006-04-181-2/+13
* COMP: Remove warningsAndy Cedilnik2006-03-281-0/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-125/+129
* STYLE: fix line lengthsBill Hoffman2006-03-101-14/+29
* ENH: Replaced UpdateLocation method with call to GetLocation. Added comment ...Brad King2006-03-031-44/+10
* ENH: Add support for exporting graphviz of the project dependenciesAndy Cedilnik2006-03-031-0/+5
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-2/+1
* ENH: Finished CMAKE_<CONFIG>_POSTFIX feature and documented it. The value of...Brad King2006-03-021-10/+39
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-6/+54
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-1/+7
* ENH: Switched order of slash and configuration name in cmGlobalGenerator::App...Brad King2006-02-201-1/+1
* BUG: Fixed relink with new install framework.Brad King2006-02-191-1/+2
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-37/+60
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-0/+101
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...Brad King2006-02-031-9/+4
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-101/+209
* ENH: for all custom commands that can not be given to a target, add them to a...Bill Hoffman2006-01-091-0/+10
* BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffixBill Hoffman2006-01-021-4/+1
* COMP: Remove warningsAndy Cedilnik2005-12-301-0/+1
* ENH: add better support for framework linkingBill Hoffman2005-12-261-1/+20
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...Brad King2005-12-141-39/+32
* ENH: executable prefix and post fix variables should not be the same as the e...Bill Hoffman2005-11-231-4/+2
* BUG: Do not expand escape sequences when re-expanding variables in include di...Brad King2005-11-221-1/+1
* ENH: Added versioned executable support. This partially addresses bug#2143. ...Brad King2005-08-171-4/+67
* ENH: make sure source file depends are used to determine if custom commands a...Bill Hoffman2005-07-261-3/+6
* ENH: added Alexander's target property TYPEKen Martin2005-07-011-0/+30
* ENH: some better checksKen Martin2005-06-221-1/+7
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-17/+61
* ENH: removed old 1.2 compatabilityKen Martin2005-06-091-40/+0
* ENH: another step to the next generator still not optimized yetKen Martin2005-05-181-2/+5
* ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato...Brad King2005-04-221-0/+105
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-3/+105
* ENH: Speedup by only getting the source onceAndy Cedilnik2005-04-131-3/+7
* COMP: Using const_iterator instead of iterator to walk through custom command...Brad King2005-02-181-1/+1
* COMP: remove warningsBill Hoffman2004-10-221-10/+0
* COMP: fix warningsBill Hoffman2004-10-211-0/+4
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-4/+69
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-1/+1
* BUG: fix perfered linker language codeBill Hoffman2004-09-221-1/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-42/+68
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+18
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-2/+2
* ENH: add a property for HAS_CXX to a target that will force the use of a c++ ...Bill Hoffman2004-04-221-0/+4