summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.h
Commit message (Expand)AuthorAgeFilesLines
* find_*: support suppressing implicit transition eventsBen Boeckel2025-06-111-0/+5
* cmFindCommon: fix comment after renaming the `FullDebugMode` memberBen Boeckel2025-06-111-1/+1
* cmFindCommon: support suppressing implicit event loggingBen Boeckel2025-06-091-0/+1
* cmFindCommon: always track configure log informationBen Boeckel2025-06-091-0/+1
* cmFindCommon: log search path variablesBen Boeckel2025-05-151-0/+10
* find_package: generate `find_package-v1` configure log eventsBen Boeckel2025-05-091-0/+1
* cmFindCommonDebugState: adopt event writing logicBen Boeckel2025-05-011-0/+12
* cmFindCommon: track debug state as an objectBen Boeckel2025-04-291-2/+4
* cmFindBaseDebugState: factor out a base classBen Boeckel2025-04-291-0/+27
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-2/+2
* find_package(): Debug re-rooting behaviorKyle Edwards2024-08-021-2/+4
* find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-291-0/+2
* Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-151-0/+1
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-0/+4
* Refactor: Keep track of prefixes in cmSearchPathKyle Edwards2022-02-021-1/+1
* find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATHKyle Edwards2022-01-311-2/+7
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-1/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* find_*: Add debug logging infrastructureRobert Maynard2019-12-191-0/+9
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-4/+10
* Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-211-0/+3
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-3/+0
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9Brad King2017-08-081-0/+3
* cmFindCommon: Drop unused FilterPaths methodBrad King2017-07-111-5/+0
* find_*: Add a new PackageRoot search path groupChuck Atkins2017-05-161-0/+2
* cmFindCommon: remove unused function SetMakefileDaniel Pfeifer2017-05-101-3/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+9
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+16
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-9/+41
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-27/+18
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-10/+24
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-6/+0
* Refactor find_* command final path list computationBrad King2011-09-231-2/+2
* Speedup find_* commands (#11412)Brad King2010-11-121-0/+2
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+8
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-1/+3