Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Find PkgConfig quietly | Christophe Giboudeaux | |
2021-04-23 | Modules docs: move rst docs into bracket comments | Friedrich W. H. Kossebau | |
CMake >= 3.0 supports bracket comments, and the reStructuredText integration code in sphinx/ext/ecm.py already supports extracting the docs from a bracket comment instead. Editing documentation without leading line comment markers is more simple, e,g. when reflowing text over lines. With ECM meanwhile requiring CMake 3.5 now it is possible to switch (and thus follow also the approach used by cmake itself). NO_CHANGELOG | |||
2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
2015-04-26 | Port remaining find modules to ecm_find_package_version_check.v5.10.0-rc1v5.10.0 | Michael Palimaka | |
REVIEW: 123470 | |||
2015-02-06 | Document when modules were added to ECM. | Alex Merry | |
2015-02-01 | Minor documentation syntax fixes. | Alex Merry | |
2014-09-15 | add support for detecting libgit2 (with version check, API changes a lot) | Christoph Cullmann | |
add FindLibGit2.cmake + doc link scripts tries to detect version not by pkgconfig to work on windows without pkgconfig, too REVIEW: 120196 |