summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-14/+21
* Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-9/+7
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+3
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-14/+10
* Merge topic 'size-empty'Brad King2016-09-161-1/+1
|\
| * use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* | find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-13/+105
|/
* find_package: Extend search path for combined Windows/UNIX conventionSilvio Traversaro2016-08-241-0/+38
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-2/+2
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-17/+16
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* 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