index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFindPathCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-4/+3
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-5/+5
*
Drop builtin command documentation
Brad King
2013-10-16
1
-45/+0
*
Teach find_(path|file) about Linux multiarch (#13742)
Brad King
2012-11-26
1
-2/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-4/+4
*
Teach find_(library|package) about Linux multiarch (#12037)
Brad King
2011-06-08
1
-0/+2
*
Speedup find_* commands (#11412)
Brad King
2010-11-12
1
-14/+11
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Improve framework search speed for find_file and find_path
Brad King
2008-06-09
1
-2/+2
*
ENH: Refactor find_* command framework/appbundle search order impl.
Brad King
2008-06-09
1
-52/+79
*
ENH: In find_* implementation centralize addition of trailing slashes
Brad King
2008-06-09
1
-10/+0
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
BUG: Fix previous commit to not access empty strings out of bounds.
Brad King
2008-01-21
1
-1/+1
*
BUG: Make sure search paths never have double-slashes. Leading with two slas...
Brad King
2008-01-20
1
-3/+11
*
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.
Brad King
2008-01-17
1
-0/+6
*
BUG: fix for bug 6039 LIB and INCLUDE not used for find stuff
Bill Hoffman
2007-12-15
1
-0/+1
*
ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.
Alexander Neundorf
2007-10-26
1
-0/+2
*
ENH: make commands lower case by default
Ken Martin
2007-10-10
1
-1/+1
*
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
Alexander Neundorf
2007-06-08
1
-0/+4
*
BUG: If the user specifies a cache entry on the command line without a type, ...
Brad King
2006-07-18
1
-0/+12
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-15/+21
*
ENH: Remove cmGlob and use glob from kwsys
Andy Cedilnik
2006-03-21
1
-1/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-3/+3
*
ENH: fix a bug in the find path stuff so that it can find headers deep in fra...
Bill Hoffman
2006-03-09
1
-15/+15
*
ENH: check in new find stuff
Bill Hoffman
2006-03-02
1
-106/+107
*
ENH: Improved support for user-configured search paths. Paths given in the C...
Brad King
2006-01-27
1
-6/+8
*
ENH: remove debug print stuff
Bill Hoffman
2006-01-04
1
-3/+0
*
ENH: change framework order
Bill Hoffman
2006-01-02
1
-1/+1
*
ENH: move framework stuff from FindFile to FindPath
Bill Hoffman
2005-12-31
1
-1/+81
*
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...
Bill Hoffman
2004-04-22
1
-1/+1
*
ENH: add checking for NOTFOUND
Bill Hoffman
2003-01-31
1
-2/+2
*
remove trailing slash from findpath command
Bill Hoffman
2003-01-17
1
-1/+5
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
Couple of changes: cache variables now have a map of properties. ADVANCED and...
Andy Cedilnik
2002-09-11
1
-4/+5
*
changed cache manager and registered generators to no longer be singletons
Ken Martin
2002-08-28
1
-1/+1
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-2/+5
*
ENH: remove several compiler warnings
Bill Hoffman
2002-03-13
1
-1/+1
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-1/+0
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
FIX: Entry doc. should never be overwritten. This may cause cmake to be re-ru...
Berk Geveci
2002-01-15
1
-1/+9
*
ENH: add possibility to add doc strings to varibles created by find type comm...
Bill Hoffman
2001-11-26
1
-3/+20
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-1/+1
*
ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...
Brad King
2001-09-20
1
-2/+4
*
ENH: big change, only allow commands access to the cache via the cmMakefile c...
Bill Hoffman
2001-08-08
1
-15/+9
*
ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06
1
-1/+1
[next]