Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Work-around Watcom WMake limitation for multiple-output custom command ↵ | Brad King | 2006-04-13 | 1 | -0/+9 |
| | | | | support. | ||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -0/+16 |
| | | | | 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. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: Cleaned up generation of directory-level rules and their support ↵ | Brad King | 2006-03-01 | 1 | -4/+6 |
| | | | | 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. | ||||
* | ENH: Cleanup global targets even more and potentially fix Xcode | Andy Cedilnik | 2006-03-01 | 1 | -2/+1 |
| | |||||
* | COMP: Handle preinstall properly on IDEs | Andy Cedilnik | 2006-02-24 | 1 | -0/+1 |
| | |||||
* | COMP: Fixes for visual studio | Andy Cedilnik | 2006-02-23 | 1 | -0/+9 |
| | |||||
* | BUG: Work-around borland make bug that drops a rule completely if it has no ↵ | Brad King | 2006-02-16 | 1 | -0/+6 |
| | | | | dependencies or commands. | ||||
* | ENH: big cleanup and fix for jump commands | Ken Martin | 2005-10-20 | 1 | -7/+8 |
| | |||||
* | ENH: some fixes for better backwards compatibility | Ken Martin | 2005-10-10 | 1 | -1/+3 |
| | |||||
* | ENH: reduce the number of files produced still needs a bit more cleanup | Ken Martin | 2005-07-27 | 1 | -2/+5 |
| | |||||
* | ENH: fix static build of vtk with cmake by having custom targets chain ↵ | Bill Hoffman | 2005-07-15 | 1 | -1/+1 |
| | | | | depend information | ||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -1/+1 |
| | | | | of const junk | ||||
* | BUG: Remove duplicate targets when in different generators | Andy Cedilnik | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵ | Ken Martin | 2005-05-31 | 1 | -1/+36 |
| | | | | documentation | ||||
* | STYLE: add some better comments and remove some unused code | Ken Martin | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | ENH: switch to using new Unix Makefile generator for Unix as well | Ken Martin | 2005-05-25 | 1 | -1/+1 |
| | |||||
* | ENH: some more cleanup and changes to how custom commands are stored | Ken Martin | 2005-05-24 | 1 | -1/+0 |
| | |||||
* | ENH: optimization to not use requires step unless a language requires it | Ken Martin | 2005-05-24 | 1 | -0/+2 |
| | |||||
* | ENH: added help target and made custom commands execute in start output ↵ | Ken Martin | 2005-05-20 | 1 | -1/+2 |
| | | | | directory | ||||
* | ENH: another step to the next generator still not optimized yet | Ken Martin | 2005-05-18 | 1 | -1/+8 |
| | |||||
* | ENH: some more reorg | Ken Martin | 2005-05-17 | 1 | -1/+0 |
| | |||||
* | ENH: snapshot | Ken Martin | 2005-05-11 | 1 | -3/+0 |
| | |||||
* | ENH: updates | Ken Martin | 2005-05-06 | 1 | -2/+12 |
| | |||||
* | ENH: backup of work in progress | Ken Martin | 2005-05-05 | 1 | -0/+67 |