Commit Graph

7623 Commits

Author SHA1 Message Date
Tony Theodore b477bae14c boost: add test for boost.context linking 2017-02-03 14:08:38 +11:00
Tony Theodore 8268bf6e9e Merge pull request #1208 from LuaAndC/targets-docs
index.html: add "How to choose MXE target"
2017-02-02 00:03:08 +11:00
Tony Theodore 64b6f66094 Merge pull request #1654 from tonytheodore/gsoap
gsoap: fix build on newer macos version
2017-02-01 23:28:48 +11:00
MXEBot as Travis CI 559e62353f Update packages.json & build-matrix.html 2017-02-01 10:28:31 +00:00
Tony Theodore b4d0adab9d Merge pull request #1653 from LuaAndC/gtk3-3.22.7
update gtk3 to 3.22.7, glib to 2.50.2, cairo to snapshot 1.15.4
2017-02-01 21:27:45 +11:00
Tony Theodore 9f35d72b19 Merge pull request #1655 from LuaAndC/tor-0.2.9.9
tor: update to 0.2.9.9
2017-02-01 18:32:49 +11:00
Tony Theodore 4d1df0598e Merge pull request #1652 from LuaAndC/libepoxy-fix-static
libepoxy: fix linking in static targets and add test
2017-02-01 13:27:22 +11:00
Tony Theodore c3edbe9f89 Merge pull request #1648 from LuaAndC/enable-secure-api
mingw-w64: add --enable-secure-api
2017-02-01 13:18:58 +11:00
Boris Nagaev b56df5445d update gtk3 to 3.22.7
fix https://github.com/mxe/mxe/issues/1647

gtk3 now depends on libepoxy.
2017-02-01 03:16:49 +01:00
Boris Nagaev 3f9a07ef52 cairo: update to snapshot 1.15.4
See https://github.com/mxe/mxe/issues/1647#issuecomment-275925653

Warning! Updating to a snapshot, not to a release!
Snapshots are the unstable, in-progress cairo development.
2017-02-01 03:16:49 +01:00
Boris Nagaev a5fee7a4c5 glib: update to 2.50.2
See https://github.com/mxe/mxe/issues/1647#issuecomment-275888417
2017-02-01 03:16:49 +01:00
Boris Nagaev ef2faa7039 glib: fix updater 2017-02-01 03:16:49 +01:00
Boris Nagaev dc15900769 mingw-w64: add --enable-secure-api
This is needed to update glib to 2.51.1. It uses strerror_s,
which is guarded by MINGW_HAS_SECURE_API.

See http://win-builds.org/bugs/index.php?do=details&task_id=79
See https://sourceforge.net/p/tdm-gcc/bugs/305/
2017-02-01 03:08:50 +01:00
Boris Nagaev 769a3c39fc libepoxy: add test 2017-02-01 03:07:56 +01:00
Boris Nagaev c92ea065fb libepoxy: fix EPOXY_IMPORTEXPORT for static target
See https://github.com/mxe/mxe/issues/1647#issuecomment-275967915
2017-02-01 03:07:56 +01:00
Boris Nagaev ad0e70f1b8 tor: update to 0.2.9.9 2017-02-01 02:59:58 +01:00
Tony Theodore 06191a0883 gsoap: fix build on newer macos version 2017-02-01 12:49:47 +11:00
MXEBot as Travis CI 36296ee420 Update packages.json & build-matrix.html 2017-01-31 09:37:00 +00:00
mabrand dcc6c58f40 Merge pull request #1650 from mabrand/qt-5.8.0
upgrade qt5 modules to 5.8.0
2017-01-31 10:36:18 +01:00
Mark Brand dc52997aa5 qtofficeopenxml: build fix for Qt 5.8.0 2017-01-30 22:15:01 +01:00
Mark Brand 0f724ee4b3 upgrade qt5 modules to 5.8.0 2017-01-30 22:15:01 +01:00
Boris Nagaev fcbe7e3065 Merge pull request #1649 from LuaAndC/gtk3-unify-patch
gtk3: unify patch
2017-01-29 21:04:22 +00:00
Boris Nagaev 4360853c84 gtk3: unify patch 2017-01-29 21:54:25 +01:00
MXEBot as Travis CI a0f9e61502 Update packages.json & build-matrix.html 2017-01-27 22:07:44 +00:00
Boris Nagaev b4716255d0 Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0
mingw-w64: update to 5.0.1
2017-01-27 22:07:09 +00:00
MXEBot as Travis CI 98194f5856 Update packages.json & build-matrix.html 2017-01-27 13:56:02 +00:00
Mark Brand 9f2daa3352 update openssl 2017-01-27 14:46:22 +01:00
Boris Nagaev 95628fe6ec mingw-w64: update to 5.0.1 2017-01-27 01:53:38 +01:00
MXEBot as Travis CI d49258d184 Update packages.json & build-matrix.html 2017-01-25 23:03:56 +00:00
Boris Nagaev 7087b5f7e1 Merge pull request #1541 from LuaAndC/gcc5
update default gcc to 5.4.0
2017-01-25 23:03:24 +00:00
Boris Nagaev 359f43b38d gcc4 plugin: add README 2017-01-25 22:51:18 +01:00
Tony Theodore 0bc1c1cdd9 gtkglextmm: fix deprecation error in test program 2017-01-25 22:51:18 +01:00
Boris Nagaev c768f77e54 gcc4 plugin: fix circular dependency gcc-cloog
This line was in cloog before gcc5 and forgotten to be added to this plugin.
2017-01-25 22:51:18 +01:00
Tony Theodore 2a92ee3432 hyperscan: fix build with gcc54 on darwin 2017-01-25 22:51:18 +01:00
Boris Nagaev b6ee888ac7 add gcc4 plugin
See https://github.com/mxe/mxe/pull/1541#issuecomment-274035553
2017-01-25 22:51:18 +01:00
Boris Nagaev f74bce1140 update default gcc to 5.4.0
The bug in gcc 5 which was a reason to downgrade to gcc 4 was fixed.
See https://github.com/mxe/mxe/issues/964 for more details.

cloog was updated to 0.18.4, because 0.18.1 version uses too old isl
and failes to compile because it uses isl_int and it was removed from isl:
https://gist.github.com/f550a61371f597a213f0291e53e632f0
2017-01-25 22:51:18 +01:00
Boris Nagaev b9485ff3bf hyperscan: enable -msse4 flag
GCC 5.4.0 on Mac lacks SSSE3 and SSE4.
See https://github.com/mxe/mxe/pull/1541#issuecomment-274018559
2017-01-25 22:51:18 +01:00
Tony Theodore 9a6c17c0e3 qtwebkit: fix missing _mm_mfence declaration 2017-01-25 22:51:18 +01:00
MXEBot as Travis CI 4ac6a5db65 Update packages.json & build-matrix.html 2017-01-23 16:12:45 +00:00
Tony Theodore 7ba63594ea Merge pull request #1644 from pavelvat/add-package-liblastfm
add package liblastfm
2017-01-24 03:09:56 +11:00
MXEBot as Travis CI 40c216b11e Update packages.json & build-matrix.html 2017-01-23 16:08:24 +00:00
Tony Theodore 9a3b6f9af5 Merge pull request #1643 from pavelvat/add-package-liblastfm_qt4
add package liblastfm_qt4
2017-01-24 03:06:17 +11:00
Pavel Vatagin d564e2bf6b add package liblastfm 2017-01-23 02:19:41 +03:00
Pavel Vatagin aaa8012834 add package liblastfm_qt4 2017-01-23 02:03:32 +03:00
MXEBot as Travis CI 95d5df2529 Update packages.json & build-matrix.html 2017-01-22 12:24:26 +00:00
Mark Brand 252378b64b update: gdb, pcre 2017-01-22 13:23:26 +01:00
MXEBot as Travis CI cbc44b1c50 Update packages.json & build-matrix.html 2017-01-20 10:00:51 +00:00
Mark Brand 630d42dad8 update: libgcrypt vmime 2017-01-20 11:00:08 +01:00
Boris Nagaev 6b2936fdf4 Merge pull request #1639 from tonytheodore/disable-cmake-registry
cmake wrapper: disable package registry
2017-01-20 01:05:19 +00:00
Tony Theodore 43a40a4092 Merge pull request #1499 from tonytheodore/target-checks
Makefile: fix target validation checks
2017-01-19 20:44:23 +11:00