summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-18/+11
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-6/+6
* find_package: Fix regression in searching root prefixBrad King2020-10-191-1/+1
* Merge topic 'find_package-check-dir'Brad King2020-10-011-4/+5
|\
| * find_package: avoid showing files as directories when searching config filessanchayanghosh2020-09-301-4/+5
* | find_package: raise error on empty version rangeMarc Chevrier2020-09-291-1/+14
|/
* Merge topic 'find_package_module_mode_print_debug_message'Brad King2020-09-251-0/+16
|\
| * FindPackage: Provide better debug message when <PKG_FOUND> is falseRobert Maynard2020-09-221-0/+11
| * FindPackage: find_package(MODULE) respects CMAKE_FIND_DEBUG_MODERobert Maynard2020-09-221-0/+5
* | find_package: Add support of version rangeMarc Chevier2020-09-231-45/+116
* | cmFindPackageCommand: RefactoringMarc Chevrier2020-09-231-73/+57
|/
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-17/+17
* Merge topic 'cmnonempty'Kyle Edwards2020-07-151-2/+2
|\
| * cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-2/+2
* | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-3/+3
|/
* Merge topic 'getdef-expand'Brad King2020-06-021-3/+1
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+1
* | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
|/
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-0/+6
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-10/+6
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
* find_package: Improve debug logging outputRobert Maynard2020-01-011-12/+34
* find_*: Use debug logging infrastructureRobert Maynard2019-12-191-13/+120
* find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRYRobert Maynard2019-11-041-1/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+7
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-24/+21
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Merge topic 'modernize-use-auto'Brad King2019-09-121-6/+4
|\
| * clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-6/+4
* | cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-3/+9
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-79/+43
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-5/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* Merge topic 'find_package-prefer-config-not-found'Brad King2019-08-071-1/+3
|\
| * find_package: Fix prefer-config mode to not fail on missing optional packageCristian Adam2019-08-061-1/+3
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* | Merge topic 'definitions_string_view'Brad King2019-07-261-10/+10
|\ \
| * | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-10/+10
* | | FindPackage: Support `NO_[]_PATH` global call optionsRobert Maynard2019-07-221-0/+3
|/ /
* | Merge topic 'find_package-fix-NO_MODULE'Brad King2019-07-171-2/+3
|\ \ | |/
| * find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-161-2/+3
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* | Merge topic 'add_cmake_find_use_package_registry'Craig Scott2019-07-091-1/+6
|\ \
| * | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRYRobert Maynard2019-07-091-1/+6
| |/
* | Remove unused variables from cmFindPackageCommandRobert Maynard2019-06-261-6/+0
|/
* find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-131-4/+16
* find_package: Add option to prefer Config modeCristian Adam2019-05-211-42/+53
* find_package: Factor out module and config find_package methodsCristian Adam2019-05-201-50/+60