Brad King
|
e56108f629
cmExecuteProcessCommand: Report keyword errors via argument parser results
|
3 years ago |
Brad King
|
1ee5a4a548
cmArgumentParser: Avoid allocating copies of keyword strings
|
3 years ago |
FeRD (Frank Dana)
|
98a10290a8
cmSystemTools: Fix 'ErrorOccurred' spelling
|
3 years ago |
Sean McBride
|
5ba6e8ac59
Source: Replace most calls to sprintf with snprintf
|
4 years ago |
Ben Boeckel
|
cdfc4e3195
clang-tidy: fix `readability-qualified-auto` warnings
|
4 years ago |
Asit Dhal
|
e5a4ffaad1
execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios
|
4 years ago |
Asit Dhal
|
116a427eb1
execute_process: add options for fatal errors on subprocess failure
|
5 years ago |
Marc Chevrier
|
8d4a9ee398
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
|
5 years ago |
Cristian Adam
|
6ec274b002
execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE options
|
5 years ago |
Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Gabor Bencze
|
3e5eb45ec1
cmCommand refactor: cmExecuteProcessCommand
|
6 years ago |
Sebastian Holtermann
|
f71f7ce3f0
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
|
6 years ago |
Sebastian Holtermann
|
e91bfe440c
cmMakefile: Let AddDefinition accept a value as cm::string_view
|
6 years ago |
Marc Chevrier
|
1591f138f1
modernize: manage cmCommand instances using unique_ptr.
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Bill Hoffman
|
044dcf9f8d
execute_process: Add option to echo command lines
|
6 years ago |
Brad King
|
d350fb6889
execute_process: Manage KWSys Process lifetime with unique_ptr
|
6 years ago |
Regina Pfeifer
|
b783e62533
cmExecuteProcessCommand: Port to cmArgumentParser
|
6 years ago |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 years ago |
Brad King
|
4b017d579d
Merge topic 'Wcomma'
|
6 years ago |
Brad King
|
cb7fbf1dbb
Merge topic 'stdout-string'
|
6 years ago |
Vitaly Stakhovsky
|
3132ea801c
cmSystemTools: Stdout(),Stderr() accept std::string argument
|
6 years ago |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 years ago |
Sean McBride
|
5ff7fb592e
Fixed all but one clang -Wcomma warning
|
6 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
2b4c32c95f
clang-format: format all code as Cpp11
|
8 years ago |