<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/toolchain, branch v5.52.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>Android: Allow passing a relative path as the apk dir</title>
<updated>2018-09-29T00:38:32+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-09-28T13:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=453ba4fee3126648e8ba4cadbef13207e02b1461'/>
<id>453ba4fee3126648e8ba4cadbef13207e02b1461</id>
<content type='text'>
Summary:
This way the project can generate automatically its own manifest file.
GCompris is using it to set the version.

Test Plan: Built GCompris without a warning saying the apkdir isn't found

Reviewers: #frameworks, #gcompris, jjazeix

Reviewed By: #gcompris, jjazeix

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15643
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This way the project can generate automatically its own manifest file.
GCompris is using it to set the version.

Test Plan: Built GCompris without a warning saying the apkdir isn't found

Reviewers: #frameworks, #gcompris, jjazeix

Reviewed By: #gcompris, jjazeix

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15643
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Properly offer a fallback to applications that don't have a manifest</title>
<updated>2018-09-27T12:52:54+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-09-27T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=88da70365026ec218e03f6bdaf9803bddd21878c'/>
<id>88da70365026ec218e03f6bdaf9803bddd21878c</id>
<content type='text'>
The variable name was wrong, not much to see here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable name was wrong, not much to see here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Android builds using cmake 3.12.1</title>
<updated>2018-09-24T10:56:47+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-09-24T10:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=20e619af331f0a7e7632a351eb67c62e0209910a'/>
<id>20e619af331f0a7e7632a351eb67c62e0209910a</id>
<content type='text'>
Summary: Only extract the the stl shared object without the rest of libraries.

Test Plan: Built gcompris

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Only extract the the stl shared object without the rest of libraries.

Test Plan: Built gcompris

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15685
</pre>
</div>
</content>
</entry>
<entry>
<title>Change documentation to reflect the real toolchain CMake name</title>
<updated>2018-08-26T10:47:20+00:00</updated>
<author>
<name>Benjamin Port</name>
<email>benjamin.port@enioka.com</email>
</author>
<published>2018-08-25T18:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=206c5123c37eabf3f2d0611aebc52f95beb9e760'/>
<id>206c5123c37eabf3f2d0611aebc52f95beb9e760</id>
<content type='text'>
Reviewers: apol, alexeymin

Reviewed By: alexeymin

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: apol, alexeymin

Reviewed By: alexeymin

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D15084
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Don't hardcode a random version of the Android SDK</title>
<updated>2018-08-02T10:30:59+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-08-02T10:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2f9bf6673179fc280142b666a9d13ce439c334ca'/>
<id>2f9bf6673179fc280142b666a9d13ce439c334ca</id>
<content type='text'>
Summary: Just default to whichever is installed

Test Plan: Built kalgebra

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D14544
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Just default to whichever is installed

Test Plan: Built kalgebra

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D14544
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix variable definition check</title>
<updated>2018-07-17T23:16:31+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-07-17T14:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=17158129a853fee645fc7de5c5037413b3cff4d8'/>
<id>17158129a853fee645fc7de5c5037413b3cff4d8</id>
<content type='text'>
Summary:
We'd check if the variable's value is defined, which is wrong and prevented us
from properly initialising using these deprecated variables.
It would also ignore the value we're passing to the actually right variable when
using it.

Test Plan: Built kstars which needs -DCMAKE_ANDROID_API=24

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D14187
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
We'd check if the variable's value is defined, which is wrong and prevented us
from properly initialising using these deprecated variables.
It would also ignore the value we're passing to the actually right variable when
using it.

Test Plan: Built kstars which needs -DCMAKE_ANDROID_API=24

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D14187
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Make it possible to override a target's APK directory</title>
<updated>2018-07-04T15:04:12+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-06-29T17:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d6cc583f32a4ca0f05ccad8e30cf84b74e9e9561'/>
<id>d6cc583f32a4ca0f05ccad8e30cf84b74e9e9561</id>
<content type='text'>
Summary:
Some projects such as marble do some operations with the APK directory
before building. This allows us the project to copy the apk directory
over to the build directory and do whatever it pleases.

Test Plan: Built Marble

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D13403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Some projects such as marble do some operations with the APK directory
before building. This allows us the project to copy the apk directory
over to the build directory and do whatever it pleases.

Test Plan: Built Marble

Reviewers: #frameworks, vkrause

Reviewed By: vkrause

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

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D13403
</pre>
</div>
</content>
</entry>
<entry>
<title>Android toolchain: allow to specify extra libs manually</title>
<updated>2018-05-31T08:10:15+00:00</updated>
<author>
<name>Alexey Minnekhanov</name>
<email>a.minnekhanov@omprussia.ru</email>
</author>
<published>2018-05-29T15:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0dc051905ae97a48e0b40f6fcf3151b4e919264d'/>
<id>0dc051905ae97a48e0b40f6fcf3151b4e919264d</id>
<content type='text'>
Summary: Add new variable ANDROID_EXTRA_LIBS, which can contain list of full paths to libs to include in resulting APK file. This can be used to include plugins that are not directly liked to executable, for example OpenSSL libs for QtNetwork SSL/HTTPS support.

Test Plan: Build project with -DANDROID_EXTRA_LIBS="/path/to/lib.so;/path/to/other_lib.so". Build without it. In both cases verify APK contents.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-buildsystem, kde-frameworks-devel

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D13198
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Add new variable ANDROID_EXTRA_LIBS, which can contain list of full paths to libs to include in resulting APK file. This can be used to include plugins that are not directly liked to executable, for example OpenSSL libs for QtNetwork SSL/HTTPS support.

Test Plan: Build project with -DANDROID_EXTRA_LIBS="/path/to/lib.so;/path/to/other_lib.so". Build without it. In both cases verify APK contents.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-buildsystem, kde-frameworks-devel

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D13198
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: fix typo</title>
<updated>2018-05-14T22:12:51+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-05-14T22:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=73f8256b0deba1a04e445237484e70156afb3f0a'/>
<id>73f8256b0deba1a04e445237484e70156afb3f0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Don't define qml-import-paths if it's empty</title>
<updated>2018-05-14T20:46:15+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2018-05-14T20:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=98ecb149f595d600b10e47a943a400515bcf31c9'/>
<id>98ecb149f595d600b10e47a943a400515bcf31c9</id>
<content type='text'>
Otherwise androiddeployqt fails like it's failing now for kirigami
https://binary-factory.kde.org/view/Android/job/KirigamiGallery_android/48/console
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise androiddeployqt fails like it's failing now for kirigami
https://binary-factory.kde.org/view/Android/job/KirigamiGallery_android/48/console
</pre>
</div>
</content>
</entry>
</feed>
