aboutsummaryrefslogtreecommitdiff
path: root/src/kconfig_compiler/kconfig_compiler.cpp
AgeCommit message (Expand)Author
2019-08-25Use more initializer listsFriedrich W. H. Kossebau
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-03-15kconfig_compiler: new kcfgc args HeaderExtension & SourceExtensionFriedrich W. H. Kossebau
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-01-10kconfig_compiler: delete the assignment operator and copy constructorAlbert Astals Cid
2018-11-30USe isEmpty()Laurent Montel
2018-11-02Remove unused variableAlbert Astals Cid
2018-05-04Use overrideLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-01-16Use nullptr everywhereKevin Funk
2017-01-06Generate an instance with KSharedConfig::Ptr for singleton and argMartin Gräßlin
2016-12-16kconfig_compiler: Use nullptr in generated codeKevin Funk
2016-12-07Revert "Generate an instance with KSharedConfig::Ptr for singleton and arg"David Faure
2016-12-02Generate an instance with KSharedConfig::Ptr for singleton and argMartin Gräßlin
2016-11-12kconfig_compiler - generate code with overridesAllen Winter
2016-10-02Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN.David Faure
2016-06-22Fix reproducibility in builds by ensuring utf-8 encoding.Scarlett Clark
2015-12-29Remove duplicate branch in kconfig_compiler.cppMatthew Dawson
2015-12-23Fix some Clazy warningsImran Tatriev
2015-10-30Use QStringLiteral in generated codeMontel Laurent
2015-10-05Minor optimizationsAlbert Astals Cid
2015-08-18Avoid QString::fromLatin1() in generated codeSergio Martins
2015-07-27Don't generate deprecated codeAleix Pol
2015-06-22Support translation domain in 'kde' translation systemChusslove Illich (Часлав Илић)
2015-04-26Generate Q_PROPERTY entries out of KConfigSkeleton classesAleix Pol
2015-03-22Initialize mParamMax coverty report 1289403Montel Laurent
2015-03-17Allow to generate qloggingcategories support.Montel Laurent
2014-03-23Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.David Faure
2014-02-20Make kconfig_compiler signals actually useful + add unit testAlex Richardson
2014-02-10kconfig_compiler: fix typo that prevented using default QDateTime valuesAlex Richardson
2014-01-11Port kconfig_compiler_kf5 to use QCommandLineParserBhushan Shah
2014-01-09more rename to kconfig_compiler_kf5Jonathan Riddell
2014-01-09Further renaming to kconfig_compiler_kf5Jonathan Riddell
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI