Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: removed use of ABSTRACT command | Ken Martin | 2005-06-02 | 3 | -9/+3 |
| | |||||
* | ENH: now also provides obj rules for local Makefiles | Ken Martin | 2005-06-02 | 2 | -9/+41 |
| | |||||
* | COMP: Remove compile warning | Andy Cedilnik | 2005-06-02 | 1 | -3/+3 |
| | |||||
* | ENH: Once the number of errors or warnings was reached, stop counting them. ↵ | Andy Cedilnik | 2005-06-02 | 2 | -37/+79 |
| | | | | Also fix compile warning on bad compilers | ||||
* | BUG: On windows there are problems when opening file as ascii | Andy Cedilnik | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | ENH: Streamline build process. This reduces the memory footprint, since only ↵ | Andy Cedilnik | 2005-06-01 | 2 | -169/+424 |
| | | | | some number of lines of output will be in memory at the time. Also, this will report the build errors and warnings as it goes through the build | ||||
* | ENH: minor perf improvement | Ken Martin | 2005-06-01 | 2 | -6/+26 |
| | |||||
* | BUG: do not add help target if there is a real target named help | Ken Martin | 2005-06-01 | 1 | -1/+5 |
| | |||||
* | BUG: Fixed name given to clean target listing for executable and library ↵ | Brad King | 2005-06-01 | 1 | -5/+3 |
| | | | | targets. | ||||
* | COMP: fix warning | Ken Martin | 2005-06-01 | 1 | -12/+0 |
| | |||||
* | BUG: Remove duplicate targets when in different generators | Andy Cedilnik | 2005-06-01 | 2 | -14/+19 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-06-01 | 1 | -1/+0 |
| | |||||
* | COMP: suppress warnings in 3rd party libs | Ken Martin | 2005-06-01 | 1 | -0/+2 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-06-01 | 1 | -1/+0 |
| | |||||
* | COMP: fix warning | Ken Martin | 2005-06-01 | 1 | -1/+0 |
| | |||||
* | ENH: made immediate | Ken Martin | 2005-06-01 | 2 | -15/+9 |
| | |||||
* | ENH: Make CMake --build-and-test to be verbose by default | Andy Cedilnik | 2005-06-01 | 1 | -0/+1 |
| | |||||
* | ENH: Add support for deque | Andy Cedilnik | 2005-06-01 | 1 | -0/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 11 | -103/+103 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 15 | -492/+582 |
| | | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake | ||||
* | ENH: shut up some warning on SGI | Ken Martin | 2005-05-31 | 1 | -1/+3 |
| | |||||
* | BUG: shut downgrade XMLRPC support | Ken Martin | 2005-05-31 | 1 | -1/+3 |
| | |||||
* | ENH: removed the PREORDER option from the AddSubDirectory command | Ken Martin | 2005-05-31 | 2 | -14/+2 |
| | |||||
* | COMP: fix a waring | Ken Martin | 2005-05-31 | 1 | -2/+1 |
| | |||||
* | ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵ | Ken Martin | 2005-05-31 | 3 | -20/+309 |
| | | | | documentation | ||||
* | STYLE: add some better comments and remove some unused code | Ken Martin | 2005-05-31 | 4 | -164/+34 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-31 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for iomanip | Andy Cedilnik | 2005-05-30 | 1 | -0/+8 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | COMP: warning. | Bill Lorensen | 2005-05-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-28 | 1 | -1/+1 |
| | |||||
* | ENH: add convenience function to convert Windows command line args into Unix ↵ | Sebastien Barre | 2005-05-28 | 2 | -4/+116 |
| | | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code | ||||
* | ENH: Use generated file stream for files | Andy Cedilnik | 2005-05-27 | 1 | -3/+3 |
| | |||||
* | ENH: Dart change | Andy Cedilnik | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-27 | 1 | -1/+1 |
| | |||||
* | ENH: Fix for changes in XML-RPC for Dart2 | Andy Cedilnik | 2005-05-26 | 1 | -16/+5 |
| | |||||
* | COMP: Fix for support of VS 8.0 beta 2 | Andy Cedilnik | 2005-05-26 | 2 | -3/+4 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | ENH: added clean target for subdirs | Ken Martin | 2005-05-25 | 2 | -26/+60 |
| | |||||
* | BUG: a fix for constant recomputing of depends | Ken Martin | 2005-05-25 | 4 | -8/+17 |
| | |||||
* | ENH: new fortran depends to match new Unix Gen | Andy Cedilnik | 2005-05-25 | 1 | -6/+11 |
| | |||||
* | ENH: switch to using new Unix Makefile generator for Unix as well | Ken Martin | 2005-05-25 | 3 | -3/+3 |
| | |||||
* | STYLE: Nightly Version update | Andy Cedilnik | 2005-05-25 | 1 | -1/+1 |
| | |||||
* | BUG: fix for directory of empty depend.make files | Ken Martin | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | BUG: building libs caused all generated files to be deleted | Ken Martin | 2005-05-24 | 1 | -5/+9 |
| | |||||
* | STYLE: fix the docs | Ken Martin | 2005-05-24 | 1 | -4/+2 |
| | |||||
* | ENH: some more cleanup and changes to how custom commands are stored | Ken Martin | 2005-05-24 | 4 | -281/+112 |
| |