Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 年之前 |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 年之前 |
Regina Pfeifer
|
094f01d0f0
cleanup: Prefer compiler provided special member functions
|
6 年之前 |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 年之前 |
Brad King
|
cd0881be61
IWYU: Update CMake code for IWYU built with Clang 6
|
6 年之前 |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 年之前 |
Vitaly Stakhovsky
|
4d89830d71
cmMakefile: Make GetRequiredDefinition return std::string
|
7 年之前 |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 年之前 |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 年之前 |
Matthias Maennich
|
2033abff0d
Fix minor clang-tidy findings
|
8 年之前 |
Pavel Solodovnikov
|
37d9387be3
Replace empty-string comparisons with checking against `empty()`.
|
8 年之前 |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 年之前 |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 年之前 |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 年之前 |
Steven Newbury
|
462cf25427
Add support for x32-abi
|
8 年之前 |
Brad King
|
6c332bd84c
Merge topic 'find_library-custom-lib-suffix'
|
8 年之前 |
Christian Schmidbauer
|
503f25d490
find_library: Allow custom lib suffix be used as find path
|
8 年之前 |
Brad King
|
4fc64ce76d
Merge topic 'find-libarch-not-symlink'
|
8 年之前 |
Brad King
|
6f5aede716
find_library: Skip 'lib => lib<arch>' searches if one symlinks the other
|
8 年之前 |
Brad King
|
e67963ed73
cmFindLibraryCommand: Refactor AddArchitecturePath logic
|
8 年之前 |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 年之前 |
Daniel Pfeifer
|
64f9c282f3
Separate compilation for commands included in cmBootstrapCommands1
|
9 年之前 |
Stephen Kelly
|
e6eecec761
cmListFileCache: Remove cmState header include
|
9 年之前 |
Stephen Kelly
|
2fe3e55d53
cmState: Move CacheEntryType enum to separate namespace
|
9 年之前 |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 年之前 |
Daniel Pfeifer
|
516f8edb2e
Avoid else after return
|
9 年之前 |
Daniel Scharrer
|
896ad251de
Teach find_library and find_package to search lib32 paths (#11260)
|
9 年之前 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 年之前 |
Brad King
|
180538c706
Source: Stabilize include order
|
9 年之前 |