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
*
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
*
|
Merge topic 'systools-stdstring2'
Brad King
2019-02-13
2
-11/+9
|
\
\
|
*
|
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
2
-11/+9
*
|
|
Merge topic 'progress-stdstring'
Brad King
2019-02-12
2
-9/+11
|
\
\
\
|
*
|
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
2
-9/+11
|
|
/
/
*
|
|
Merge topic 'cmCTestRunTest-compress'
Brad King
2019-02-12
2
-78/+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmCTestRunTest: Remove duplicated compression logic
Regina Pfeifer
2019-02-10
2
-78/+11
*
|
|
Merge topic 'ctest-exit-code-int64'
Brad King
2019-02-11
4
-7/+12
|
\
\
\
|
*
|
|
CTest: Represent process exit codes as 64-bit signed integer
Zsolt Parragi
2019-02-08
4
-7/+12
|
|
/
/
*
|
|
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
2
-6/+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
2
-6/+5
*
|
|
Merge topic 'message-stdstring'
Brad King
2019-02-08
1
-1/+1
|
\
\
\
|
*
|
|
cmSystemTools: MessageCallback and Message() accept std::string argument
Vitaly Stakhovsky
2019-02-07
1
-1/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'runsinglecommand'
Brad King
2019-02-08
2
-7/+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
2
-7/+6
|
|
/
*
|
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
5
-17/+16
|
/
*
OutputCallback: Accept std::string argument
Regina Pfeifer
2019-01-30
1
-5/+2
*
Merge topic 'functional-callbacks'
Brad King
2019-01-30
2
-39/+26
|
\
|
*
MessageCallback: Remove unused bool& argument
Regina Pfeifer
2019-01-29
1
-1/+1
|
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
2
-39/+26
*
|
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
23
-76/+24
|
\
\
|
|
/
|
/
|
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
7
-28/+6
[next]