summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* find_library: Simplify lib->lib<arch> expansionBrad King2012-07-201-17/+9
* find_library: Refactor lib->lib64 conversionBrad King2012-07-201-48/+5
* FIND_LIBRARY: document FIND_LIBRARY_USE_LIB64_PATHSRolf Eike Beer2012-03-291-1/+7
* Find_library(): allow searching for versioned shared objectsRolf Eike Beer2012-02-181-4/+14
* find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248)Brad King2011-06-151-5/+0
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-0/+4
* Speedup find_* commands (#11412)Brad King2010-11-121-5/+10
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix lib/ to lib/64/ search path conversionBrad King2008-09-231-1/+2
* ENH: Teach find_library to find OpenBSD-style libsBrad King2008-09-221-2/+30
* ENH: Refactor find_library search logicBrad King2008-09-221-50/+207
* ENH: Refactor find_* command framework/appbundle search order impl.Brad King2008-06-091-51/+66
* ENH: In find_* implementation centralize addition of trailing slashesBrad King2008-06-091-10/+0
* BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set.Brad King2008-02-111-2/+2
* BUG: Fix recent find_library change to look for user-specified name first to ...Brad King2008-02-101-6/+27
* ENH: Make find_library test for the library file as named before trying prefi...Brad King2008-02-061-0/+10
* BUG: Move decision to switch library paths found in implicit link directories...Brad King2008-01-311-72/+0
* ENH: Apply new implicit link directory find_library policy when loading a cac...Brad King2008-01-241-0/+20
* ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link...Brad King2008-01-231-5/+0
* ENH: Teach find_library to avoid returning library paths in system directorie...Brad King2008-01-231-1/+53
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Enable library search path suffix for sparcv9 architecture. This should...Brad King2008-01-231-24/+32
* ENH: Add support to find_library to transform /lib to /lib32 on some architec...Brad King2008-01-211-0/+49
* BUG: Fix previous commit to not access empty strings out of bounds.Brad King2008-01-211-1/+1