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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
1
-20/+7
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-2/+7
*
find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback
Cristian Adam
2019-06-13
1
-1/+8
*
find_package: Factor out module and config find_package methods
Cristian Adam
2019-05-20
1
-0/+3
*
ReadListFile: Accept std::string argument
Vitaly Stakhovsky
2019-01-31
1
-1/+1
*
find_package: optionally resolve symlinks when discovering packages
David Aguilar
2019-01-16
1
-0/+1
*
find_package(): Add policy to remove the FindQt module
Kyle Edwards
2018-11-14
1
-0/+3
*
IWYU: Fix workaround mapping for std::hash
Brad King
2018-08-07
1
-3/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+1
*
cmAlgorithms: Speed up cmRemoveDuplicates method
Le Minh Phuc
2018-05-25
1
-0/+32
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
find_package: Add missing PACKAGE_ROOT_PATH search path implementation.
Chuck Atkins
2017-07-28
1
-0/+1
*
cmCommand: remove unused methods from interface and all implementations
Daniel Pfeifer
2017-05-11
1
-5/+0
*
cmCommand: remove IsScriptable
Daniel Pfeifer
2017-05-08
1
-5/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
cmConfigure: Ensure separate include block in headers
Daniel Pfeifer
2017-04-11
1
-0/+1
*
Add support for x32-abi
Steven Newbury
2017-03-07
1
-0/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+10
*
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
1
-2/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
find_package: Optionally sort globbed directories in a meaningful order
Pierluigi Taddei
2016-09-15
1
-0/+26
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-5/+5
*
Merge topic 'find_package-duplicate-search-paths'
Brad King
2016-06-16
1
-0/+15
|
\
|
*
cmFindPackageCommand: remove duplicate paths from error message
Ben Boeckel
2016-06-13
1
-0/+15
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-0/+1
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-10/+24
*
Port CMake from cmIML to KWIML
Brad King
2015-12-18
1
-1/+1
*
find_package: Drop search in recent cmake-gui locations
Brad King
2015-05-08
1
-2/+0
*
Use containers of labeled search paths instead of individual members
Chuck Atkins
2014-11-12
1
-0/+15
*
Encapsulate search path manipulation functions into a seperate class.
Chuck Atkins
2014-11-11
1
-4/+3
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-12/+15
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-6/+6
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-1/+1
*
cmVersion: Fix CMake_VERSION_ENCODE for date in patch level
Brad King
2014-02-10
1
-1/+1
*
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-1/+0
*
Drop builtin command documentation
Brad King
2013-10-16
1
-16/+0
*
fix #13195: avoid multiple mentions of found packages
Alex Neundorf
2012-05-06
1
-1/+1
*
Merge topic 'add-const-qualifiers'
David Cole
2012-03-02
1
-4/+4
|
\
|
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-4/+4
*
|
find_package: Optionally warn when implicitly using Config mode
Brad King
2012-02-28
1
-0/+1
*
|
find_package: add MODULE mode to use only Find-modules
Alex Neundorf
2012-02-28
1
-0/+1
*
|
find_package: rename NoModule to UseFindModules
Alex Neundorf
2012-02-27
1
-1/+1
|
/
*
Refactor find_* command final path list computation
Brad King
2011-09-23
1
-1/+0
*
Teach find_(library|package) about Linux multiarch (#12037)
Brad King
2011-06-08
1
-0/+1
*
find_package: Check both 32-bit and 64-bit registry views
Brad King
2011-04-13
1
-1/+3
*
find_package: Search a "system package registry"
Brad King
2011-04-13
1
-1/+3
[next]