<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v5.84.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Use more target-centric cmake code</title>
<updated>2021-05-27T01:54:31+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-27T01:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e4a9b977d47cc1ec01282212039ed58241eafcf4'/>
<id>e4a9b977d47cc1ec01282212039ed58241eafcf4</id>
<content type='text'>
NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix deleted group is in listGroups"</title>
<updated>2021-05-25T13:59:30+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-05-25T13:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4c590ede2cef74342aaf25eea9a32ee96c78b1aa'/>
<id>4c590ede2cef74342aaf25eea9a32ee96c78b1aa</id>
<content type='text'>
This reverts commit b3dc879e8b108c26c929bfbe551bcdf77f140e94.

This change breaks plasmashell startup and possible other apps as well.
Reverting so the root cause can be investigated without time pressure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b3dc879e8b108c26c929bfbe551bcdf77f140e94.

This change breaks plasmashell startup and possible other apps as well.
Reverting so the root cause can be investigated without time pressure.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix deleted group is in listGroups</title>
<updated>2021-05-25T07:35:18+00:00</updated>
<author>
<name>Lieven Hey</name>
<email>lieven.hey@kdab.com</email>
</author>
<published>2021-05-20T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b3dc879e8b108c26c929bfbe551bcdf77f140e94'/>
<id>b3dc879e8b108c26c929bfbe551bcdf77f140e94</id>
<content type='text'>
calling deleteGroup only deletes all entries but the group does still
exists in listGroups

this is somewhat irritating since calling exists on that group will
return false

with this patch the group does no longer exists in listGroup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calling deleteGroup only deletes all entries but the group does still
exists in listGroups

this is somewhat irritating since calling exists on that group will
return false

with this patch the group does no longer exists in listGroup
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: make a complete reference to reparseConfiguration() from KSharedConfig</title>
<updated>2021-05-11T10:13:38+00:00</updated>
<author>
<name>Adriaan de Groot</name>
<email>groot@kde.org</email>
</author>
<published>2021-05-11T10:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=40f2371fbbcf7456df41b6afa791c8ae935409fa'/>
<id>40f2371fbbcf7456df41b6afa791c8ae935409fa</id>
<content type='text'>
NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert QStringView port</title>
<updated>2021-05-09T07:50:25+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-05-02T23:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2e8742e64fc02477296335c39b0485895321855b'/>
<id>2e8742e64fc02477296335c39b0485895321855b</id>
<content type='text'>
QStringView has some bits of API that were only added in 5.15.2, whereas KF
requires 5.15.0.

This reverts commit 1780fb2a237af80ddc1f9cfb70cb892b53b91990.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QStringView has some bits of API that were only added in 5.15.2, whereas KF
requires 5.15.0.

This reverts commit 1780fb2a237af80ddc1f9cfb70cb892b53b91990.
</pre>
</div>
</content>
</entry>
<entry>
<title>Order macro for attribute for symbol export before that for deprecated</title>
<updated>2021-05-07T01:43:32+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-07T01:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=728c44c81c23401056484b7ab39a33821aa7e2f5'/>
<id>728c44c81c23401056484b7ab39a33821aa7e2f5</id>
<content type='text'>
The symbol export/visibility attribute is not standardized so far and
needs to be set by language extension attribute declaration at least
with clang &amp; MSVC, who both support that when it appears before the
standard attribute declaration.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The symbol export/visibility attribute is not standardized so far and
needs to be set by language extension attribute declaration at least
with clang &amp; MSVC, who both support that when it appears before the
standard attribute declaration.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable</title>
<updated>2021-05-02T20:17:42+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-02T20:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=122125452775fd67a59c0a34e1c9941bc15a8f8d'/>
<id>122125452775fd67a59c0a34e1c9941bc15a8f8d</id>
<content type='text'>
NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor code refactoring</title>
<updated>2021-05-02T18:09:09+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-05-02T15:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1780fb2a237af80ddc1f9cfb70cb892b53b91990'/>
<id>1780fb2a237af80ddc1f9cfb70cb892b53b91990</id>
<content type='text'>
Some methods in ConfigLoaderHandler always returned true, change them to return
void instead. Also port them to take a QStringView instead of QStringRef, this
doesn't require a lot of changes because a QStringView can be constructed from
a QStringRef.

QXmlStreamAttribute methods like value() and name() return QStringRef in Qt5
and QStringView in Qt6, "fix" the issue by using auto keyword, which works
in both cases.

QStringView::toInt() isn't efficient in Qt5 so make the build conditional.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some methods in ConfigLoaderHandler always returned true, change them to return
void instead. Also port them to take a QStringView instead of QStringRef, this
doesn't require a lot of changes because a QStringView can be constructed from
a QStringRef.

QXmlStreamAttribute methods like value() and name() return QStringRef in Qt5
and QStringView in Qt6, "fix" the issue by using auto keyword, which works
in both cases.

QStringView::toInt() isn't efficient in Qt5 so make the build conditional.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the docs state that KConfig::reparseConfiguration() calls sync() if needed</title>
<updated>2021-04-28T13:26:02+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-04-28T13:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=50ae3700dc57e53c3583b3afc9661fdb8932ad03'/>
<id>50ae3700dc57e53c3583b3afc9661fdb8932ad03</id>
<content type='text'>
This matches the method actually does, and makes it clearer that you don't
need to do config-&gt;sync() followed by config()-&gt;reparseConfiguration(), the
latter should suffice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the method actually does, and makes it clearer that you don't
need to do config-&gt;sync() followed by config()-&gt;reparseConfiguration(), the
latter should suffice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new version-controlled enumerator deprecation warning macros</title>
<updated>2021-04-26T17:21:43+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-04-26T17:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=17ce440211de8d72b683b25dae89ee6b7c9dc69d'/>
<id>17ce440211de8d72b683b25dae89ee6b7c9dc69d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
