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
*
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
|
\
|
*
find_package: Fix prefer-config mode to not fail on missing optional package
Cristian Adam
2019-08-06
1
-1/+3
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
|
Merge topic 'definitions_string_view'
Brad King
2019-07-26
1
-10/+10
|
\
\
|
*
|
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-10/+10
*
|
|
FindPackage: Support `NO_[]_PATH` global call options
Robert Maynard
2019-07-22
1
-0/+3
|
/
/
*
|
Merge topic 'find_package-fix-NO_MODULE'
Brad King
2019-07-17
1
-2/+3
|
\
\
|
|
/
|
*
find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIG
Cristian Adam
2019-07-16
1
-2/+3
*
|
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
|
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
|
Merge topic 'add_cmake_find_use_package_registry'
Craig Scott
2019-07-09
1
-1/+6
|
\
\
|
*
|
Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY
Robert Maynard
2019-07-09
1
-1/+6
|
|
/
*
|
Remove unused variables from cmFindPackageCommand
Robert Maynard
2019-06-26
1
-6/+0
|
/
*
find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback
Cristian Adam
2019-06-13
1
-4/+16
*
find_package: Add option to prefer Config mode
Cristian Adam
2019-05-21
1
-42/+53
*
find_package: Factor out module and config find_package methods
Cristian Adam
2019-05-20
1
-50/+60
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+3
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-1/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4/+4
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
*
ReadListFile: Accept std::string argument
Vitaly Stakhovsky
2019-01-31
1
-4/+5
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+3
*
Merge topic 'tidy-pass-by-value'
Brad King
2019-01-23
1
-6/+6
|
\
|
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6/+6
*
|
cmMakefile: GetModulesFile() accepts std::string param
Vitaly Stakhovsky
2019-01-21
1
-1/+1
|
/
*
Merge topic 'use-emplace'
Brad King
2019-01-21
1
-7/+7
|
\
|
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-7/+7
*
|
find_package: optionally resolve symlinks when discovering packages
David Aguilar
2019-01-16
1
-0/+10
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-9/+12
[next]