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
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
CTest: Report more detail about system exceptions in tests
Bill Hoffman
2017-07-12
1
-1/+4
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2/+1
*
cmCTestRunTest: do not count skipped tests as failed
Ben Boeckel
2017-04-21
1
-2/+6
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-6/+6
*
Add 'DISABLED' test property
Betsy McPhail
2017-03-29
1
-0/+20
*
CTest: Improve 'Completion Status' reported to CDash for 'Not Run' tests
Betsy McPhail
2017-03-27
1
-4/+7
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-12/+7
*
CTest: Properly reset output to avoid duplication with --repeat-until-fail
Sylvain Joubert
2017-01-12
1
-0/+2
*
clang-tidy: apply misc-redundant-expression fixes
Daniel Pfeifer
2016-12-12
1
-3/+2
*
Do not query CDash for version
Zack Galbreath
2016-11-08
1
-1/+1
*
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
[next]