summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-4/+5
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* FIX: Entry doc. should never be overwritten. This may cause cmake to be re-ru...Berk Geveci2002-01-151-1/+9
* ENH: add possibility to add doc strings to varibles created by find type comm...Bill Hoffman2001-11-261-3/+20
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...Brad King2001-09-201-2/+4
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-15/+9
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* The path found is now collapsed (cleaner).Sebastien Barre2001-05-251-0/+1
* added registry entry support and windows app supportKen Martin2001-05-111-0/+1
* bug fixesKen Martin2001-04-301-4/+1
* better help stringsKen Martin2001-04-271-5/+36
* ENH: add help for cache entriesBill Hoffman2001-04-261-0/+2
* bug fixesKen Martin2001-04-261-0/+74