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
/
CTest
/
cmCTestRunTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CTest: Add support for test fixtures
Craig Scott
2016-09-20
1
-2/+21
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-1/+11
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-3/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-2/+3
*
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-358/+277
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CTest: Only apply the secondary test timeout once
Zack Galbreath
2016-03-23
1
-0/+2
*
CTest: Optionally use a secondary test timeout after matching output
Zack Galbreath
2016-03-22
1
-0/+22
*
CTest: Capture test stdout/stderr through one pipe (#15600)
Brad King
2015-06-03
1
-2/+1
*
CTest: Generate NamedMeasurement elements directly into xml file
Daniel Pfeifer
2015-05-26
1
-3/+1
*
Merge topic 'ctest-repeat-until-fail'
Brad King
2015-03-23
1
-7/+66
|
\
|
*
ctest: Add a new --repeat-until-fail option
Bill Hoffman
2015-03-23
1
-7/+66
*
|
CTest: Output test-specific env vars in verbose mode (#15446)
Zach Mullen
2015-03-17
1
-0/+15
|
/
*
ctest_memcheck: Add QUIET option
Zack Galbreath
2015-02-23
1
-6/+8
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
cmCTest: Use size_t for cmsysBase64_Encode return value
Brad King
2014-12-26
1
-2/+2
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-2/+2
*
ctest_memcheck: Add support for ThreadSanitizer
Bill Hoffman
2014-07-09
1
-14/+1
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-14/+14
*
allow to mark a test as "Not Run" with a specific return code (#8466)
Rolf Eike Beer
2014-01-14
1
-1/+7
*
CTest: create one output file per memcheck (#14303)
Rolf Eike Beer
2013-08-07
1
-4/+4
*
Merge topic 'MemChecker-improvements'
Brad King
2013-05-16
1
-6/+12
|
\
|
*
CTest: use an output file for Valgrind (#14110)
Rolf Eike Beer
2013-05-09
1
-6/+12
*
|
CTest: break after first regex match on output
Rolf Eike Beer
2013-05-11
1
-0/+2
|
/
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-26/+26
*
CTest: Simplify environment save/restore
Brad King
2012-04-24
1
-1/+1
*
CTest: Fix memory leaks on error
Thomas Jarosch
2011-09-02
1
-0/+2
*
CTest: Report tests not run due to unknown configuration
Brad King
2011-06-10
1
-0/+24
*
We will actually compress memcheck output if the server supports it.
Zach Mullen
2011-05-26
1
-6/+9
*
Dynamic analysis test output should not be compressed.
Zach Mullen
2011-04-29
1
-2/+3
*
Test TIMEOUT property explicitly set to zero should be honored
Zach Mullen
2011-01-03
1
-3/+8
*
When processing DartMeasurements use the tests working directory.
Bill Hoffman
2010-10-19
1
-0/+10
*
CTest: Avoid use of old EscapeSpaces method
Brad King
2010-08-18
1
-7/+9
*
Eliminate -Wconversion warnings.
David Cole
2010-06-27
1
-5/+7
*
Merge branch 'fix_ctest_failure_code'
Brad King
2010-06-24
1
-1/+1
|
\
|
*
Fix for bug #10859, ctest exit exception incorrectly reported.
Bill Hoffman
2010-06-22
1
-1/+1
*
|
Do not exit if stoptime is passed.
Zach Mullen
2010-06-15
1
-4/+11
|
/
*
Fix intermingling of test environments when tests run in parallel.
David Cole
2010-03-30
1
-11/+6
*
Better detection of stop_time being passed.
Zach Mullen
2010-03-19
1
-3/+3
*
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
-6/+17
*
More debugging of StopTime test
Zach Mullen
2010-03-18
1
-0/+2
*
Test using std::min
Zach Mullen
2010-03-17
1
-2/+2
[next]