<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules, branch v1.5.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>If find_dependency() fails, so should the Config file it is in</title>
<updated>2014-10-21T21:00:06+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-10-19T11:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=abb5ae4e0164e639e5548c28b9806d9b8aa746bb'/>
<id>abb5ae4e0164e639e5548c28b9806d9b8aa746bb</id>
<content type='text'>
REVIEW: 120655
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 120655
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo</title>
<updated>2014-10-03T20:53:30+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>cgiboudeaux@gmx.com</email>
</author>
<published>2014-10-03T20:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9c58807a4a95273538304869c7081972272e796c'/>
<id>9c58807a4a95273538304869c7081972272e796c</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>Fix calls to qmake</title>
<updated>2014-09-11T22:02:20+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-09-11T22:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ad1406644fb51ee0097095915ffab099718268e0'/>
<id>ad1406644fb51ee0097095915ffab099718268e0</id>
<content type='text'>
We were keeping the \n after the path, and it would crash in some
places. Strip the whitespaces in both ends.

Reviewed by Rohan Garg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were keeping the \n after the path, and it would crash in some
places. Strip the whitespaces in both ends.

Reviewed by Rohan Garg
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fallout from recent ECM patches</title>
<updated>2014-09-11T20:00:00+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2014-09-11T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f8609e8b64fd9170aa1444ad4e2f6d6d759e9050'/>
<id>f8609e8b64fd9170aa1444ad4e2f6d6d759e9050</id>
<content type='text'>
KDE modules cannot assume the normal ECM modules are in the CMake module
path, and CMAKE_INSTALL_IMPORTS_INSTALL_DIR / QTQUICKIMPORTSDIR was not
set correctly. Also, ECMQueryQmake.cmake used a deprecated CMake command
(exec_program).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KDE modules cannot assume the normal ECM modules are in the CMake module
path, and CMAKE_INSTALL_IMPORTS_INSTALL_DIR / QTQUICKIMPORTSDIR was not
set correctly. Also, ECMQueryQmake.cmake used a deprecated CMake command
(exec_program).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make code coverage possible in any KDE project</title>
<updated>2014-09-11T09:03:55+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-09-11T08:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6ab50fa9e27c4710beb2641fd510dfce08cc2719'/>
<id>6ab50fa9e27c4710beb2641fd510dfce08cc2719</id>
<content type='text'>
Introduces a BUILD_COVERAGE option from a ECMCoverageOption file so that
projects can easily enable code coverage in their applications.
Furthermore, KDECompilerSettings does include that by default, so all
proper KDE projects have the option by default.

REVIEW: 120118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces a BUILD_COVERAGE option from a ECMCoverageOption file so that
projects can easily enable code coverage in their applications.
Furthermore, KDECompilerSettings does include that by default, so all
proper KDE projects have the option by default.

REVIEW: 120118
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compiler sanitizers support</title>
<updated>2014-09-10T22:58:20+00:00</updated>
<author>
<name>Mathieu Tarral</name>
<email>mathieu.tarral@gmail.com</email>
</author>
<published>2014-09-10T22:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a4ae63d26665c814a452d4949a067a6bab45152e'/>
<id>a4ae63d26665c814a452d4949a067a6bab45152e</id>
<content type='text'>
REVIEW: 119968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
REVIEW: 119968
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ECMGeneratePkgConfigFile</title>
<updated>2014-09-10T08:03:25+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-09-10T08:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f5f4d572ba0904a5c5c52a0de710112b953767ce'/>
<id>f5f4d572ba0904a5c5c52a0de710112b953767ce</id>
<content type='text'>
A new module has been introduced to generate pkgconfig files from
cmake projects.

REVIEW: 119798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new module has been introduced to generate pkgconfig files from
cmake projects.

REVIEW: 119798
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup a minor typo from the last commit</title>
<updated>2014-09-05T09:11:36+00:00</updated>
<author>
<name>Rohan Garg</name>
<email>rohan16garg@gmail.com</email>
</author>
<published>2014-09-05T09:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6be0fc90efcfaa310ee95d342c2b57855a12c4e3'/>
<id>6be0fc90efcfaa310ee95d342c2b57855a12c4e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ECM to use qmake instead of hardcoding plugin install dirs</title>
<updated>2014-09-03T12:28:14+00:00</updated>
<author>
<name>Rohan Garg</name>
<email>rohan16garg@gmail.com</email>
</author>
<published>2014-09-03T12:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=96e7fb9969b761cce956a3500ede3b1c6cb29c65'/>
<id>96e7fb9969b761cce956a3500ede3b1c6cb29c65</id>
<content type='text'>
Packagers and other interested folks should pass -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
when building in order to install various files to the same dir as the Qt5 install
dirs.

CCMAIL: kde-packagers@kde.org

REVIEW: 119901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Packagers and other interested folks should pass -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
when building in order to install various files to the same dir as the Qt5 install
dirs.

CCMAIL: kde-packagers@kde.org

REVIEW: 119901
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't search default paths when finding lconvert.</title>
<updated>2014-07-13T15:22:40+00:00</updated>
<author>
<name>Michael Palimaka</name>
<email>kensington@gentoo.org</email>
</author>
<published>2014-07-09T13:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5acf1735f7f497662c6ebe43220489dc81785ec6'/>
<id>5acf1735f7f497662c6ebe43220489dc81785ec6</id>
<content type='text'>
Otherwise, if lconvert exists in normal system paths (eg. /usr/bin) that one
will be used instead of the one alongside Qt5::lrelease. This could cause Qt4
lconvert to be incorrectly used on some systems.

REVIEW: 119198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, if lconvert exists in normal system paths (eg. /usr/bin) that one
will be used instead of the one alongside Qt5::lrelease. This could cause Qt4
lconvert to be incorrectly used on some systems.

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