<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.11.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>Fix test on OSX, no bundle expected here.</title>
<updated>2015-06-06T08:10:46+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-05-31T19:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ef88a6683a2578679b3c98396a9ee3001db69541'/>
<id>ef88a6683a2578679b3c98396a9ee3001db69541</id>
<content type='text'>
CI said:
 Linking C executable dummy.app/Contents/MacOS/dummy
 Built target dummy
 Could not find path to executable, perhaps it was not built: dummy

REVIEW: 123969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI said:
 Linking C executable dummy.app/Contents/MacOS/dummy
 Built target dummy
 Could not find path to executable, perhaps it was not built: dummy

REVIEW: 123969
</pre>
</div>
</content>
</entry>
<entry>
<title>Add arguments to ecm_add_tests for listing added tests.</title>
<updated>2015-05-18T19:21:11+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-05-18T18:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=be390dcc4d77d7faa95d040b1a346ac3c0405eac'/>
<id>be390dcc4d77d7faa95d040b1a346ac3c0405eac</id>
<content type='text'>
This makes it convenient to make further modifications to the tests,
such as setting properties on either the tests or the targets.

CHANGELOG: New arguments for ecm_add_tests().
BUG: 345797
REVIEW: 123841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it convenient to make further modifications to the tests,
such as setting properties on either the tests or the targets.

CHANGELOG: New arguments for ecm_add_tests().
BUG: 345797
REVIEW: 123841
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework ECMAddTests documentation to emphasis ecm_add_tests().</title>
<updated>2015-05-18T19:20:59+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-05-18T10:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9f96174b61fbc1145fda4cfba573361a0aa8746d'/>
<id>9f96174b61fbc1145fda4cfba573361a0aa8746d</id>
<content type='text'>
ecm_add_test is the less useful (and less used) version of the functions
(because you really might as well just use add_executable() and
add_test() manually in that case).

REVIEW: 123841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ecm_add_test is the less useful (and less used) version of the functions
(because you really might as well just use add_executable() and
add_test() manually in that case).

REVIEW: 123841
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add PROPERTIES argument to ecm_add_test and ecm_add_tests."</title>
<updated>2015-05-16T13:09:36+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-05-16T13:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=70b13693478b296b8a3cd1654baa8013434358c5'/>
<id>70b13693478b296b8a3cd1654baa8013434358c5</id>
<content type='text'>
This reverts commit 0c224194ea7f12eaed32af746fc9138537f1919c.

Stephen Kelly pointed out that this is probably not the best approach to
the problem, and runs counter to the direction KDE's CMake code has been
going (splitting functions up and using CMake built-ins where possible).

I have a better solution in mind, which I'll post a review for later.

CCMAIL: kde-buildsystem@kde.org
CCBUG: 345797
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0c224194ea7f12eaed32af746fc9138537f1919c.

Stephen Kelly pointed out that this is probably not the best approach to
the problem, and runs counter to the direction KDE's CMake code has been
going (splitting functions up and using CMake built-ins where possible).

I have a better solution in mind, which I'll post a review for later.

CCMAIL: kde-buildsystem@kde.org
CCBUG: 345797
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PROPERTIES argument to ecm_add_test and ecm_add_tests.</title>
<updated>2015-05-13T18:22:25+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-05-11T12:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0c224194ea7f12eaed32af746fc9138537f1919c'/>
<id>0c224194ea7f12eaed32af746fc9138537f1919c</id>
<content type='text'>
This is particularly useful with ecm_add_tests, where you may want to
force a suite of tests to run in serial, or alter the timeout for
multiple tests at once.

BUG: 345797
REVIEW: 123722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is particularly useful with ecm_add_tests, where you may want to
force a suite of tests to run in serial, or alter the timeout for
multiple tests at once.

BUG: 345797
REVIEW: 123722
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for ECMAddTests module.</title>
<updated>2015-05-13T18:22:15+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-05-11T12:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1b636b43d2bf4dca0332a2e2b36affa67fbe1e0b'/>
<id>1b636b43d2bf4dca0332a2e2b36affa67fbe1e0b</id>
<content type='text'>
REVIEW: 123722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 123722
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM version to 5.11.0.</title>
<updated>2015-05-08T23:23:28+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-05-08T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=09822e2631644875d3b22fef54b9bfa30a295169'/>
<id>09822e2631644875d3b22fef54b9bfa30a295169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port remaining find modules to ecm_find_package_version_check.</title>
<updated>2015-04-25T15:11:39+00:00</updated>
<author>
<name>Michael Palimaka</name>
<email>kensington@gentoo.org</email>
</author>
<published>2015-04-22T18:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=37aa23a96e37fa584a68858aef4b4637078e4779'/>
<id>37aa23a96e37fa584a68858aef4b4637078e4779</id>
<content type='text'>
REVIEW: 123470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 123470
</pre>
</div>
</content>
</entry>
<entry>
<title>real fix for png2ico, pipe error stream also to result variable</title>
<updated>2015-04-19T13:13:32+00:00</updated>
<author>
<name>Patrick von Reth</name>
<email>vonreth@kde.org</email>
</author>
<published>2015-04-19T13:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8527961d1664b03e563381529f6ae4da83d26550'/>
<id>8527961d1664b03e563381529f6ae4da83d26550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>execute png2icon --help with ERROR_QUIET, to prevent printing of banner from http://www.winterdrache.de/freeware/png2ico/</title>
<updated>2015-04-19T13:01:40+00:00</updated>
<author>
<name>Patrick von Reth</name>
<email>vonreth@kde.org</email>
</author>
<published>2015-04-19T13:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9521e67d6ac24ac52b05f47f384c048999d7df5f'/>
<id>9521e67d6ac24ac52b05f47f384c048999d7df5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
