| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor clang-tidy findings | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -43/+25 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -1/+8 |
|
|
* | Merge topic 'find_library-custom-lib-suffix' | Brad King | 2017-03-02 | 1 | -13/+15 |
|\ |
|
| * | find_library: Allow custom lib suffix be used as find path | Christian Schmidbauer | 2017-03-01 | 1 | -13/+15 |
|
|
* | | Merge topic 'find-libarch-not-symlink' | Brad King | 2017-03-01 | 1 | -16/+48 |
|\ \
| |/
|/| |
|
| * | find_library: Skip 'lib => lib<arch>' searches if one symlinks the other | Brad King | 2017-02-28 | 1 | -0/+22 |
|
|
| * | cmFindLibraryCommand: Refactor AddArchitecturePath logic | Brad King | 2017-02-28 | 1 | -16/+26 |
|
|
* | | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -2/+9 |
|
|
* | | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+4 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -4/+2 |
|
|
* | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 1 | -5/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -188/+134 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -18/+0 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | cmFindLibraryCommand: Avoid repeating search for the same name | Brad King | 2015-09-02 | 1 | -2/+9 |
|
|
* | Remove use of include <cmsys/stl/*> and cmsys_stl::* | Brad King | 2015-08-20 | 1 | -1/+0 |
|
|
* | 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 |
|
|