<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/autotests, branch v5.86.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>GIT_SILENT: we can use std::as_const directly</title>
<updated>2021-08-28T16:05:30+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-08-28T16:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=dffdff73fa98a4fdebca38fb4a41938541ffb1c1'/>
<id>dffdff73fa98a4fdebca38fb4a41938541ffb1c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-tidy: one declaration per line; braces around statements</title>
<updated>2021-08-13T00:12:26+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-08-13T00:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=783d1c28c88229f81715f6ecd1cf3866855252a2'/>
<id>783d1c28c88229f81715f6ecd1cf3866855252a2</id>
<content type='text'>
clang-tidy checks:
readability-isolate-declaration and readability-braces-around-statements

KF task: https://phabricator.kde.org/T14729

GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clang-tidy checks:
readability-isolate-declaration and readability-braces-around-statements

KF task: https://phabricator.kde.org/T14729

GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: fix deletion of an entry that is also in kdeglobals</title>
<updated>2021-08-03T10:01:15+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-23T10:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ed28682265bd95416a98d5ccc6a72e96563f84f3'/>
<id>ed28682265bd95416a98d5ccc6a72e96563f84f3</id>
<content type='text'>
This is the case where we expected to see Key[$d] in the config file,
and it was somehow broken. When saving, the key was omitted, so when
reloading the kdeglobals key was present again.

Detected when trying to write a unittest for a different patch...

I had to reshuffle the unittest a bit because testThreads calls
testSimple which didn't expect that the "[AAA]" group would actually
be deleted now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the case where we expected to see Key[$d] in the config file,
and it was somehow broken. When saving, the key was omitted, so when
reloading the kdeglobals key was present again.

Detected when trying to write a unittest for a different patch...

I had to reshuffle the unittest a bit because testThreads calls
testSimple which didn't expect that the "[AAA]" group would actually
be deleted now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos found by codespell</title>
<updated>2021-07-13T21:20:57+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2021-07-13T21:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3471f19fc56e41b2ee6236ea3016dfa30a76c0ff'/>
<id>3471f19fc56e41b2ee6236ea3016dfa30a76c0ff</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfigtest: save/restore XDG_CONFIG_DIRS</title>
<updated>2021-06-21T12:16:23+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-21T12:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=74a861c5617621663b1d5d8a1cd79c7a0eef9d8a'/>
<id>74a861c5617621663b1d5d8a1cd79c7a0eef9d8a</id>
<content type='text'>
No impact on the rest of the test, but I was wondering if it might
break anything, better restore it just in case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No impact on the rest of the test, but I was wondering if it might
break anything, better restore it just in case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid cmake variables and pass sources directly to macro</title>
<updated>2021-05-27T01:50:11+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-27T01:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=9fe58ac80574ca668c23ba662e73de5e5b054c1f'/>
<id>9fe58ac80574ca668c23ba662e73de5e5b054c1f</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>GIT_SILENT: use qt_ macro</title>
<updated>2021-05-16T09:47:27+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-05-16T09:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5bc56ee99d41076dc36543d493d57157d31fa59e'/>
<id>5bc56ee99d41076dc36543d493d57157d31fa59e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cmake warning</title>
<updated>2021-05-04T04:50:23+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2021-05-04T04:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=6e3e8519d6be03bb156fdafad04de396bec2f1c4'/>
<id>6e3e8519d6be03bb156fdafad04de396bec2f1c4</id>
<content type='text'>
"Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
"
We need to add file extension
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Policy CMP0115 is not set: Source file extensions must be explicit.  Run
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
"
We need to add file extension
</pre>
</div>
</content>
</entry>
</feed>
