Kitware Robot
|
54e9d38c28
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
|
6 年之前 |
Vitaly Stakhovsky
|
9dd255548d
cmSystemTools::Error: consolidate parameters into single std::string
|
6 年之前 |
Brad King
|
d75fec5a88
Merge topic 'tidy-use-equals-default'
|
6 年之前 |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 年之前 |
Vitaly Stakhovsky
|
9e5c13738b
cmSystemTools::RenameFile: Accepts std::string args
|
6 年之前 |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 年之前 |
Regina Pfeifer
|
32cb564bea
clang-tidy: Remove redundant member initializations
|
6 年之前 |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 年之前 |
Sebastian Holtermann
|
a688defcc6
cmGeneratedFileStream: Use ``std::string const&`` instead of ``const char*``
|
7 年之前 |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 年之前 |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 年之前 |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 年之前 |
Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 年之前 |
Dāvis Mosāns
|
f00214aa4f
cmGeneratedFileStream: Add optional encoding support
|
9 年之前 |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 年之前 |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 年之前 |
Daniel Pfeifer
|
ab8b77dd33
Remove redundant arguments from fstream constructors
|
9 年之前 |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 年之前 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 年之前 |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 年之前 |
Ben Boeckel
|
d76a6e08d0
stringapi: Use strings for generated file stream names
|
11 年之前 |
Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
11 年之前 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Brad King
|
516add4d58
ENH: On VMS use _dir and _tmp, not .dir and .tmp
|
16 年之前 |
Brad King
|
d3363beb2f
ENH: Move RenameFile to cmSystemTools
|
16 年之前 |
David Cole
|
867de7fc67
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
|
18 年之前 |
Bill Hoffman
|
887699184a
COMP: remove warnings
|
18 年之前 |
Brad King
|
f91b3c1daa
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
19 年之前 |