<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.28.0-rc1</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>2016-11-05T14:44:09+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-11-05T14:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b3012aa02dc333d14250c8ace14687ecac61252e'/>
<id>b3012aa02dc333d14250c8ace14687ecac61252e</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.28.0 release.</title>
<updated>2016-11-05T10:50:52+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-11-05T10:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2b0eae8188230f41fee7390e6afcaca81e3932cd'/>
<id>2b0eae8188230f41fee7390e6afcaca81e3932cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't be fatal on File field not being properly parsed</title>
<updated>2016-11-03T14:24:49+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-11-02T12:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=24c335069300ece4de76f480dd4bebc9bc95445c'/>
<id>24c335069300ece4de76f480dd4bebc9bc95445c</id>
<content type='text'>
Summary:
Fallback on trying the same filename as the actual file.
There were some regressions due to the former matching expression:
string(REGEX REPLACE "^(.*\n)?File=([^\n]+kcfg).*\n.*$" "\\2"  _kcfg_FILENAME "${_contents}")

This one would allow for the File field to be the kcfgc file (which doesn't
make sense).
With this patch we're not reproducing this behaviour, but we're allowing for the
things that aren't building to work. After all, most kcfg and kcfgc files share
the same name.

Reviewers: #frameworks, davidedmundson

Reviewed By: davidedmundson

Subscribers: aacid, kfunk

Differential Revision: https://phabricator.kde.org/D3226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Fallback on trying the same filename as the actual file.
There were some regressions due to the former matching expression:
string(REGEX REPLACE "^(.*\n)?File=([^\n]+kcfg).*\n.*$" "\\2"  _kcfg_FILENAME "${_contents}")

This one would allow for the File field to be the kcfgc file (which doesn't
make sense).
With this patch we're not reproducing this behaviour, but we're allowing for the
things that aren't building to work. After all, most kcfg and kcfgc files share
the same name.

Reviewers: #frameworks, davidedmundson

Reviewed By: davidedmundson

Subscribers: aacid, kfunk

Differential Revision: https://phabricator.kde.org/D3226
</pre>
</div>
</content>
</entry>
<entry>
<title>Make kconfig_compiler autotests use the KCONFIG_ADD_KCFG_FILES</title>
<updated>2016-10-30T23:27:42+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-10-28T10:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=91dbd2f5a30caf878f668e60b7c2ee5ca376b858'/>
<id>91dbd2f5a30caf878f668e60b7c2ee5ca376b858</id>
<content type='text'>
Summary:
Instead of having an odd fake of it. Will help some required
refactorings and already showed some issues, fixed by this patch,
namely:
- don't use string(regex replace) to extract a string from another
string. in case it doesn't match it will offer the whole content which
is never what we want.
- messages(ERROR), the correct parameter is FATAL_ERROR, cmake
understands "ERROR" as mere output string
- turn the macro into a function, otherwise 2 calls in the same
subdirectory are dangerous.

CCBUG: 371562

Test Plan: tests still pass, projects that use the macro still build

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Subscribers: dfaure

Differential Revision: https://phabricator.kde.org/D3178
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Instead of having an odd fake of it. Will help some required
refactorings and already showed some issues, fixed by this patch,
namely:
- don't use string(regex replace) to extract a string from another
string. in case it doesn't match it will offer the whole content which
is never what we want.
- messages(ERROR), the correct parameter is FATAL_ERROR, cmake
understands "ERROR" as mere output string
- turn the macro into a function, otherwise 2 calls in the same
subdirectory are dangerous.

CCBUG: 371562

Test Plan: tests still pass, projects that use the macro still build

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Subscribers: dfaure

Differential Revision: https://phabricator.kde.org/D3178
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for the GenerateProperties option</title>
<updated>2016-10-24T09:41:12+00:00</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2016-10-24T09:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=3a7b8ae9c9b151c20e7b1f9d7f01aa2013a9b25f'/>
<id>3a7b8ae9c9b151c20e7b1f9d7f01aa2013a9b25f</id>
<content type='text'>
REVIEW: 129188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 129188
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version to 5.28.0.</title>
<updated>2016-10-09T09:02:08+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-10-09T09:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c51d77ff9d80f83de9b41c0e22a136588d85aa02'/>
<id>c51d77ff9d80f83de9b41c0e22a136588d85aa02</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.27.0 release.</title>
<updated>2016-10-02T07:49:41+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-10-02T07:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0aa727c98a38607b9551fcbd2ae7a6d4f8ad1f9b'/>
<id>0aa727c98a38607b9551fcbd2ae7a6d4f8ad1f9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak in SignalsTestNoSingletonDpointer, found by ASAN.</title>
<updated>2016-10-01T22:50:16+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-10-01T22:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7dab9c1a82b9091f7048f12f029bdc0f8df00723'/>
<id>7dab9c1a82b9091f7048f12f029bdc0f8df00723</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Marm test QSKIP when running as root.</title>
<updated>2016-09-26T22:21:24+00:00</updated>
<author>
<name>Evgeniy Sadovnik</name>
<email>red0ct@yandex.ru</email>
</author>
<published>2016-09-19T17:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a68dbef08a070772449edb2ae7ea1849568162b7'/>
<id>a68dbef08a070772449edb2ae7ea1849568162b7</id>
<content type='text'>
The test checks that saving a read-only config file fails. But because root can write into read-only files, the test is failing when running by root. Check for uid when running the test and make it XFAIL if we are running as root.

REVIEW: 128916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test checks that saving a read-only config file fails. But because root can write into read-only files, the test is failing when running by root. Check for uid when running the test and make it XFAIL if we are running as root.

REVIEW: 128916
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version to 5.27.0.</title>
<updated>2016-09-10T11:15:35+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-09-10T11:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0389727be4cf7396d9e1728610b12af778daf444'/>
<id>0389727be4cf7396d9e1728610b12af778daf444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
