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
/
cmFindBase.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
find_*: Add a new PackageRoot search path group
Chuck Atkins
2017-05-16
1
-0/+22
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+6
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+1
*
Fix newly discovered clang-tidy issues
Daniel Pfeifer
2016-10-21
1
-1/+1
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-1/+2
*
Restore find_(library|file|path) search of PATH itself
Brad King
2016-07-11
1
-4/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-165/+103
*
Drop find_(library|file|path) prefixes from PATH on non-Windows
Brad King
2016-05-09
1
-2/+8
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Merge branch 'fix-bad-search-ordering' into test-search-ordering
Brad King
2015-09-15
1
-2/+4
|
\
|
*
find_*: Fix search order when the environment duplicates some HINTS
Chuck Atkins
2015-09-14
1
-2/+4
*
|
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-2/+2
|
/
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-1/+1
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-4/+5
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-6/+7
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-7/+6
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-6/+7
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+2
*
Merge topic 'use-algorithms'
Brad King
2015-02-23
1
-16/+3
|
\
|
*
Convert some raw loops to cmWrap.
Stephen Kelly
2015-02-20
1
-5/+1
|
*
Use cmJoin where possible.
Stephen Kelly
2015-02-20
1
-11/+2
*
|
Teach find_(library|file|path) to get prefixes from PATH (#15370)
Brad King
2015-02-19
1
-0/+1
|
/
*
cmFindBase: Replace loop with cmJoin on range.
Stephen Kelly
2015-02-11
1
-5/+3
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-4/+2
*
Use containers of labeled search paths instead of individual members
Chuck Atkins
2014-11-12
1
-24/+34
*
Encapsulate search path manipulation functions into a seperate class.
Chuck Atkins
2014-11-11
1
-143/+34
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-122/+133
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-4/+4
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-3/+3
*
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-18/+0
*
Drop builtin command documentation
Brad King
2013-10-16
1
-100/+0
*
Teach find_(path|file) about Linux multiarch (#13742)
Brad King
2012-11-26
1
-2/+2
*
find_library: Optionally consider all names in each directory
Brad King
2012-09-25
1
-0/+15
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-11/+11
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-2/+2
*
Refactor find_* command final path list computation
Brad King
2011-09-23
1
-5/+1
*
Teach find_(library|package) about Linux multiarch (#12037)
Brad King
2011-06-08
1
-0/+12
*
Fix find_* argument parsing crash (#11513)
Brad King
2010-11-30
1
-0/+5
*
Speedup find_* commands (#11412)
Brad King
2010-11-12
1
-4/+21
*
Teach find_* commands to ignore some paths
Todd Gamblin
2010-08-13
1
-0/+5
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Clarify PATH_SUFFIXES documentation
Brad King
2008-10-14
1
-2/+4
*
BUG: Fix find_* search order with path suffixes
Brad King
2008-10-13
1
-7/+1
[next]