<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v0.0.14-rc2</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>New ECM release today</title>
<updated>2014-06-01T09:41:44+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-06-01T09:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1fe09cafc493bbe541f16d43b783cbb876cab528'/>
<id>1fe09cafc493bbe541f16d43b783cbb876cab528</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix finding of Qt5LinguistTools on some systems</title>
<updated>2014-05-28T15:48:01+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-05-28T11:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=51c4739231a637ee600e21e99e2d0bedb78a99e7'/>
<id>51c4739231a637ee600e21e99e2d0bedb78a99e7</id>
<content type='text'>
Although ECM does not make use of a compiler directly, the language
affects the search path for CMake packages; in particular, a package
installed to /usr/lib64/cmake will not be found if NONE is passed as the
language argument to project(). This meant that a 64-bit version of
Qt5LinguistTools would not be found on systems where 64-bit libraries
are not installed in the "default architecture" location (/usr/lib).

With this change, the configure step performs some otherwise-unnecessary
tests. We minimise this by explicitly specifying the C language (which
is also what some of the tests use), rather than letting it be the
default (which is C and C++).

REVIEW: 118374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Although ECM does not make use of a compiler directly, the language
affects the search path for CMake packages; in particular, a package
installed to /usr/lib64/cmake will not be found if NONE is passed as the
language argument to project(). This meant that a 64-bit version of
Qt5LinguistTools would not be found on systems where 64-bit libraries
are not installed in the "default architecture" location (/usr/lib).

With this change, the configure step performs some otherwise-unnecessary
tests. We minimise this by explicitly specifying the C language (which
is also what some of the tests use), rather than letting it be the
default (which is C and C++).

REVIEW: 118374
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip non-directory files inside the po/ directory</title>
<updated>2014-05-26T14:05:56+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>agateau@kde.org</email>
</author>
<published>2014-05-20T13:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=93fe5c4acbb64988213d295a257ba747f5de554c'/>
<id>93fe5c4acbb64988213d295a257ba747f5de554c</id>
<content type='text'>
REVIEW: 118216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 118216
</pre>
</div>
</content>
</entry>
<entry>
<title>fix running ECMKDEModules test</title>
<updated>2014-05-15T19:02:40+00:00</updated>
<author>
<name>Patrick Spendrin</name>
<email>ps_ml@gmx.de</email>
</author>
<published>2014-05-15T14:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=edbefdaa47ba2af0f6472e6740e72870e4eb94fa'/>
<id>edbefdaa47ba2af0f6472e6740e72870e4eb94fa</id>
<content type='text'>
REVIEW:118147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW:118147
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not fail if vars like CMAKE_INSTALL_LIBDIR are defined as normal vars</title>
<updated>2014-05-14T14:50:44+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>agateau@kde.org</email>
</author>
<published>2014-05-14T13:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=cb30eb91b8a0265c620e155b4b2acf916cab20a6'/>
<id>cb30eb91b8a0265c620e155b4b2acf916cab20a6</id>
<content type='text'>
REVIEW: 118127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 118127
</pre>
</div>
</content>
</entry>
<entry>
<title>More complete testing of ECMPoQmTools</title>
<updated>2014-05-13T15:20:18+00:00</updated>
<author>
<name>Aurélien Gâteau</name>
<email>agateau@kde.org</email>
</author>
<published>2014-05-13T13:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=b02aac922797f9dbaaf35de54de61a1167984e51'/>
<id>b02aac922797f9dbaaf35de54de61a1167984e51</id>
<content type='text'>
- Test calling ecm_process_po_files_as_qm() without INSTALL_DESTINATION argument
- Test calling ecm_install_po_files_as_qm() with CMAKE_INSTALL_LOCALEDIR set
  and with LOCALE_INSTALL_DIR set

REVIEW: 118114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Test calling ecm_process_po_files_as_qm() without INSTALL_DESTINATION argument
- Test calling ecm_install_po_files_as_qm() with CMAKE_INSTALL_LOCALEDIR set
  and with LOCALE_INSTALL_DIR set

REVIEW: 118114
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CMAKE_INSTALL_FOODIR style variables for KDEInstallDirs</title>
<updated>2014-05-13T14:48:13+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-05-08T20:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0aef7600debb1d3d1b18aa77149c93ef118c4208'/>
<id>0aef7600debb1d3d1b18aa77149c93ef118c4208</id>
<content type='text'>
This matches how CMake's GNUInstallDirs does things.

REVIEW: 118057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches how CMake's GNUInstallDirs does things.

REVIEW: 118057
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that KDEInstallDirs defines the variables it claims to</title>
<updated>2014-05-12T22:49:23+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-05-12T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=bba8e7415828db03d30d1c5f35894f829fd299d7'/>
<id>bba8e7415828db03d30d1c5f35894f829fd299d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "use the NAME_PREFIX only for the test, not for the executable"</title>
<updated>2014-05-10T10:28:04+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-05-10T10:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7213137a75e832976c25168ae640d26369c771a7'/>
<id>7213137a75e832976c25168ae640d26369c771a7</id>
<content type='text'>
This reverts commits
  b90b64632f46e929f26ab9a4ee0033478febe0eb
  ba8600088b8838d5453dd0990ec595e904ec216e
  554be62af6d0f01049985076b2445229bae41816

These were causing configure failures in frameworks that use
ECMAddTests.

CCMAIL: ps_ml@gmx.de
CCMAIL: kde-frameworks-devel@kde.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commits
  b90b64632f46e929f26ab9a4ee0033478febe0eb
  ba8600088b8838d5453dd0990ec595e904ec216e
  554be62af6d0f01049985076b2445229bae41816

These were causing configure failures in frameworks that use
ECMAddTests.

CCMAIL: ps_ml@gmx.de
CCMAIL: kde-frameworks-devel@kde.org
</pre>
</div>
</content>
</entry>
<entry>
<title>add in the correct location. sorry for the noise</title>
<updated>2014-05-09T22:10:54+00:00</updated>
<author>
<name>Patrick Spendrin</name>
<email>ps_ml@gmx.de</email>
</author>
<published>2014-05-09T22:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=554be62af6d0f01049985076b2445229bae41816'/>
<id>554be62af6d0f01049985076b2445229bae41816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
