Cronologia Commit

Autore SHA1 Messaggio Data
  Brad King 66759eea5e find_library: Optionally consider all names in each directory 13 anni fa
  Brad King b64dd760d1 find_library: Simplify framework search logic 13 anni fa
  Brad King 531c71bac3 find_library: Refactor internal name iteration 13 anni fa
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 anni fa
  Brad King 733726edf6 find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419) 13 anni fa
  Brad King 54add62f1b find_library: Simplify lib->lib<arch> expansion 13 anni fa
  Brad King 6ca2f82d0d find_library: Refactor lib->lib64 conversion 13 anni fa
  Rolf Eike Beer 32c3be611c FIND_LIBRARY: document FIND_LIBRARY_USE_LIB64_PATHS 13 anni fa
  Rolf Eike Beer 70f362305f Find_library(): allow searching for versioned shared objects 13 anni fa
  Brad King 3ba1713f6f find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248) 14 anni fa
  Brad King b41ad3b399 Teach find_(library|package) about Linux multiarch (#12037) 14 anni fa
  Brad King 5303fbf09e Speedup find_* commands (#11412) 15 anni fa
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 anni fa
  Brad King 5fd54d7946 BUG: Fix lib/ to lib/64/ search path conversion 17 anni fa
  Brad King 434a99bbeb ENH: Teach find_library to find OpenBSD-style libs 17 anni fa
  Brad King 6b85166920 ENH: Refactor find_library search logic 17 anni fa
  Brad King 6706f84cd9 ENH: Refactor find_* command framework/appbundle search order impl. 17 anni fa
  Brad King d53e5dec37 ENH: In find_* implementation centralize addition of trailing slashes 17 anni fa
  Brad King 3fdf141197 BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set. 18 anni fa
  Brad King fd2a6a8693 BUG: Fix recent find_library change to look for user-specified name first to do so only if the name matches a valid library extension. 18 anni fa
  Brad King d9b9720167 ENH: Make find_library test for the library file as named before trying prefixes and suffixes. This will allow users to explicitly search for static libraries on unix. See bug #1643. 18 anni fa
  Brad King 3a05425309 BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility. 18 anni fa
  Brad King 3a462fa673 ENH: Apply new implicit link directory find_library policy when loading a cache from an earlier CMake. 18 anni fa
  Brad King 11ad0bace4 ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem. 18 anni fa
  Brad King 7adb808244 ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker. 18 anni fa
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 anni fa
  Brad King e417fb7100 ENH: Enable library search path suffix for sparcv9 architecture. This should be generalized to a platform file later. 18 anni fa
  Brad King 16247cbfc3 ENH: Add support to find_library to transform /lib to /lib32 on some architectures. 18 anni fa
  Brad King ce2b20361a BUG: Fix previous commit to not access empty strings out of bounds. 18 anni fa
  Brad King 9f982d7d39 BUG: Make sure search paths never have double-slashes. Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine. This file was left out of the previous checkin for this problem. 18 anni fa