Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -16/+1 |
| | | | | for package maintainers. | ||||
* | ENH: Added generation of cmake documentation during build preocess. | Brad King | 2003-07-21 | 1 | -0/+15 |
| | |||||
* | ENH: Add test for string and file commands | Andy Cedilnik | 2003-07-10 | 1 | -0/+5 |
| | |||||
* | ENH: Add globbing to FILE command | Andy Cedilnik | 2003-07-08 | 1 | -0/+1 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -2/+0 |
| | | | | cmRegularExpression. | ||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -2/+1 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+6 |
| | |||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 1 | -0/+1 |
| | |||||
* | ERR: Fixed arguments to kwsys's ADD_TEST call for msvc6. | Brad King | 2003-05-08 | 1 | -1/+3 |
| | |||||
* | ENH: Added kwsys test. | Brad King | 2003-05-08 | 1 | -0/+5 |
| | |||||
* | BUG: Fix some dependencies for location of executables | Andy Cedilnik | 2003-05-05 | 1 | -27/+27 |
| | |||||
* | ENH: Fix some dart issues. Now it works fine without dart. | Andy Cedilnik | 2003-05-02 | 1 | -27/+27 |
| | |||||
* | ENH: Executables should go to the bin directory | Andy Cedilnik | 2003-05-02 | 1 | -3/+3 |
| | |||||
* | ENH: Make Curl code to be built by default | Andy Cedilnik | 2003-04-29 | 1 | -6/+5 |
| | |||||
* | ENH: Enable CTest to be build as a part of CMake | Andy Cedilnik | 2003-04-25 | 1 | -3/+21 |
| | |||||
* | add COdeWarrior back in for testing | Ken Martin | 2003-04-16 | 1 | -0/+9 |
| | |||||
* | ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage. | Brad King | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+1 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | ENH: Centralized setting of CMake version number to top-level CMake listfile. | Brad King | 2003-02-14 | 1 | -2/+0 |
| | |||||
* | ENH: add a new test for TRY_COMPILE | Bill Hoffman | 2003-02-10 | 1 | -0/+5 |
| | |||||
* | ENH: Comeau C++ has been added for nightly testing. It does not support ↵ | Brad King | 2003-02-06 | 1 | -11/+18 |
| | | | | shared libraries, so we cannot run the complex tests. | ||||
* | BUG: Change install location of cmCPluginAPI header. | Brad King | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | ENH: add testing for modules and one two config modes for cmaketest | Bill Hoffman | 2003-01-15 | 1 | -0/+11 |
| | |||||
* | added install target | Ken Martin | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | Fix testing of curl on windows | Andy Cedilnik | 2003-01-11 | 1 | -1/+1 |
| | |||||
* | Add curl testing | Andy Cedilnik | 2003-01-11 | 1 | -0/+5 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+2 |
| | |||||
* | ERR: Project name and executable name should match for consistency in the ↵ | Brad King | 2002-12-18 | 1 | -1/+1 |
| | | | | X11 test. | ||||
* | BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵ | Brad King | 2002-12-17 | 1 | -1/+1 |
| | | | | library. | ||||
* | Split ctest into two three files | Andy Cedilnik | 2002-12-17 | 1 | -1/+1 |
| | |||||
* | remove unused files | Bill Hoffman | 2002-12-03 | 1 | -2/+0 |
| | |||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -4/+0 |
| | |||||
* | Add ObjC++ test for OSX | Yves Starreveld | 2002-11-27 | 1 | -0/+7 |
| | |||||
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 1 | -0/+14 |
| | | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere. | ||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 1 | -0/+5 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+0 |
| | |||||
* | make qt stuff advanced | Bill Hoffman | 2002-11-02 | 1 | -0/+7 |
| | |||||
* | Add test for X11 | Andy Cedilnik | 2002-10-29 | 1 | -0/+5 |
| | |||||
* | added build for Code Warrior | Ken Martin | 2002-10-09 | 1 | -0/+4 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 1 | -0/+2 |
| | |||||
* | Add class for process execution on Windows | Andy Cedilnik | 2002-09-27 | 1 | -0/+2 |
| | |||||
* | Add option for building wxWindows GUI for CMake | Andy Cedilnik | 2002-09-19 | 1 | -0/+6 |
| | |||||
* | new test | Ken Martin | 2002-09-17 | 1 | -0/+5 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 1 | -5/+8 |
| | |||||
* | new arch | Ken Martin | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | added test for QTWrapUI called qtwrapping | Franck Bettinger | 2002-09-12 | 1 | -0/+6 |
| | |||||
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵ | Brad King | 2002-09-11 | 1 | -1/+0 |
| | | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. | ||||
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵ | Brad King | 2002-09-10 | 1 | -0/+1 |
| | | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file. | ||||
* | removed extra ENDIF | Ken Martin | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -18/+24 |
| |