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
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
Use containers of labeled search paths instead of individual members
Chuck Atkins
2014-11-12
1
-27/+76
*
Encapsulate search path manipulation functions into a seperate class.
Chuck Atkins
2014-11-11
1
-40/+32
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-111/+134
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-9/+9
*
Allow the Package Registry to be disabled (#14849)
Daniele E. Domenichelli
2014-05-12
1
-0/+12
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-55/+55
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-1/+2
*
FeatureSummary: Don't list transitive package dependencies
Stephen Kelly
2014-02-03
1
-0/+6
*
Merge topic 'minor-cleanups'
Brad King
2014-01-07
1
-2/+2
|
\
|
*
Add cmHasLiteralSuffix API.
Stephen Kelly
2014-01-06
1
-2/+2
*
|
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+1
|
/
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-14/+15
*
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-96/+0
*
Drop builtin command documentation
Brad King
2013-10-16
1
-316/+0
*
Haiku: Remove use of B_COMMON_DIRECTORY
Adrien Destugues
2013-10-08
1
-7/+11
*
Mention that IMPORTED targets may be created by a find_package call.
Stephen Kelly
2013-03-06
1
-1/+2
*
Revert "Add a way to exclude INTERFACE properties from exported targets."
Stephen Kelly
2013-02-13
1
-21/+0
*
Revert "find_package: Reword <package>_NO_INTERFACES documentation"
Stephen Kelly
2013-02-13
1
-17/+18
*
find_package: Reword <package>_NO_INTERFACES documentation
Brad King
2013-02-01
1
-18/+17
*
Add a way to exclude INTERFACE properties from exported targets.
Stephen Kelly
2013-01-31
1
-0/+21
*
exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()
Alex Neundorf
2012-09-30
1
-0/+2
*
find_package: add support for a <package>_NOT_FOUND_MESSAGE variable
Alex Neundorf
2012-09-28
1
-0/+10
*
fix #13195: avoid multiple mentions of found packages
Alex Neundorf
2012-05-06
1
-32/+60
*
find_package: Fix components signature documentation (#13142)
Brad King
2012-04-19
1
-3/+3
*
find_package: Document <package>_FIND_* variables (#13142)
Brad King
2012-04-18
1
-0/+23
*
find_package: add documentation for OPTIONAL_COMPONENTS
Alex Neundorf
2012-03-19
1
-4/+9
*
find_package: add OPTIONAL_COMPONENTS keyword
Alex Neundorf
2012-03-19
1
-5/+39
*
find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE
Alex Neundorf
2012-03-13
1
-4/+34
*
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
|
\
\
|
|
/
|
/
|
[next]