Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add curl timeout options to the SubmitUsingHTTP method. They were only in ↵ | David Cole | 2009-09-01 | 1 | -2/+7 |
| | | | | the SubmitUsingFTP method. | ||||
* | ENH: set an upload speed limit for ctest | Bill Hoffman | 2009-06-25 | 1 | -0/+5 |
| | |||||
* | ENH: Disable the xmlrpc drop method by default | Brad King | 2009-06-11 | 1 | -0/+17 |
| | | | | | | | We've chosen to drop our default dependence on xmlrpc. Thus we disable the corresponding CTest submission method and remove the sources for building xmlrpc locally. Users can re-enable the method by setting the CTEST_USE_XMLRPC option to use a system-installed xmlrpc library. | ||||
* | ENH: remove warning and improve message | Bill Hoffman | 2009-04-11 | 1 | -6/+1 |
| | |||||
* | ENH: remove cerr call | Bill Hoffman | 2009-04-10 | 1 | -1/+0 |
| | |||||
* | ENH: add ability to control ssl cert checking | Bill Hoffman | 2009-04-10 | 1 | -2/+36 |
| | |||||
* | ENH: use 0 not FALSE | Bill Hoffman | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | ENH: add submit via cp mode | Bill Hoffman | 2009-03-31 | 1 | -3/+77 |
| | |||||
* | ENH: allow for https submission if ctest is built with a curl that supports it | Bill Hoffman | 2009-03-12 | 1 | -4/+5 |
| | |||||
* | COMP: Iterator version of std::set not available with vs6 implementation of ↵ | David Cole | 2009-02-04 | 1 | -3/+11 |
| | | | | STL. Use explicit iteration to insert individual elements one at a time. Sigh. | ||||
* | ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash ↵ | David Cole | 2009-02-03 | 1 | -7/+29 |
| | | | | setting properly to the ctest configuration during a submit. Also, do not propagate TriggerSite for projects submitting to CDash. No triggers are necessary with CDash. | ||||
* | BUG: Fix CTest submit-only operation | Brad King | 2009-01-27 | 1 | -8/+1 |
| | | | | | | | | We need to initialize cmCTestSubmitHandler on construction to make sure all parts get enabled by default. The recent fix to re-enable all parts on initialization broke submit-only operations because the handler did not initialize on construction. This also removes duplicate initialization code. | ||||
* | ENH: fix part submission to not have memory of the last part submission | Bill Hoffman | 2009-01-15 | 1 | -5/+5 |
| | |||||
* | COMP: Fix const set find for Borland 5.5 | Brad King | 2009-01-14 | 1 | -1/+2 |
| | | | | | | The Borland 5.5 compiler's STL set does not define correct signatures for its find() members, leading to build errors. This works around the problem. | ||||
* | ENH: Teach ctest_submit about parts | Brad King | 2009-01-12 | 1 | -1/+24 |
| | | | | | This adds a PARTS option to the ctest_submit command which tells it to submit only parts whose names are listed with the option. | ||||
* | ENH: Divide CTest file submission list by part | Brad King | 2009-01-12 | 1 | -16/+21 |
| | | | | | | This splits the list of files for CTest to submit into those belonging to each part. The set is recombined just before submission. Later this will allow piecewise submissions. | ||||
* | STYLE: fix line len | Bill Hoffman | 2008-03-04 | 1 | -4/+6 |
| | |||||
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 1 | -27/+42 |
| | |||||
* | COMP: Fix check for file-too-big to avoid warnings. | Brad King | 2007-11-07 | 1 | -1/+2 |
| | |||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -1/+9 |
| | |||||
* | COMP: fix line length style error | Bill Hoffman | 2006-12-05 | 1 | -1/+2 |
| | |||||
* | ENH: put checks on vector before referencing begin iterator | Bill Hoffman | 2006-12-02 | 1 | -23/+39 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -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 Cedilnik | 2006-04-28 | 1 | -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 Hoffman | 2006-03-30 | 1 | -1/+1 |
| | | | | warnings produced by building for win64 | ||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -187/+198 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -132/+228 |
| | |||||
* | BUG: More VS8 fixes | Andy Cedilnik | 2006-03-01 | 1 | -12/+30 |
| | |||||
* | ENH: More verbosity | Andy Cedilnik | 2005-10-04 | 1 | -0/+3 |
| | |||||
* | BUG: Remove duplicate prefix | Andy Cedilnik | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to submit extra files to the dashboard | Andy Cedilnik | 2005-07-18 | 1 | -6/+18 |
| | |||||
* | BUG: On windows there can be a problem because scp does not handle drive ↵ | Andy Cedilnik | 2005-07-06 | 1 | -1/+14 |
| | | | | names. This uses relative path for scp | ||||
* | BUG: Exit properly on SCP submission | Andy Cedilnik | 2005-06-24 | 1 | -0/+1 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2005-06-24 | 1 | -11/+10 |
| | |||||
* | ENH: Move curl to utilities | Andy Cedilnik | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | ENH: Make iterators const | Andy Cedilnik | 2005-06-23 | 1 | -5/+5 |
| | |||||
* | ENH: Several improvements with the way things are handled. Also, support ↵ | Andy Cedilnik | 2005-06-23 | 1 | -31/+46 |
| | | | | multiple submited files | ||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+11 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Several improvements to CTest: | Andy Cedilnik | 2005-06-16 | 1 | -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 Cedilnik | 2005-06-02 | 1 | -71/+74 |
| | | | | are set | ||||
* | ENH: Cleanup output even more | Andy Cedilnik | 2005-06-02 | 1 | -19/+32 |
| | |||||
* | BUG: On windows there are problems when opening file as ascii | Andy Cedilnik | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -22/+22 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -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 Dart2 | Andy Cedilnik | 2005-05-26 | 1 | -16/+5 |
| | |||||
* | ENH: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -27/+27 |
| | |||||
* | ENH: Promote submit into a full handler, add test and submit command and do ↵ | Andy Cedilnik | 2005-05-03 | 1 | -0/+813 |
some cleanups |