Brad King
|
a956be4847
Merge topic 'warnings-cleanup'
|
4 years ago |
Sean McBride
|
5ba6e8ac59
Source: Replace most calls to sprintf with snprintf
|
4 years ago |
Sean McBride
|
319944b3d2
Source: fix some -Wunused-macros warnings
|
4 years ago |
Marc Chevrier
|
cc56dc7468
Rename cmProp in cmValue
|
4 years ago |
Brad King
|
ec1b6157cb
Update CMake code using KWSys to account for Status return values
|
4 years ago |
vvs31415
|
12624ebd7e
Source: Reduce c_str() usage
|
4 years ago |
Vitaly Stakhovsky
|
11425041f0
cmMakefile::GetDefinition: return cmProp
|
5 years ago |
Rolf Eike Beer
|
ef778d77e0
replace std::string::substr() with operations that do not allocate memory
|
5 years ago |
Marc Chevrier
|
44867a8c01
Modernize memory management
|
5 years ago |
Julien Jomier
|
e6f758be6d
ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Marc Chevrier
|
c688b401d3
cmstd: Modernize CMake system headers
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Sebastian Holtermann
|
aaf59120bf
Source sweep: Replace cmExpandList with the shorter cmExpandedList
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Kitware Robot
|
54e9d38c28
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
|
6 years ago |
Sebastian Holtermann
|
18b0330b86
clang-tidy: Enable performance-inefficient-string-concatenation
|
6 years ago |
Regina Pfeifer
|
b51fba6298
cmMakefile: Add OnExecuteCommand callback
|
6 years ago |
Sebastian Holtermann
|
e91bfe440c
cmMakefile: Let AddDefinition accept a value as cm::string_view
|
6 years ago |
Sebastian Holtermann
|
f2ba968ef2
cmMakefile: Simplify and rename AddDefinitionBool
|
6 years ago |
Sebastian Holtermann
|
3bed969dac
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
|
6 years ago |
Marc Chevrier
|
1591f138f1
modernize: manage cmCommand instances using unique_ptr.
|
6 years ago |
Vitaly Stakhovsky
|
e884b1b693
cmSystemTools::Error(): remove const char* overload
|
6 years ago |
Vitaly Stakhovsky
|
9dd255548d
cmSystemTools::Error: consolidate parameters into single std::string
|
6 years ago |
Vitaly Stakhovsky
|
950c099d83
cmake: Progress functions use `std::string` param
|
6 years ago |
Brad King
|
9783825de5
Merge topic 'runsinglecommand'
|
6 years ago |
Vitaly Stakhovsky
|
65baaa0e37
cmSystemTools::RunSingleCommand: Accept std::string argument
|
6 years ago |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 years ago |
Brad King
|
c30f9b1cde
Merge topic 'functional-callbacks'
|
6 years ago |