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
*
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
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-14/+10
*
Merge topic 'size-empty'
Brad King
2016-09-16
1
-1/+1
|
\
|
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
|
find_package: Optionally sort globbed directories in a meaningful order
Pierluigi Taddei
2016-09-15
1
-13/+105
|
/
*
find_package: Extend search path for combined Windows/UNIX convention
Silvio Traversaro
2016-08-24
1
-0/+38
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-2/+2
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-17/+16
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-13/+13
*
Merge topic 'find_package-duplicate-search-paths'
Brad King
2016-06-16
1
-8/+11
|
\
|
*
cmFindPackageCommand: remove duplicate paths from error message
Ben Boeckel
2016-06-13
1
-1/+3
|
*
cmFindPackageCommand: use iterators to loop over configurations
Ben Boeckel
2016-06-13
1
-8/+9
*
|
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-0/+11
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-962/+776
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-41/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Merge branch 'fix-bad-search-ordering' into test-search-ordering
Brad King
2015-09-15
1
-1/+4
|
\
|
*
find_*: Fix search order when the environment duplicates some HINTS
Chuck Atkins
2015-09-14
1
-1/+4
*
|
Remove use of include <cmsys/ios/*> and cmsys_ios::*
Brad King
2015-08-20
1
-1/+1
|
/
*
find_package: Drop search in recent cmake-gui locations
Brad King
2015-05-08
1
-29/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmMakefile: Add wrapper for reading listfiles which have an origin.
Stephen Kelly
2015-04-18
1
-2/+2
*
cmMakefile: Remove fullPath parameter from ReadListFile.
Stephen Kelly
2015-04-18
1
-1/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-17/+18
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-1/+1
[next]