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
/
cmFindBase.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmFindBase: let the debug state know if it has already been found
Ben Boeckel
2025-06-09
1
-7/+22
*
Merge topic 'astgrep-cmstrcat'
Brad King
2025-05-22
1
-2/+2
|
\
|
*
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-2/+2
*
|
cmFindCommon: log search path variables
Ben Boeckel
2025-05-15
1
-0/+15
*
|
cmFindBase: skip writing `names` and `*_directories` when empty
Ben Boeckel
2025-05-13
1
-3/+9
|
/
*
cmFindCommonDebugState: adopt event writing logic
Ben Boeckel
2025-05-01
1
-30/+23
*
cmFindCommon: track debug state as an object
Ben Boeckel
2025-04-29
1
-7/+1
*
cmFindBaseDebugState: factor out a base class
Ben Boeckel
2025-04-29
1
-37/+25
*
cmFindCommon: use `DebugModeEnabled` to query for debug mode
Ben Boeckel
2025-04-29
1
-1/+1
*
cmFindBaseDebugState: get the command name directly from the object
Ben Boeckel
2025-04-29
1
-3/+2
*
cmFindBase: Create `find-v1` configure log events
Ben Boeckel
2025-04-28
1
-3/+89
*
cmFindBase: Track initial state with an `enum`
Ben Boeckel
2025-04-28
1
-5/+16
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
find_*: Add variable to default calls to REQUIRED
Martin Duffy
2025-02-27
1
-0/+18
*
cmFindBase: Don't pass vector::erase an out of bounds iterator
Robert Maynard
2025-02-11
1
-2/+4
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-10/+10
*
find_*: Improve error message quoting consistency
Alex Turbov
2024-11-27
1
-5/+5
*
cmFindBase.cxx: Optimize `cmStrCat()` calls
Alex Turbov
2024-11-19
1
-35/+30
*
cmFindBase.cxx: Check `DebugMode` and exit early to reduce indentation
Alex Turbov
2024-11-19
1
-54/+56
*
find_*: Explicitly normalize found paths as they exist on disk
Brad King
2024-10-22
1
-5/+8
*
clang-tidy: fix `readability-redundant-*` warnings
Daniel Pfeifer
2024-10-11
1
-1/+0
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-2/+1
*
find_(library|file|path): Drop PATH-derived search prefixes
Brad King
2023-09-14
1
-3/+0
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+1
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-4/+4
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-2/+3
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-1/+1
*
Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix'
Brad King
2022-08-31
1
-22/+46
|
\
|
*
CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX
Robert Maynard
2022-08-30
1
-6/+7
|
*
cmFindBase: Refactor CMAKE_FIND_USE_INSTALL_PREFIX handling
Robert Maynard
2022-08-30
1
-22/+45
*
|
find_(program,library,file,path): add validation function
Marc Chevrier
2022-06-14
1
-2/+60
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
find_* commands: add control over Windows registry views
Marc Chevrier
2022-04-29
1
-0/+15
*
Find: Support per call disabling of CMAKE_INSTALL_PREFIX
Robert Maynard
2022-04-15
1
-2/+57
*
find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH
Kyle Edwards
2022-01-31
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
Use new AddCacheEntry signatures
Marc Chevrier
2021-09-10
1
-2/+2
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-2/+2
*
find_*: Add support for option NO_CACHE
Marc Chevrier
2021-06-02
1
-46/+69
*
set(CACHE): do not remove normal variable
Marc Chevrier
2021-05-20
1
-5/+30
*
find_*: ensure consistent behavior for cache variables
Marc Chevrier
2021-05-12
1
-9/+49
*
find_*: refactor cache variable handling
Marc Chevrier
2021-05-11
1
-9/+53
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-3/+2
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
cmState::GetCacheEntryProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-2/+2
*
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-1/+1
*
find_*: Add support for REQUIRED keyword
Sylvain Joubert
2020-03-06
1
-0/+4
*
cmFindBase: Use in-class member initialization
Sylvain Joubert
2020-03-06
1
-4/+0
*
Merge topic 'add_find_call_debugging'
Kyle Edwards
2019-12-20
1
-36/+95
|
\
|
*
find_*: Add debug logging infrastructure
Robert Maynard
2019-12-19
1
-36/+95
[next]