<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/kde-modules, branch v5.58.0</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>Unconditionally enable -DQT_STRICT_ITERATORS, not just in debug mode</title>
<updated>2019-04-07T17:00:28+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2019-04-07T13:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9b0df10c7d1ee449237a6187049408743308a302'/>
<id>9b0df10c7d1ee449237a6187049408743308a302</id>
<content type='text'>
Summary:
It turns out QT_STRICT_ITERATORS does not introduce any
overhead (they are inlined so everything gets optimized), confirmed by
Dan comparing the produced assembly in Compiler Explorer.

Reviewers: dvratil, mlaurent, aacid

Reviewed By: aacid

Subscribers: aacid, kde-buildsystem, kde-frameworks-devel

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D20349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
It turns out QT_STRICT_ITERATORS does not introduce any
overhead (they are inlined so everything gets optimized), confirmed by
Dan comparing the produced assembly in Compiler Explorer.

Reviewers: dvratil, mlaurent, aacid

Reviewed By: aacid

Subscribers: aacid, kde-buildsystem, kde-frameworks-devel

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D20349
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Take clang-cl into account"</title>
<updated>2019-03-23T13:49:37+00:00</updated>
<author>
<name>Christian Mollekopf</name>
<email>mollekopf@kolabsys.com</email>
</author>
<published>2019-03-23T13:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ac807c4adc3e2854a59a7d2a507a2dabd1abbfa6'/>
<id>ac807c4adc3e2854a59a7d2a507a2dabd1abbfa6</id>
<content type='text'>
This reverts commit 2e1cb0c453f419da134b850052da6c804cae05e0.

This was an accidental push to master, sorry for the noise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2e1cb0c453f419da134b850052da6c804cae05e0.

This was an accidental push to master, sorry for the noise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Take clang-cl into account</title>
<updated>2019-03-23T13:48:24+00:00</updated>
<author>
<name>Christian Mollekopf</name>
<email>mollekopf@kolabsys.com</email>
</author>
<published>2019-03-23T13:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2e1cb0c453f419da134b850052da6c804cae05e0'/>
<id>2e1cb0c453f419da134b850052da6c804cae05e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix releaseme checkout when this is included in a sub-directory</title>
<updated>2019-02-22T13:46:55+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2019-02-22T12:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6daec3f145767f42dc3e761ccdd425e93a570a59'/>
<id>6daec3f145767f42dc3e761ccdd425e93a570a59</id>
<content type='text'>
Summary: This fixes the Marble build on binary factory.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: This fixes the Marble build on binary factory.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19223
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ENABLE_CLAZY option with clazy &gt;= 1.5</title>
<updated>2019-02-03T17:17:15+00:00</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2019-02-02T17:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ba3341c83b186e021337761e5fd689614fe14177'/>
<id>ba3341c83b186e021337761e5fd689614fe14177</id>
<content type='text'>
Summary:
clazy 1.5 renamed its plugin from from `ClangLazy.so` to
`ClazyPlugin.so` and from `clang-lazy` to `clazy`.

Reviewers: apol, smartins

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
clazy 1.5 renamed its plugin from from `ClangLazy.so` to
`ClazyPlugin.so` and from `clang-lazy` to `clazy`.

Reviewers: apol, smartins

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18680
</pre>
</div>
</content>
</entry>
<entry>
<title>Move -Wsuggest-override -Wlogical-op to regular compiler settings</title>
<updated>2019-01-19T11:01:07+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2019-01-19T11:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7d73c6744f6455c585a6e059cf2753fcf20a870a'/>
<id>7d73c6744f6455c585a6e059cf2753fcf20a870a</id>
<content type='text'>
Summary: They really help making the code better so it's good to have all applications getting those warnings

Subscribers: apol, vkrause, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: They really help making the code better so it's good to have all applications getting those warnings

Subscribers: apol, vkrause, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18167
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more https in links</title>
<updated>2019-01-09T04:32:17+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2019-01-09T04:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1e9e1c508e177b6466282dfad273cf6cfcdf5c76'/>
<id>1e9e1c508e177b6466282dfad273cf6cfcdf5c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Clang: don't enable -Wzero-as-null-pointer-constant on 5.0.0"</title>
<updated>2018-12-20T23:31:37+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2018-12-20T23:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0858ca854957367679e4eab5be3c836a007ea9ba'/>
<id>0858ca854957367679e4eab5be3c836a007ea9ba</id>
<content type='text'>
This reverts commit e1adaa7ebab1b0de72c82d95bdf568e435713a4e.

Version number confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e1adaa7ebab1b0de72c82d95bdf568e435713a4e.

Version number confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clang: don't enable -Wzero-as-null-pointer-constant on 5.0.0</title>
<updated>2018-12-20T22:08:56+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2018-12-20T19:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e1adaa7ebab1b0de72c82d95bdf568e435713a4e'/>
<id>e1adaa7ebab1b0de72c82d95bdf568e435713a4e</id>
<content type='text'>
Summary:
The clang compiler in Android NDK r15b, which has version 5.0.300080,
warns as follows:

warning: unknown warning option '-Wzero-as-null-pointer-constant'; did you mean '-Wint-to-void-pointer-cast'? [-Wunknown-warning-option]

Test Plan: Removing the option removes the warning

Reviewers: aacid, cgiboudeaux, apol

Reviewed By: cgiboudeaux

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D17714
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
The clang compiler in Android NDK r15b, which has version 5.0.300080,
warns as follows:

warning: unknown warning option '-Wzero-as-null-pointer-constant'; did you mean '-Wint-to-void-pointer-cast'? [-Wunknown-warning-option]

Test Plan: Removing the option removes the warning

Reviewers: aacid, cgiboudeaux, apol

Reviewed By: cgiboudeaux

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D17714
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `MATCHES "Clang"` to detect clang</title>
<updated>2018-11-12T10:21:07+00:00</updated>
<author>
<name>René J.V. Bertin</name>
<email>rjvbertin@gmail.com</email>
</author>
<published>2018-11-12T10:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d42cc5dd7c4e78db16d1f4f0c17f141ad97b4cf4'/>
<id>d42cc5dd7c4e78db16d1f4f0c17f141ad97b4cf4</id>
<content type='text'>
This is for compatibility with Apple's Xcode
compilers which identify as AppleClang.

Differential Revision: https://phabricator.kde.org/D16816
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for compatibility with Apple's Xcode
compilers which identify as AppleClang.

Differential Revision: https://phabricator.kde.org/D16816
</pre>
</div>
</content>
</entry>
</feed>
