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
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-4/+4
*
Merge branch 'backport-ctest-repeat-notrun' into ctest-repeat-notrun
Brad King
2020-05-27
1
-0/+5
|
\
|
*
CTest: Make sure NOT_RUN tests show up in the failed test log
Robert Maynard
2020-05-27
1
-0/+5
*
|
CTest: Log environment variables as a test measurement
Kyle Edwards
2020-05-19
1
-2/+32
*
|
IWYU: mark <cstddef> as needed
Ben Boeckel
2020-04-29
1
-1/+1
*
|
cmCTestRunTest: modernize memory management
Marc Chevrier
2020-03-11
1
-18/+43
|
/
*
CTest: Improve error reporting with bad working directory for tests
Kyle Edwards
2020-02-24
1
-1/+1
*
Refactor: Require detail when calling cmCTestRunTest::StartFailure()
Kyle Edwards
2020-02-24
1
-4/+6
*
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
1
-7/+7
*
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
1
-8/+8
|
\
|
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-5/+5
|
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
1
-3/+3
*
|
ctest: Add --repeat-after-timeout option
Brad King
2019-10-29
1
-5/+8
*
|
ctest: Add --repeat-until-pass option
Brad King
2019-10-29
1
-4/+10
*
|
cmCTestRunTest: Use inline member initializers
Brad King
2019-10-29
1
-3/+0
|
/
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+43
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-9/+10
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Merge topic 'pvs-cleanup'
Brad King
2019-08-26
1
-2/+1
|
\
|
*
CTest: Simplify some boolean conditions
Brad King
2019-08-26
1
-2/+1
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-19/+12
|
/
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
CTest: Add SKIP_REGULAR_EXPRESSION test property
Gabor Bencze
2019-07-18
1
-3/+22
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
CTest: Clean up stdout and logfile output for Pass/Fail regex
Stephen Manz
2019-07-09
1
-9/+12
*
cmCTest: Remove friend declarations
Regina Pfeifer
2019-03-18
1
-3/+6
*
ctest: refactor some code
Gregor Jasny
2019-03-05
1
-17/+10
*
Merge topic 'cmCTestRunTest-compress'
Brad King
2019-02-12
1
-73/+11
|
\
|
*
cmCTestRunTest: Remove duplicated compression logic
Regina Pfeifer
2019-02-10
1
-73/+11
*
|
CTest: Represent process exit codes as 64-bit signed integer
Zsolt Parragi
2019-02-08
1
-1/+2
|
/
*
ctest: Add option for live progress summary in terminal
Michael Wegner
2018-09-26
1
-18/+72
*
cmCTestRunTest: Thread number of completed tests through start APIs
Michael Wegner
2018-09-25
1
-3/+4
*
cmCTestRunTest: Buffer test result output before printing
Michael Wegner
2018-09-25
1
-28/+29
*
CTest: Improve stop-time implementation
Brad King
2018-09-12
1
-0/+5
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-5/+5
*
Fix misc. typos
luz.paz
2018-06-04
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-30/+34
*
Merge topic 'cmWorkingDirectory_success_checking'
Brad King
2018-03-09
1
-5/+40
|
\
|
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-5/+40
*
|
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
1
-3/+6
|
/
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+2
*
CTest: add safe conversion from cmDuration to integer types
Wouter Klouwen
2018-01-23
1
-11/+5
*
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-13/+10
*
CTest: Re-implement test process handling using libuv
Bryon Bean
2018-01-10
1
-54/+41
*
cmProcess: Use explicit enum for process exit exception
Bryon Bean
2018-01-10
1
-4/+4
*
cmProcess: Use explicit enum for process state
Bryon Bean
2018-01-10
1
-6/+6
*
cmCTestRunTest: Modernize constructor and destructor decls
Bryon Bean
2018-01-10
1
-4/+0
*
cmCTestMultiProcessHandler: Check stop time more directly
Brad King
2018-01-08
1
-7/+3
[next]