index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFindLibraryCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
FIND_LIBRARY: document FIND_LIBRARY_USE_LIB64_PATHS
Rolf Eike Beer
2012-03-29
1
-1/+7
*
Find_library(): allow searching for versioned shared objects
Rolf Eike Beer
2012-02-18
1
-4/+14
*
find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248)
Brad King
2011-06-15
1
-5/+0
*
Teach find_(library|package) about Linux multiarch (#12037)
Brad King
2011-06-08
1
-0/+4
*
Speedup find_* commands (#11412)
Brad King
2010-11-12
1
-5/+10
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: Fix lib/ to lib/64/ search path conversion
Brad King
2008-09-23
1
-1/+2
*
ENH: Teach find_library to find OpenBSD-style libs
Brad King
2008-09-22
1
-2/+30
*
ENH: Refactor find_library search logic
Brad King
2008-09-22
1
-50/+207
*
ENH: Refactor find_* command framework/appbundle search order impl.
Brad King
2008-06-09
1
-51/+66
*
ENH: In find_* implementation centralize addition of trailing slashes
Brad King
2008-06-09
1
-10/+0
*
BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set.
Brad King
2008-02-11
1
-2/+2
*
BUG: Fix recent find_library change to look for user-specified name first to ...
Brad King
2008-02-10
1
-6/+27
*
ENH: Make find_library test for the library file as named before trying prefi...
Brad King
2008-02-06
1
-0/+10
*
BUG: Move decision to switch library paths found in implicit link directories...
Brad King
2008-01-31
1
-72/+0
*
ENH: Apply new implicit link directory find_library policy when loading a cac...
Brad King
2008-01-24
1
-0/+20
*
ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link...
Brad King
2008-01-23
1
-5/+0
*
ENH: Teach find_library to avoid returning library paths in system directorie...
Brad King
2008-01-23
1
-1/+53
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: Enable library search path suffix for sparcv9 architecture. This should...
Brad King
2008-01-23
1
-24/+32
*
ENH: Add support to find_library to transform /lib to /lib32 on some architec...
Brad King
2008-01-21
1
-0/+49
*
BUG: Fix previous commit to not access empty strings out of bounds.
Brad King
2008-01-21
1
-1/+1
*
BUG: Make sure search paths never have double-slashes. Leading with two slas...
Brad King
2008-01-20
1
-2/+10
*
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.
Brad King
2008-01-17
1
-0/+6
*
BUG: fix for bug 6039 LIB and INCLUDE not used for find stuff
Bill Hoffman
2007-12-15
1
-0/+1
*
ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad.
Alexander Neundorf
2007-10-26
1
-0/+2
*
ENH: make commands lower case by default
Ken Martin
2007-10-10
1
-1/+1
*
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
Alexander Neundorf
2007-08-20
1
-1/+1
*
ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ...
Brad King
2007-06-27
1
-2/+8
*
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
Alexander Neundorf
2007-06-08
1
-0/+4
*
BUG: If the user specifies a cache entry on the command line without a type, ...
Brad King
2006-07-18
1
-0/+9
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-3/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-13/+13
*
ENH: fix spelling errors in docs
Bill Hoffman
2006-03-02
1
-1/+1
*
ENH: check in new find stuff
Bill Hoffman
2006-03-02
1
-102/+155
*
BUG: use IsNOTFOUND
Bill Hoffman
2003-02-07
1
-1/+1
*
ENH: add checking for NOTFOUND
Bill Hoffman
2003-01-31
1
-1/+2
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
removed cmMakefile depend from cmSystemTools
Ken Martin
2002-12-02
1
-3/+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
FIX: put ExpandRegistryValue() back (seems to have been removed accidentally ...
Sebastien Barre
2002-08-02
1
-0/+1
*
ENH: FindLibrary can now use the makefile to add some compiler-specific lib s...
Sebastien Barre
2002-06-14
1
-1/+2
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-2/+4
*
ENH: remove several compiler warnings
Bill Hoffman
2002-03-13
1
-1/+1
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-3/+0
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
ENH: add possibility to add doc strings to varibles created by find type comm...
Bill Hoffman
2001-11-26
1
-18/+37
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-1/+2
*
ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like...
Brad King
2001-09-20
1
-2/+5
*
ENH: big change, only allow commands access to the cache via the cmMakefile c...
Bill Hoffman
2001-08-08
1
-15/+9
[next]