summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...Brad King2008-01-131-0/+5
* BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...Brad King2008-01-071-3/+7
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-1/+1
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-3/+4
* ENH: Enabled color printing of "Scanning dependencies of target ..." message.Brad King2007-12-191-1/+2
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-4/+7
* ENH: Implemented generation of display for pre-build, pre-link, and post-buil...Brad King2007-12-181-1/+2
* ENH: Replaced dependency integrity map with an explicit map from object file ...Brad King2007-08-071-11/+14
* ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...Brad King2007-08-011-1/+1
* STYLE: Removed unused reference to cmMakeDepend.Brad King2007-06-111-1/+0
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-10/+0
* ENH: Added testing for custom command line arguments containing all special c...Brad King2007-05-171-0/+13
* BUG: fix -D escaped quotes for watcomBill Hoffman2007-05-101-0/+3
* ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...Brad King2007-03-081-7/+0
* ENH: Fixed recursive make call target escaping for Borland to support SubDirS...Brad King2007-03-081-0/+8
* ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...Brad King2007-03-081-3/+0
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-1/+3
* BUG: fix for 4186, kdevelop adding file twiceBill Hoffman2007-01-251-25/+9
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-0/+5
* BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...Brad King2006-10-131-2/+3
* BUG: Hack to make echo command work properly in mingw32-make.Brad King2006-10-051-0/+9
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-5/+0
* BUG: MSYS makefile shell needs posix paths to executables in some cases and i...Brad King2006-09-281-0/+7
* ENH: Centralized generation of targets listed in the help to be done by the c...Brad King2006-08-231-1/+5
* BUG: Added object language to list of object files in a local generator's dir...Brad King2006-08-151-3/+12
* ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMB...Brad King2006-08-091-2/+14
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+6
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-6/+0
* ENH: Restoring previous change with a fix.Brad King2006-08-021-0/+4
* ENH: undo change that broke borland 5.6 contBill Hoffman2006-08-011-4/+0
* ENH: Moved generation of directory-level object convenience rules to a separa...Brad King2006-08-011-0/+4
* ENH: added progress for subdir all targets and fixed compiler waringKen Martin2006-07-121-0/+1
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-2/+0
* BUG: changed to progress to make it more flexible and to no relink targets as...Ken Martin2006-07-111-0/+7
* ENH: Slight improvement in genreation time by recording the setting of CMAKE_...Brad King2006-05-251-1/+5
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-1/+1
* ENH: always compile progressKen Martin2006-05-231-0/+3
* ENH: make sure verbose output is used for kdeBill Hoffman2006-04-081-0/+1
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-1/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-36/+36
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-1/+2
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-1/+2
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-140/+90
* ENH: more cleanup and removal of old codeKen Martin2006-01-301-18/+1
* ENH: cleanup and remove some old codeKen Martin2006-01-301-10/+0
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+7
* ENH: Further centralized custom command dependency computation. Custom comma...Brad King2006-01-141-1/+0
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-2/+2
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-2/+5