summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.cxx
Commit message (Expand)AuthorAgeFilesLines
* find_*: support suppressing implicit transition eventsBen Boeckel2025-06-111-0/+8
* cmFindCommon: support suppressing implicit event loggingBen Boeckel2025-06-091-5/+12
* cmFindCommon: always track configure log informationBen Boeckel2025-06-091-6/+12
* cmFindCommon: log search path variablesBen Boeckel2025-05-151-0/+120
* cmFindCommonDebugState: adopt event writing logicBen Boeckel2025-05-011-0/+22
* cmFindCommon: track debug state as an objectBen Boeckel2025-04-291-2/+5
* cmFindBaseDebugState: factor out a base classBen Boeckel2025-04-291-0/+41
* cmFindCommon: use `DebugModeEnabled` to query for debug modeBen Boeckel2025-04-291-2/+2
* 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-10/+10
* find_package: Fix assertion failure on empty sysrootsBrad King2024-12-191-4/+4
* cmFindCommon.cxx: Small optimizationsAlex Turbov2024-11-271-52/+48
* find_package(): Debug re-rooting behaviorKyle Edwards2024-08-021-3/+28
* cmFindCommon: Fix typo in internal search path group labelBrad King2024-04-301-1/+1
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-1/+1
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-8/+9
* find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-291-0/+12
* Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-151-2/+6
* find_package: Improve --debug-find-pkg= when using a find moduleBrad King2022-02-101-1/+2
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-021-8/+38
* find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATHKyle Edwards2022-01-311-7/+10
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-0/+6
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
* find_package: Don't reroot prefix that is equal to a root pathAlexandru Croitor2021-10-201-2/+8
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-14/+13
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-4/+4
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-7/+1
* Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-201-0/+17
|\
| * find_*: Add debug logging infrastructureRobert Maynard2019-12-191-0/+17
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-2/+8
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+3
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+3
* Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-211-0/+21
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-3/+3
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-2/+2
* Fix misc. typosluz.paz2018-06-041-2/+2
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-7/+0
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-22/+16