<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.46.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>GIT_SILENT Upgrade ECM version to 5.46.0.</title>
<updated>2018-05-04T17:34:33+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-05-04T17:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=cb0d846a7d0752960716e41ac104e418c9b6dfb0'/>
<id>cb0d846a7d0752960716e41ac104e418c9b6dfb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include FeatureSummary before calling set_package_properties.</title>
<updated>2018-04-18T09:49:01+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2018-04-18T09:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4560590bf806485cfb6586a53200ca46b1374dda'/>
<id>4560590bf806485cfb6586a53200ca46b1374dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: fix dumb mistakes</title>
<updated>2018-04-17T16:36:00+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-17T16:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=89fd1b3f39eae88658406486500cd46aa22889fb'/>
<id>89fd1b3f39eae88658406486500cd46aa22889fb</id>
<content type='text'>
Use the variable we just created to look up Qt5.
Remove debug warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the variable we just created to look up Qt5.
Remove debug warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install plugins within lib on android</title>
<updated>2018-04-17T16:35:40+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-17T02:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=dbe4d2d7f9d6e8179d38a73481e59d5ebb4c43fe'/>
<id>dbe4d2d7f9d6e8179d38a73481e59d5ebb4c43fe</id>
<content type='text'>
Summary:
Otherwise we hit a weird code path on androiddeployqt. This is what the official SDK looks like anyway:
```
$ ls /opt/Qt/5.10.1/android_armv7/
bin  doc  include  jar  lib  mkspecs  plugins  qml  src  translations
```

Reviewers: vkrause

Reviewed By: vkrause

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Otherwise we hit a weird code path on androiddeployqt. This is what the official SDK looks like anyway:
```
$ ls /opt/Qt/5.10.1/android_armv7/
bin  doc  include  jar  lib  mkspecs  plugins  qml  src  translations
```

Reviewers: vkrause

Reviewed By: vkrause

Subscribers: #frameworks, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12269
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Make sure variable is defined before using it</title>
<updated>2018-04-17T02:46:34+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-17T02:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=29cb152b9b1fcee3a411bed7e072965b703d3003'/>
<id>29cb152b9b1fcee3a411bed7e072965b703d3003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to build several apk out of a project</title>
<updated>2018-04-13T13:19:29+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-12T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=cf750d4eeaf79b048c6ad088fd4f1174c64091fb'/>
<id>cf750d4eeaf79b048c6ad088fd4f1174c64091fb</id>
<content type='text'>
Summary:
Refactor the apk-generating code into a separate function, in views of
eventually even make it a module.
It also changes so that if no APK dir is specified, a generic dummy one is
used. Useful for proofs of concept.

Test Plan: Built kate, got kate and kwrite apks

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Refactor the apk-generating code into a separate function, in views of
eventually even make it a module.
It also changes so that if no APK dir is specified, a generic dummy one is
used. Useful for proofs of concept.

Test Plan: Built kate, got kate and kwrite apks

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12150
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if the application androiddeployqt package has a main() symbol</title>
<updated>2018-04-12T09:47:02+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-11T18:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8e2ce83987d26077d28bd26342100683ea35d2f1'/>
<id>8e2ce83987d26077d28bd26342100683ea35d2f1</id>
<content type='text'>
Summary:
Back in the KDE Edu sprint, we decided we need such a check, otherwise
you get rather frustrated when the application isn't started. A patch to
androiddeployqt was submitted but rejected by the maintainer.
https://codereview.qt-project.org/#/c/207941/

Test Plan: kate doesn't build if we don't pass Q_DECL_EXPORT, builds if we do.

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause, vatra, aacid

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12120
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Back in the KDE Edu sprint, we decided we need such a check, otherwise
you get rather frustrated when the application isn't started. A patch to
androiddeployqt was submitted but rejected by the maintainer.
https://codereview.qt-project.org/#/c/207941/

Test Plan: kate doesn't build if we don't pass Q_DECL_EXPORT, builds if we do.

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause, vatra, aacid

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D12120
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Explicitly point at upstream documentation and deprecate duplicated concepts</title>
<updated>2018-04-11T13:44:26+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-04-06T12:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4baac2ecae1f23723d4fde4f346bdaa54112d9a2'/>
<id>4baac2ecae1f23723d4fde4f346bdaa54112d9a2</id>
<content type='text'>
Summary: Mark as deprecated the redundant variables and focus on the difference.

Reviewers: #build_system, #frameworks, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Mark as deprecated the redundant variables and focus on the difference.

Reviewers: #build_system, #frameworks, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11984
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of upstream CMake infrastructure to detect the compiler toolchain</title>
<updated>2018-04-04T16:46:25+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-03-29T02:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=731ba7036effcc430f98031e7f2a9826f6234cba'/>
<id>731ba7036effcc430f98031e7f2a9826f6234cba</id>
<content type='text'>
Summary:
Instead of having ad-hoc code for gcc, let CMake do its thing. It has a lot of
logic that we may be interested in, for example it will make the clang switch
much smoother.

Note it raises the minimum cmake to 3.7 for Android, which was released almost
2 years ago.

Test Plan: Built kalgebra on it using kdeorg/android-sdk

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11776
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Instead of having ad-hoc code for gcc, let CMake do its thing. It has a lot of
logic that we may be interested in, for example it will make the clang switch
much smoother.

Note it raises the minimum cmake to 3.7 for Android, which was released almost
2 years ago.

Test Plan: Built kalgebra on it using kdeorg/android-sdk

Reviewers: #frameworks, #build_system, vkrause

Reviewed By: vkrause

Subscribers: vkrause

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11776
</pre>
</div>
</content>
</entry>
<entry>
<title>API dox: fix some "code-block" lines to have empty lines before/after</title>
<updated>2018-03-18T17:06:44+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2018-03-18T17:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e75d9234b96aca7edbc828c64d98ac4fd177a520'/>
<id>e75d9234b96aca7edbc828c64d98ac4fd177a520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
