<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules, branch v5.34.0-rc1</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>Sanitizers: Don't use GCC-like flags for e.g. MSVC</title>
<updated>2017-04-21T16:09:00+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-04-18T07:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c56cf46b4beb94558baffaa3f29e7c458f6b3f05'/>
<id>c56cf46b4beb94558baffaa3f29e7c458f6b3f05</id>
<content type='text'>
Summary:
Fixes compiler warnings such as:
```
cl : Command line warning D9002 : ignoring unknown option
'-fsanitize=address'
cl : Command line warning D9002 : ignoring unknown option
'-fno-omit-frame-pointer'
```

Reviewers: aacid, bcooksley

Reviewed By: aacid, bcooksley

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5489
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Fixes compiler warnings such as:
```
cl : Command line warning D9002 : ignoring unknown option
'-fsanitize=address'
cl : Command line warning D9002 : ignoring unknown option
'-fno-omit-frame-pointer'
```

Reviewers: aacid, bcooksley

Reviewed By: aacid, bcooksley

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5489
</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation, ecm_install_po_files_as_qm generates .qm, not .mo</title>
<updated>2017-04-20T12:38:53+00:00</updated>
<author>
<name>Harald Sitter</name>
<email>sitter@kde.org</email>
</author>
<published>2017-04-20T12:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a45320e893f540a5df1a9b96a32e4de20a1b6601'/>
<id>a45320e893f540a5df1a9b96a32e4de20a1b6601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor CMake warning (CMP0054)</title>
<updated>2017-04-18T06:56:27+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-04-18T06:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6a3ab1eaf3b649fd9c71ed3a98bd942777592bd7'/>
<id>6a3ab1eaf3b649fd9c71ed3a98bd942777592bd7</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 include tests together with modules</title>
<updated>2017-04-11T15:19:21+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-11T15:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1eeae4015bca728160f651f781d73851cc4c43ae'/>
<id>1eeae4015bca728160f651f781d73851cc4c43ae</id>
<content type='text'>
We have tests that go through the modules directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have tests that go through the modules directory
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow test to work with older versions of qmlplugindump</title>
<updated>2017-04-11T13:49:38+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-11T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=78529f4452b2e09d9f579d7723f7cb7634f43e7c'/>
<id>78529f4452b2e09d9f579d7723f7cb7634f43e7c</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 enable the test by default</title>
<updated>2017-04-10T14:23:20+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-10T14:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0a33e0d7e3b5d2ea08647cb99ad0dffff6c558ba'/>
<id>0a33e0d7e3b5d2ea08647cb99ad0dffff6c558ba</id>
<content type='text'>
The build isn't always reproducible and comparisons are unfair
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The build isn't always reproducible and comparisons are unfair
</pre>
</div>
</content>
</entry>
<entry>
<title>Support older qmlplugindump versions</title>
<updated>2017-04-10T14:12:40+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-10T14:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5b0583b38b43265a2017cde5e739404d7d301e70'/>
<id>5b0583b38b43265a2017cde5e739404d7d301e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ecm_generate_qmltypes</title>
<updated>2017-04-10T13:09:42+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2017-04-10T13:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=86f19ab466903bd3bd9123c0a9588403c7cc21a1'/>
<id>86f19ab466903bd3bd9123c0a9588403c7cc21a1</id>
<content type='text'>
Summary:
Introduces a function that allows to generate plugins.qmltypes files for our
qml plugins using qmlplugindump much like Qt does.

Test Plan: Introduced it locally on Purpose and it works

Reviewers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Introduces a function that allows to generate plugins.qmltypes files for our
qml plugins using qmlplugindump much like Qt does.

Test Plan: Introduced it locally on Purpose and it works

Reviewers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5087
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ecm_generate_pkgconfig_file compatibility with new cmake</title>
<updated>2017-03-12T00:33:50+00:00</updated>
<author>
<name>Weng Xuetian</name>
<email>wengxt@gmail.com</email>
</author>
<published>2017-03-11T18:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3980f36db0184e0855ff5673496c6b63311c23cf'/>
<id>3980f36db0184e0855ff5673496c6b63311c23cf</id>
<content type='text'>
Summary:
CMP0053 specifies that:
- Expansion of ``@VAR@`` reference syntax defined by the
  ``configure_file()`` and ``string(CONFIGURE)``
  commands is no longer performed in other contexts.

replace it with the $ variable syntax.

Test Plan: manual

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Subscribers: #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
CMP0053 specifies that:
- Expansion of ``@VAR@`` reference syntax defined by the
  ``configure_file()`` and ``string(CONFIGURE)``
  commands is no longer performed in other contexts.

replace it with the $ variable syntax.

Test Plan: manual

Reviewers: #frameworks, dfaure

Reviewed By: dfaure

Subscribers: #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5017
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_add_app_icon : ignore SVG files silently when unsupported</title>
<updated>2017-01-10T11:33:49+00:00</updated>
<author>
<name>R.J.V. Bertin</name>
<email>rjvbertin@gmail.com</email>
</author>
<published>2017-01-10T11:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1915787b80ed8fada9ee78d0b150d7a71e6db7fc'/>
<id>1915787b80ed8fada9ee78d0b150d7a71e6db7fc</id>
<content type='text'>
SVG files that fail to convert will still trigger a warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVG files that fail to convert will still trigger a warning.
</pre>
</div>
</content>
</entry>
</feed>
