Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | FindGperf: support version check | Friedrich W. H. Kossebau | |
2021-05-29 | ecm_gperf_generate(): add option for target arg to add the gen. source to | Friedrich W. H. Kossebau | |
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 | |
2019-01-25 | FindGperf: in ecm_gperf_generate set SKIP_AUTOMOC for generated file | Friedrich W. H. Kossebau | |
Summary: Avoids to have manually set the property on the generated source file to deal with changed CMake policy CMP0071. Reviewers: #frameworks, pino, apol Reviewed By: apol Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D18088 | |||
2019-01-09 | Use more https in links | Friedrich W. H. Kossebau | |
2019-01-08 | FindGperf: improve api dox: mark-up usage example | Friedrich W. H. Kossebau | |
2017-05-15 | Add a new FindGperf module | Pino Toscano | |
Summary: Add a simple module to look for GNU gperf at build time, providing an helper macro for adding generations to a list of sources. gperf will be used to generate the C/C++ sources at build time, instead of using static versions in VCS; at least kcodecs, khtml, and kio-extras will be switched to this method. Reviewers: #windows, #frameworks, #build_system, kde-mac, adridg, rjvbb Reviewed By: adridg, rjvbb Subscribers: kfunk, rjvbb, adridg Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D3830 |