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
/
cmCTestLaunch.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-22/+9
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-2/+2
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+0
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-1/+1
*
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-1/+1
|
\
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-1/+1
*
|
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-1/+1
|
\
\
|
*
|
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-1/+1
*
|
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-4/+4
|
/
/
*
|
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+2
|
/
*
Merge topic 'cleanup-find-cstr'
Brad King
2018-08-09
1
-1/+1
|
\
|
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-3/+3
*
cmCTestLaunch: use cmXMLElement for XML generation
Vitaly Stakhovsky
2018-05-11
1
-55/+45
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-6/+4
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-4/+4
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-12/+8
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-2/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-6/+6
*
CTest: Report lines matched by launchers
Bill Hoffman
2017-08-07
1
-1/+5
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-1/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
1
-9/+9
*
Windows: Encode child process output to internally-used encoding
Dāvis Mosāns
2016-11-14
1
-4/+19
*
Port hash computation to cmCryptoHash
Brad King
2016-11-10
1
-9/+6
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-4/+9
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-5/+4
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+6
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-6/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-261/+170
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-24/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
CTest: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-3/+0
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-2/+2
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
Merge topic 'ctest-xml-refactor'
Brad King
2015-05-28
1
-69/+54
|
\
|
*
cmCTestLaunch: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-69/+54
*
|
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
|
/
[next]