index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
kconfig.h
Age
Commit message (
Expand
)
Author
2022-03-13
Make KConfig::mainConfigName() public.
Ayush Singh
2021-11-02
GIT_SILENT: add missing override
Laurent Montel
2021-04-28
Make the docs state that KConfig::reparseConfiguration() calls sync() if needed
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
2020-07-07
Use camelcase include. (scripted)
Laurent Montel
2020-04-20
API dox: document Q_DECLARE_FLAGS-based flags
Friedrich W. H. Kossebau
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-11
kconfig EBN transport protocol cleanup
John Hayes
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-03-01
improve documentation on global config cascading
Harald Sitter
2018-10-10
Expose getter method for KConfig::addConfigSources
David Edmundson
2018-05-04
Use override
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2015-02-25
not necessary to have virtual + Q_DECL_OVERRIDE
Montel Laurent
2015-02-12
Use Q_DECL_OVERRIDE where possible
Kevin Funk
2014-11-27
Fix link to KSharedConfig::openConfig in apidoc
Heiko Becker
2014-09-20
5.3, not 5.2
Aaron Seigo
2014-09-19
provide a getter for OpenFlags
Aaron Seigo
2014-06-12
Simple Cleanups
Thomas Braxton
2014-03-23
Revert addition of DelayedParsing, not needed after all.
David Faure
2014-03-13
KCoreConfigSkeleton: delay parsing until the call to readConfig()
David Faure
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