Silvio Traversaro
|
828d6c137d
find_package: Extend search path for combined Windows/UNIX convention
|
9 years ago |
Dāvis Mosāns
|
b1f87a50b3
Use better KWSys SystemTools::GetEnv and HasEnv signatures
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 years ago |
Brad King
|
ce62454019
Merge topic 'find_package-duplicate-search-paths'
|
9 years ago |
Ben Boeckel
|
919db25c3b
cmFindPackageCommand: remove duplicate paths from error message
|
9 years ago |
Ben Boeckel
|
ebf18df580
cmFindPackageCommand: use iterators to loop over configurations
|
9 years ago |
Daniel Scharrer
|
896ad251de
Teach find_library and find_package to search lib32 paths (#11260)
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
64b5520346
Isolate formatted streaming blocks with clang-format off/on
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
401229759c
Merge branch 'fix-bad-search-ordering' into test-search-ordering
|
10 years ago |
Chuck Atkins
|
02440154fb
find_*: Fix search order when the environment duplicates some HINTS
|
10 years ago |
Brad King
|
6db713c07f
Remove use of include <cmsys/ios/*> and cmsys_ios::*
|
10 years ago |
Brad King
|
1506f9ca56
find_package: Drop search in recent cmake-gui locations
|
10 years ago |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 years ago |
Stephen Kelly
|
a2f2aeee2f
cmMakefile: Add wrapper for reading listfiles which have an origin.
|
10 years ago |
Stephen Kelly
|
5bb4248a80
cmMakefile: Remove fullPath parameter from ReadListFile.
|
10 years ago |
Stephen Kelly
|
5d056c0dd8
Port Global property interaction to cmState.
|
10 years ago |
Stephen Kelly
|
f081c5bddd
cmState: Move CacheEntryType enum from cmCacheManager.
|
10 years ago |
Bill Hoffman
|
a4a1b729c6
Fix warnings from clang scanbuild.
|
10 years ago |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 years ago |
Stephen Kelly
|
416df93aa9
Convert some raw loops to cmWrap.
|
10 years ago |
Stephen Kelly
|
8910224950
Replace common loop pattern with cmJoin
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Brad King
|
b5a467262b
Merge topic 'drop-ancient-workarounds'
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |