summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-14/+8
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* clang-tidy: apply performance-faster-string-find fixesDaniel Pfeifer2016-12-121-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-3/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-2/+1
* find_path: Fix location of <dir/header.h> in a framework on OS XHarry Mallon2016-06-071-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-88/+57
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+3
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-5/+5
* Drop builtin command documentationBrad King2013-10-161-45/+0
* Teach find_(path|file) about Linux multiarch (#13742)Brad King2012-11-261-2/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+2
* Speedup find_* commands (#11412)Brad King2010-11-121-14/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve framework search speed for find_file and find_pathBrad King2008-06-091-2/+2
* ENH: Refactor find_* command framework/appbundle search order impl.Brad King2008-06-091-52/+79
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-10/+0
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: Fix previous commit to not access empty strings out of bounds.Brad King2008-01-211-1/+1
* BUG: Make sure search paths never have double-slashes. Leading with two slas...Brad King2008-01-201-3/+11
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-0/+6
* BUG: fix for bug 6039 LIB and INCLUDE not used for find stuffBill Hoffman2007-12-151-0/+1
* ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.Alexander Neundorf2007-10-261-0/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-1/+1
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+4
* BUG: If the user specifies a cache entry on the command line without a type, ...Brad King2006-07-181-0/+12
* STYLE: fix line lengthKen Martin2006-05-101-15/+21
* ENH: Remove cmGlob and use glob from kwsysAndy Cedilnik2006-03-211-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: fix a bug in the find path stuff so that it can find headers deep in fra...Bill Hoffman2006-03-091-15/+15
* ENH: check in new find stuffBill Hoffman2006-03-021-106/+107
* ENH: Improved support for user-configured search paths. Paths given in the C...Brad King2006-01-271-6/+8
* ENH: remove debug print stuffBill Hoffman2006-01-041-3/+0
* ENH: change framework orderBill Hoffman2006-01-021-1/+1
* ENH: move framework stuff from FindFile to FindPathBill Hoffman2005-12-311-1/+81
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...Bill Hoffman2004-04-221-1/+1
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+2
* remove trailing slash from findpath commandBill Hoffman2003-01-171-1/+5
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3