Marc Chevrier
|
241304190f
CMake code rely on cmList class for CMake lists management (part. 2)
|
2 年 前 |
Marc Chevrier
|
f3b5a7d6df
find_(program,library,file,path): add validation function
|
3 年 前 |
John Parent
|
d7b18895bc
cmake: Add filtered debug-find options
|
3 年 前 |
Sean McBride
|
907d098838
Source: Fix clang -Wextra-semi warnings
|
4 年 前 |
Marc Chevrier
|
cc56dc7468
Rename cmProp in cmValue
|
4 年 前 |
Robert Maynard
|
aa3ab3eb92
find_library: Infer library prefix and suffix when in script mode
|
4 年 前 |
Marc Chevrier
|
87b71eec62
find_*: Add support for option NO_CACHE
|
4 年 前 |
Marc Chevrier
|
b1729200c3
find_*: refactor cache variable handling
|
4 年 前 |
vvs31415
|
12624ebd7e
Source: Reduce c_str() usage
|
4 年 前 |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 年 前 |
Vitaly Stakhovsky
|
11425041f0
cmMakefile::GetDefinition: return cmProp
|
5 年 前 |
Brad King
|
f2c903fb9a
find_library: Check that library files are readable
|
5 年 前 |
Vitaly Stakhovsky
|
36a5b3d1d1
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
|
5 年 前 |
Sylvain Joubert
|
dc00809596
find_*: Add support for REQUIRED keyword
|
5 年 前 |
Robert Maynard
|
204b8d9f4e
find_*: Use debug logging infrastructure
|
5 年 前 |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 年 前 |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 年 前 |
Regina Pfeifer
|
8a18bb7cdf
cmFind*: Port away from cmCommand
|
6 年 前 |
Regina Pfeifer
|
62e5f72289
clang-tidy: Replace typedef with using
|
6 年 前 |
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 年 前 |