summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 custo...Andy Cedilnik2005-07-031-70/+80
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-3/+38
* ENH: Initialize handler before processing itAndy Cedilnik2005-06-201-0/+1
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+6
* 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
* 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 ar...Andy Cedilnik2005-06-021-2/+3
* 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
* 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 d...Andy Cedilnik2005-05-031-2/+2
* ENH: CleanupsAndy Cedilnik2005-05-031-20/+20
* ENH: Promote submit into a full handler, add test and submit command and do s...Andy Cedilnik2005-05-031-168/+6
* 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
* BUG: It is possible for the nightly start time to be over 24 hours in the fut...Brad King2005-03-301-2/+2
* BUG: Adjusted GetNightlyTime computation to not depend on time_t being a sign...Brad King2005-03-251-2/+2
* COMP: Remove warning and fix the logicAndy Cedilnik2005-03-061-1/+6
* ENH: Start working on xmlrpc code. This code does not work, but it will at le...Andy Cedilnik2005-03-041-0/+16
* BUG: better error handlingKen Martin2005-02-221-0/+13
* ENH: ctest now uses CMake global generator to do the build part of build-and-...Ken Martin2005-02-221-233/+84
* ENH: Some more generalizationAndy Cedilnik2005-02-171-17/+11
* ENH: Cleanups and add CTEST_UPDATE commandAndy Cedilnik2005-02-171-6/+33
* ENH: Cleanups and add CTEST_START commandAndy Cedilnik2005-02-171-22/+27
* ENH: use ALL_BUILD targetBill Hoffman2005-02-161-3/+2
* ENH: getting closerBill Hoffman2005-02-141-0/+17
* BUG: Fixed --build-target implementation to work with Visual Studio generators.Brad King2005-02-041-2/+19
* ENH: Enable compression with DartConfiguration fileAndy Cedilnik2005-01-271-0/+1
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-53/+61
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-7/+14
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-34/+44
* ENH: Add method to populate custom integersAndy Cedilnik2005-01-261-0/+14
* BUG: when ctest is looking for cmake look in the build directory as well as w...Bill Hoffman2005-01-171-12/+30