summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Added object language to list of object files in a local generator's dir...Brad King2006-08-151-3/+7
* ENH: fix for no newline on some makes fix for ctest and some symlinksAndy Cedilnik2006-08-141-0/+1
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-091-5/+5
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+98
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
* ENH: added progress to custom commands with commentsKen Martin2006-07-131-0/+13
* BUG: reduce the number of file handles kept openKen Martin2006-07-121-13/+12
* ENH: fix compile warningKen Martin2006-07-111-2/+0
* BUG: changed to progress to make it more flexible and to no relink targets as...Ken Martin2006-07-111-10/+62
* STYLE: Fix some style errorsAndy Cedilnik2006-07-101-77/+78
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-2/+9
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+50
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+2
* ENH: cleanupKen Martin2006-06-121-9/+10
* ENH: some cleanup to progressKen Martin2006-06-121-8/+9
* ENH: line lengthsKen Martin2006-06-051-1/+2
* BUG: Custom command outputs listed explicitly as source files in a target sho...Brad King2006-06-011-66/+111
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-10/+21
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-231-3/+6
* ENH: always compile progressKen Martin2006-05-231-0/+16
* STYLE: fix line lengthKen Martin2006-05-121-27/+40
* BUG: Make sure each cmake_depends process uses the same SystemTools path tran...Brad King2006-04-271-0/+11
* ENH: ignore all files that we do not know about just like in ide generatorsBill Hoffman2006-04-211-3/+1
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-0/+8
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-0/+6
* BUG: Work-around Watcom WMake limitation for multiple-output custom command s...Brad King2006-04-131-0/+5
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-19/+39
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-3/+7
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-2/+9
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-11/+12
* ENH: add support for removing language flags from shared library and shared m...Bill Hoffman2006-03-141-0/+22
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-2/+3
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-1/+3
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-9/+7
* ENH: Order compilation flags from most general to most specific: language, th...Brad King2006-02-201-6/+9
* ENH: warning fixKen Martin2006-02-161-1/+1
* ENH: warning fixKen Martin2006-02-161-1/+1
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-16/+19
* ENH: fix build error for macBill Hoffman2006-02-151-1/+1
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+794