summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-13/+13
* Merge topic 'find_package-duplicate-search-paths'Brad King2016-06-161-8/+11
|\
| * cmFindPackageCommand: remove duplicate paths from error messageBen Boeckel2016-06-131-1/+3
| * cmFindPackageCommand: use iterators to loop over configurationsBen Boeckel2016-06-131-8/+9
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+11
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-962/+776
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-41/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Merge branch 'fix-bad-search-ordering' into test-search-orderingBrad King2015-09-151-1/+4
|\
| * find_*: Fix search order when the environment duplicates some HINTSChuck Atkins2015-09-141-1/+4
* | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-1/+1
|/
* find_package: Drop search in recent cmake-gui locationsBrad King2015-05-081-29/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-2/+2
* 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-101-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