| Commit message (Expand) | Author | Age | Files | Lines |
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | find_package: Add missing PACKAGE_ROOT_PATH search path implementation. | Chuck Atkins | 2017-07-28 | 1 | -0/+1 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | cmCommand: remove IsScriptable | Daniel Pfeifer | 2017-05-08 | 1 | -5/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -0/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+10 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | find_package: Optionally sort globbed directories in a meaningful order | Pierluigi Taddei | 2016-09-15 | 1 | -0/+26 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -5/+5 |
|
|
* | Merge topic 'find_package-duplicate-search-paths' | Brad King | 2016-06-16 | 1 | -0/+15 |
|\ |
|
| * | cmFindPackageCommand: remove duplicate paths from error message | Ben Boeckel | 2016-06-13 | 1 | -0/+15 |
|
|
* | | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 1 | -0/+1 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -10/+24 |
|
|
* | Port CMake from cmIML to KWIML | Brad King | 2015-12-18 | 1 | -1/+1 |
|
|
* | find_package: Drop search in recent cmake-gui locations | Brad King | 2015-05-08 | 1 | -2/+0 |
|
|
* | Use containers of labeled search paths instead of individual members | Chuck Atkins | 2014-11-12 | 1 | -0/+15 |
|
|
* | Encapsulate search path manipulation functions into a seperate class. | Chuck Atkins | 2014-11-11 | 1 | -4/+3 |
|
|
* | Refactor and seperate search path construction for find commands | Chuck Atkins | 2014-11-11 | 1 | -12/+15 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -6/+6 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmVersion: Fix CMake_VERSION_ENCODE for date in patch level | Brad King | 2014-02-10 | 1 | -1/+1 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 1 | -1/+0 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -16/+0 |
|
|
* | fix #13195: avoid multiple mentions of found packages | Alex Neundorf | 2012-05-06 | 1 | -1/+1 |
|
|
* | Merge topic 'add-const-qualifiers' | David Cole | 2012-03-02 | 1 | -4/+4 |
|\ |
|
| * | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
|
|
* | | find_package: Optionally warn when implicitly using Config mode | Brad King | 2012-02-28 | 1 | -0/+1 |
|
|
* | | find_package: add MODULE mode to use only Find-modules | Alex Neundorf | 2012-02-28 | 1 | -0/+1 |
|
|
* | | find_package: rename NoModule to UseFindModules | Alex Neundorf | 2012-02-27 | 1 | -1/+1 |
|/ |
|
* | Refactor find_* command final path list computation | Brad King | 2011-09-23 | 1 | -1/+0 |
|
|
* | Teach find_(library|package) about Linux multiarch (#12037) | Brad King | 2011-06-08 | 1 | -0/+1 |
|
|
* | find_package: Check both 32-bit and 64-bit registry views | Brad King | 2011-04-13 | 1 | -1/+3 |
|
|
* | find_package: Search a "system package registry" | Brad King | 2011-04-13 | 1 | -1/+3 |
|
|
* | find_package: Rename implementation of user package registry | Brad King | 2011-04-13 | 1 | -2/+2 |
|
|
* | Speedup find_* commands (#11412) | Brad King | 2010-11-12 | 1 | -0/+2 |
|
|
* | Replace the two vector<string,string> with one vector<struct{string,string}> | Alex Neundorf | 2010-08-29 | 1 | -2/+3 |
|
|
* | Record all considered Config files and their versions. | Alex Neundorf | 2010-08-29 | 1 | -1/+4 |
|
|
* | Teach find_* commands to ignore some paths | Todd Gamblin | 2010-08-13 | 1 | -0/+1 |
|
|
* | Fix find_package() when <pkg>_DIR is wrong | Brad King | 2009-10-07 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Teach find_package to search a "package registry" | Brad King | 2009-09-01 | 1 | -0/+5 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 1 | -1/+3 |
|
|
* | ENH: when trying to find a FooConfig.cmake file, if in the directory pointed | Alexander Neundorf | 2009-01-08 | 1 | -1/+0 |
|
|
* | ENH: Preserve <pkg>_FIND_XXX vars in find_package | Brad King | 2008-12-09 | 1 | -0/+5 |
|
|
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -0/+2 |
|
|
* | COMP: fix compile warning/error (non-void function returning void) | Alexander Neundorf | 2008-09-07 | 1 | -1/+1 |
|
|