Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Regina Pfeifer
|
62e5f72289
clang-tidy: Replace typedef with using
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Gabor Bencze
|
0d87f5d83e
cmCommand refactor: cmExecProgramCommand
|
6 years ago |
Sebastian Holtermann
|
e91bfe440c
cmMakefile: Let AddDefinition accept a value as cm::string_view
|
6 years ago |
Vitaly Stakhovsky
|
273257222e
Source: change parameters to std::string
|
6 years ago |
Brad King
|
94970cd042
Merge topic 'error-consolidate'
|
6 years ago |
Vitaly Stakhovsky
|
4e315e9449
cmSystemTools: More functions accept `std::string` params
|
6 years ago |
Vitaly Stakhovsky
|
9dd255548d
cmSystemTools::Error: consolidate parameters into single std::string
|
6 years ago |
Brad King
|
4b017d579d
Merge topic 'Wcomma'
|
7 years ago |
Vitaly Stakhovsky
|
3132ea801c
cmSystemTools: Stdout(),Stderr() accept std::string argument
|
7 years ago |
Sean McBride
|
5ff7fb592e
Fixed all but one clang -Wcomma warning
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 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
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Dāvis Mosāns
|
40bd42dfbc
Add Encoding option for RunChild, RunMakeCommand and RunProcess
|
9 years ago |
Dāvis Mosāns
|
595feb3234
Windows: Encode child process output to internally-used encoding
|
9 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Brad King
|
83af11d411
Fix preprocessor checks WIN32 => _WIN32
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
11 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
52b80b2643
exec_program: Re-implement using KWSys Process
|
12 years ago |