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
/
KConfigCodeGeneratorBase.cpp
Age
Commit message (
Expand
)
Author
2021-08-28
GIT_SILENT: we can use std::as_const directly
Laurent Montel
2021-07-13
Fix typos found by codespell
Christophe Giboudeaux
2021-03-06
Improve code readability by using QLatin1String::arg()
Ahmad Samir
2021-03-01
Add missing QTextStream::setCodec ifdef
Nicolas Fella
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-04-21
Fix some compiler warnings
Ahmad Samir
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-02-14
Make it compile against last qt5.15 without deprecated method. endl is namesp...
Laurent Montel
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