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
/
KConfigHeaderGenerator.cpp
Age
Commit message (
Expand
)
Author
2022-02-18
KConfigCompiler: support ItemAccessors=true with signalling items
Friedrich W. H. Kossebau
2021-09-19
Allow KConfigXT to use KSharedConfig::openStateConfig
Alexander Lohnau
2021-08-29
Make enum value visible to QML when using GlobalEnum mode
Carl Schwan
2021-08-28
GIT_SILENT: we can use std::as_const directly
Laurent Montel
2021-08-13
clang-tidy: one declaration per line; braces around statements
Ahmad Samir
2021-04-05
kconfig_compiler: add override to generated destructors
David Faure
2021-03-06
Minor code optimisation
Ahmad Samir
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
General code cleanup
Ahmad Samir
2021-01-14
Qt::dec & Qt::hex are already in Qt 5.14
Friedrich W. H. Kossebau
2020-10-23
If include is define in .h remove it if it's defined in .cpp too (scripted)
Laurent Montel
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-02-19
Fix is<PropertyName>Immutable generated property
Méven Car
2020-02-04
Add an is<PropertyName>Immutable to know if a property is immutable
Méven Car
2020-01-24
Port endl to \n as it's qt namespaced.
Laurent Montel
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