summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* cmMakefile: Remove fullPath parameter from ReadListFile.Stephen Kelly2015-04-181-1/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-17/+18
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-2/+0
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Convert some raw loops to cmWrap.Stephen Kelly2015-02-201-11/+3
* Replace common loop pattern with cmJoinStephen Kelly2015-02-111-17/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-9/+9
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-9/+9
* | Revert "Misc. fixes for the Oracle / Sun compiler."Stephen Kelly2015-01-111-9/+6
|/
* Misc. fixes for the Oracle / Sun compiler.Chuck Atkins2014-12-121-6/+9
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-27/+76
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-40/+32
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-111/+134
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-9/+9
* Allow the Package Registry to be disabled (#14849)Daniele E. Domenichelli2014-05-121-0/+12
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-55/+55
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+2
* FeatureSummary: Don't list transitive package dependenciesStephen Kelly2014-02-031-0/+6
* Merge topic 'minor-cleanups'Brad King2014-01-071-2/+2
|\
| * Add cmHasLiteralSuffix API.Stephen Kelly2014-01-061-2/+2
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
|/
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-14/+15
* Drop compatibility with CMake < 2.4Brad King2013-10-231-96/+0
* Drop builtin command documentationBrad King2013-10-161-316/+0
* Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-7/+11
* Mention that IMPORTED targets may be created by a find_package call.Stephen Kelly2013-03-061-1/+2
* Revert "Add a way to exclude INTERFACE properties from exported targets."Stephen Kelly2013-02-131-21/+0
* Revert "find_package: Reword <package>_NO_INTERFACES documentation"Stephen Kelly2013-02-131-17/+18
* find_package: Reword <package>_NO_INTERFACES documentationBrad King2013-02-011-18/+17
* Add a way to exclude INTERFACE properties from exported targets.Stephen Kelly2013-01-311-0/+21
* exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-301-0/+2
* find_package: add support for a <package>_NOT_FOUND_MESSAGE variableAlex Neundorf2012-09-281-0/+10
* fix #13195: avoid multiple mentions of found packagesAlex Neundorf2012-05-061-32/+60
* find_package: Fix components signature documentation (#13142)Brad King2012-04-191-3/+3
* find_package: Document <package>_FIND_* variables (#13142)Brad King2012-04-181-0/+23
* find_package: add documentation for OPTIONAL_COMPONENTSAlex Neundorf2012-03-191-4/+9
* find_package: add OPTIONAL_COMPONENTS keywordAlex Neundorf2012-03-191-5/+39
* find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSEAlex Neundorf2012-03-131-4/+34
* Merge topic 'find_package_fatal_error_if_required_and_config_not_found'David Cole2012-03-081-0/+4
|\
| * find_package: error out if REQUIRED Config has not been foundAlex Neundorf2012-03-061-0/+4
* | Merge topic 'MakingConfigFilesEasier_ConfigureMacro'David Cole2012-03-081-1/+1
|\ \ | |/ |/|
| * wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-071-1/+1
* | Merge topic 'add-const-qualifiers'David Cole2012-03-021-2/+2
|\ \
| * | Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-2/+2
| |/