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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
4
-5/+11
*
|
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
2
-14/+20
*
|
|
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
2
-4/+5
*
|
|
CTest: avoid repeated string compares
Rolf Eike Beer
2020-03-23
1
-52/+27
*
|
|
Mumps coverage: directly pass std::string as argument
Rolf Eike Beer
2020-03-23
6
-9/+9
*
|
|
remove pointless return value from cmCTestTestHandler::CleanTestOutput()
Rolf Eike Beer
2020-03-23
2
-4/+3
*
|
|
PyCoverage: avoid repeated string splitting, especially for uncovered lines
Rolf Eike Beer
2020-03-23
1
-20/+17
*
|
|
use std::string::rfind() instead of open coding it
Rolf Eike Beer
2020-03-23
1
-12/+8
|
|
/
|
/
|
*
|
Merge topic 'modernize-memory-management'
Brad King
2020-03-12
6
-60/+100
|
\
\
|
*
|
cmCTestRunTest: modernize memory management
Marc Chevrier
2020-03-11
6
-60/+100
*
|
|
Merge topic 'ctest-curl-debugfunction'
Brad King
2020-03-12
2
-2/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docs
Betsy McPhail
2020-03-11
2
-2/+2
*
|
|
Source: use std::string overloads
Vitaly Stakhovsky
2020-03-10
2
-2/+2
|
|
/
|
/
|
*
|
Modernize memory management
Marc Chevrier
2020-03-08
4
-68/+41
|
/
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
3
-1/+35
*
Refactor: Provide more detailed error information from TryAllocateResources()
Kyle Edwards
2020-02-24
2
-16/+37
*
CTest: Improve error reporting with bad working directory for tests
Kyle Edwards
2020-02-24
2
-2/+2
*
Refactor: Require detail when calling cmCTestRunTest::StartFailure()
Kyle Edwards
2020-02-24
3
-8/+11
*
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
1
-1/+12
*
CTest: Fix timeout when grandchild keeps pipes open
Brad King
2020-01-14
1
-3/+0
*
Refactoring: suppress cmEraseIf in favor of cm::erase_if
Marc Chevrier
2020-01-09
2
-5/+6
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
4
-18/+10
*
Merge topic 'ctest-resource-allocation-spec-message'
Craig Scott
2019-12-29
3
-23/+81
|
\
|
*
CTest: Improve error handling when reading resource spec file
Kyle Edwards
2019-12-27
3
-23/+81
*
|
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
10
-31/+43
*
|
Merge topic 'ctest-drmemory-support'
Brad King
2019-12-12
2
-6/+180
|
\
\
|
*
|
ctest: add support for memcheck using Dr. Memory
Dietmar Scheidl
2019-12-10
2
-0/+177
|
*
|
cmCTestMemCheckHandler.cxx: minor refactoring
Dietmar Scheidl
2019-12-10
1
-6/+3
*
|
|
ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set
Julien Jomier
2019-12-09
1
-0/+7
|
/
/
*
|
Merge topic 'ctest-resource-fixes'
Brad King
2019-11-26
1
-0/+26
|
\
\
|
|
/
|
*
CTest: Add version field to resource spec file
Kyle Edwards
2019-11-25
1
-0/+26
*
|
ctest_test: Add option to REPEAT tests
Brad King
2019-11-07
4
-3/+38
*
|
cmCTestMultiProcessHandler: Hold repeat mode as a member
Brad King
2019-11-07
3
-4/+14
*
|
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
3
-13/+13
*
|
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
17
-272/+278
|
\
\
|
|
/
|
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
14
-180/+185
|
*
cmCTestMultiProcessHandler: Rename resource locking functions
Craig Scott
2019-11-05
2
-6/+6
|
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
3
-5/+5
|
*
CTest: Rename "Processes" lexer to "ResourceGroups"
Brad King
2019-11-05
4
-63/+63
|
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
4
-23/+24
*
|
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
3
-11/+22
*
|
cmCTestRunTest: Use inline member initializers
Brad King
2019-10-29
2
-6/+3
|
/
*
CTest: Add Json output for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+26
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
8
-7/+252
*
CTest: Add bin-packing algorithm
Kyle Edwards
2019-10-02
2
-0/+232
*
CTest: Add cmCTestHardwareAllocator class
Kyle Edwards
2019-10-02
2
-0/+125
*
CTest: Add parser for hardware spec file
Kyle Edwards
2019-10-02
2
-0/+173
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
4
-0/+142
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
79
-349/+395
[prev]
[next]