aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler
AgeCommit message (Expand)Author
2022-05-21remove unused includesXaver Hugl
2022-02-18KConfigCompiler: support ItemAccessors=true with signalling itemsFriedrich W. H. Kossebau
2022-01-22Make singleton teardown work with Qt6 as wellVolker Krause
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-11-23Add the enum group test to the kconfigcompiler_testTomaz Canabrava
2021-11-23Add a proper test for the enumms within groupsTomaz Canabrava
2021-11-23Add missing changesTomaz Canabrava
2021-11-23unbreak kconfig with enums, mutators and properties.Tomaz Canabrava
2021-11-23Demonstrate build failure with kconfig generated codeTomaz Canabrava
2021-09-19Allow KConfigXT to use KSharedConfig::openStateConfigAlexander Lohnau
2021-04-05kconfig_compiler: add override to generated destructorsDavid Faure
2021-03-06kconfig_compiler: change how paramString() creates stringsAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-22Add a trailing comma to last member in enumAhmad Samir
2021-02-06Fix windows build on the CIAhmad Samir
2021-02-06Less implicit cast from ASCIIAhmad Samir
2020-12-13Don't include QtTest as it includes all QtCore includesLaurent Montel
2020-10-23If include is define in .h remove it if it's defined in .cpp too (scripted)Laurent Montel
2020-04-22kconfig_compiler : generate kconfig settings with subgroupCyril Rossi
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-20Autotest file showing wrong File pathÖmer Fadıl USTA
2020-03-08KconfigXT: Add a value attribute to Enum field choicesMéven Car
2020-02-28fix min/max entries with dpointerHenri Chain
2020-02-26Fix tests after D27497Méven Car
2020-02-25Fix code generation for entries with min/maxHenri Chain
2020-02-19Fix is<PropertyName>Immutable generated propertyMéven Car
2020-02-04Add an is<PropertyName>Immutable to know if a property is immutableMéven Car
2020-01-22Refactor KConfigXTTomaz Canabrava
2020-01-17Revert "WIP: Refactor KConfigXT"Tomaz Canabrava
2020-01-16WIP: Refactor KConfigXTTomaz Canabrava
2019-10-30kconfig_compiler: Move the KSharedConfig::Ptr when using themAlbert Astals Cid
2019-10-08Make kconfig_compiler generate ctors with the optional parent argKevin Ottens
2019-10-04Fix generating properties that start with an uppercase letterAleix Pol
2019-08-28GIT_SILENT: use QLatin1StringLaurent Montel
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-03-15kconfig_compiler: new kcfgc args HeaderExtension & SourceExtensionFriedrich W. H. Kossebau
2019-01-10kconfig_compiler: delete the assignment operator and copy constructorAlbert Astals Cid
2018-05-16KConfigCompiler_Test: Update test_signal.h.ref to follow the generated fileMaximiliano Curia
2018-04-06Fix autotestLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-11-30Fix some clazy warningMontel Laurent
2017-05-26tests: use QIODevice::Text in kconfigcompiler_testPino Toscano
2017-05-26tests: use right QProcess API in kconfigcompiler_testPino Toscano
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-08This should now use nullptrDavid Faure
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-07Revert "[autotest] Fix stupidity"David Faure
2016-12-02[autotest] Fix stupidityMartin Gräßlin