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
*
CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32
Brad King
2023-01-19
1
-4/+0
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-4/+4
*
Merge topic 'warnings-cleanup'
Brad King
2021-10-27
1
-2/+0
|
\
|
*
Source: fix some -Wunused-macros warnings
Sean McBride
2021-10-25
1
-2/+0
*
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
|
/
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-5/+5
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-1/+1
*
Source: Reduce c_str() usage
vvs31415
2021-03-13
1
-13/+10
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-8/+9
*
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-1/+3
*
Modernize memory management
Marc Chevrier
2020-03-08
1
-38/+11
*
ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set
Julien Jomier
2019-12-09
1
-0/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-11/+11
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
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
[next]