Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vmime: update | Mark Brand | 2017-02-11 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1664 from tonytheodore/gcc-eh | Boris Nagaev | 2017-02-11 | 6 | -8/+65 |
|\ | | | | | allow non-default exception handling targets | ||||
| * | libmysqlclient: fix redefinition of pthreads functions | Tony Theodore | 2017-02-08 | 1 | -0/+20 |
| | | |||||
| * | apr: fix posix build and use SOURCE_DIR etc. | Tony Theodore | 2017-02-07 | 1 | -6/+11 |
| | | |||||
| * | Makefile: add [POSIX | WIN32]_THREADS variable | Tony Theodore | 2017-02-07 | 1 | -0/+1 |
| | | |||||
| * | allow non-default exception handling targets | Tony Theodore | 2017-02-07 | 4 | -2/+33 |
|/ | |||||
* | Merge pull request #1659 from tonytheodore/gcc5-fixbuild-2017-02-11 | Boris Nagaev | 2017-02-05 | 10 | -113/+199 |
|\ | | | | | Cleanups and fixes after gcc5 update | ||||
| * | gcc4 plugin: remove note about broken hyperscan | Tony Theodore | 2017-02-04 | 1 | -5/+0 |
| | | |||||
| * | 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 | 3 | -12/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | gcc4 plugin: freeze build rule and patch | Tony Theodore | 2017-02-04 | 3 | -7/+1014 |
| | | |||||
* | | Merge pull request #1663 from LuaAndC/qtwebkit-url-fix | Tony Theodore | 2017-02-04 | 1 | -1/+1 |
|\ \ | |/ |/| | qtwebkit: fix downloading on Jessie | ||||
| * | qtwebkit: fix downloading on Jessie | Boris Nagaev | 2017-02-04 | 1 | -1/+1 |
|/ | | | | fix https://github.com/mxe/mxe/issues/1662 | ||||
* | Merge pull request #1661 from tonytheodore/ua | Tony Theodore | 2017-02-04 | 2 | -4/+5 |
|\ | | | | | allow to change User Agent; fix levmar download | ||||
| * | Merge branch 'LuaAndC-levmar-ua' of https://github.com/tonytheodore/mxe into ua | Tony Theodore | 2017-02-04 | 2 | -4/+5 |
| |\ |/ / | |||||
| * | Makefile: simplify setting default user agent | Tony Theodore | 2017-01-21 | 1 | -4/+4 |
| | | |||||
| * | allow to change User Agent; fix levmar download | Boris Nagaev | 2016-10-17 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
| * | print wget command to download logs | Boris Nagaev | 2016-10-16 | 1 | -1/+1 |
| | | | | | | | | This command is useful for downloading problems debugging. | ||||
* | | Merge pull request #1657 from tonytheodore/boost-context | Boris Nagaev | 2017-02-03 | 3 | -2/+34 |
|\ \ | | | | | | | boost: add test for boost.context linking | ||||
| * | | boost: add test for boost.context linking | Tony Theodore | 2017-02-03 | 3 | -2/+34 |
| | | | |||||
* | | | Merge pull request #1656 from LuaAndC/ricochet-not-all-qt5 | Tony Theodore | 2017-02-02 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | ricochet depends on specific parts of Qt5, not all | ||||
| * | | ricochet depends on specific parts of Qt5, not all | Boris Nagaev | 2017-02-02 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | The list of components was deduced from official build instructions: https://github.com/ricochet-im/ricochet/blob/master/BUILDING.md#fedora See https://github.com/mxe/mxe/pull/1607#pullrequestreview-19498314 | ||||
* | | Merge pull request #1208 from LuaAndC/targets-docs | Tony Theodore | 2017-02-01 | 1 | -5/+31 |
|\ \ | | | | | | | index.html: add "How to choose MXE target" | ||||
| * | | docs: 32-bit exe can be used in 64-bit Windows | Boris Nagaev | 2016-10-11 | 1 | -0/+4 |
| | | | |||||
| * | | docs, table: replace triplet with Windows version | Boris Nagaev | 2016-10-11 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | MXE targets are now listed below. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00022.html | ||||
| * | | index.html: add "How to choose MXE target" | Jos De Laender | 2016-10-11 | 1 | -0/+20 |
| | | | |||||
* | | | Merge pull request #1654 from tonytheodore/gsoap | Tony Theodore | 2017-02-01 | 3 | -21/+40 |
|\ \ \ | | | | | | | | | gsoap: fix build on newer macos version | ||||
| * | | | gsoap: fix build on newer macos version | Tony Theodore | 2017-02-01 | 3 | -21/+40 |
| | | | | |||||
* | | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-02-01 | 2 | -6/+6 |
| | | | | |||||
* | | | | 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 #1655 from LuaAndC/tor-0.2.9.9 | Tony Theodore | 2017-02-01 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | tor: update to 0.2.9.9 | ||||
| * | | | | tor: update to 0.2.9.9 | Boris Nagaev | 2017-02-01 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | 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 | ||||
* | | | | Merge pull request #1648 from LuaAndC/enable-secure-api | Tony Theodore | 2017-02-01 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | mingw-w64: add --enable-secure-api | ||||
| * | | | 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/ | ||||
* | | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-31 | 2 | -80/+69 |
| | | | |||||
* | | | 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 |
| | | | |