summaryrefslogtreecommitdiffstats
path: root/Source/cmFindCommon.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-20/+56
* Encapsulate search path manipulation functions into a seperate class.Chuck Atkins2014-11-111-122/+23
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-54/+75
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-211-1/+6
* Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-2/+13
* cmFindCommon: Revert accidental changeBrad King2013-11-021-13/+2
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-2/+13
* Drop builtin command documentationBrad King2013-10-161-49/+0
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-20/+4
* Use --sysroot when cross compiling.Stephen Kelly2013-06-071-4/+20
* Refactor find_* command final path list computationBrad King2011-09-231-1/+6
* Speedup find_* commands (#11412)Brad King2010-11-121-0/+4
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+57
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-0/+14
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-7/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* some white space fixes for the bookKen Martin2009-09-031-2/+2
* ENH: undo bad checkinBill Hoffman2008-10-031-9/+0
* STYLE: fix line length issuesBill Hoffman2008-10-021-1/+9
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-9/+10
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-0/+15
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-93/+33
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-0/+479