index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmFindPathCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
find_(program,library,file,path): add validation function
Marc Chevrier
2022-06-14
1
-2
/
+4
*
find_file: Fix blank line instead of framework path in debug output
Craig Scott
2022-03-01
1
-3
/
+8
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-1
/
+2
*
find_*: Add support for option NO_CACHE
Marc Chevrier
2021-06-02
1
-1
/
+1
*
find_*: refactor cache variable handling
Marc Chevrier
2021-05-11
1
-33
/
+16
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-2
/
+2
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1
/
+1
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-2
/
+2
*
find_*: Add support for REQUIRED keyword
Sylvain Joubert
2020-03-06
1
-0
/
+8
*
find_*: Use debug logging infrastructure
Robert Maynard
2019-12-19
1
-5
/
+12
*
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
1
-3
/
+9
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-11
/
+5
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2
/
+2
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
1
-1
/
+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-14
/
+8
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2
/
+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
clang-tidy: apply performance-faster-string-find fixes
Daniel Pfeifer
2016-12-12
1
-2
/
+2
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1
/
+5
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0
/
+2
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-3
/
+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-2
/
+1
*
find_path: Fix location of <dir/header.h> in a framework on OS X
Harry Mallon
2016-06-07
1
-1
/
+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-88
/
+57
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-3
/
+0
*
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-20
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-14
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
[next]