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
/
cmFindPackageCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
find_package: Add support for default GLOBAL imported targets
John Parent
2022-03-10
1
-0/+14
*
find_package: Improve --debug-find-pkg= when using a find module
Brad King
2022-02-10
1
-3/+2
*
find_package: Avoid printing debug output header multiple times
Brad King
2022-02-10
1
-11/+4
*
find_package: Mention package name in Config mode debug output
Brad King
2022-02-10
1
-1/+2
*
find_package: Fix find module name in --debug-find output
Brad King
2022-02-10
1
-5/+4
*
find_package: Improve formatting of --debug-find output
Brad King
2022-02-10
1
-15/+15
*
cmFindPackageCommand: Drop ComputeIfDebugModeWanted overload
Brad King
2022-02-10
1
-7/+2
*
find_*(): Add CMAKE_IGNORE_PREFIX_PATH variable
Kyle Edwards
2022-02-02
1
-1/+12
*
Refactor: Keep track of prefixes in cmSearchPath
Kyle Edwards
2022-02-02
1
-1/+1
*
find_package(): Refactor CMAKE_[SYSTEM_]IGNORE_PATH
Kyle Edwards
2022-01-31
1
-1/+10
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-3/+11
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-11/+11
*
find_package: Add variable to make package REQUIRED
Eugene Shalygin
2021-07-08
1
-3/+21
*
set(CACHE): do not remove normal variable
Marc Chevrier
2021-05-20
1
-0/+5
*
clang-tidy: fix `readability-use-anyofallof` warnings
Ben Boeckel
2021-01-27
1
-18/+11
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-6/+6
*
find_package: Fix regression in searching root prefix
Brad King
2020-10-19
1
-1/+1
*
Merge topic 'find_package-check-dir'
Brad King
2020-10-01
1
-4/+5
|
\
|
*
find_package: avoid showing files as directories when searching config files
sanchayanghosh
2020-09-30
1
-4/+5
*
|
find_package: raise error on empty version range
Marc Chevrier
2020-09-29
1
-1/+14
|
/
*
Merge topic 'find_package_module_mode_print_debug_message'
Brad King
2020-09-25
1
-0/+16
|
\
|
*
FindPackage: Provide better debug message when <PKG_FOUND> is false
Robert Maynard
2020-09-22
1
-0/+11
|
*
FindPackage: find_package(MODULE) respects CMAKE_FIND_DEBUG_MODE
Robert Maynard
2020-09-22
1
-0/+5
*
|
find_package: Add support of version range
Marc Chevier
2020-09-23
1
-45/+116
*
|
cmFindPackageCommand: Refactoring
Marc Chevrier
2020-09-23
1
-73/+57
|
/
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-17/+17
*
Merge topic 'cmnonempty'
Kyle Edwards
2020-07-15
1
-2/+2
|
\
|
*
cmNonempty: Convenience inlines to check for non-empty string
Vitaly Stakhovsky
2020-07-14
1
-2/+2
*
|
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-3/+3
|
/
*
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-3/+1
|
\
|
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-3/+1
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
|
/
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-0/+6
*
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-10/+6
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-2/+2
*
find_package: Improve debug logging output
Robert Maynard
2020-01-01
1
-12/+34
*
find_*: Use debug logging infrastructure
Robert Maynard
2019-12-19
1
-13/+120
*
find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
Robert Maynard
2019-11-04
1
-1/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+7
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-24/+21
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-6/+4
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-6/+4
*
|
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
1
-3/+9
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-79/+43
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-5/+4
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
Merge topic 'find_package-prefer-config-not-found'
Brad King
2019-08-07
1
-1/+3
|
\
[next]