Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: added tutorial tests | Ken Martin | 2005-11-10 | 1 | -0/+50 |
| | |||||
* | ENH: Add rudamentary mathematical expression support | Andy Cedilnik | 2005-10-17 | 1 | -2/+16 |
| | |||||
* | ENH: Add file time comparison code | Andy Cedilnik | 2005-10-12 | 1 | -0/+2 |
| | |||||
* | ENH: use the findqt3 from this cmake and not the one configureing cmake | Bill Hoffman | 2005-09-12 | 1 | -2/+2 |
| | |||||
* | ENH: more qt changes | Bill Hoffman | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | ENH: add real support for Xcode21 | Bill Hoffman | 2005-09-02 | 1 | -0/+1 |
| | |||||
* | BUG: not all Macs are case insensitive if they mount nfs directories | Bill Hoffman | 2005-09-02 | 1 | -2/+2 |
| | |||||
* | ENH: Updated SimpleInstall test to test new versioned executable and ↵ | Brad King | 2005-08-17 | 1 | -1/+1 |
| | | | | OUTPUT_NAME support. | ||||
* | ENH: change name from XCode to Xcode no need to test bootstrap for xcode | Andy Cedilnik | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | ENH: change name from XCode to Xcode no need to test bootstrap for xcode | Andy Cedilnik | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | ENH: java does not work under mingw | Bill Hoffman | 2005-07-20 | 1 | -2/+2 |
| | |||||
* | ENH: if Xcode21 is installed then create 21 compatible project files | Bill Hoffman | 2005-07-19 | 1 | -0/+3 |
| | |||||
* | ENH: remove messages about not running java test | Bill Hoffman | 2005-07-15 | 1 | -4/+0 |
| | |||||
* | ENH: add bundle test | Bill Hoffman | 2005-07-13 | 1 | -1/+11 |
| | |||||
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -0/+1 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -0/+1 |
| | | | | multiple submited files | ||||
* | COMP: Fix problems with old cmake | Andy Cedilnik | 2005-06-18 | 1 | -3/+0 |
| | |||||
* | ENH: Pass ctest config type to subprocesses | Andy Cedilnik | 2005-06-17 | 1 | -0/+3 |
| | |||||
* | ENH: Add test of macro | Andy Cedilnik | 2005-06-16 | 1 | -0/+10 |
| | |||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -1/+7 |
| | | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout | ||||
* | ENH: add first cut at support for exe with same name as lib | Ken Martin | 2005-06-16 | 1 | -0/+11 |
| | |||||
* | ENH: Add logging to improve coverage | Andy Cedilnik | 2005-06-15 | 1 | -0/+2 |
| | |||||
* | ENH: Add commands for memory checking and coverage | Andy Cedilnik | 2005-06-14 | 1 | -1/+3 |
| | |||||
* | ENH: Use the new parser that supports nested variables | Andy Cedilnik | 2005-06-13 | 1 | -0/+52 |
| | |||||
* | ENH: removed UMG2 | Ken Martin | 2005-06-09 | 1 | -3/+0 |
| | |||||
* | ENH: Move the build-and-test code to a handler | Andy Cedilnik | 2005-06-03 | 1 | -0/+1 |
| | |||||
* | ENH: defer relative paths | Ken Martin | 2005-05-12 | 1 | -10/+10 |
| | |||||
* | ENH: added new generator | Ken Martin | 2005-05-12 | 1 | -0/+3 |
| | |||||
* | ENH: Add new style ctest project | Andy Cedilnik | 2005-05-05 | 1 | -0/+5 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -1/+3 |
| | | | | some cleanups | ||||
* | ENH: More commands. Start working on new style ctest configuration | Andy Cedilnik | 2005-05-02 | 1 | -6/+8 |
| | |||||
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 1 | -0/+2 |
| | | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file | ||||
* | BUG: The test1 executable has been removed from kwsys. Instead using ↵ | Brad King | 2005-04-13 | 1 | -1/+1 |
| | | | | testIOS for the kwsys test. | ||||
* | ENH: When in-source build, do not do bootstrap test | Andy Cedilnik | 2005-03-25 | 1 | -0/+4 |
| | |||||
* | ENH: Remove curl build testing | Andy Cedilnik | 2005-03-25 | 1 | -9/+0 |
| | |||||
* | ENH: Make sure to use internal zlib | Andy Cedilnik | 2005-03-16 | 1 | -1/+3 |
| | |||||
* | BUG: Do not add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is ↵ | Brad King | 2005-03-16 | 1 | -2/+2 |
| | | | | found. | ||||
* | ENH: make xcode compile only on apple | Bill Hoffman | 2005-03-14 | 1 | -3/+8 |
| | |||||
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -2/+11 |
| | |||||
* | COMP: Do not build cmw9xcom on Cygwin | Andy Cedilnik | 2005-03-06 | 1 | -2/+4 |
| | |||||
* | ENH: More cleanups and start linking ctest to XML-RPC | Andy Cedilnik | 2005-03-04 | 1 | -7/+13 |
| | |||||
* | ENH: More cleanups and reorganization | Andy Cedilnik | 2005-03-04 | 1 | -35/+55 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-03-04 | 1 | -14/+4 |
| | |||||
* | ENH: remove code warrior classes | Ken Martin | 2005-03-03 | 1 | -9/+0 |
| | |||||
* | ENH: Framework for java dependency scanner. Right now it does nothing but ↵ | Brad King | 2005-03-01 | 1 | -0/+2 |
| | | | | always reports success. This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway. | ||||
* | ENH: add a new library path ordering algorithm to make sure -L paths will ↵ | Bill Hoffman | 2005-02-24 | 1 | -0/+1 |
| | | | | pick the correct libraries if possible | ||||
* | BUG: fix test execution | Ken Martin | 2005-02-22 | 1 | -0/+1 |
| | |||||
* | ENH: all tests are passing for XCode | Bill Hoffman | 2005-02-18 | 1 | -2/+5 |
| | |||||
* | ENH: Cleanups and add CTEST_UPDATE command | Andy Cedilnik | 2005-02-17 | 1 | -0/+1 |
| | |||||
* | ENH: Cleanups and add CTEST_START command | Andy Cedilnik | 2005-02-17 | 1 | -0/+1 |
| |