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
/
cmCTestScriptHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+3
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-20/+13
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-3/+4
*
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-31/+2
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-9/+9
*
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-1/+1
*
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
1
-16/+26
*
cmSystemTools::Error(): remove const char* overload
Vitaly Stakhovsky
2019-05-22
1
-1/+2
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-9/+8
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-5/+6
*
Merge topic 'runsinglecommand'
Brad King
2019-02-08
1
-6/+5
|
\
|
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-6/+5
*
|
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
|
/
*
Merge topic 'functional-callbacks'
Brad King
2019-01-30
1
-10/+5
|
\
|
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-10/+5
*
|
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-2/+0
|
\
\
|
|
/
|
/
|
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-2/+0
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-2/+2
*
|
cmMakefile: Impose maximum recursion limit
Kyle Edwards
2019-01-23
1
-2/+10
|
/
*
Merge topic 'read-list-file'
Brad King
2019-01-21
1
-2/+2
|
\
|
*
cmMakefile::ReadListFile() accepts std::string argument
Vitaly Stakhovsky
2019-01-17
1
-2/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-2/+2
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-2/+2
*
Fix misc. typos
luz.paz
2018-10-03
1
-1/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-15/+18
*
Fix misc typos in documentation and comments
luz.paz
2018-03-07
1
-1/+1
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+10
*
Merge topic 'ctest_start_function_scope'
Brad King
2018-01-29
1
-2/+9
|
\
|
*
cmCTestScriptHandler: Add new field ShouldRunCurrentScript
Kyle Edwards
2018-01-26
1
-2/+9
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-6/+10
*
|
CTest: add safe conversion from cmDuration to integer types
Wouter Klouwen
2018-01-23
1
-7/+6
*
|
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-7/+6
|
/
*
CTest: Use integer-representable value for "infinite" timeout
Brad King
2017-12-11
1
-9/+2
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-4/+11
*
IWYU: Add mappings for std::enable_if on chrono durations
Brad King
2017-11-28
1
-1/+0
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-17/+25
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-2/+2
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-16/+16
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-16/+16
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2/+2
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-13/+10
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-8/+8
*
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
1
-1/+1
*
CTest: use new methods for builtin commands
Daniel Pfeifer
2017-05-11
1
-21/+20
*
cmState: remove RemoveUnscriptableCommands
Daniel Pfeifer
2017-05-08
1
-4/+0
[next]