| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: fix for apple | Bill Hoffman | 2004-04-02 | 1 | -0/+1 |
|
|
* | ENH: make relative paths optional and default off, and add a test for them | Bill Hoffman | 2004-03-31 | 1 | -0/+11 |
|
|
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -0/+11 |
|
|
* | ENH: Comment out test | Andy Cedilnik | 2004-02-19 | 1 | -2/+2 |
|
|
* | ENH: Cleanup | Andy Cedilnik | 2004-02-19 | 1 | -0/+13 |
|
|
* | ENH: Some systems do not handle spaces in the path | Andy Cedilnik | 2004-02-09 | 1 | -1/+1 |
|
|
* | ENH: Install stage2 to handle runtime problem | Andy Cedilnik | 2004-02-09 | 1 | -2/+1 |
|
|
* | ENH: Add second part of SimpleInstall | Andy Cedilnik | 2004-02-08 | 1 | -0/+13 |
|
|
* | ENH: Add install test | Andy Cedilnik | 2004-02-01 | 1 | -4/+18 |
|
|
* | ERR: Fixed project name for Jump tests. | Brad King | 2004-01-23 | 1 | -2/+2 |
|
|
* | ENH: Added JumpWithLibOut and JumpNoLibOut to test whether jumping over to bu... | Brad King | 2004-01-22 | 1 | -0/+24 |
|
|
* | BUG: fix arguments to wxwindows test | Bill Hoffman | 2004-01-09 | 1 | -1/+1 |
|
|
* | ENH: add new feature to ctest so that it can cmake, build and run a test exec... | Bill Hoffman | 2004-01-07 | 1 | -196/+352 |
|
|
* | ENH: Using lex-based tokenizer and a simple recursive-descent parser in place... | Brad King | 2003-12-08 | 1 | -0/+1 |
|
|
* | ENH: Enable test on windows | Andy Cedilnik | 2003-10-16 | 1 | -2/+2 |
|
|
* | ENH: Add test for FindwxWindows. Thanks to: Mathieu Malaterre | Andy Cedilnik | 2003-10-13 | 1 | -0/+11 |
|
|
* | ENH: Moved decision to build MFCDialog up to top level. It is used in both t... | Brad King | 2003-08-22 | 1 | -12/+6 |
|
|
* | ENH: add the unix makefile generator as an option from the windows GUI, this ... | Bill Hoffman | 2003-08-21 | 1 | -20/+25 |
|
|
* | ENH: Fix dependencies for curses dialog | Andy Cedilnik | 2003-08-07 | 1 | -1/+0 |
|
|
* | ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr... | Andy Cedilnik | 2003-08-07 | 1 | -8/+11 |
|
|
* | BUG: We don't want to install cmaketest on UNIX or windows. It is for intern... | Brad King | 2003-08-06 | 1 | -1/+0 |
|
|
* | ENH: Install test is now enabled when CMAKE_INSTALL_PREFIX is CMake_BINARY_DI... | Brad King | 2003-08-06 | 1 | -2/+2 |
|
|
* | ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is CMak... | Brad King | 2003-08-06 | 1 | -201/+213 |
|
|
* | ENH: Fix test for Visual Studio | Andy Cedilnik | 2003-08-01 | 1 | -1/+2 |
|
|
* | ENH: Added FindPackageTest to improve coverage. | Brad King | 2003-07-24 | 1 | -0/+5 |
|
|
* | ENH: Added CommandLineTest to add coverage for command line arguments to cmak... | Brad King | 2003-07-24 | 1 | -2/+4 |
|
|
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ... | Brad King | 2003-07-21 | 1 | -16/+1 |
|
|
* | 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 cmRegularExpr... | Brad King | 2003-06-23 | 1 | -2/+0 |
|
|
* | 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 |
|
|
* | 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 shar... | Brad King | 2003-02-06 | 1 | -11/+18 |
|
|
* | 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 |
|
|