summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-201-1/+0
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-4/+4
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+3
* Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+2
* Refactor and seperate search path construction for find commandsChuck Atkins2014-11-111-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-10/+10
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Drop builtin command documentationBrad King2013-10-161-56/+0
* find_library: Optionally consider all names in each directoryBrad King2012-09-251-0/+84
* find_library: Simplify framework search logicBrad King2012-09-251-9/+12
* find_library: Refactor internal name iterationBrad King2012-09-251-37/+55
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419)Brad King2012-07-201-16/+35