summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Don't tar/gz ctest_upload() filesZach Mullen2011-03-151-3/+11
* Implement ctest_upload commandZach Mullen2011-03-151-1/+47
* We shouldn't ask CDash for its version info until/unless we actually need it.Zach Mullen2010-09-081-4/+0
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+6
* Fix hard-coded CDash URI in version queryZach Mullen2010-08-181-3/+7
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-1/+1
|\
| * Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* | Fix or cast more integer conversions in cmakeBrad King2010-06-291-2/+2
|/
* Better detection of stop_time being passed.Zach Mullen2010-03-191-1/+2
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-1/+13
* Add the --stop-time argumentZach Mullen2010-03-171-0/+42
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+11
* Moved call to cache CDash version information to cmCTest::initialize. Also a...Zach Mullen2010-02-081-4/+6
* Fix HPUX issue with test, by doing the query to cdash for its version before ...Bill Hoffman2010-02-051-1/+3
* Fix a line length issue.Bill Hoffman2010-01-051-1/+2
* Enhanced CTest HTTP Request API to support PUT file uploads.Zach Mullen2009-12-301-9/+29
* Fix crash on Continuous dashboard - related to last commit fixing issue #1006...David Cole2009-12-291-1/+7
* Fix issue #10060 - add APPEND arg to ctest_start command.David Cole2009-12-291-52/+82
* Move cURL dependent code out of CMakeLib to fix complex tests.Zach Mullen2009-12-221-1/+53
* Make new web api safe for bootstrap build.Zach Mullen2009-12-211-0/+4
* Query the CDash web API to automate CDash version detection.Zach Mullen2009-12-211-3/+15
* Added support for CTest awareness of the CDash version. This will help forwa...Zach Mullen2009-12-211-0/+19
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-161-0/+6
* Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...Zach Mullen2009-12-111-1/+7
* Added the --timeout option to ctest command line. This sets a global timeout...Zach Mullen2009-11-301-1/+8
* CTest: Move initial checkout to ctest_start()Brad King2009-11-241-17/+3
* CTest: Simplify Initialize method signatureBrad King2009-11-241-7/+6
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+6
* Fix crash on Windows. Remove trailing white space from regex. These changes s...David Cole2009-10-151-1/+1
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-131-3/+3
* Fix line length.Zach Mullen2009-10-131-1/+2
* Uncomment block in InitializeFromCommand (accidentally checked this change in)Zach Mullen2009-10-121-4/+4
* CTest-side support for compiler name and compiler version information. Requi...Zach Mullen2009-10-121-4/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Removed commentZach Mullen2009-09-241-2/+0
* Reformat ctest -N output. Removed the "Start processing tests" message as well.Zach Mullen2009-09-241-1/+1
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-111-0/+5
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-0/+5
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-24/+7
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-1/+6
* Fixed overwriting of a previous change setZach Mullen2009-08-191-2/+0
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+2
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-1/+0
* BUG: Fix typo pointed out by Monsieur Francois Bertel. Merci, Francois.David Cole2009-07-221-1/+1
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+4
* COMP: Avoid operator precedence warningBrad King2009-05-111-5/+1
* BUG: 8898 fix date in ctest nightly timeBill Hoffman2009-05-071-2/+5
* ENH: Overhaul CMake version numberingBrad King2009-03-051-1/+2
* ENH: Add cmCTest::DecodeURL methodBrad King2009-02-241-0/+21