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
*
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
|
/
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
5
-17/+13
*
Merge topic 'control-block3'
Brad King
2019-08-05
1
-31/+2
|
\
|
*
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-31/+2
*
|
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
3
-3/+6
*
|
Merge topic 'clang-tidy-8'
Brad King
2019-07-31
2
-2/+3
|
\
\
|
|
/
|
/
|
|
*
clang-tidy: Blacklist violations for version 8
Regina Pfeifer
2019-07-30
2
-2/+3
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
5
-3/+5
|
/
*
Merge topic 'definitions_string_view'
Brad King
2019-07-26
7
-22/+17
|
\
|
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
7
-21/+16
|
*
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-1/+1
*
|
cmCTestHandlerCommand: fix typo of local variable
Ben Boeckel
2019-07-24
1
-7/+7
|
/
*
Merge topic 'command-refactoring3'
Brad King
2019-07-23
1
-9/+8
|
\
|
*
cmCommand: deprecate functions GetMakefile and SetError
Daniel Pfeifer
2019-07-21
1
-9/+8
*
|
Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions
Kyle Edwards
2019-07-19
2
-137/+181
|
/
*
Merge topic 'skip_regular_expression'
Kyle Edwards
2019-07-19
4
-5/+38
|
\
|
*
CTest: Add SKIP_REGULAR_EXPRESSION test property
Gabor Bencze
2019-07-18
4
-5/+38
*
|
Merge topic 'ctest-done-hash'
Brad King
2019-07-19
1
-9/+9
|
\
\
|
*
|
CTest: Generate Done.xml before calculating its hash
Betsy McPhail
2019-07-19
1
-9/+9
*
|
|
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
Sebastian Holtermann
2019-07-17
1
-10/+14
|
|
/
|
/
|
*
|
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
17
-100/+153
*
|
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
2
-3/+4
*
|
Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'
Brad King
2019-07-12
1
-0/+5
|
\
\
|
*
|
ctest: propagate make program to cmake
Robert Maynard
2019-07-11
1
-0/+5
|
|
/
*
|
Merge topic 'iwyu-memory'
Brad King
2019-07-11
5
-4/+6
|
\
\
|
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
5
-4/+6
|
|
/
*
|
CTest: Clean up stdout and logfile output for Pass/Fail regex
Stephen Manz
2019-07-09
1
-9/+12
|
/
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
10
-51/+35
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-1/+2
*
ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE
Zack Galbreath
2019-05-07
5
-0/+25
*
Refactor: Move/rename cmProcessGetPipes() to cmGetPipes()
Kyle Edwards
2019-04-25
1
-44/+2
*
ctest: consistently format generator name
Zack Galbreath
2019-04-23
1
-1/+1
*
ctest: Include ChangeId in Update.xml
Zack Galbreath
2019-04-23
1
-0/+4
*
ctest: drop incremental progress-only messages from build-and-test output
Brad King
2019-04-12
1
-3/+4
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
3
-21/+21
*
Merge topic 'utilize-substr'
Brad King
2019-04-01
5
-8/+8
|
\
|
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
5
-8/+8
*
|
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
3
-6/+6
|
/
*
Merge topic 'jacoco_parser_crash'
Brad King
2019-03-27
1
-0/+1
|
\
|
*
ctest_coverage: fix out-of-bounds index in Jacoco parser
Sylvain Joubert
2019-03-26
1
-0/+1
*
|
ctest_submit: Add option BUILD_ID
Zack Galbreath
2019-03-22
2
-21/+40
*
|
Merge topic 'ctest-devirtualize-handlers'
Brad King
2019-03-21
15
-93/+55
|
\
\
|
*
|
cmCTest: Cleanup typedefs
Regina Pfeifer
2019-03-20
7
-21/+15
[next]