index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kconf_update
/
kconf_update.cpp
Age
Commit message (
Expand
)
Author
2022-03-06
kconf_update: Fix checking for changes of update files
Ilya Pominov
2021-11-14
Avoid some allocations by QString/QByteArray's toLower()
Friedrich W. H. Kossebau
2021-10-20
GIT_SILENT Remove a bit of dead code
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
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
Less implicit cast from ASCII
Ahmad Samir
2021-02-06
Preincerment/predecrement operator where the post ones aren't needed
Ahmad Samir
2021-01-17
Adapt to Qt6 text codec changes
Nicolas Fella
2020-10-16
kconf_update: Allow repeated tests in --testmode by ignoring kconf_updaterc
David Hurka
2020-08-30
autotests: stop polluting /tmp with kconf_update.* temp files
David Faure
2020-08-30
kconf_update: test the return value of QTemporaryFile::open() for good measure
David Faure
2020-07-07
Use camelcase include. (scripted)
Laurent Montel
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-01-03
Remove endl at the end of qdebug
Laurent Montel
2019-09-17
[KConfig] port away from deprecated methods in Qt 5.14
David Faure
2019-08-24
String code optimization: use QLatin1String/QChar overload for string concat
Friedrich W. H. Kossebau
2019-03-12
[kconf_update] move from custom logging tech to qCDebug
Harald Sitter
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2019-01-09
KonfUpdate: delete copy constructor and assignment operator
Albert Astals Cid
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2015-12-29
Ensure KonfUpdate's fields are all initialized.
Matthew Dawson
2015-12-23
Fix some Clazy warnings
Imran Tatriev
2015-10-05
Minor optimizations
Albert Astals Cid
2015-08-05
finish the port to QCommandLineParser (it has addPositionalArgument now)
David Faure
2015-08-05
test_kconf_update: use QStandardPaths test mode
David Faure
2015-05-02
Fix kconf_update for spaces in paths
David Faure
2015-02-14
Revert "Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0."
Matthew Dawson
2015-02-14
Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0.
Matthew Dawson
2015-01-06
Don't upgrate config file with upd file from kde4.
Montel Laurent
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-23
Fix searching of paths in kconf_update
David Edmundson
2014-05-07
Fix kconf_update test on Windows
Alex Richardson
2014-05-07
Use QProcess in kconf_update
Alex Richardson
2014-03-24
Remove unhelpful comments
Alex Merry
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI