summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lenBill Hoffman2008-03-041-4/+6
|
* ENH: allow cdash not to triggerBill Hoffman2008-02-291-27/+42
|
* COMP: Fix check for file-too-big to avoid warnings.Brad King2007-11-071-1/+2
|
* COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697.Brad King2007-11-051-1/+9
|
* COMP: fix line length style errorBill Hoffman2006-12-051-1/+2
|
* ENH: put checks on vector before referencing begin iteratorBill Hoffman2006-12-021-23/+39
|
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-8/+9
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* ENH: Add support for special tracks, fix options of handlers so that the -R, ↵Andy Cedilnik2006-04-281-0/+6
| | | | -U, and so on work in the new style scripting
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-1/+1
| | | | warnings produced by building for win64
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-187/+198
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-132/+228
|
* BUG: More VS8 fixesAndy Cedilnik2006-03-011-12/+30
|
* ENH: More verbosityAndy Cedilnik2005-10-041-0/+3
|
* BUG: Remove duplicate prefixAndy Cedilnik2005-07-211-1/+1
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-6/+18
|
* BUG: On windows there can be a problem because scp does not handle drive ↵Andy Cedilnik2005-07-061-1/+14
| | | | names. This uses relative path for scp
* BUG: Exit properly on SCP submissionAndy Cedilnik2005-06-241-0/+1
|
* COMP: Remove warningsAndy Cedilnik2005-06-241-11/+10
|
* ENH: Move curl to utilitiesAndy Cedilnik2005-06-241-1/+1
|
* ENH: Make iterators constAndy Cedilnik2005-06-231-5/+5
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-31/+46
| | | | multiple submited files
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+11
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-47/+69
| | | | | | | | | 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
* BUG: Fix the order of things to make submit handler not crash when proxies ↵Andy Cedilnik2005-06-021-71/+74
| | | | are set
* ENH: Cleanup output even moreAndy Cedilnik2005-06-021-19/+32
|
* BUG: On windows there are problems when opening file as asciiAndy Cedilnik2005-06-021-1/+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-77/+113
| | | | 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: Fix for changes in XML-RPC for Dart2Andy Cedilnik2005-05-261-16/+5
|
* ENH: CleanupsAndy Cedilnik2005-05-031-27/+27
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-0/+813
some cleanups