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
/
cmLocalUnixMakefileGenerator2.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ENH: Adding partial implementation of provides-requires mode.
Brad King
2005-01-17
1
-6/+67
*
BUG: Fix for relative path conversion when path is a subset of relative path ...
Brad King
2005-01-17
1
-2/+4
*
ENH: Added install target implementation. Also added missing include of asse...
Brad King
2005-01-04
1
-6/+28
*
ENH: Added relative path support (mostly done). Many paths are written relat...
Brad King
2005-01-04
1
-66/+291
*
BUG: Support for custom command outputs in subdirectories of current build tr...
Brad King
2004-12-09
1
-0/+2
*
BUG: AppendAnyDepend must handle non-existing files.
Brad King
2004-12-09
1
-8/+4
*
ENH: Added post-build rules to executables and libraries. Generalized Append...
Brad King
2004-12-09
1
-73/+121
*
ENH: Implemented utility targets. This involved pulling part of the custom c...
Brad King
2004-12-09
1
-55/+123
*
ENH: Moved custom command rule files into special CMakeCustomCommands.dir sub...
Brad King
2004-11-19
1
-2/+8
*
ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the futu...
Brad King
2004-11-19
1
-191/+143
*
ENH: Added partial clean target support.
Brad King
2004-11-05
1
-37/+141
*
ENH: Implemented VERBOSE output setting.
Brad King
2004-11-05
1
-43/+48
*
ENH: Generalized driver targets and subdirectory traversal rules. The implem...
Brad King
2004-11-03
1
-81/+145
*
ENH: Removed unneeded requires rules now that canonical names are available.
Brad King
2004-11-03
1
-29/+5
*
ENH: Added convenience rules to build targets without specifying full paths.
Brad King
2004-11-03
1
-10/+77
*
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...
Brad King
2004-11-03
1
-16/+13
*
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...
Brad King
2004-11-03
1
-12/+3
*
ENH: Added partial RC language dependency scanning (just using C dependencies...
Brad King
2004-11-02
1
-1/+2
*
ENH: Added dependencies between libraries.
Brad King
2004-11-02
1
-15/+42
*
BUG: Removed debugging output.
Brad King
2004-11-02
1
-5/+0
*
ENH: Implemented generation of custom command rule files.
Brad King
2004-11-02
1
-37/+178
*
BUG: Fixed subdirectory implementation for Borland Make.
Brad King
2004-11-02
1
-43/+100
*
ENH: Implemented subdirectory rules for all target.
Brad King
2004-11-02
1
-30/+82
*
ENH: Added framework for subdirectory traversal.
Brad King
2004-10-29
1
-1/+120
*
BUG: Dependency makefile lines must be at least three characters long to hold...
Brad King
2004-10-29
1
-1/+1
*
ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th...
Brad King
2004-10-29
1
-39/+219
*
BUG: Fixes for Borland Make.
Brad King
2004-10-29
1
-9/+14
*
BUG: Fixes for NMake.
Brad King
2004-10-29
1
-29/+45
*
ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump...
Brad King
2004-10-29
1
-26/+100
*
ENH: Cleaned up format of generated makefiles. Consolidated rule generation ...
Brad King
2004-10-29
1
-190/+500
*
COMP: Fix local shadow warnings.
Brad King
2004-10-28
1
-8/+8
*
COMP: Fix for Mac specific code.
Brad King
2004-10-28
1
-1/+1
*
ENH: Do not try to handle unimplemented target types yet. Fixes for projects...
Brad King
2004-10-27
1
-25/+68
*
ENH: Added executable dependencies on libraries including jump-and-build supp...
Brad King
2004-10-27
1
-11/+174
*
ENH: Added generation of rules for shared libraries and modules.
Brad King
2004-10-27
1
-7/+71
*
ENH: Added rules to build executables. Also began to consolidate flag list c...
Brad King
2004-10-27
1
-95/+437
*
ENH: Do not generate touch rule for target level dependencies. There are no ...
Brad King
2004-10-26
1
-6/+2
*
ENH: Added generation of rule to build object file.
Brad King
2004-10-26
1
-18/+158
*
ERR: Missing std:: on endl.
Brad King
2004-10-26
1
-5/+5
*
ENH: Added object file dependency scanning.
Brad King
2004-10-26
1
-4/+174
*
ENH: Added generation of rule to build object file.
Brad King
2004-10-15
1
-3/+59
*
ENH: Started new makefile generator implementation. It will temporarily be c...
Brad King
2004-10-04
1
-0/+471
[prev]