summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.h
Commit message (Expand)AuthorAgeFilesLines
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+9
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-221-1/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+16
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmFindCommon: Remove MSVC6 workaround for nested struct private access.Stephen Kelly2014-11-201-7/+0
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-9/+41
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-27/+18
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-10/+24
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-6/+0
* Refactor find_* command final path list computationBrad King2011-09-231-2/+2
* Speedup find_* commands (#11412)Brad King2010-11-121-0/+2
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+8
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-1/+3
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-0/+3
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-15/+9
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-0/+95