summaryrefslogtreecommitdiff
path: root/Source/cmFindPathCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* find_(program,library,file,path): add validation functionMarc Chevrier2022-06-141-2/+4
* find_file: Fix blank line instead of framework path in debug outputCraig Scott2022-03-011-3/+8
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-1/+2
* find_*: Add support for option NO_CACHEMarc Chevrier2021-06-021-1/+1
* find_*: refactor cache variable handlingMarc Chevrier2021-05-111-33/+16
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
* find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-061-0/+8
* find_*: Use debug logging infrastructureRobert Maynard2019-12-191-5/+12
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-3/+9
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-11/+5
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* 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-201-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-141-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