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
/
KConfigSourceGenerator.cpp
Age
Commit message (
Expand
)
Author
2022-01-22
Make singleton teardown work with Qt6 as well
Volker Krause
2021-11-23
Use innerVarStr instead of varStr for choices
Tomaz Canabrava
2021-11-23
Add missing changes
Tomaz Canabrava
2021-09-19
Allow KConfigXT to use KSharedConfig::openStateConfig
Alexander Lohnau
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-03-06
Minor code optimisation
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
General code cleanup
Ahmad Samir
2020-10-23
If include is define in .h remove it if it's defined in .cpp too (scripted)
Laurent Montel
2020-10-10
Port QRegExp to QRegularExpression
Ahmad Samir
2020-04-22
kconfig_compiler : generate kconfig settings with subgroup
Cyril Rossi
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-03-08
KconfigXT: Add a value attribute to Enum field choices
Méven Car
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-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