summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix to progress for small projectsKen Martin2006-05-251-7/+14
* ENH: fix compiler warnings and posibly java testKen Martin2006-05-241-3/+4
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-231-5/+14
* ENH: always compile progressKen Martin2006-05-231-5/+194
* BUG: fix issue with too many fast targets being listedKen Martin2006-05-181-8/+13
* PERF: performance improvementKen Martin2006-05-151-10/+4
* ENH: Add simple progress reporting during makeAndy Cedilnik2006-05-151-0/+6
* STYLE: fix line lengthKen Martin2006-05-111-32/+52
* BUG: use SHELL varKen Martin2006-05-031-1/+1
* BUG: need to make sure paths are OKKen Martin2006-05-021-1/+1
* BUG: need to make sure paths are OKKen Martin2006-05-021-0/+1
* BUG: fix for unixKen Martin2006-05-021-1/+1
* ENH: Makefile performance improvementsKen Martin2006-05-021-91/+181
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-1/+1
* ENH: fix global helpBill Hoffman2006-04-251-1/+1
* ENH: fix help for global targetsBill Hoffman2006-04-201-3/+1
* ENH: put global targets in the helpBill Hoffman2006-04-181-0/+1
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-1/+66
* ENH: add support for re-running cmake if the cmakefiles changeBill Hoffman2006-04-101-0/+7
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-28/+29
* ENH: Cleaned up generation of directory-level rules and their support structu...Brad King2006-03-011-239/+80
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+0
* BUG: Work-around borland make bug that drops a rule completely if it has no d...Brad King2006-02-161-0/+7
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-0/+24
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-53/+22
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-17/+17
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-2/+36
* BUG: fix build problem on gccBill Hoffman2006-01-021-2/+3
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-0/+8
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-18/+23
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-160/+58
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-26/+41
* ENH: fix NONEBill Hoffman2005-09-011-0/+4
* ENH: fix warningKen Martin2005-08-051-2/+2
* FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr callsBill Hoffman2005-08-021-4/+10
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-11/+13
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-4/+4
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-52/+19
* ENH: fix static build of vtk with cmake by having custom targets chain depend...Bill Hoffman2005-07-151-3/+19
* BUG: fix for bootstrap problemKen Martin2005-07-061-2/+2
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-11/+11
* ENH: fix for BSD makes no longer use dir name as a targetKen Martin2005-06-211-0/+2
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-0/+16
* ENH: removed old convert callsKen Martin2005-06-101-4/+8
* ENH: some better error reporting and more robust handlign of bad targetsAndy Cedilnik2005-06-091-6/+10
* BUG: do not add help target if there is a real target named helpKen Martin2005-06-011-1/+5
* COMP: fix warningKen Martin2005-06-011-12/+0
* BUG: Remove duplicate targets when in different generatorsAndy Cedilnik2005-06-011-13/+18
* COMP: fix warningKen Martin2005-06-011-1/+0