Ken Martin
|
2a1e2456ae
|
ENH: some code consolidation and cleanup
|
2007-04-12 15:46:14 -04:00 |
Brad King
|
f7611f167c
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
2006-12-14 14:30:41 -05:00 |
Ken Martin
|
bdb530191d
|
BUG: bad progress for named top level targets
|
2006-08-29 12:55:11 -04:00 |
Brad King
|
eef327b944
|
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
2006-08-29 10:03:47 -04:00 |
Ken Martin
|
f1dfa7e78f
|
BUG: changed to progress to make it more flexible and to no relink targets as often
|
2006-07-11 09:55:27 -04:00 |
Ken Martin
|
a6bf59baef
|
ENH: fix for dependent targets
|
2006-06-19 11:34:50 -04:00 |
Brad King
|
87d4d0e039
|
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
2006-06-01 15:51:24 -04:00 |
Ken Martin
|
7eba286403
|
BUG: fix to progress for small projects
|
2006-05-25 10:55:24 -04:00 |
Ken Martin
|
2cae0ce389
|
ENH: fix compiler warnings and posibly java test
|
2006-05-24 10:09:24 -04:00 |
Ken Martin
|
50d058a3a1
|
ENH: always compile progress
|
2006-05-23 09:11:46 -04:00 |
Ken Martin
|
b8483cf109
|
STYLE: fix line length
|
2006-05-11 10:40:28 -04:00 |
Ken Martin
|
3023eb7ccb
|
ENH: Makefile performance improvements
|
2006-05-02 09:56:42 -04:00 |
Andy Cedilnik
|
1e608c912c
|
ENH: Add packaging of source code (make package_source)
|
2006-04-17 15:26:54 -04:00 |
Brad King
|
b323c3f51c
|
BUG: Work-around Watcom WMake limitation for multiple-output custom command support.
|
2006-04-13 10:15:48 -04:00 |
Brad King
|
d5719f22c1
|
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
2006-04-11 11:06:19 -04:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Bill Hoffman
|
89e5fc63fe
|
STYLE: fix line lengths
|
2006-03-10 13:54:57 -05:00 |
Brad King
|
8d9a997beb
|
ENH: Cleaned up generation of directory-level rules and their support structure. The directorystart rule has been removed in favor of checking the build system in the subdirectory makefile first. The "directory" rule has been renamed "all" since it corresponds to the "all" pass anyway (as against "clean"). Also fixed directory-level rule for preinstall.
|
2006-03-01 18:54:17 -05:00 |
Andy Cedilnik
|
07260a6f27
|
ENH: Cleanup global targets even more and potentially fix Xcode
|
2006-03-01 08:28:39 -05:00 |
Andy Cedilnik
|
0ba40b59c7
|
COMP: Handle preinstall properly on IDEs
|
2006-02-24 09:43:23 -05:00 |
Andy Cedilnik
|
549b77034e
|
COMP: Fixes for visual studio
|
2006-02-23 13:37:35 -05:00 |
Brad King
|
f09778c4a5
|
BUG: Work-around borland make bug that drops a rule completely if it has no dependencies or commands.
|
2006-02-16 18:50:16 -05:00 |
Ken Martin
|
929553a02e
|
ENH: big cleanup and fix for jump commands
|
2005-10-20 13:40:28 -04:00 |
Ken Martin
|
345fb993aa
|
ENH: some fixes for better backwards compatibility
|
2005-10-10 11:49:17 -04:00 |
Ken Martin
|
f85f919dbc
|
ENH: reduce the number of files produced still needs a bit more cleanup
|
2005-07-27 09:49:37 -04:00 |
Bill Hoffman
|
fe9714e2f0
|
ENH: fix static build of vtk with cmake by having custom targets chain depend information
|
2005-07-15 11:38:19 -04:00 |
Ken Martin
|
369308ca76
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
Andy Cedilnik
|
cd97dc5f79
|
BUG: Remove duplicate targets when in different generators
|
2005-06-01 09:25:10 -04:00 |
Ken Martin
|
6999000852
|
ENH: now uses Makefile2 to cleanup zsh issues and provided some more documentation
|
2005-05-31 11:46:49 -04:00 |
Ken Martin
|
f79376c1d1
|
STYLE: add some better comments and remove some unused code
|
2005-05-31 10:16:28 -04:00 |
Ken Martin
|
193747256b
|
ENH: switch to using new Unix Makefile generator for Unix as well
|
2005-05-25 11:18:41 -04:00 |
Ken Martin
|
baeeb40823
|
ENH: some more cleanup and changes to how custom commands are stored
|
2005-05-24 14:42:23 -04:00 |
Ken Martin
|
ef6c5ae23e
|
ENH: optimization to not use requires step unless a language requires it
|
2005-05-24 11:17:30 -04:00 |
Ken Martin
|
60bcce7fa2
|
ENH: added help target and made custom commands execute in start output directory
|
2005-05-20 11:01:21 -04:00 |
Ken Martin
|
78b5cca6e3
|
ENH: another step to the next generator still not optimized yet
|
2005-05-18 13:46:00 -04:00 |
Ken Martin
|
61358ac75c
|
ENH: some more reorg
|
2005-05-17 11:15:09 -04:00 |
Ken Martin
|
4b1c392c9c
|
ENH: snapshot
|
2005-05-11 08:45:16 -04:00 |
Ken Martin
|
0cb20474d8
|
ENH: updates
|
2005-05-06 14:49:38 -04:00 |
Ken Martin
|
c2cd47b32c
|
ENH: backup of work in progress
|
2005-05-05 12:45:53 -04:00 |