Cengizhan Pasaoglu
|
bd705788f6
Constify some code as suggested by clang-tidy
|
5 éve |
Vitaly Stakhovsky
|
11425041f0
cmMakefile::GetDefinition: return cmProp
|
5 éve |
Vitaly Stakhovsky
|
f37c14e930
Source: use cmNonempty()
|
5 éve |
Vitaly Stakhovsky
|
7ed8c9ebe3
cmMakefile: add GetDefExpandList() that splits value into std::vector
|
5 éve |
Kyle Edwards
|
61960fa466
Merge topic 'add_find_call_debugging'
|
5 éve |
Robert Maynard
|
a7ea20649d
find_*: Add debug logging infrastructure
|
6 éve |
Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
6 éve |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 éve |
Regina Pfeifer
|
8a18bb7cdf
cmFind*: Port away from cmCommand
|
6 éve |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 éve |
Sebastian Holtermann
|
20e580be01
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
|
6 éve |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 éve |
Robert Maynard
|
704e3a2ca8
Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs
|
6 éve |
Robert Maynard
|
02f527c66a
Find: Provide global controls for the `NO_[]_PATH` call options
|
6 éve |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 éve |
Artur Ryt
|
f3534386b5
Prefer front/back/data over dereferencing begin/rbegin iter
|
6 éve |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 éve |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 éve |
Cengizhan Pasaoglu
|
c67ab22cdc
Using front() and back() instead of calculations
|
7 éve |
luz.paz
|
be28106880
Fix misc. typos
|
7 éve |
Brad King
|
eb35d8884b
find_package: Use PackageName_ROOT variables as search prefixes
|
7 éve |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 éve |
luzpaz
|
777e87ae00
Fix trivial typos in text
|
8 éve |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 éve |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 éve |
Brad King
|
578d95f87d
find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9
|
8 éve |
Brad King
|
1ae1b880a8
cmFindCommon: Drop unused FilterPaths method
|
8 éve |
Brad King
|
cca8454ee5
cmFindCommon: Fix typo in PackageName_ROOT path label
|
8 éve |
Pavel Solodovnikov
|
db2d46e2dd
Remove second arg: npos in substr usages
|
8 éve |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 éve |