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
2022-05-13
Fix enum doc: close tags
Plata Hill
2022-02-18
KConfigCompiler: support ItemAccessors=true with signalling items
Friedrich W. H. Kossebau
2022-01-22
Make singleton teardown work with Qt6 as well
Volker Krause
2022-01-04
Add Samir variable fix too
Laurent Montel
2021-12-27
kconfig_compiler/CMakeLists.txt - use CMAKE_CROSSCOMPILING
Allen Winter
2021-12-16
WIP: Change the build system to enable building with Qt 6
Ahmad Samir
2021-11-26
README.dox: GENERATE_MOC is required for signals
Dawid Wróbel
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-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-07-13
Fix typos found by codespell
Christophe Giboudeaux
2021-07-12
Update kconfig_compiler documentation with translation options
Cyril Rossi
2021-05-27
Use more target-centric cmake code
Friedrich W. H. Kossebau
2021-04-05
kconfig_compiler: add override to generated destructors
David Faure
2021-03-22
[kconfig_compiler] Explicitly open input file for reading
Nicolas Fella
2021-03-16
Remove old contact data from src/kconfig_compiler_README.dox
David Hurka
2021-03-06
Improve code readability by using QLatin1String::arg()
Ahmad Samir
2021-03-06
kconfig_compiler: change how paramString() creates strings
Ahmad Samir
2021-03-06
Minor code optimisation
Ahmad Samir
2021-03-06
Optimise string operations a bit
Ahmad Samir
2021-03-01
Add missing QTextStream::setCodec ifdef
Nicolas Fella
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-22
Add a trailing comma to last member in enum
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
2021-02-04
Fix kconfig_compiler doxygen formatting
David Hurka
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-10-10
Port QRegExp to QRegularExpression
Ahmad Samir
2020-08-10
Add documentation for ParentInConstructor option
Cyril Rossi
2020-04-22
kconfig_compiler : generate kconfig settings with subgroup
Cyril Rossi
2020-04-21
Fix some compiler warnings
Ahmad Samir
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-28
fix min/max entries with dpointer
Henri Chain
2020-02-25
Fix code generation for entries with min/max
Henri Chain
2020-02-19
Fix is<PropertyName>Immutable generated property
Méven Car
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-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
2020-01-05
Port QRegExp to QRegularExpression
Ahmad Samir
[next]