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_*: support suppressing implicit transition events
Ben Boeckel
2025-06-11
1
-1/+3
*
cmFindCommon: always track configure log information
Ben Boeckel
2025-06-09
1
-3/+2
*
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-3/+3
*
cmFindCommon: track debug state as an object
Ben Boeckel
2025-04-29
1
-14/+17
*
cmFindCommon: use `DebugModeEnabled` to query for debug mode
Ben Boeckel
2025-04-29
1
-3/+3
*
cmFindBaseDebugState: get the command name directly from the object
Ben Boeckel
2025-04-29
1
-6/+5
*
cmFindBase: Track initial state with an `enum`
Ben Boeckel
2025-04-28
1
-1/+1
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-6/+6
*
find_library: Handle case-insensitive filesystems on Linux
Russell Greene
2024-12-11
1
-29/+65
*
find_*: Explicitly normalize found paths as they exist on disk
Brad King
2024-10-22
1
-11/+10
*
cmFind*Command: Simplify file validation code paths
Brad King
2024-10-22
1
-5/+2
*
cmFind*Command: Store candidate paths as local variables
Brad King
2024-10-22
1
-10/+7
*
Source: Restore compilation on OpenBSD
Rafael Sadowski
2024-01-05
1
-4/+4
*
find_library(): Add support for .xcframework
Kyle Edwards
2023-07-28
1
-0/+16
*
find_library: Improve regex readability in --debug-find output
Thomas Schenker
2023-07-13
1
-2/+8
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-8/+8
*
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
[next]