Brad King
|
7fdcb4e1e4
|
ENH: Generalized driver targets and subdirectory traversal rules. The implementations of all, depend, build, clean, install, etc. now follow a common framework.
|
2004-11-03 11:02:44 -05:00 |
Brad King
|
30e685b41f
|
ENH: Removed unneeded requires rules now that canonical names are available.
|
2004-11-03 08:59:13 -05:00 |
Brad King
|
8a4c0673be
|
ENH: Added convenience rules to build targets without specifying full paths.
|
2004-11-03 08:46:17 -05:00 |
Brad King
|
a5ae290a5b
|
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
2004-11-03 07:51:51 -05:00 |
Brad King
|
d46d8df0ed
|
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
|
2004-11-03 07:23:18 -05:00 |
Brad King
|
2823a4797a
|
ENH: Added partial RC language dependency scanning (just using C dependencies for now).
|
2004-11-02 18:09:22 -05:00 |
Brad King
|
6de0ff4b00
|
ENH: Added dependencies between libraries.
|
2004-11-02 17:38:09 -05:00 |
Brad King
|
22cc48c534
|
BUG: Removed debugging output.
|
2004-11-02 17:19:19 -05:00 |
Brad King
|
04f958b6d9
|
ENH: Implemented generation of custom command rule files.
|
2004-11-02 17:14:04 -05:00 |
Brad King
|
fd8ae3d34c
|
BUG: Fixed subdirectory implementation for Borland Make.
|
2004-11-02 08:32:03 -05:00 |
Brad King
|
914f28b06a
|
ENH: Implemented subdirectory rules for all target.
|
2004-11-02 07:36:08 -05:00 |
Brad King
|
3bb39d4390
|
ENH: Added framework for subdirectory traversal.
|
2004-10-29 18:15:59 -04:00 |
Brad King
|
bf2a2b203f
|
BUG: Dependency makefile lines must be at least three characters long to hold a dependency.
|
2004-10-29 17:18:16 -04:00 |
Brad King
|
81bbae1fb2
|
ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation.
|
2004-10-29 16:50:46 -04:00 |
Brad King
|
ff7ab5f1ab
|
BUG: Fixes for Borland Make.
|
2004-10-29 14:57:36 -04:00 |
Brad King
|
17b1cc26e0
|
BUG: Fixes for NMake.
|
2004-10-29 13:55:17 -04:00 |
Brad King
|
6b3ca003d7
|
ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump-and-build on Windows and UNIX.
|
2004-10-29 13:04:28 -04:00 |
Brad King
|
37ae7d6acf
|
ENH: Cleaned up format of generated makefiles. Consolidated rule generation into single WriteMakeRule method. Added special targets like rebuild_cache and edit_cache.
|
2004-10-29 10:52:52 -04:00 |
Brad King
|
4de0a518fd
|
COMP: Fix local shadow warnings.
|
2004-10-28 07:46:42 -04:00 |
Brad King
|
8711ce31d9
|
COMP: Fix for Mac specific code.
|
2004-10-28 07:43:18 -04:00 |
Brad King
|
72e125ca1f
|
ENH: Do not try to handle unimplemented target types yet. Fixes for projects with subdirectories.
|
2004-10-27 12:05:33 -04:00 |
Brad King
|
8e0985f9f1
|
ENH: Added executable dependencies on libraries including jump-and-build support.
|
2004-10-27 10:45:18 -04:00 |
Brad King
|
0d622ae9e8
|
ENH: Added generation of rules for shared libraries and modules.
|
2004-10-27 08:47:49 -04:00 |
Brad King
|
414a2fd645
|
ENH: Added rules to build executables. Also began to consolidate flag list construction into separate methods.
|
2004-10-27 08:20:58 -04:00 |
Brad King
|
18642f4b4e
|
ENH: Do not generate touch rule for target level dependencies. There are no build-time dependencies by default.
|
2004-10-26 16:07:50 -04:00 |
Brad King
|
d7aca58343
|
ENH: Added generation of rule to build object file.
|
2004-10-26 14:49:11 -04:00 |
Brad King
|
239378e4cb
|
ERR: Missing std:: on endl.
|
2004-10-26 13:00:24 -04:00 |
Brad King
|
1a4037c15a
|
ENH: Added object file dependency scanning.
|
2004-10-26 12:53:51 -04:00 |
Brad King
|
4b20a7ad2d
|
ENH: Added generation of rule to build object file.
|
2004-10-15 08:57:32 -04:00 |
Brad King
|
bf46e4f4b7
|
ENH: Started new makefile generator implementation. It will temporarily be called cmLocalUnixMakefileGenerator2 until it is ready to replace the original completely.
|
2004-10-04 16:15:25 -04:00 |