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
*
find_(program,library,file,path): add validation function
Marc Chevrier
2022-06-14
1
-7/+26
*
cmake: Add filtered debug-find options
John Parent
2021-12-17
1
-1/+2
*
Source: Fix clang -Wextra-semi warnings
Sean McBride
2021-09-28
1
-2/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-4/+4
*
find_library: Infer library prefix and suffix when in script mode
Robert Maynard
2021-07-19
1
-4/+31
*
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
-34/+13
*
Source: Reduce c_str() usage
vvs31415
2021-03-13
1
-1/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
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
[next]