<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.14.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Commit translations from l10n-kf5</title>
<updated>2015-09-05T08:52:56+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-09-05T08:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4fc13b84a0a1c928aefd2829154dc65f4d99ec05'/>
<id>4fc13b84a0a1c928aefd2829154dc65f4d99ec05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.14.0 release.</title>
<updated>2015-09-04T20:07:32+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-09-04T20:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0181cd4fb42adf0d0d7cff6b7d13bc5260797b9a'/>
<id>0181cd4fb42adf0d0d7cff6b7d13bc5260797b9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize readEntryGui</title>
<updated>2015-08-22T17:11:45+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2015-08-22T15:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a21e85d97f809870de94c84d2ca767260477f988'/>
<id>a21e85d97f809870de94c84d2ca767260477f988</id>
<content type='text'>
Don't build error string every time

REVIEW: 124879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't build error string every time

REVIEW: 124879
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename private class to avoid exporting it accidentally</title>
<updated>2015-08-19T08:48:40+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-08-19T08:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=bf0d42abd7fd9151b45aa0186888e3e85175f848'/>
<id>bf0d42abd7fd9151b45aa0186888e3e85175f848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pedantic</title>
<updated>2015-08-19T08:48:39+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-08-19T08:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5c9c95c40f426b6450019eaa58013b8c9606719c'/>
<id>5c9c95c40f426b6450019eaa58013b8c9606719c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unittest fix: compare floats/doubles rather than strings-made-from-floats/doubles.</title>
<updated>2015-08-18T22:44:26+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-08-18T22:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=76052c676e63d80fe9aae08aabd3272c80c3ff2e'/>
<id>76052c676e63d80fe9aae08aabd3272c80c3ff2e</id>
<content type='text'>
Qt 5.5 writes out "123.567001" for 123.567f. No matter, what we want is the
roundtrip float-string-float to work, and it does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt 5.5 writes out "123.567001" for 123.567f. No matter, what we want is the
roundtrip float-string-float to work, and it does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit-tests, expected output changed, so update the tests.</title>
<updated>2015-08-18T22:18:16+00:00</updated>
<author>
<name>Sergio Martins</name>
<email>iamsergio@gmail.com</email>
</author>
<published>2015-08-18T22:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0c04b8cc4021934bbd6e0bd12788396689f65864'/>
<id>0c04b8cc4021934bbd6e0bd12788396689f65864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid QString::fromLatin1() in generated code</title>
<updated>2015-08-18T21:46:00+00:00</updated>
<author>
<name>Sergio Martins</name>
<email>iamsergio@gmail.com</email>
</author>
<published>2015-08-12T15:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4d5a50a85bec95e60f11d1ac271df643e472ecf5'/>
<id>4d5a50a85bec95e60f11d1ac271df643e472ecf5</id>
<content type='text'>
Because it allocates memory.
REVIEW: 124717
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because it allocates memory.
REVIEW: 124717
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename private class to avoid exporting it accidentally</title>
<updated>2015-08-16T12:00:54+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-08-16T12:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4de3053788974c1f7b7b4926f006e29c7a3b250d'/>
<id>4de3053788974c1f7b7b4926f006e29c7a3b250d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimize calls to expensive QStandardPaths::locateAll()</title>
<updated>2015-08-12T13:29:39+00:00</updated>
<author>
<name>Sergio Martins</name>
<email>iamsergio@gmail.com</email>
</author>
<published>2015-08-12T13:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2716b453a5cb859184784e12c3e0dc5f701fc984'/>
<id>2716b453a5cb859184784e12c3e0dc5f701fc984</id>
<content type='text'>
It's called a lot at startup as shown by profiling.
heaptrack also complains it does many heap allocations, so cache it.

REVIEW: 124199
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's called a lot at startup as shown by profiling.
heaptrack also complains it does many heap allocations, so cache it.

REVIEW: 124199
</pre>
</div>
</content>
</entry>
</feed>
