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
*
CTest: Improve error handling when reading resource spec file
Kyle Edwards
2019-12-27
3
-23/+81
*
CTest: Add version field to resource spec file
Kyle Edwards
2019-11-25
1
-0/+26
*
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 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
*
Merge topic 'ctest-argument-parser'
Kyle Edwards
2019-09-26
18
-539/+270
|
\
|
*
cmCTest*Command: Port to cmArgumentParser
Regina Pfeifer
2019-09-20
18
-539/+270
*
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
18
-18/+20
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
30
-51/+51
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
8
-40/+23
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
8
-40/+23
*
|
cmCTestTestHandler: Port away from cmCommand
Regina Pfeifer
2019-09-09
1
-106/+51
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
16
-29/+28
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
12
-22/+22
*
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
3
-5/+6
|
\
|
*
cmCTestTestHandler: Remove extra layer of parentheses
Brad King
2019-08-26
1
-1/+1
|
*
cmCTestMultiProcessHandler: Explain testRun ownership in comments
Brad King
2019-08-26
1
-0/+3
|
*
CTest: Simplify some boolean conditions
Brad King
2019-08-26
2
-4/+2
*
|
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
5
-23/+15
|
\
\
|
*
|
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
5
-23/+15
*
|
|
Merge topic 'source_sweep_cmExpandedList'
Brad King
2019-08-26
6
-40/+20
|
\
\
\
|
*
|
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
6
-40/+20
|
|
/
/
*
|
|
Merge topic 'group_not_track'
Brad King
2019-08-26
2
-9/+16
|
\
\
\
|
*
|
|
ctest: rename TRACK to GROUP
Zack Galbreath
2019-08-22
2
-9/+16
*
|
|
|
Merge topic 'warnings_skip_color'
Brad King
2019-08-26
2
-9/+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ctest_build: ignore ANSI color
Zack Galbreath
2019-08-22
2
-9/+22
*
|
|
|
Merge topic 'ctest-json-REQUIRED_FILES'
Brad King
2019-08-23
1
-2/+2
|
\
\
\
\
|
*
|
|
|
CTest: Fix --show-only=json-v1 output with REQUIRED_FILES property
Brad King
2019-08-22
1
-2/+2
*
|
|
|
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
20
-188/+110
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge topic 'cm-contains'
Brad King
2019-08-21
2
-25/+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
2
-25/+14
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
2
-4/+2
|
\
\
\
|
*
|
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
2
-4/+2
|
|
/
/
*
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
5
-13/+13
|
/
/
*
|
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
8
-31/+32
|
\
\
|
*
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
8
-31/+32
*
|
|
Merge topic 'cmStringAlgorithms_ulong'
Kyle Edwards
2019-08-16
4
-11/+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
4
-11/+8
*
|
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
2
-2/+2
|
/
/
[next]