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
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+3
*
find_library: Check that library files are readable
Brad King
2020-06-29
1
-1/+2
*
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/+63
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
cmFind*: Port away from cmCommand
Regina Pfeifer
2019-09-10
1
-3/+9
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
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
[next]