index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmCTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better detection of stop_time being passed.
Zach Mullen
2010-03-19
1
-1/+2
*
Fix StopTime to also account for localtime being a day ahead of gmtime
Zach Mullen
2010-03-18
1
-4/+5
*
Fix for StopTime for cases when gmtime is a day ahead of localtime
Zach Mullen
2010-03-18
1
-1/+13
*
Add the --stop-time argument
Zach Mullen
2010-03-17
1
-0/+42
*
Configurable path to CTest cost data file
Zach Mullen
2010-03-01
1
-0/+11
*
Moved call to cache CDash version information to cmCTest::initialize. Also a...
Zach Mullen
2010-02-08
1
-4/+6
*
Fix HPUX issue with test, by doing the query to cdash for its version before ...
Bill Hoffman
2010-02-05
1
-1/+3
*
Fix a line length issue.
Bill Hoffman
2010-01-05
1
-1/+2
*
Enhanced CTest HTTP Request API to support PUT file uploads.
Zach Mullen
2009-12-30
1
-9/+29
*
Fix crash on Continuous dashboard - related to last commit fixing issue #1006...
David Cole
2009-12-29
1
-1/+7
*
Fix issue #10060 - add APPEND arg to ctest_start command.
David Cole
2009-12-29
1
-52/+82
*
Move cURL dependent code out of CMakeLib to fix complex tests.
Zach Mullen
2009-12-22
1
-1/+53
*
Make new web api safe for bootstrap build.
Zach Mullen
2009-12-21
1
-0/+4
*
Query the CDash web API to automate CDash version detection.
Zach Mullen
2009-12-21
1
-3/+15
*
Added support for CTest awareness of the CDash version. This will help forwa...
Zach Mullen
2009-12-21
1
-0/+19
*
Added an option to conditionally attach files to a test submission only if th...
Zach Mullen
2009-12-16
1
-0/+6
*
Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...
Zach Mullen
2009-12-11
1
-1/+7
*
Added the --timeout option to ctest command line. This sets a global timeout...
Zach Mullen
2009-11-30
1
-1/+8
*
CTest: Move initial checkout to ctest_start()
Brad King
2009-11-24
1
-17/+3
*
CTest: Simplify Initialize method signature
Brad King
2009-11-24
1
-7/+6
*
Hook for scheduling tests in a random order
Zach Mullen
2009-10-29
1
-0/+6
*
Fix crash on Windows. Remove trailing white space from regex. These changes s...
David Cole
2009-10-15
1
-1/+1
*
Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.
David Cole
2009-10-13
1
-3/+3
*
Fix line length.
Zach Mullen
2009-10-13
1
-1/+2
*
Uncomment block in InitializeFromCommand (accidentally checked this change in)
Zach Mullen
2009-10-12
1
-4/+4
*
CTest-side support for compiler name and compiler version information. Requi...
Zach Mullen
2009-10-12
1
-4/+9
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Removed comment
Zach Mullen
2009-09-24
1
-2/+0
*
Reformat ctest -N output. Removed the "Start processing tests" message as well.
Zach Mullen
2009-09-24
1
-1/+1
*
Add label summary times to ctest default output. Also, remove parallel time ...
Bill Hoffman
2009-09-11
1
-0/+5
*
Fixed ctest output where max test index is not the same width as the total nu...
Zach Mullen
2009-09-02
1
-0/+5
*
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...
Zach Mullen
2009-08-27
1
-24/+7
*
ENH: refactored ctest. All testing is now parallel. If no -j option is spec...
Zach Mullen
2009-08-26
1
-1/+6
*
Fixed overwriting of a previous change set
Zach Mullen
2009-08-19
1
-2/+0
*
ENH: Refactored CTest test execution code into an object
Zach Mullen
2009-08-19
1
-0/+2
*
BUG: Do not double-initialize local generators
Brad King
2009-07-28
1
-1/+0
*
BUG: Fix typo pointed out by Monsieur Francois Bertel. Merci, Francois.
David Cole
2009-07-22
1
-1/+1
*
ENH: only 5 failing tests for VS 10
Bill Hoffman
2009-07-10
1
-1/+4
*
COMP: Avoid operator precedence warning
Brad King
2009-05-11
1
-5/+1
*
BUG: 8898 fix date in ctest nightly time
Bill Hoffman
2009-05-07
1
-2/+5
*
ENH: Overhaul CMake version numbering
Brad King
2009-03-05
1
-1/+2
*
ENH: Add cmCTest::DecodeURL method
Brad King
2009-02-24
1
-0/+21
*
ENH: add label global property to ctest scripts
Bill Hoffman
2009-02-10
1
-0/+10
*
ENH: add the ability to run tests by labels
Bill Hoffman
2009-02-10
1
-0/+16
*
ENH: Create cmXMLSafe to help escapes in XML
Brad King
2009-02-05
1
-55/+4
*
BUG: Reset file submission list on test restart
Brad King
2009-01-27
1
-1/+4
*
BUG: add output on failure to ctest #8255
Bill Hoffman
2009-01-18
1
-0/+26
*
COMP: Remove unused variable
Brad King
2009-01-12
1
-1/+0
*
ENH: Divide CTest file submission list by part
Brad King
2009-01-12
1
-6/+7
*
ENH: Refactor cmCTest test part representation
Brad King
2009-01-12
1
-58/+51
[next]