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
/
cmCTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-13/+8
*
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
1
-0/+20
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-5/+5
*
CTest: Consolidate '--repeat-* n' options as `--repeat *:n`
Brad King
2019-11-15
1
-34/+24
*
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
1
-15/+15
*
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
1
-3/+3
|
\
|
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
1
-3/+3
*
|
ctest: Add --repeat-after-timeout option
Brad King
2019-10-29
1
-0/+22
*
|
ctest: Add --repeat-until-pass option
Brad King
2019-10-29
1
-4/+31
|
/
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+9
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-8/+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
-5/+5
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Merge topic 'ctest-CLICOLOR_FORCE'
Brad King
2019-08-27
1
-0/+5
|
\
|
*
CTest: Add env var CLICOLOR_FORCE to force color output
Marin Baron
2019-08-26
1
-0/+5
*
|
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-3/+1
|
\
\
|
*
|
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+1
|
|
/
*
|
Merge topic 'source_sweep_cmExpandedList'
Brad King
2019-08-26
1
-4/+2
|
\
\
|
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-4/+2
|
|
/
*
|
Merge topic 'group_not_track'
Brad King
2019-08-26
1
-21/+27
|
\
\
|
|
/
|
/
|
|
*
ctest: rename TRACK to GROUP
Zack Galbreath
2019-08-22
1
-21/+27
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-18/+11
|
/
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-5/+4
*
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
1
-3/+3
|
\
|
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
|
Merge topic 'cmStringAlgorithms_ulong'
Kyle Edwards
2019-08-16
1
-5/+5
|
\
\
|
|
/
|
/
|
|
*
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-5/+5
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
|
/
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-2/+2
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
Merge topic 'cleanup-statics-stream-flush'
Craig Scott
2019-07-13
1
-14/+10
|
\
|
*
Refactor: Optimize some stream output operations
Alex Turbov
2019-07-09
1
-14/+10
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
|
/
*
cmSystemTools: std::string parameters for tar functions
Vitaly Stakhovsky
2019-05-29
1
-2/+2
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-5/+4
*
ctest: consistently format generator name
Zack Galbreath
2019-04-23
1
-1/+1
*
cmCTest: Remove dead code
Regina Pfeifer
2019-03-20
1
-83/+0
*
cmCTest: Cleanup typedefs
Regina Pfeifer
2019-03-20
1
-25/+11
*
cmCTest: Use default member initialization
Regina Pfeifer
2019-03-20
1
-93/+42
*
cmCTest: Use concrete accessor functions for TestingHandlers
Regina Pfeifer
2019-03-20
1
-111/+89
*
cmCTest: Store TestingHandlers by value
Regina Pfeifer
2019-03-18
1
-44/+80
*
cmCTest: Move all data members to private implementation struct
Regina Pfeifer
2019-03-18
1
-319/+442
*
cmCTest: Remove friend declarations
Regina Pfeifer
2019-03-18
1
-0/+5
*
cmCTest: De-inline all member functions
Regina Pfeifer
2019-03-18
1
-0/+151
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-1/+1
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-7/+7
*
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
*
Merge topic 'stdout-string'
Brad King
2019-01-22
1
-2/+2
|
\
[next]