<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/kconf_update, branch v5.30.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix build with CMP 0026 set to NEW</title>
<updated>2017-01-03T14:39:11+00:00</updated>
<author>
<name>Sven Brauch</name>
<email>mail@svenbrauch.de</email>
</author>
<published>2017-01-03T14:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=72cc5afbdf8acc6505d7ee382cd3a00aca63df9b'/>
<id>72cc5afbdf8acc6505d7ee382cd3a00aca63df9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure KonfUpdate's fields are all initialized.</title>
<updated>2015-12-30T03:48:00+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-30T03:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2ebffd8e220b0f92a0a288a717d122018767a6b4'/>
<id>2ebffd8e220b0f92a0a288a717d122018767a6b4</id>
<content type='text'>
These fields should all be written to before they are read during normal
operation, but this ensures they have a sensible default in case they are not.

Coverity issue 1291513.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These fields should all be written to before they are read during normal
operation, but this ensures they have a sensible default in case they are not.

Coverity issue 1291513.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure group is unescaped properly in kconf_update.</title>
<updated>2015-12-30T00:34:38+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-29T05:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=55bf90ff787f4e84947a5df833f66082e54016df'/>
<id>55bf90ff787f4e84947a5df833f66082e54016df</id>
<content type='text'>
During a kconf_update run, an invalid group name may be treated as correct
even though the name failed to unescape.  This leads the group name to be
a null character, which will fail.

If the unescape failed, return that failure status instead.  This should have
no impact, as the previous result would have been wrong anyways.  Now a
more useful diagnostic will be returned instead.

Update the unit tests to ensure this issue is tested in the future.

Found in Coverity issue 258087.

REVIEW: 126556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During a kconf_update run, an invalid group name may be treated as correct
even though the name failed to unescape.  This leads the group name to be
a null character, which will fail.

If the unescape failed, return that failure status instead.  This should have
no impact, as the previous result would have been wrong anyways.  Now a
more useful diagnostic will be returned instead.

Update the unit tests to ensure this issue is tested in the future.

Found in Coverity issue 258087.

REVIEW: 126556
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some Clazy warnings</title>
<updated>2015-12-23T14:57:57+00:00</updated>
<author>
<name>Imran Tatriev</name>
<email>itatriev@gmail.com</email>
</author>
<published>2015-12-23T14:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=74d30c02373383748219318372907539d8259250'/>
<id>74d30c02373383748219318372907539d8259250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor optimizations</title>
<updated>2015-10-05T13:16:16+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2015-10-05T13:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=788e2a5509d3072dde1c5243186e70e9dfedf5cc'/>
<id>788e2a5509d3072dde1c5243186e70e9dfedf5cc</id>
<content type='text'>
Ran the clazy tool (http://www.kdab.com/use-static-analysis-improve-performance/)

Mostly QStringLiteral/QLatin1String additions
A few const &amp; additions to non public methods

Compiles, test pass

REVIEW: 125106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the clazy tool (http://www.kdab.com/use-static-analysis-improve-performance/)

Mostly QStringLiteral/QLatin1String additions
A few const &amp; additions to non public methods

Compiles, test pass

REVIEW: 125106
</pre>
</div>
</content>
</entry>
<entry>
<title>finish the port to QCommandLineParser (it has addPositionalArgument now)</title>
<updated>2015-08-05T08:04:50+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-05T08:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=02f66383d8013f4d6a68092d73a7cb5dfd87f9dc'/>
<id>02f66383d8013f4d6a68092d73a7cb5dfd87f9dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_kconf_update: use QStandardPaths test mode</title>
<updated>2015-08-05T08:00:33+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-05T08:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=27e145e797a265de93cc1238d6e6ee5d3f3c1998'/>
<id>27e145e797a265de93cc1238d6e6ee5d3f3c1998</id>
<content type='text'>
to avoid touching the user's real files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid touching the user's real files
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Qt version requirement to 5.3</title>
<updated>2015-08-01T12:41:18+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-01T12:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=8ebf4735e4ba35b1d3e2102f35e1b3b7f5a684a9'/>
<id>8ebf4735e4ba35b1d3e2102f35e1b3b7f5a684a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix kconf_update for spaces in paths</title>
<updated>2015-05-01T22:16:55+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-05-01T22:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=76e5b4412782b9c1757c8cdb3984f99566a57b96'/>
<id>76e5b4412782b9c1757c8cdb3984f99566a57b96</id>
<content type='text'>
(CI says it happens on OSX)
Unittest it on Linux by exporting XDG_DATA_HOME with a space in it.

CCMAIL: kde-mac@kde.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(CI says it happens on OSX)
Unittest it on Linux by exporting XDG_DATA_HOME with a space in it.

CCMAIL: kde-mac@kde.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0."</title>
<updated>2015-02-14T19:55:54+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-02-14T19:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=10e459d02ff3a8c76b053ba31381e643a4434782'/>
<id>10e459d02ff3a8c76b053ba31381e643a4434782</id>
<content type='text'>
This reverts commit 9eee15917e01a89d937d1cba2eebbe9d65daeb72.  As agreed
with David Faure, we are going to leave this change in place for 5.7 and
see what happens.

CCMAIL: faure@kde.org
CHANGELOG: Reverts previous commit, both can be left out of the changelog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9eee15917e01a89d937d1cba2eebbe9d65daeb72.  As agreed
with David Faure, we are going to leave this change in place for 5.7 and
see what happens.

CCMAIL: faure@kde.org
CHANGELOG: Reverts previous commit, both can be left out of the changelog.
</pre>
</div>
</content>
</entry>
</feed>
