<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/toolchain, 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>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>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>Provide androiddeployqt with all prefix paths</title>
<updated>2018-03-17T09:58:13+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2018-03-17T09:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=73a0265c6272df44d58ec14809b5c04a37e1219c'/>
<id>73a0265c6272df44d58ec14809b5c04a37e1219c</id>
<content type='text'>
Summary:
This is needed for a new feature in Qt 5.12, making androiddepolyqt's
recursive dependency resolution avaiable for components installed in
different prefixes too.

This will allow us to drop our own partial ELF dependency parsing code
eventually, as well as avoid having to do workarounds like linking against
all indirect dependencies.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11388
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This is needed for a new feature in Qt 5.12, making androiddepolyqt's
recursive dependency resolution avaiable for components installed in
different prefixes too.

This will allow us to drop our own partial ELF dependency parsing code
eventually, as well as avoid having to do workarounds like linking against
all indirect dependencies.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11388
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the "stdcpp-path" in the json file</title>
<updated>2018-03-15T13:50:28+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-03-14T22:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7f865cf2b2c3916516ef6961021ccb7c6f8fe0c1'/>
<id>7f865cf2b2c3916516ef6961021ccb7c6f8fe0c1</id>
<content type='text'>
Summary: qmake also generates it and androiddeployqt consumes it.

Test Plan: built and ran kalgebra

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: vkrause, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11342
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: qmake also generates it and androiddeployqt consumes it.

Test Plan: built and ran kalgebra

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: vkrause, #build_system

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11342
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve symlinks in QML import paths</title>
<updated>2018-03-10T09:23:25+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2018-03-09T15:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=919b6be0004de4cd99fad31cfb9774ac5a7952e9'/>
<id>919b6be0004de4cd99fad31cfb9774ac5a7952e9</id>
<content type='text'>
Summary: qmlimportscanner fails when provided symlinks, so work around that.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11181
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: qmlimportscanner fails when provided symlinks, so work around that.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11181
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide QML import paths to androiddeployqt</title>
<updated>2018-03-09T14:40:56+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2018-03-09T14:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=553be332f2e33a292a1392b4db8fa1b7a6790386'/>
<id>553be332f2e33a292a1392b4db8fa1b7a6790386</id>
<content type='text'>
Summary:
This makes the qmlimportscanner find our QML files and plugins correctly.
That's IMHO much cleaner than the full copy of everything in the lib/qml
folder we do via the android-extra-plugins list.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D11177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This makes the qmlimportscanner find our QML files and plugins correctly.
That's IMHO much cleaner than the full copy of everything in the lib/qml
folder we do via the android-extra-plugins list.

Reviewers: #build_system, apol

Reviewed By: apol

Subscribers: #frameworks

Tags: #frameworks, #build_system

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