summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* find_*: support suppressing implicit transition eventsBen Boeckel2025-06-111-1/+3
* cmFindCommon: always track configure log informationBen Boeckel2025-06-091-3/+2
* cmStrCat: use character literals where possibleBen Boeckel2025-05-151-3/+3
* cmFindCommon: track debug state as an objectBen Boeckel2025-04-291-14/+17
* cmFindCommon: use `DebugModeEnabled` to query for debug modeBen Boeckel2025-04-291-3/+3
* cmFindBaseDebugState: get the command name directly from the objectBen Boeckel2025-04-291-6/+5
* cmFindBase: Track initial state with an `enum`Ben Boeckel2025-04-281-1/+1
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-6/+6
* find_library: Handle case-insensitive filesystems on LinuxRussell Greene2024-12-111-29/+65
* find_*: Explicitly normalize found paths as they exist on diskBrad King2024-10-221-11/+10
* cmFind*Command: Simplify file validation code pathsBrad King2024-10-221-5/+2
* cmFind*Command: Store candidate paths as local variablesBrad King2024-10-221-10/+7
* Source: Restore compilation on OpenBSDRafael Sadowski2024-01-051-4/+4
* find_library(): Add support for .xcframeworkKyle Edwards2023-07-281-0/+16
* find_library: Improve regex readability in --debug-find outputThomas Schenker2023-07-131-2/+8
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-8/+8
* find_(program,library,file,path): add validation functionMarc Chevrier2022-06-141-7/+26
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-1/+2
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* find_library: Infer library prefix and suffix when in script modeRobert Maynard2021-07-191-4/+31
* find_*: Add support for option NO_CACHEMarc Chevrier2021-06-021-1/+1
* find_*: refactor cache variable handlingMarc Chevrier2021-05-111-34/+13
* Source: Reduce c_str() usagevvs314152021-03-131-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* find_library: Check that library files are readableBrad King2020-06-291-1/+2
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-2/+2
* find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-061-0/+8
* find_*: Use debug logging infrastructureRobert Maynard2019-12-191-5/+63
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* cmFind*: Port away from cmCommandRegina Pfeifer2019-09-101-3/+9
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+5
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+3
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-5/+2
* cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* Fix minor clang-tidy findingsMatthias Maennich2017-09-281-1/+1
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-43/+25
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add support for x32-abiSteven Newbury2017-03-071-1/+8