Kyle Edwards
|
11f97d1968
find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH
|
3 éve |
John Parent
|
d7b18895bc
cmake: Add filtered debug-find options
|
4 éve |
Sean McBride
|
1cf14f8c03
Source: fix many -Wmissing-prototypes warnings by marking functions static
|
4 éve |
Alexandru Croitor
|
91ec6eee58
find_package: Don't reroot prefix that is equal to a root path
|
4 éve |
Marc Chevrier
|
cc56dc7468
Rename cmProp in cmValue
|
4 éve |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 éve |
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'
|
6 é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 |