index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autotests
/
kconfig_compiler
Age
Commit message (
Expand
)
Author
2019-10-30
kconfig_compiler: Move the KSharedConfig::Ptr when using them
Albert Astals Cid
2019-10-08
Make kconfig_compiler generate ctors with the optional parent arg
Kevin Ottens
2019-10-04
Fix generating properties that start with an uppercase letter
Aleix Pol
2019-08-28
GIT_SILENT: use QLatin1String
Laurent Montel
2019-04-24
Add Notify capability to KConfigXT
Kai Uwe Broulik
2019-03-15
kconfig_compiler: new kcfgc args HeaderExtension & SourceExtension
Friedrich W. H. Kossebau
2019-01-10
kconfig_compiler: delete the assignment operator and copy constructor
Albert Astals Cid
2018-05-16
KConfigCompiler_Test: Update test_signal.h.ref to follow the generated file
Maximiliano Curia
2018-04-06
Fix autotest
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-11-30
Fix some clazy warning
Montel Laurent
2017-05-26
tests: use QIODevice::Text in kconfigcompiler_test
Pino Toscano
2017-05-26
tests: use right QProcess API in kconfigcompiler_test
Pino Toscano
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2017-01-08
This should now use nullptr
David Faure
2017-01-06
Generate an instance with KSharedConfig::Ptr for singleton and arg
Martin Gräßlin
2016-12-16
kconfig_compiler: Use nullptr in generated code
Kevin Funk
2016-12-07
Revert "Generate an instance with KSharedConfig::Ptr for singleton and arg"
David Faure
2016-12-07
Revert "[autotest] Fix stupidity"
David Faure
2016-12-02
[autotest] Fix stupidity
Martin Gräßlin
2016-12-02
Generate an instance with KSharedConfig::Ptr for singleton and arg
Martin Gräßlin
2016-11-12
kconfig_compiler - generate code with overrides
Allen Winter
2016-10-31
Make kconfig_compiler autotests use the KCONFIG_ADD_KCFG_FILES
Aleix Pol
2016-04-16
kconfigcompiler_test_signals.cpp - pedantic
Allen Winter
2015-12-23
Fix some Clazy warnings
Imran Tatriev
2015-10-30
Use QStringLiteral in generated code
Montel Laurent
2015-08-18
Fix unit-tests, expected output changed, so update the tests.
Sergio Martins
2015-07-27
Don't generate deprecated code
Aleix Pol
2015-06-22
Support translation domain in 'kde' translation system
Chusslove Illich (Часлав Илић)
2015-05-02
Make the test[0-9] executables non gui, to fix OSX
David Faure
2015-05-02
improve error message when binary is not found
David Faure
2015-04-26
Generate Q_PROPERTY entries out of KConfigSkeleton classes
Aleix Pol
2015-03-17
Allow to generate qloggingcategories support.
Montel Laurent
2014-09-18
Replace nullptr with Q_NULLPTR.
Nicolás Alvarez
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-10
Revert "adapt to ECMAddTests change"
Alex Richardson
2014-05-10
adapt to ECMAddTests change
Alex Richardson
2014-05-07
Generate MOC files for kconfig_compiler outputs in tests.
Matthew Dawson
2014-05-07
fix kconfig_compiler test on windows
Alex Richardson
2014-05-07
Use ecm_add_test(s) instead of own macro
Alex Richardson
2014-03-28
Stop re-loading values inside KCoreConfigSkeleton::save().
Matthew Dawson
2014-03-24
Rename the kconfig_compiler_kf5 target to kconfig_compiler
Alex Merry
2014-03-23
Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.
David Faure
2014-02-20
Make kconfig_compiler signals actually useful + add unit test
Alex Richardson
2014-02-19
Print the diff to stdout on comparison failure
Alex Richardson
2014-01-09
further rename of kconfig_compiler to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
Further renaming to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
rename kconfig_compiler to kconfig_compiler_kf5
Jonathan Riddell
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI