Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-19 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-18 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-17 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-16 | 1 | -1/+1 | |
| | ||||||
* | COMP: fix warning | Ken Martin | 2004-11-15 | 1 | -1/+2 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-15 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-14 | 1 | -1/+1 | |
| | ||||||
* | ENH: added -U option to take union of -R and -I | Ken Martin | 2004-11-13 | 4 | -49/+91 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-13 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-12 | 1 | -1/+1 | |
| | ||||||
* | ENH: Another linker error on sun | Andy Cedilnik | 2004-11-11 | 1 | -0/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-11 | 1 | -1/+1 | |
| | ||||||
* | FIX: make sure the object file name is correctly mangled for depend information | Bill Hoffman | 2004-11-10 | 1 | -0/+1 | |
| | ||||||
* | ENH: added custom supp for cmake | Ken Martin | 2004-11-10 | 2 | -0/+15 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-10 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-09 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-08 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-07 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-06 | 1 | -1/+1 | |
| | ||||||
* | ENH: Added partial clean target support. | Brad King | 2004-11-05 | 2 | -38/+145 | |
| | ||||||
* | ENH: Moved code that checks output path variables to separate ↵ | Brad King | 2004-11-05 | 2 | -14/+21 | |
| | | | | ConfigureOutputPaths method. Needed to provide access to the same code from a subclass. | |||||
* | ENH: Implemented VERBOSE output setting. | Brad King | 2004-11-05 | 2 | -44/+49 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-05 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-04 | 1 | -1/+1 | |
| | ||||||
* | ENH: Generalized driver targets and subdirectory traversal rules. The ↵ | Brad King | 2004-11-03 | 2 | -82/+150 | |
| | | | | implementations of all, depend, build, clean, install, etc. now follow a common framework. | |||||
* | ENH: Removed unneeded requires rules now that canonical names are available. | Brad King | 2004-11-03 | 2 | -31/+5 | |
| | ||||||
* | ENH: Added convenience rules to build targets without specifying full paths. | Brad King | 2004-11-03 | 2 | -10/+83 | |
| | ||||||
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵ | Brad King | 2004-11-03 | 9 | -40/+49 | |
| | | | | more explicity. | |||||
* | COMP: Fix new cmGeneratedFileStream for MSVC. | Brad King | 2004-11-03 | 3 | -7/+6 | |
| | ||||||
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵ | Brad King | 2004-11-03 | 10 | -148/+209 | |
| | | | | replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-03 | 1 | -1/+1 | |
| | ||||||
* | ENH: Added partial RC language dependency scanning (just using C ↵ | Brad King | 2004-11-02 | 1 | -1/+2 | |
| | | | | dependencies for now). | |||||
* | ENH: Added dependencies between libraries. | Brad King | 2004-11-02 | 2 | -15/+44 | |
| | ||||||
* | 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 | 2 | -38/+188 | |
| | ||||||
* | COMP: Remove compile warning | Andy Cedilnik | 2004-11-02 | 1 | -1/+1 | |
| | ||||||
* | BUG: Fixed subdirectory implementation for Borland Make. | Brad King | 2004-11-02 | 2 | -44/+111 | |
| | ||||||
* | ENH: Implemented subdirectory rules for all target. | Brad King | 2004-11-02 | 2 | -34/+86 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-02 | 1 | -1/+1 | |
| | ||||||
* | BUG: add a test for a single char dir, and fix bug introduced in 1.53, but ↵ | Bill Hoffman | 2004-11-01 | 4 | -5/+6 | |
| | | | | we still can not handle a space as the start of a directory name | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-11-01 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-31 | 1 | -1/+1 | |
| | ||||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2004-10-30 | 1 | -1/+1 | |
| | ||||||
* | ENH: Added framework for subdirectory traversal. | Brad King | 2004-10-29 | 2 | -1/+124 | |
| | ||||||
* | BUG: Dependency makefile lines must be at least three characters long to ↵ | Brad King | 2004-10-29 | 1 | -1/+1 | |
| | | | | hold a dependency. | |||||
* | ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. ↵ | Brad King | 2004-10-29 | 4 | -54/+261 | |
| | | | | This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation. | |||||
* | FIX: fix shared flag | Bill Hoffman | 2004-10-29 | 1 | -1/+1 | |
| | ||||||
* | ENH: remove debug print | Bill Hoffman | 2004-10-29 | 1 | -1/+0 | |
| | ||||||
* | 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 | |
| |