index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFindCommon.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
find_*: support suppressing implicit transition events
Ben Boeckel
2025-06-11
1
-0/+8
*
cmFindCommon: support suppressing implicit event logging
Ben Boeckel
2025-06-09
1
-5/+12
*
cmFindCommon: always track configure log information
Ben Boeckel
2025-06-09
1
-6/+12
*
cmFindCommon: log search path variables
Ben Boeckel
2025-05-15
1
-0/+120
*
cmFindCommonDebugState: adopt event writing logic
Ben Boeckel
2025-05-01
1
-0/+22
*
cmFindCommon: track debug state as an object
Ben Boeckel
2025-04-29
1
-2/+5
*
cmFindBaseDebugState: factor out a base class
Ben Boeckel
2025-04-29
1
-0/+41
*
cmFindCommon: use `DebugModeEnabled` to query for debug mode
Ben Boeckel
2025-04-29
1
-2/+2
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-10/+10
*
find_package: Fix assertion failure on empty sysroots
Brad King
2024-12-19
1
-4/+4
*
cmFindCommon.cxx: Small optimizations
Alex Turbov
2024-11-27
1
-52/+48
*
find_package(): Debug re-rooting behavior
Kyle Edwards
2024-08-02
1
-3/+28
*
cmFindCommon: Fix typo in internal search path group label
Brad King
2024-04-30
1
-1/+1
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-1/+1
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-8/+9
*
find_* commands: add control over Windows registry views
Marc Chevrier
2022-04-29
1
-0/+12
*
Find: Support per call disabling of CMAKE_INSTALL_PREFIX
Robert Maynard
2022-04-15
1
-2/+6
*
find_package: Improve --debug-find-pkg= when using a find module
Brad King
2022-02-10
1
-1/+2
*
find_*(): Add CMAKE_IGNORE_PREFIX_PATH variable
Kyle Edwards
2022-02-02
1
-8/+38
*
find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH
Kyle Edwards
2022-01-31
1
-7/+10
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-0/+6
*
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-1/+1
*
find_package: Don't reroot prefix that is equal to a root path
Alexandru Croitor
2021-10-20
1
-2/+8
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-7/+7
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-14/+13
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-4/+4
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-7/+1
*
Merge topic 'add_find_call_debugging'
Kyle Edwards
2019-12-20
1
-0/+17
|
\
|
*
find_*: Add debug logging infrastructure
Robert Maynard
2019-12-19
1
-0/+17
*
|
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-2/+3
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
1
-2/+8
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-4/+3
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+3
*
Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs
Robert Maynard
2019-07-09
1
-1/+1
*
Find: Provide global controls for the `NO_[]_PATH` call options
Robert Maynard
2019-06-21
1
-0/+21
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-1/+2
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-3/+3
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-2/+2
*
Fix misc. typos
luz.paz
2018-06-04
1
-2/+2
*
find_package: Use PackageName_ROOT variables as search prefixes
Brad King
2018-03-16
1
-7/+0
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-22/+16
[next]