summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.h
Commit message (Expand)AuthorAgeFilesLines
* find_package: Add support of version rangeMarc Chevier2020-09-231-0/+13
* cmFindPackageCommand: RefactoringMarc Chevrier2020-09-231-26/+34
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* find_package: Improve debug logging outputRobert Maynard2020-01-011-0/+1
* find_*: Use debug logging infrastructureRobert Maynard2019-12-191-1/+0
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-20/+7
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-2/+7
* find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-131-1/+8
* find_package: Factor out module and config find_package methodsCristian Adam2019-05-201-0/+3
* ReadListFile: Accept std::string argumentVitaly Stakhovsky2019-01-311-1/+1
* find_package: optionally resolve symlinks when discovering packagesDavid Aguilar2019-01-161-0/+1
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-0/+3
* IWYU: Fix workaround mapping for std::hashBrad King2018-08-071-3/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* cmAlgorithms: Speed up cmRemoveDuplicates methodLe Minh Phuc2018-05-251-0/+32
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* find_package: Add missing PACKAGE_ROOT_PATH search path implementation.Chuck Atkins2017-07-281-0/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Add support for x32-abiSteven Newbury2017-03-071-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+10
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-0/+26
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Merge topic 'find_package-duplicate-search-paths'Brad King2016-06-161-0/+15
|\
| * cmFindPackageCommand: remove duplicate paths from error messageBen Boeckel2016-06-131-0/+15
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+24
* Port CMake from cmIML to KWIMLBrad King2015-12-181-1/+1
* find_package: Drop search in recent cmake-gui locationsBrad King2015-05-081-2/+0
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-0/+15
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-4/+3
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-12/+15
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* cmVersion: Fix CMake_VERSION_ENCODE for date in patch levelBrad King2014-02-101-1/+1
* Drop compatibility with CMake < 2.4Brad King2013-10-231-1/+0
* Drop builtin command documentationBrad King2013-10-161-16/+0
* fix #13195: avoid multiple mentions of found packagesAlex Neundorf2012-05-061-1/+1
* Merge topic 'add-const-qualifiers'David Cole2012-03-021-4/+4
|\
| * Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* | find_package: Optionally warn when implicitly using Config modeBrad King2012-02-281-0/+1