summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: Fix shadowed local variable created by previous cmake_force change.Brad King2006-09-211-4/+0
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-10/+1
* BUG: cmake_force needs to be written into build.make as well as Makefile.Brad King2006-09-201-11/+11
* BUG: Fixed ordering of code generated in Makefile and build.make files to mak...Brad King2006-09-081-32/+40
* BUG: Patch from Alex to fix name of includecache files to not look like sourc...Brad King2006-09-021-1/+2
* ENH: Make sure all custom command outputs are up to date before scanning depe...Brad King2006-08-311-45/+1
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-1/+1
* ENH: Centralized generation of targets listed in the help to be done by the c...Brad King2006-08-231-2/+9
* BUG: Added object language to list of object files in a local generator's dir...Brad King2006-08-151-5/+18
* BUG: add newline for some versions of makeAndy Cedilnik2006-08-141-1/+1
* ENH: Changed preprocessed source extension to .i and assembly extension to .s...Brad King2006-08-091-2/+2
* ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMB...Brad King2006-08-091-1/+7
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-2/+34
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-16/+0
* ENH: Restoring previous change with a fix.Brad King2006-08-021-22/+35
* ENH: undo change that broke borland 5.6 contBill Hoffman2006-08-011-35/+22
* ENH: Moved generation of directory-level object convenience rules to a separa...Brad King2006-08-011-22/+35
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
* ENH: added progress for subdir all targets and fixed compiler waringKen Martin2006-07-121-2/+4
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-114/+4
* BUG: changed to progress to make it more flexible and to no relink targets as...Ken Martin2006-07-111-15/+66
* BUG: Make the path change more localized to bundles onlyAndy Cedilnik2006-07-061-0/+1
* BUG: Revert the change 1.152Andy Cedilnik2006-07-061-5/+0
* BUG: If the source file specified is not in a source tree, do not use full pa...Andy Cedilnik2006-07-051-0/+5
* COMP: warning fixKen Martin2006-06-271-19/+18
* ENH: fix for subdir all target after control cKen Martin2006-06-271-18/+19
* BUG: When using a working directory for the custom command do not convert pat...Brad King2006-06-261-9/+16
* ENH: fix linelengthKen Martin2006-06-151-2/+4
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-15/+21
* ENH: fix line lengthKen Martin2006-06-121-1/+2
* ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the pr...Brad King2006-06-011-2/+21
* BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/...Brad King2006-06-011-2/+18
* BUG: Fix progress when total number of source files is less than 100.Brad King2006-05-301-3/+8
* ENH: Slight improvement in genreation time by recording the setting of CMAKE_...Brad King2006-05-251-2/+6
* BUG: fix to progress for small projectsKen Martin2006-05-251-1/+3
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-21/+6
* BUG: Fix for spaces in path to build directory with new progress stuff.Brad King2006-05-231-8/+12
* ENH: always compile progressKen Martin2006-05-231-2/+21
* ENH: Add simple progress reporting during makeAndy Cedilnik2006-05-151-0/+4
* STYLE: fix line lengthKen Martin2006-05-151-37/+48
* BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...Brad King2006-05-031-0/+1
* BUG: add a fast version for preinstallKen Martin2006-05-021-0/+4
* ENH: Makefile performance improvementsKen Martin2006-05-021-0/+5
* COMP: Disable color support for bootstrap.Brad King2006-04-271-0/+2
* BUG: Default SHELL on windows should not be a hard-coded path.Brad King2006-04-271-1/+2
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-37/+28
* BUG: Changed color scheme to be more readable on both white and black backgro...Brad King2006-04-201-15/+9
* ENH: some performance optimizationsKen Martin2006-04-111-3/+2
* ENH: make sure verbose output is used for kdeBill Hoffman2006-04-081-1/+2
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-2/+62