summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: The fast mode should not read CTestCustom.ctest filesAndy Cedilnik2006-04-111-36/+36
|
* BUG: Improve the behavior of the ReadCustomFilesCommandAndy Cedilnik2006-04-091-20/+36
|
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+35
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-0/+3
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* ENH: Pass handler flags to both test and memcheck handlerAndy Cedilnik2006-03-281-0/+7
|
* BUG: Fix CTestCustom.ctest fileAndy Cedilnik2006-03-231-1/+1
|
* ENH: Two things. If there is CTestCustom.cmake in the toplevel directory ↵Andy Cedilnik2006-03-211-14/+37
| | | | read that file only. If there is CTestCustom.ctest in the toplevel directory, do the glob, if there is none, do nothing
* BUG: Handle visual studio 8Andy Cedilnik2006-03-211-4/+12
|
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-2/+2
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-211/+211
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-6/+6
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-122/+198
|
* BUG: Add additional checkAndy Cedilnik2006-02-281-0/+4
|
* ENH: Enable capture of output from VCExpress.exe and devenv.exe.Brad King2006-02-151-0/+3
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-7/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* ENH: Fix command line argument parsingAndy Cedilnik2005-12-271-28/+1
|
* BUG: Do not dereference an end iterator.Brad King2005-11-171-1/+1
|
* ENH: More outputAndy Cedilnik2005-10-191-2/+6
|
* ENH: More verbosityAndy Cedilnik2005-10-041-0/+13
|
* ENH: Expose version of ctestAndy Cedilnik2005-09-151-1/+1
|
* BUG: Initialize variableAndy Cedilnik2005-07-201-0/+1
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-1/+51
|
* ENH: Several improvements and cleanups:Andy Cedilnik2005-07-181-33/+106
| | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument
* BUG: Look for custom files in all directoriesAndy Cedilnik2005-07-141-1/+1
|
* BUG: Fix problem with visual studio in release modeAndy Cedilnik2005-07-121-3/+3
|
* ENH: Improve performance of MakeXMLSafe, improve performance of reading ↵Andy Cedilnik2005-07-031-70/+80
| | | | custom ctest files, and remove error when running ctest on directory without DartConfiguration.tcl
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-3/+38
| | | | multiple submited files
* ENH: Initialize handler before processing itAndy Cedilnik2005-06-201-0/+1
|
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+6
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the testAndy Cedilnik2005-06-161-0/+1
|
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-6/+97
| | | | | | | | | 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: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-141-0/+107
|
* ENH: Be more verboseAndy Cedilnik2005-06-101-1/+25
|
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-031-394/+71
|
* ENH: Add debug flagAndy Cedilnik2005-06-021-0/+4
|
* BUG: Fix the order of things to make submit handler not crash when proxies ↵Andy Cedilnik2005-06-021-2/+3
| | | | are set
* ENH: Make CMake --build-and-test to be verbose by defaultAndy Cedilnik2005-06-011-0/+1
|
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-22/+22
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-123/+193
| | | | 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: Add method so that ctest handlers and commands can add notesAndy Cedilnik2005-05-081-9/+19
|
* BUG: Fix logic for verboseAndy Cedilnik2005-05-051-1/+1
|
* ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵Andy Cedilnik2005-05-031-2/+2
| | | | does not happen, and make sure that new tag will be created
* ENH: CleanupsAndy Cedilnik2005-05-031-20/+20
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-168/+6
| | | | some cleanups
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-12/+51
|
* BUG: The argument is --ctest-configAndy Cedilnik2005-04-241-1/+1
|
* STYLE: Fix englishAndy Cedilnik2005-04-151-8/+8
|
* ENH: Rename the DartConfiguration.tcl to CTestConfiguration.iniAndy Cedilnik2005-04-011-1/+1
|
* ENH: Start adding support for CTest testfilesAndy Cedilnik2005-04-011-1/+16
|