<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.85.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 Commit translations from kconfig</title>
<updated>2021-08-06T09:01:04+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-08-06T09:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5071e303f7011e34473ea5cd987fd8d8380b7c56'/>
<id>5071e303f7011e34473ea5cd987fd8d8380b7c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: sort keys in keyListImpl() so unittests can rely on it</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:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=17c179566d764d9a55b6ae98006495133bcffdbf'/>
<id>17c179566d764d9a55b6ae98006495133bcffdbf</id>
<content type='text'>
The code was using a QSet (hash-based), use a std::set instead
for unicity, it gives us sorting for free.

We probably want to do the same in groupList(), but that's separate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was using a QSet (hash-based), use a std::set instead
for unicity, it gives us sorting for free.

We probably want to do the same in groupList(), but that's separate.
</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>GIT_SILENT Upgrade ECM and KF version requirements for 5.85.0 release.</title>
<updated>2021-07-14T22:28:23+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-07-14T22:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=dcc5f6529d3008f2cf3a678a4c42d5092b406690'/>
<id>dcc5f6529d3008f2cf3a678a4c42d5092b406690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Update kconfig_compiler documentation with translation options</title>
<updated>2021-07-12T13:11:19+00:00</updated>
<author>
<name>Cyril Rossi</name>
<email>cyril.rossi@enioka.com</email>
</author>
<published>2021-07-07T13:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=530f9490749505221d137343f1bd556821b820da'/>
<id>530f9490749505221d137343f1bd556821b820da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade KF version to 5.85.0.</title>
<updated>2021-07-10T19:23:06+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-07-10T19:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=bd53bb3eb4d88c1b9919a3073df8914de01acf1a'/>
<id>bd53bb3eb4d88c1b9919a3073df8914de01acf1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not create a vector and a QByteArray just to discard it immediately</title>
<updated>2021-07-05T13:51:02+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-07-04T22:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3c78617ac60dd8da2434fcbb7f61bd62d19492a7'/>
<id>3c78617ac60dd8da2434fcbb7f61bd62d19492a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only query for existing config file when it's necessary</title>
<updated>2021-07-05T13:51:02+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-07-04T22:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e74f28482253890d1c7e74fa51f087cc3310ce60'/>
<id>e74f28482253890d1c7e74fa51f087cc3310ce60</id>
<content type='text'>
We are only interested in whether the file doesn't exist when it fails
to open. This saves a stat on every successful config file parse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are only interested in whether the file doesn't exist when it fails
to open. This saves a stat on every successful config file parse.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use specific API to compare QByteArrays</title>
<updated>2021-07-04T22:50:28+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2021-07-04T22:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=57296d5c85a426918a634b15f814a7435b899d32'/>
<id>57296d5c85a426918a634b15f814a7435b899d32</id>
<content type='text'>
At the moment we are taking a bit of a detour by converting to char*.
Not a bit deal but reads better and ends up being less calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the moment we are taking a bit of a detour by converting to char*.
Not a bit deal but reads better and ends up being less calls.
</pre>
</div>
</content>
</entry>
</feed>
