summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Need to clean manifest files that may have been generated for .exe and ....Brad King2006-08-151-0/+7
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-0/+5
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-17/+9
* BUG: Finished fix to bug#3229 and bug#3272.Brad King2006-05-231-1/+0
* BUG: Added missing cd command before running executable version symlink rule....Brad King2006-05-161-0/+6
* STYLE: fix line lengthKen Martin2006-05-121-17/+27
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-6/+12
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-1/+4
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-1/+2
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-13/+32
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-4/+7
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-5/+8
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-2/+5
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-11/+9
* BUG: Do not perform pre-build, pre-link, or post-install commands when relink...Brad King2006-02-161-8/+15
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-4/+16
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-6/+6
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+334