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
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-1/+1
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-4/+4
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-4/+3
*
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-2/+2
*
Refactor and seperate search path construction for find commands
Chuck Atkins
2014-11-11
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-10/+10
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
*
Drop builtin command documentation
Brad King
2013-10-16
1
-56/+0
*
find_library: Optionally consider all names in each directory
Brad King
2012-09-25
1
-0/+84
*
find_library: Simplify framework search logic
Brad King
2012-09-25
1
-9/+12
*
find_library: Refactor internal name iteration
Brad King
2012-09-25
1
-37/+55
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
*
find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419)
Brad King
2012-07-20
1
-16/+35
*
find_library: Simplify lib->lib<arch> expansion
Brad King
2012-07-20
1
-17/+9
*
find_library: Refactor lib->lib64 conversion
Brad King
2012-07-20
1
-48/+5
*
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
[next]