index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmLocalUnixMakefileGenerator3.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ...
Brad King
2008-01-13
1
-0/+5
*
BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec...
Brad King
2008-01-07
1
-3/+7
*
ENH: Moved global inter-target dependency analysis and cycle-prevention code ...
Brad King
2007-12-23
1
-1/+1
*
ENH: Add a depends check step to custom targets. Add support for the IMPLICI...
Brad King
2007-12-21
1
-3/+4
*
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
Brad King
2007-12-19
1
-1/+2
*
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...
Brad King
2007-12-19
1
-4/+7
*
ENH: Implemented generation of display for pre-build, pre-link, and post-buil...
Brad King
2007-12-18
1
-1/+2
*
ENH: Replaced dependency integrity map with an explicit map from object file ...
Brad King
2007-08-07
1
-11/+14
*
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a...
Brad King
2007-08-01
1
-1/+1
*
STYLE: Removed unused reference to cmMakeDepend.
Brad King
2007-06-11
1
-1/+0
*
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
Alexander Neundorf
2007-06-05
1
-10/+0
*
ENH: Added testing for custom command line arguments containing all special c...
Brad King
2007-05-17
1
-0/+13
*
BUG: fix -D escaped quotes for watcom
Bill Hoffman
2007-05-10
1
-0/+3
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
1
-7/+0
*
ENH: Fixed recursive make call target escaping for Borland to support SubDirS...
Brad King
2007-03-08
1
-0/+8
*
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...
Brad King
2007-03-08
1
-3/+0
*
ENH: check in initial conv library stuff
Bill Hoffman
2007-02-16
1
-1/+3
*
BUG: fix for 4186, kdevelop adding file twice
Bill Hoffman
2007-01-25
1
-25/+9
*
ENH: Adding support for # escape in Watcom WMake.
Brad King
2006-10-25
1
-0/+5
*
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...
Brad King
2006-10-13
1
-2/+3
*
BUG: Hack to make echo command work properly in mingw32-make.
Brad King
2006-10-05
1
-0/+9
*
BUG: Fixed display of custom command comments with quotes, dollars, and other...
Brad King
2006-10-04
1
-5/+0
*
BUG: MSYS makefile shell needs posix paths to executables in some cases and i...
Brad King
2006-09-28
1
-0/+7
*
ENH: Centralized generation of targets listed in the help to be done by the c...
Brad King
2006-08-23
1
-1/+5
*
BUG: Added object language to list of object files in a local generator's dir...
Brad King
2006-08-15
1
-3/+12
*
ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMB...
Brad King
2006-08-09
1
-2/+14
*
ENH: Added generation of rules to manually request preprocessed or generated ...
Brad King
2006-08-08
1
-0/+6
*
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
Brad King
2006-08-03
1
-6/+0
*
ENH: Restoring previous change with a fix.
Brad King
2006-08-02
1
-0/+4
*
ENH: undo change that broke borland 5.6 cont
Bill Hoffman
2006-08-01
1
-4/+0
*
ENH: Moved generation of directory-level object convenience rules to a separa...
Brad King
2006-08-01
1
-0/+4
*
ENH: added progress for subdir all targets and fixed compiler waring
Ken Martin
2006-07-12
1
-0/+1
*
ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...
Brad King
2006-07-11
1
-2/+0
*
BUG: changed to progress to make it more flexible and to no relink targets as...
Ken Martin
2006-07-11
1
-0/+7
*
ENH: Slight improvement in genreation time by recording the setting of CMAKE_...
Brad King
2006-05-25
1
-1/+5
*
BUG: Updated Makefile dependency scanning to provide a full local generator t...
Brad King
2006-05-25
1
-1/+1
*
ENH: always compile progress
Ken Martin
2006-05-23
1
-0/+3
*
ENH: make sure verbose output is used for kde
Bill Hoffman
2006-04-08
1
-0/+1
*
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...
Brad King
2006-03-30
1
-1/+4
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-36/+36
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-1/+2
*
ENH: use a cmake script to do the clean step, this allows for large numbers o...
Bill Hoffman
2006-03-09
1
-1/+2
*
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...
Brad King
2006-02-15
1
-1/+2
*
ENH: some reorg of the unix makefile generator
Ken Martin
2006-02-15
1
-140/+90
*
ENH: more cleanup and removal of old code
Ken Martin
2006-01-30
1
-18/+1
*
ENH: cleanup and remove some old code
Ken Martin
2006-01-30
1
-10/+0
*
ENH: add support for watcom wmake and wcl386
Bill Hoffman
2006-01-17
1
-0/+7
*
ENH: Further centralized custom command dependency computation. Custom comma...
Brad King
2006-01-14
1
-1/+0
*
BUG: Sweeping changes to cleanup computation of target names. This should
Brad King
2006-01-13
1
-2/+2
*
BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the help
Bill Hoffman
2006-01-02
1
-2/+5
[next]