Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-25 | Clean ECM files after the minimum version change | Christophe Giboudeaux | |
- Remove deprecated version checks - Use VERSION_GREATER_EQUAL | |||
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-09-14 | Correct a typo in FindKF5.cmake | Felix Yan | |
2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
2020-04-22 | Adapt FindKF5 to stricter checks in newer find_package_handle_standard_args | Friedrich W. H. Kossebau | |
Test Plan: KF modules configure build as before, same some apps. Reviewers: #frameworks, #build_system, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: apol, kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D29097 | |||
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 | |
2014-04-26 | Add a FindKF5.cmake module | Alex Merry | |
REVIEW: 117780 | |||
2013-11-02 | Remove FindKF5.cmake. | Stephen Kelly | |
The functionality of it is now provided by a KF5Config.cmake file. Remember to remove it from your install prefix to avoid future confusion. CCMAIL: kde-frameworks-devel@kde.org | |||
2013-10-29 | Add KDED in tier3 (where it will be) | Àlex Fiestas | |
2013-10-28 | KNewStuff is in Tier 3 | Kevin Ottens | |
2013-10-28 | KEmoticons is in Tier 3 | Kevin Ottens | |
2013-10-28 | Cleanup FindKF5 to reflect the current state | Kevin Ottens | |
2013-10-28 | Adapt to the latest framework moves | Kevin Ottens | |
2013-10-22 | KJobWidgets is moving to Tier 2 | Kevin Ottens | |
2013-10-22 | KDE4Attic has been removed | Kevin Ottens | |
2013-10-22 | Register KDeclarative with FindKF5 so we can build plasma-framework. | Ben Cooksley | |
2013-10-12 | Simplify the method of finding only common-origin packages. | Stephen Kelly | |
There is no need for the package to tell us its install dir. | |||
2013-10-12 | Remove the check for the LIBRARIES variable. | Stephen Kelly | |
It is redundant and obsolete. Some frameworks can have erroneous values (eg KConfigWidgets currently sets FooBar_LIBRARIES). Downstreams are expected to use the imported target name instead. CCMAIL: kde-frameworks-devel@kde.org | |||
2013-10-12 | Remove the check for the INCLUDE_DIRS variable. | Stephen Kelly | |
It is redundant and obsolete. The framework template does not set it. | |||
2013-10-08 | There's only 1 KIO Config.cmake file | Aleix Pol | |
2013-10-07 | We now have a Kross framework | Kevin Ottens | |
2013-10-07 | Add KPty to Tier3 | David Edmundson | |
2013-10-05 | Add tier 4. | Eike Hein | |
2013-10-05 | Update KDE Modules | David Edmundson | |
2013-09-26 | Add KCMUtils + KPrintUtils to Staging | David Edmundson | |
2013-09-18 | Update module sorting in FindKF5.cmake | Aleix Pol | |
2013-09-13 | Moved KNotifications to tier2 | Aleix Pol | |
2013-09-05 | Add KBookmarks to list of staging modules | David Edmundson | |
2013-09-05 | KUnitConversion was moved to tier2 | Aleix Pol | |
2013-09-04 | Move components from staging to their respective tiers | Martin Klapetek | |
Reviewed-by: Alexander Neundorf | |||
2013-08-06 | We have a new KStyle library | Kevin Ottens | |
2013-08-02 | KWidgets is gone | Kevin Ottens | |
2013-07-25 | Add KDE4Attic, KUnitConversion and KIO to the staging list | Kevin Ottens | |
2013-07-17 | Rename kjs to KJS | Benjamin Port | |
2013-07-16 | fix typo | Benjamin Port | |
2013-07-16 | add KTextWidget | Benjamin Port | |
2013-07-15 | Rename ki18n to KI18n | Benjamin Port | |
2013-07-15 | Add KCrash to FindKF5 | Benjamin Port | |
2013-07-15 | Rename kguiaddons to KGuiAddons | Benjamin Port | |
2013-07-13 | Rename kservice to KService | Benjamin Port | |
2013-07-13 | Update kwidgets to KWidgets | Benjamin Port | |
2013-07-09 | -kconfig is tier1/ now | Alex Neundorf | |
Alex | |||
2013-07-03 | Let FindKF5 know about ktextwidgets | Aleix Pol | |
It's needed by some module dependencies in plasma | |||
2013-06-28 | -add Sonnet to the known tier1 libs | Alex Neundorf | |
Alex | |||
2013-06-20 | We now have KWallet framework in staging | Kevin Ottens | |
2013-05-06 | Adding XmlGui to the list of staging modules | Kevin Ottens | |
2013-05-04 | Export some of the staging frameworks | Kevin Ottens | |
We also need to know about the staging ones as they are used (directly or indirectly) outside of kdelibs. | |||
2013-02-27 | increase version to 0.0.8 | Alex Neundorf | |
-port to CamelCased KF5 libs -add some documentation to FindKF5.cmake -get rid of KDEDIRS, introduce KF5_DIRS instead, a cmake-only variable, as supported by many Find-modules Alex | |||
2013-02-08 | some FindKF5.cmake improvements, increase to version 0.0.7 | Alex Neundorf | |
- added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex |