Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Releases: measurement-kit/cross

v0.4.5

26 Feb 17:11
v0.4.5
Compare
Choose a tag to compare

mingw: start adding some hardening flags.

v0.4.4

20 Dec 13:44
v0.4.4
Compare
Choose a tag to compare

This release adds a script to cross compile for mingw

v0.4.3

03 Jun 12:00
v0.4.3
Compare
Choose a tag to compare

This release tweaks cross-android such that we can cross compile libmaxminddb

v0.4.2

03 Jun 10:50
v0.4.2
Compare
Choose a tag to compare

This release fixes the cross-ios regression introduced in v0.4.0 for real.

v0.4.1

03 Jun 10:35
v0.4.1
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

This release fixes a regression introduced for cross-ios in v0.4.0. This regression prevented us to actually cross compile for iOS, because ./configure started failing. Should be OK now.

v0.4.0

03 Jun 10:23
v0.4.0
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added cross build script for Android. Synced the Android and iOS build scripts.

v0.3.0

29 May 14:55
v0.3.0
Compare
Choose a tag to compare

The previous release (v0.2.0) was not flexible enough for our needs. So attempt another approach where you do something like the following:

cross-ios armv7s ../configure --disable-shared [...]

To obtain all the proper environment variables set and

../configure --disable-shared [...] $CROSS_CONFIGURE_ARGUMENTS

being called, where $CROSS_CONFIGURE_ARGUMENTS are the arguments to enable cross compiling.

The main motivation behind this change is that apparently building in place, as v0.2.0 was doing, since it was invoking ./configure unconditionally, is not enough to build libressl.

v0.2.0

29 May 14:31
v0.2.0
Compare
Choose a tag to compare

Modified the iOS build script to invoke ./configure with some specific flags as this seems to be a reasonably simple way of propagating arguments to the configure script.

v0.1.0

29 May 13:23
v0.1.0
Compare
Choose a tag to compare

Initial release containing the iOS cross build script.