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
/
cmCTestTestHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: Rename hardware -> resources for source code
Craig Scott
2019-11-05
1
-6/+6
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
1
-2/+2
*
CTest: Rename "Processes" lexer to "ResourceGroups"
Brad King
2019-11-05
1
-2/+2
*
CTest: Rename PROCESSES test property to RESOURCE_GROUPS
Brad King
2019-11-05
1
-5/+5
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+15
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+28
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-20/+22
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-18/+9
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-18/+9
*
|
cmCTestTestHandler: Port away from cmCommand
Regina Pfeifer
2019-09-09
1
-106/+51
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
cmCTestTestHandler: Re-order includes to follow our convention
Brad King
2019-09-03
1
-16/+17
*
Merge topic 'pvs-cleanup'
Brad King
2019-08-26
1
-3/+2
|
\
|
*
cmCTestTestHandler: Remove extra layer of parentheses
Brad King
2019-08-26
1
-1/+1
|
*
CTest: Simplify some boolean conditions
Brad King
2019-08-26
1
-2/+1
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-22/+11
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-38/+15
|
/
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-15/+8
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-15/+8
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-7/+7
|
/
*
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
1
-17/+17
|
\
|
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-17/+17
*
|
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-2/+1
|
/
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+1
*
Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions
Kyle Edwards
2019-07-19
1
-137/+168
*
CTest: Add SKIP_REGULAR_EXPRESSION test property
Gabor Bencze
2019-07-18
1
-2/+9
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-29/+29
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-2/+2
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-1/+1
*
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-2/+2
|
\
|
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-2/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-7/+7
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+1
*
TestGenerator: Record support file and line where test was added
Justin Goshi
2019-01-08
1
-0/+26
*
clang-tidy: Enable checks from bugprone set
Regina Pfeifer
2018-11-21
1
-2/+2
*
CTest: Add colored output on tests summary where supported
Sylvain Joubert
2018-11-09
1
-9/+30
*
Merge topic 'set_directory_properties-script-mode'
Brad King
2018-10-30
1
-0/+1
|
\
|
*
set_directory_properties: Restore in script mode
Brad King
2018-10-29
1
-0/+1
*
|
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-4/+4
*
|
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-3/+3
*
|
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-46/+63
*
|
Merge topic 'cmWorkingDirectory_success_checking'
Brad King
2018-03-09
1
-1/+6
|
\
\
|
*
|
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-1/+6
*
|
|
CTest: Add options to control test process affinity to CPUs
Brad King
2018-03-05
1
-0/+4
|
/
/
[next]