Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1659 from tonytheodore/gcc5-fixbuild-2017-02-11 | Boris Nagaev | 2017-02-05 | 6 | -983/+67 |
|\ | | | | | Cleanups and fixes after gcc5 update | ||||
| * | Revert "hyperscan: enable -msse4 flag" | Tony Theodore | 2017-02-04 | 1 | -1/+0 |
| | | | | | | | | This reverts commit b9485ff3bf4b8b9e7d8003e0602fd75ef85349d1. | ||||
| * | Revert "hyperscan: fix build with gcc54 on darwin" | Tony Theodore | 2017-02-04 | 2 | -48/+1 |
| | | | | | | | | This reverts commit 2a92ee34324326b4988fb7899a02b59553c25329. | ||||
| * | gcc: allow native cpu detection when building with clang | Tony Theodore | 2017-02-04 | 1 | -0/+27 |
| | | | | | | | | fixes #1641 | ||||
| * | gcc: move shared libgcc install to post build and cleanup libcc1 | Tony Theodore | 2017-02-04 | 1 | -21/+22 |
| | | |||||
| * | gcc cloog: remove unnecessary rules/variables/options | Tony Theodore | 2017-02-04 | 2 | -10/+0 |
| | | |||||
| * | gcc: remove patch | Timothy Gu | 2017-02-04 | 1 | -884/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The first one seems to be needed for MinGW.org only. The patch was originally provided to fix _clear87 not defined errors. A simple test program from _clear87 documentation seems to be working [1]. The second one is not needed since [2] (committed on 2013-09-20). [1]: https://msdn.microsoft.com/en-us/library/49bs2z07.aspx [2]: http://sourceforge.net/p/mingw-w64/code/6303/ replaces and closes #1082 | ||||
| * | gcc: use SOURCE_DIR and BUILD_DIR | Tony Theodore | 2017-02-04 | 1 | -20/+18 |
| | | |||||
* | | qtwebkit: fix downloading on Jessie | Boris Nagaev | 2017-02-04 | 1 | -1/+1 |
|/ | | | | fix https://github.com/mxe/mxe/issues/1662 | ||||
* | Merge branch 'LuaAndC-levmar-ua' of https://github.com/tonytheodore/mxe into ua | Tony Theodore | 2017-02-04 | 1 | -0/+1 |
|\ | |||||
| * | allow to change User Agent; fix levmar download | Boris Nagaev | 2016-10-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Parameter $(PKG)_UA overrides default user agent used by wget to download a package. It is needed, because download server www.ics.forth.gr from where levmar is downloaded, crashes on default user agent Wget/1.13.4. User agent for levmar was set to MXE. Now the server works. see https://github.com/mxe/mxe/issues/1519 | ||||
* | | boost: add test for boost.context linking | Tony Theodore | 2017-02-03 | 3 | -2/+34 |
| | | |||||
* | | Merge pull request #1654 from tonytheodore/gsoap | Tony Theodore | 2017-02-01 | 2 | -17/+40 |
|\ \ | | | | | | | gsoap: fix build on newer macos version | ||||
| * | | gsoap: fix build on newer macos version | Tony Theodore | 2017-02-01 | 2 | -17/+40 |
| | | | |||||
* | | | Merge pull request #1653 from LuaAndC/gtk3-3.22.7 | Tony Theodore | 2017-02-01 | 5 | -119/+71 |
|\ \ \ | | | | | | | | | update gtk3 to 3.22.7, glib to 2.50.2, cairo to snapshot 1.15.4 | ||||
| * | | | update gtk3 to 3.22.7 | Boris Nagaev | 2017-02-01 | 2 | -81/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1647 gtk3 now depends on libepoxy. | ||||
| * | | | cairo: update to snapshot 1.15.4 | Boris Nagaev | 2017-02-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | glib: update to 2.50.2 | Boris Nagaev | 2017-02-01 | 2 | -34/+30 |
| | | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275888417 | ||||
| * | | | glib: fix updater | Boris Nagaev | 2017-02-01 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1652 from LuaAndC/libepoxy-fix-static | Tony Theodore | 2017-02-01 | 3 | -1/+55 |
|\ \ \ | | | | | | | | | libepoxy: fix linking in static targets and add test | ||||
| * | | | libepoxy: add test | Boris Nagaev | 2017-02-01 | 2 | -0/+16 |
| | | | | |||||
| * | | | libepoxy: fix EPOXY_IMPORTEXPORT for static target | Boris Nagaev | 2017-02-01 | 2 | -1/+39 |
| |/ / | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275967915 | ||||
* | | | mingw-w64: add --enable-secure-api | Boris Nagaev | 2017-02-01 | 1 | -0/+1 |
|/ / | | | | | | | | | | | | | | | 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/ | ||||
* | | Merge pull request #1650 from mabrand/qt-5.8.0 | mabrand | 2017-01-31 | 36 | -227/+177 |
|\ \ | | | | | | | upgrade qt5 modules to 5.8.0 | ||||
| * | | qtofficeopenxml: build fix for Qt 5.8.0 | Mark Brand | 2017-01-30 | 1 | -2/+27 |
| | | | |||||
| * | | upgrade qt5 modules to 5.8.0 | Mark Brand | 2017-01-30 | 35 | -225/+150 |
| | | | |||||
* | | | gtk3: unify patch | Boris Nagaev | 2017-01-29 | 1 | -35/+64 |
|/ / | |||||
* | | Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0 | Boris Nagaev | 2017-01-27 | 1 | -2/+2 |
|\ \ | | | | | | | mingw-w64: update to 5.0.1 | ||||
| * | | mingw-w64: update to 5.0.1 | Boris Nagaev | 2017-01-27 | 1 | -2/+2 |
| | | | |||||
* | | | update openssl | Mark Brand | 2017-01-27 | 2 | -47/+34 |
|/ / | |||||
* | | gtkglextmm: fix deprecation error in test program | Tony Theodore | 2017-01-25 | 1 | -1/+1 |
| | | |||||
* | | hyperscan: fix build with gcc54 on darwin | Tony Theodore | 2017-01-25 | 2 | -1/+48 |
| | | |||||
* | | update default gcc to 5.4.0 | Boris Nagaev | 2017-01-25 | 3 | -13/+9 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | hyperscan: enable -msse4 flag | Boris Nagaev | 2017-01-25 | 1 | -0/+1 |
| | | | | | | | | | | GCC 5.4.0 on Mac lacks SSSE3 and SSE4. See https://github.com/mxe/mxe/pull/1541#issuecomment-274018559 | ||||
* | | qtwebkit: fix missing _mm_mfence declaration | Tony Theodore | 2017-01-25 | 1 | -3/+34 |
| | | |||||
* | | Merge pull request #1644 from pavelvat/add-package-liblastfm | Tony Theodore | 2017-01-23 | 3 | -0/+89 |
|\ \ | | | | | | | add package liblastfm | ||||
| * | | add package liblastfm | Pavel Vatagin | 2017-01-22 | 3 | -0/+89 |
| | | | |||||
* | | | add package liblastfm_qt4 | Pavel Vatagin | 2017-01-22 | 2 | -0/+59 |
|/ / | |||||
* | | update: gdb, pcre | Mark Brand | 2017-01-22 | 2 | -4/+4 |
| | | |||||
* | | update: libgcrypt vmime | Mark Brand | 2017-01-20 | 2 | -4/+4 |
| | | |||||
* | | cmake wrapper: disbale package registry | Tony Theodore | 2017-01-19 | 1 | -0/+1 |
| | | | | | | | | | | | | See: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#disabling-the-package-registry fixes #1585 | ||||
* | | gnutls: disable tests | Tony Theodore | 2017-01-18 | 1 | -0/+1 |
| | | | | | | | | | | | | tests install a dummy libcrypt32 which clobbers the w32api see: https://github.com/mxe/mxe/pull/1541#issuecomment-273373973 | ||||
* | | Merge pull request #1634 from tonytheodore/neon-darwin | Boris Nagaev | 2017-01-18 | 1 | -0/+2 |
|\ \ | | | | | | | neon: fix darwin build | ||||
| * | | neon: fix darwin build | Tony Theodore | 2017-01-17 | 1 | -0/+2 |
| | | | |||||
* | | | fftw: update with packaging bugfix | Tony Theodore | 2017-01-17 | 1 | -2/+2 |
|/ / | | | | | | | tarball has been removed, see: https://github.com/FFTW/fftw3/commit/6fb9cd7b6359f29ce488a5802793139971d59c6c | ||||
* | | update: fftw poppler zlib | Mark Brand | 2017-01-15 | 3 | -6/+6 |
| | | |||||
* | | update: gsl libzip | Mark Brand | 2017-01-15 | 5 | -40/+54 |
| | | |||||
* | | update: curl, lcms, libunistring, libusb1, xz, zlib | Mark Brand | 2017-01-15 | 7 | -32/+42 |
| | | |||||
* | | unrtf: fix update macro | Mark Brand | 2017-01-14 | 1 | -2/+2 |
| | | |||||
* | | wget: fix update macro | Mark Brand | 2017-01-14 | 1 | -1/+1 |
| | |