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
/
cmFindLibraryCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-12/+5
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+3
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-5/+2
*
cmMakefile: Make GetRequiredDefinition return std::string
Vitaly Stakhovsky
2018-09-05
1
-2/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
Fix minor clang-tidy findings
Matthias Maennich
2017-09-28
1
-1/+1
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-43/+25
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Add support for x32-abi
Steven Newbury
2017-03-07
1
-1/+8
*
Merge topic 'find_library-custom-lib-suffix'
Brad King
2017-03-02
1
-13/+15
|
\
|
*
find_library: Allow custom lib suffix be used as find path
Christian Schmidbauer
2017-03-01
1
-13/+15
*
|
Merge topic 'find-libarch-not-symlink'
Brad King
2017-03-01
1
-16/+48
|
\
\
|
|
/
|
/
|
|
*
find_library: Skip 'lib => lib<arch>' searches if one symlinks the other
Brad King
2017-02-28
1
-0/+22
|
*
cmFindLibraryCommand: Refactor AddArchitecturePath logic
Brad King
2017-02-28
1
-16/+26
*
|
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-2/+9
*
|
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+4
*
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
|
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-3/+3
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-4/+2
*
Teach find_library and find_package to search lib32 paths (#11260)
Daniel Scharrer
2016-06-10
1
-5/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-188/+134
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-18/+0
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmFindLibraryCommand: Avoid repeating search for the same name
Brad King
2015-09-02
1
-2/+9
*
Remove use of include <cmsys/stl/*> and cmsys_stl::*
Brad King
2015-08-20
1
-1/+0
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-1/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-4/+4
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-4/+3
*
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-2/+2
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-10/+10
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
*
Drop builtin command documentation
Brad King
2013-10-16
1
-56/+0
*
find_library: Optionally consider all names in each directory
Brad King
2012-09-25
1
-0/+84
*
find_library: Simplify framework search logic
Brad King
2012-09-25
1
-9/+12
*
find_library: Refactor internal name iteration
Brad King
2012-09-25
1
-37/+55
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
*
find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419)
Brad King
2012-07-20
1
-16/+35
*
find_library: Simplify lib->lib<arch> expansion
Brad King
2012-07-20
1
-17/+9
*
find_library: Refactor lib->lib64 conversion
Brad King
2012-07-20
1
-48/+5
*
FIND_LIBRARY: document FIND_LIBRARY_USE_LIB64_PATHS
Rolf Eike Beer
2012-03-29
1
-1/+7
*
Find_library(): allow searching for versioned shared objects
Rolf Eike Beer
2012-02-18
1
-4/+14
[next]