summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'find_library-custom-lib-suffix'Brad King2017-03-021-13/+15
|\
| * find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-011-13/+15
* | Merge topic 'find-libarch-not-symlink'Brad King2017-03-011-16/+48
|\ \ | |/ |/|
| * find_library: Skip 'lib => lib<arch>' searches if one symlinks the otherBrad King2017-02-281-0/+22
| * cmFindLibraryCommand: Refactor AddArchitecturePath logicBrad King2017-02-281-16/+26
* | Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+9
* | Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+4
* | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* | cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-3/+3
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-4/+2
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-5/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-188/+134
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-18/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmFindLibraryCommand: Avoid repeating search for the same nameBrad King2015-09-021-2/+9