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
*
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-31/+2
*
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
|
*
|
cmCTest: Use concrete accessor functions for TestingHandlers
Regina Pfeifer
2019-03-20
9
-69/+34
|
*
|
cmCTest: Remove friend declarations
Regina Pfeifer
2019-03-18
1
-3/+6
*
|
|
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
Sebastian Holtermann
2019-03-18
1
-1/+1
*
|
|
Rename cmFileTimeComparison to cmFileTimeCache
Sebastian Holtermann
2019-03-18
1
-4/+4
|
/
/
*
|
Merge topic 'feature/cleanup-ctest'
Kyle Edwards
2019-03-07
3
-21/+18
|
\
\
|
*
|
ctest: refactor some code
Gregor Jasny
2019-03-05
3
-21/+18
*
|
|
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-1/+1
|
/
/
*
|
Merge topic 'cmrange-improvements'
Brad King
2019-02-25
2
-2/+2
|
\
\
|
*
|
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
2
-2/+2
*
|
|
Merge topic 'error-consolidate'
Brad King
2019-02-25
2
-11/+10
|
\
\
\
|
*
|
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
2
-11/+10
|
|
/
/
*
|
|
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
11
-19/+19
|
/
/
*
|
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
6
-0/+19
[next]