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 'find_package_fatal_error_if_required_and_config_not_found'
David Cole
2012-03-08
1
-0/+4
|
\
|
*
find_package: error out if REQUIRED Config has not been found
Alex Neundorf
2012-03-06
1
-0/+4
*
|
Merge topic 'MakingConfigFilesEasier_ConfigureMacro'
David Cole
2012-03-08
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
wrap write_basic_config_version_file as write_basic_package_version_file()
Alex Neundorf
2012-03-07
1
-1/+1
*
|
Merge topic 'add-const-qualifiers'
David Cole
2012-03-02
1
-2/+2
|
\
\
|
*
|
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-2/+2
|
|
/
*
|
find_package: Optionally warn when implicitly using Config mode
Brad King
2012-02-28
1
-0/+41
*
|
find_package: Reject mixed use of MODULE- and CONFIG-only options
Brad King
2012-02-28
1
-43/+37
*
|
find_package: mention requested version number in error message
Alex Neundorf
2012-02-28
1
-2/+11
*
|
find_package: add CONFIG mode keyword alias for NO_MODULE
Alex Neundorf
2012-02-28
1
-4/+21
*
|
find_package: add MODULE mode to use only Find-modules
Alex Neundorf
2012-02-28
1
-56/+116
*
|
find_package: improve error message when no Find module is present
Alex Neundorf
2012-02-28
1
-18/+17
*
|
find_package: rename NoModule to UseFindModules
Alex Neundorf
2012-02-27
1
-14/+14
*
|
find_package: print error if an invalid CONFIGS name is used
Alex Neundorf
2012-02-27
1
-0/+1
|
/
*
fix FeatureSummary for REQUIRED packages, they were reported as OPTIONAL
Alex Neundorf
2012-02-11
1
-0/+9
*
Refactor find_* command final path list computation
Brad King
2011-09-23
1
-13/+1
*
Merge topic 'WriteConfigVersionFile_2TemplateFiles'
David Cole
2011-08-16
1
-0/+3
|
\
|
*
Provide macro write_basic_config_version_file()
Alex Neundorf
2011-08-01
1
-0/+3
*
|
Merge topic 'FeatureSummaryImprovements'
David Cole
2011-08-02
1
-8/+8
|
\
\
|
|
/
|
/
|
|
*
FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword
Alex Neundorf
2011-07-17
1
-8/+8
*
|
Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch
Alex Neundorf
2011-06-23
1
-0/+4
*
|
Add a switch to disable a find_package() call completely
Alex Neundorf
2011-06-21
1
-0/+18
|
/
*
Teach find_(library|package) about Linux multiarch (#12037)
Brad King
2011-06-08
1
-6/+18
*
find_package: Check both 32-bit and 64-bit registry views
Brad King
2011-04-13
1
-5/+37
*
find_package: Search a "system package registry"
Brad King
2011-04-13
1
-13/+36
*
find_package: Document user package registry locations
Brad King
2011-04-13
1
-3/+10
*
find_package: Cleanup user package registry less aggressively
Brad King
2011-04-13
1
-4/+3
*
find_package: Rename implementation of user package registry
Brad King
2011-04-13
1
-5/+5
*
find_package: Forward component list for recursive calls in modules
Brad King
2011-04-07
1
-14/+23
*
Speedup find_* commands (#11412)
Brad King
2010-11-12
1
-7/+17
*
Merge topic 'ImproveFindPackageConfigMode'
Brad King
2010-09-08
1
-34/+109
|
\
|
*
Improve wording of the error message of find_package() in config-mode
Alex Neundorf
2010-08-31
1
-9/+10
|
*
Don't create an empty element at the end of Foo_CONSIDERED_CONFIGS/VERSIONS
Alex Neundorf
2010-08-29
1
-2/+5
|
*
Replace the two vector<string,string> with one vector<struct{string,string}>
Alex Neundorf
2010-08-29
1
-13/+14
|
*
Improve error message in Config-mode when no appropriate version was found
Alex Neundorf
2010-08-29
1
-36/+50
|
*
Record all considered Config files and their versions.
Alex Neundorf
2010-08-29
1
-10/+66
*
|
Log the required package version and major improvement to FeatureSummary
Alex Neundorf
2010-08-24
1
-0/+14
|
/
*
Teach find_* commands to ignore some paths
Todd Gamblin
2010-08-13
1
-0/+14
*
Document and test find_package <pkg>_DIR env var
Brad King
2009-11-04
1
-0/+1
*
Fix find_package() when <pkg>_DIR is wrong
Brad King
2009-10-07
1
-10/+17
*
Create cmMakefile::PlatformIs64Bit helper method
Brad King
2009-09-30
1
-8/+4
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Use BeAPI for per-user package registry on Haiku
Brad King
2009-09-28
1
-0/+12
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-4/+4
*
Teach find_package to search a "package registry"
Brad King
2009-09-01
1
-3/+186
*
Fix find_package for cmake-gui registry entry
Brad King
2009-08-05
1
-1/+1
*
STYLE: fix typos in the docs
Alexander Neundorf
2009-04-19
1
-1/+1
*
ENH: Isolate policy changes in included scripts
Brad King
2009-01-22
1
-7/+23
*
ENH: Refactor find_package version file scoping
Brad King
2009-01-22
1
-6/+4
*
BUG: Fix find_package docs for refind feature
Brad King
2009-01-15
1
-2/+1
[prev]
[next]