summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-7/+6
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+3
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-19/+18
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-13/+13
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-74/+47
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9Brad King2017-08-081-0/+2
* find_package: Add missing PACKAGE_ROOT_PATH search path implementation.Chuck Atkins2017-07-281-0/+20
* find_package: Restore longer message when config files were consideredBrad King2017-07-071-1/+2
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-8/+16
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+2
* Merge topic 'reduce-string-copying'Brad King2017-05-281-3/+3
|\
| * Add const-reference qualificationsPavel Solodovnikov2017-05-261-3/+3
* | Merge topic 'find_package-shorter-message'Brad King2017-05-251-90/+104
|\ \ | |/ |/|
| * find_package: shorten output for missing package in config modeChristoph Grüninger2017-05-231-2/+10
| * cmFindPackageCommand: Split condition to improve readabilityChristoph Grüninger2017-05-231-91/+97
* | find_*: Add a new PackageRoot search path groupChuck Atkins2017-05-161-0/+7
|/
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-6/+6
* fix include order of windows.hDaniel Pfeifer2017-03-141-1/+0
* Add support for x32-abiSteven Newbury2017-03-071-0/+11
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-14/+21
* Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-9/+7
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+3
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-14/+10
* Merge topic 'size-empty'Brad King2016-09-161-1/+1
|\
| * use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* | find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-13/+105
|/
* find_package: Extend search path for combined Windows/UNIX conventionSilvio Traversaro2016-08-241-0/+38
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-2/+2
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-17/+16
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-13/+13
* Merge topic 'find_package-duplicate-search-paths'Brad King2016-06-161-8/+11
|\
| * cmFindPackageCommand: remove duplicate paths from error messageBen Boeckel2016-06-131-1/+3
| * cmFindPackageCommand: use iterators to loop over configurationsBen Boeckel2016-06-131-8/+9
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+11
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-962/+776
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-41/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Merge branch 'fix-bad-search-ordering' into test-search-orderingBrad King2015-09-151-1/+4
|\
| * find_*: Fix search order when the environment duplicates some HINTSChuck Atkins2015-09-141-1/+4
* | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-1/+1
|/
* find_package: Drop search in recent cmake-gui locationsBrad King2015-05-081-29/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-2/+2