summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-301-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-201-1/+1
* BUG: Make sure search paths never have double-slashes. Leading with two slas...Brad King2008-01-201-2/+10
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-0/+6
* BUG: fix for bug 6039 LIB and INCLUDE not used for find stuffBill Hoffman2007-12-141-0/+1
* ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.Alexander Neundorf2007-10-261-0/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-1/+1
* STYLE: add some newlines to cmake_install.cmake, so it's easier to readAlexander Neundorf2007-08-201-1/+1
* ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...Brad King2007-06-271-2/+8
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-0/+4
* BUG: If the user specifies a cache entry on the command line without a type, ...Brad King2006-07-181-0/+9
* STYLE: fix line lengthKen Martin2006-05-101-3/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* ENH: fix spelling errors in docsBill Hoffman2006-03-021-1/+1
* ENH: check in new find stuffBill Hoffman2006-03-021-102/+155
* BUG: use IsNOTFOUNDBill Hoffman2003-02-071-1/+1
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+2
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-021-3/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ...Sebastien Barre2002-08-011-0/+1
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib s...Sebastien Barre2002-06-141-1/+2
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4