Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | kconfig_compiler: Move the KSharedConfig::Ptr when using them | Albert Astals Cid | |
Summary: The generated classes of kconfig_compiler take a KSharedConfig::Ptr by value, one possibility would be to make them const & but that is BIC so instead what we do is just move them to the only place the config is used so the cheaper move constructor can be used instead of the copy constructor Reviewers: ervin, apol Reviewed By: ervin, apol Subscribers: kde-frameworks-devel, ervin, apol Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25061 | |||
2019-10-08 | Make kconfig_compiler generate ctors with the optional parent arg | Kevin Ottens | |
Reviewers: #plasma, #frameworks, dfaure, mart, apol Reviewed By: apol Subscribers: kossebau, apol, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24490 | |||
2015-10-30 | Use QStringLiteral in generated code | Montel Laurent | |
REVIEW: 125833 | |||
2014-01-09 | Further renaming to kconfig_compiler_kf5 | Jonathan Riddell | |
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |