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
*
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
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-5/+2
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-28/+14
*
find_package(): Add policy to remove the FindQt module
Kyle Edwards
2018-11-14
1
-1/+26
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-5/+5
*
doc: Consistently use <PackageName> for describing the name of a package
Jean-Christophe Fillion-Robin
2018-08-14
1
-2/+2
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-19/+24
*
Help: Add 'lib32|libx32|lib64' paths to find_package prefixes
Ruslan Baratov
2018-03-21
1
-6/+6
*
find_package: Use PackageName_ROOT variables as search prefixes
Brad King
2018-03-16
1
-16/+42
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-7/+6
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-3/+3
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-19/+18
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-13/+13
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-74/+47
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9
Brad King
2017-08-08
1
-0/+2
*
find_package: Add missing PACKAGE_ROOT_PATH search path implementation.
Chuck Atkins
2017-07-28
1
-0/+20
*
find_package: Restore longer message when config files were considered
Brad King
2017-07-07
1
-1/+2
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-8/+16
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+2
*
Merge topic 'reduce-string-copying'
Brad King
2017-05-28
1
-3/+3
|
\
|
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-3/+3
*
|
Merge topic 'find_package-shorter-message'
Brad King
2017-05-25
1
-90/+104
|
\
\
|
|
/
|
/
|
|
*
find_package: shorten output for missing package in config mode
Christoph GrĂ¼ninger
2017-05-23
1
-2/+10
|
*
cmFindPackageCommand: Split condition to improve readability
Christoph GrĂ¼ninger
2017-05-23
1
-91/+97
*
|
find_*: Add a new PackageRoot search path group
Chuck Atkins
2017-05-16
1
-0/+7
|
/
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-6/+6
*
fix include order of windows.h
Daniel Pfeifer
2017-03-14
1
-1/+0
*
Add support for x32-abi
Steven Newbury
2017-03-07
1
-0/+11
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-14/+21
*
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
1
-9/+7
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+3
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
[next]