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
Age
Commit message (
Expand
)
Author
2019-01-10
kconfig_compiler: delete the assignment operator and copy constructor
Albert Astals Cid
2018-12-12
Fix documentation, QValueList isn't a thing anymore
Aleix Pol
2018-11-30
USe isEmpty()
Laurent Montel
2018-11-02
Remove unused variable
Albert Astals Cid
2018-09-17
kcfg_compiler now documents valid inputs for its 'Color' type
Harald Sitter
2018-09-17
whitespace cleanup
Harald Sitter
2018-05-07
kcfg.xsd - do not require a kcfgfile element
Allen Winter
2018-05-04
Use override
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-08-04
Allow to build KConfig without Qt5Gui
Volker Krause
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-17
[kconfig_compiler] Improve documentation about Inherits
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-24
Add documentation for the GenerateProperties option
Elvis Angelaccio
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-09-25
Mark kconfig-compiler as non-gui tool
Harald Fernengel
2015-08-18
Avoid QString::fromLatin1() in generated code
Sergio Martins
2015-08-01
Upgrade Qt version requirement to 5.3
David Faure
2015-07-27
Don't generate deprecated code
Aleix Pol
2015-06-24
Mark message() as WARNING
Aleix Pol
2015-06-23
Install kconfig_compiler into libexec
Aleix Pol
2015-06-22
Support translation domain in 'kde' translation system
Chusslove Illich (Часлав Илић)
2015-06-21
Make it possible to use kconfig_compiler from different sources
Aleix Pol
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-04-26
Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS
Alex Merry
2014-03-24
Rename the kconfig_compiler_kf5 target to kconfig_compiler
Alex Merry
2014-03-24
Remove unhelpful comments
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-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
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