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
*
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
*
|
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
-1/+4
*
Merge branch 'backport-find-no-name' into find-no-name
Brad King
2019-08-28
1
-1/+1
|
\
|
*
find_path: Fix crash on empty old-style list of names
Brad King
2019-08-28
1
-1/+1
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-9/+3
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
|
Find: Provide global controls for the `NO_[]_PATH` call options
Robert Maynard
2019-06-21
1
-0/+3
|
/
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+1
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-6/+3
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-2/+2
*
find_package: Use PackageName_ROOT variables as search prefixes
Brad King
2018-03-16
1
-12/+6
*
MAINT: Misc. typos
luz.paz
2018-02-13
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-8/+4
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9
Brad King
2017-08-08
1
-0/+2
*
find_*: Honor PATH_SUFFIXES in PackageName_ROOT paths
Brad King
2017-07-11
1
-0/+2
*
find_*: Add a new PackageRoot search path group
Chuck Atkins
2017-05-16
1
-0/+22
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
[next]