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
2021-02-22
Fix formatting in a couple of places after running clang-format
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
Minor code optimisations
Ahmad Samir
2021-02-06
Compile without implicit cast from ASCII
Ahmad Samir
2021-02-06
General code cleanup
Ahmad Samir
2020-04-21
Fix some compiler warnings
Ahmad Samir
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-02-28
fix min/max entries with dpointer
Henri Chain
2020-02-25
Fix code generation for entries with min/max
Henri Chain
2020-02-04
Add an is<PropertyName>Immutable to know if a property is immutable
Méven Car
2020-01-23
Port endl to "\n" as it's qt namespaced. Use directly
Laurent Montel
2020-01-22
Refactor KConfigXT
Tomaz Canabrava
2020-01-17
Revert "WIP: Refactor KConfigXT"
Tomaz Canabrava
2020-01-16
WIP: Refactor KConfigXT
Tomaz Canabrava
2020-01-05
Port QRegExp to QRegularExpression
Ahmad Samir
2020-01-05
dec and hex as namespaced in qt5.15
Laurent Montel
2019-12-11
kconfig EBN transport protocol cleanup
John Hayes
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-09-30
Small performance enhacements
Albert Astals Cid
2019-09-17
[KConfig] port away from deprecated methods in Qt 5.14
David Faure
2019-08-25
Use more initializer lists
Friedrich W. H. Kossebau
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-03-03
[Kconfig] Compile without foreach
Laurent Montel
2019-01-10
kconfig_compiler: delete the assignment operator and copy constructor
Albert Astals Cid
2018-11-30
USe isEmpty()
Laurent Montel
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
[next]