index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kconfig_compiler
/
kconfig_compiler.cpp
Age
Commit message (
Expand
)
Author
2018-11-02
Remove unused variable
Albert Astals Cid
2018-05-04
Use override
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-01-16
Use nullptr everywhere
Kevin Funk
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-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-02
Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN.
David Faure
2016-06-22
Fix reproducibility in builds by ensuring utf-8 encoding.
Scarlett Clark
2015-12-29
Remove duplicate branch in kconfig_compiler.cpp
Matthew Dawson
2015-12-23
Fix some Clazy warnings
Imran Tatriev
2015-10-30
Use QStringLiteral in generated code
Montel Laurent
2015-10-05
Minor optimizations
Albert Astals Cid
2015-08-18
Avoid QString::fromLatin1() in generated code
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-04-26
Generate Q_PROPERTY entries out of KConfigSkeleton classes
Aleix Pol
2015-03-22
Initialize mParamMax coverty report 1289403
Montel Laurent
2015-03-17
Allow to generate qloggingcategories support.
Montel Laurent
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-10
kconfig_compiler: fix typo that prevented using default QDateTime values
Alex Richardson
2014-01-11
Port kconfig_compiler_kf5 to use QCommandLineParser
Bhushan Shah
2014-01-09
more rename to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
Further renaming 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