summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
Commit message (Expand)AuthorAgeFilesLines
* cmFindPackage: fix over-reportingBen Boeckel2025-06-101-0/+11
* cmFindCommon: log search path variablesBen Boeckel2025-05-151-0/+2
* find_package: generate `find_package-v1` configure log eventsBen Boeckel2025-05-091-2/+40
* cmFindCommonDebugState: adopt event writing logicBen Boeckel2025-05-011-1/+11
* cmFindCommon: track debug state as an objectBen Boeckel2025-04-291-0/+13
* find_package: Improve support for CPS multiple inclusionMatthew Woehlke2025-04-031-2/+4
* Merge topic 'fix-cps-cmake-deps'Brad King2025-03-061-0/+1
|\
| * find_package: CPS component requirements != CMake componentsMatthew Woehlke2025-03-051-0/+1
| * LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | find_*: Add variable to default calls to REQUIREDMartin Duffy2025-02-271-2/+12
|/
* find_package: Find CPS componentsMatthew Woehlke2025-02-011-3/+11
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-9/+9
* find_package: Find CPS dependenciesMatthew Woehlke2025-01-131-4/+14
* cmFindPackageCommand: Fix searching a root path as a prefixBrad King2024-12-191-3/+3
* find_package: Actually import .cps filesMatthew Woehlke2024-12-131-0/+3
* find_package: Actually find .cps filesMatthew Woehlke2024-12-131-0/+4
* find_package: Start implementing CPS searchMatthew Woehlke2024-12-131-4/+35
* find_package: Refactor in support of recursionMatthew Woehlke2024-12-031-4/+9
* find_package: Ensure root path stack and module vars are restoredCraig Scott2023-03-171-0/+5
* cmFindPackageCommand: Factor out methods for package root stack managementBrad King2023-02-231-0/+3
* cmFindPackageCommand: Avoid friendship between command class and generatorAlex Turbov2022-07-111-2/+0
* Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-241-0/+1
* cmFindPackageCommand: Handle Makefile variable definitions more robustlyCraig Scott2022-05-171-1/+3
* Merge topic 'FetchContent_find_package_integration'Craig Scott2022-05-061-0/+3
|\
| * Packages: Integrate FetchContent and find_package()Craig Scott2022-05-031-0/+3
* | find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-291-0/+1
|/
* find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-0/+1
* cmFindPackageCommand: Drop ComputeIfDebugModeWanted overloadBrad King2022-02-101-2/+0
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-0/+1
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-0/+2
* 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