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
*
Merge topic 'fix-ctest-chrono'
Brad King
2017-12-12
1
-16/+4
|
\
|
*
CTest: Use integer-representable value for "infinite" timeout
Brad King
2017-12-11
1
-6/+2
|
*
CTest: Simplify std::chrono::duration<double> conversion to double
Brad King
2017-12-08
1
-10/+2
*
|
Merge topic 'fix-ctest-chrono'
Brad King
2017-12-07
1
-3/+4
|
\
\
|
|
/
|
*
CTest: Fix regression in test timeout compuatation
Brad King
2017-12-07
1
-3/+4
*
|
Merge topic 'ctest-chrono'
Brad King
2017-12-05
1
-37/+73
|
\
\
|
|
/
|
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-37/+73
*
|
CTest: Check failed fixture dependencies before test command and args
Craig Scott
2017-11-28
1
-2/+6
|
/
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-4/+6
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-7/+7
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-40/+18
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-3/+3
*
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
[next]