<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.27.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Make sure we don't add the appstream test twice</title>
<updated>2016-09-15T12:44:43+00:00</updated>
<author>
<name>Bhushan Shah</name>
<email>bhush94@gmail.com</email>
</author>
<published>2016-09-15T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0cc2de65d111ee1244f3d3ce53c83b3b55b58dfb'/>
<id>0cc2de65d111ee1244f3d3ce53c83b3b55b58dfb</id>
<content type='text'>
Guard variable we used to ensure this doesn't happen was not scopped to
parent and hence was being reset when funciton returns

REVIEW: 128917
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guard variable we used to ensure this doesn't happen was not scopped to
parent and hence was being reset when funciton returns

REVIEW: 128917
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 5.27.0.</title>
<updated>2016-09-10T11:05:07+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-09-10T11:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=423e7e9fb6efeb33694dfc1e20a279cdfadd823d'/>
<id>423e7e9fb6efeb33694dfc1e20a279cdfadd823d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .arcconfig file</title>
<updated>2016-09-06T20:24:04+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-09-06T20:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=aa92b7db26184ac5464336c10a95fb9c780bab58'/>
<id>aa92b7db26184ac5464336c10a95fb9c780bab58</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 version to 5.26.0.</title>
<updated>2016-09-05T15:21:54+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-09-05T15:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9341f74033a353d8ac383319989f02b82ef86b4d'/>
<id>9341f74033a353d8ac383319989f02b82ef86b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_process_po_files_as_qm: Skip fuzzy translations</title>
<updated>2016-09-05T12:02:11+00:00</updated>
<author>
<name>Alexander Potashev</name>
<email>aspotashev@gmail.com</email>
</author>
<published>2016-09-05T12:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ee35b6c12a8f05136ea7d69961e34a9d531d97b6'/>
<id>ee35b6c12a8f05136ea7d69961e34a9d531d97b6</id>
<content type='text'>
REVIEW: 128823
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128823
</pre>
</div>
</content>
</entry>
<entry>
<title>Android.cmake: fix typo in comment</title>
<updated>2016-09-02T14:36:18+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-09-02T14:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=42cbdc856588ac4adc79f28c3c91123aa5a7a307'/>
<id>42cbdc856588ac4adc79f28c3c91123aa5a7a307</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The default level for logging categories should be Info rather than Warning.</title>
<updated>2016-09-02T14:36:00+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-06-17T22:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=413eb26f5d9e7a7f174509f8a16d057d5c0e6578'/>
<id>413eb26f5d9e7a7f174509f8a16d057d5c0e6578</id>
<content type='text'>
The whole point of Info is to be used by apps who want to print out some
info for the user, not disabled by default.

Example use case: ksmserver could output the name of the autostart
files it's starting, so user can check their own scripts are started,
and associate any errors with the corresponding script.

In other words:
Debug = debugging for the developer
Info = debugging for the user :-)

This commit shows the benefit of having a central place for changing this
(many category definitions do not use this macro though)

REVIEW: 128232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The whole point of Info is to be used by apps who want to print out some
info for the user, not disabled by default.

Example use case: ksmserver could output the name of the autostart
files it's starting, so user can check their own scripts are started,
and associate any errors with the corresponding script.

In other words:
Debug = debugging for the developer
Info = debugging for the user :-)

This commit shows the benefit of having a central place for changing this
(many category definitions do not use this macro though)

REVIEW: 128232
</pre>
</div>
</content>
</entry>
<entry>
<title>add full license text</title>
<updated>2016-08-31T21:00:09+00:00</updated>
<author>
<name>Allen Winter</name>
<email>winter@kde.org</email>
</author>
<published>2016-08-31T21:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=040440eb9ebfa756adc6b31f53d8e733fd0da3c9'/>
<id>040440eb9ebfa756adc6b31f53d8e733fd0da3c9</id>
<content type='text'>
REVIEW: 128780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 128780
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the harmless warnings</title>
<updated>2016-08-24T08:47:57+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>cgiboudeaux@gmx.com</email>
</author>
<published>2016-08-24T08:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9e6bc9ec94a5295936bab240a194cc3791307513'/>
<id>9e6bc9ec94a5295936bab240a194cc3791307513</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>Document ARGS variable in the create-apk-* targets</title>
<updated>2016-08-24T02:03:39+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2016-08-24T02:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f55064ab1414e373bbe29a9f797612ea1d047e7a'/>
<id>f55064ab1414e373bbe29a9f797612ea1d047e7a</id>
<content type='text'>
Explains how to install and sign apks

REVIEW: 128634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explains how to install and sign apks

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