summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-151-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-021-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
* ENH: remove several compiler warningsBill Hoffman2002-03-131-1/+1
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add possibility to add doc strings to varibles created by find type comm...Bill Hoffman2001-11-261-18/+37
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+2
* ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...Brad King2001-09-201-2/+5
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-15/+9
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* Fix help string when NAMES was used (forgot the case when there is no name)Sebastien Barre2001-05-111-1/+5
* Fix help string when NAMES was usedSebastien Barre2001-05-111-28/+29
* ERR: int -> unsigned int.Brad King2001-05-111-3/+1
* BUG: add back thread libraryBill Hoffman2001-05-111-1/+16
* added registry entry support and windows app supportKen Martin2001-05-111-0/+2
* ERR: Removed unused variableBrad King2001-05-101-1/+0
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-56/+57
* bug fixesKen Martin2001-04-301-4/+1
* added TARGET_LINK_LIBRARY command and support for debug and release libraries...Ken Martin2001-04-301-1/+1
* better help stringsKen Martin2001-04-271-15/+11
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH: add help for cache entriesBill Hoffman2001-04-261-3/+9