summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gcc4 plugin: remove note about broken hyperscanTony Theodore2017-02-041-5/+0
|
* Revert "hyperscan: enable -msse4 flag"Tony Theodore2017-02-041-1/+0
| | | | This reverts commit b9485ff3bf4b8b9e7d8003e0602fd75ef85349d1.
* Revert "hyperscan: fix build with gcc54 on darwin"Tony Theodore2017-02-042-48/+1
| | | | This reverts commit 2a92ee34324326b4988fb7899a02b59553c25329.
* gcc: allow native cpu detection when building with clangTony Theodore2017-02-041-0/+27
| | | | fixes #1641
* gcc: move shared libgcc install to post build and cleanup libcc1Tony Theodore2017-02-041-21/+22
|
* gcc cloog: remove unnecessary rules/variables/optionsTony Theodore2017-02-043-12/+2
|
* gcc: remove patchTimothy Gu2017-02-041-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_DIRTony Theodore2017-02-041-20/+18
|
* gcc4 plugin: freeze build rule and patchTony Theodore2017-02-043-7/+1014
|
* Merge pull request #1661 from tonytheodore/uaTony Theodore2017-02-042-4/+5
|\ | | | | allow to change User Agent; fix levmar download
| * Merge branch 'LuaAndC-levmar-ua' of https://github.com/tonytheodore/mxe into uaTony Theodore2017-02-042-4/+5
| |\ |/ /
| * Makefile: simplify setting default user agentTony Theodore2017-01-211-4/+4
| |
| * allow to change User Agent; fix levmar downloadBoris Nagaev2016-10-172-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 logsBoris Nagaev2016-10-161-1/+1
| | | | | | | | This command is useful for downloading problems debugging.
* | Merge pull request #1657 from tonytheodore/boost-contextBoris Nagaev2017-02-033-2/+34
|\ \ | | | | | | boost: add test for boost.context linking
| * | boost: add test for boost.context linkingTony Theodore2017-02-033-2/+34
| | |
* | | Merge pull request #1656 from LuaAndC/ricochet-not-all-qt5Tony Theodore2017-02-021-1/+1
|\ \ \ | |/ / |/| | ricochet depends on specific parts of Qt5, not all
| * | ricochet depends on specific parts of Qt5, not allBoris Nagaev2017-02-021-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-docsTony Theodore2017-02-011-5/+31
|\ \ | | | | | | index.html: add "How to choose MXE target"
| * | docs: 32-bit exe can be used in 64-bit WindowsBoris Nagaev2016-10-111-0/+4
| | |
| * | docs, table: replace triplet with Windows versionBoris Nagaev2016-10-111-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 Laender2016-10-111-0/+20
| | |
* | | Merge pull request #1654 from tonytheodore/gsoapTony Theodore2017-02-013-21/+40
|\ \ \ | | | | | | | | gsoap: fix build on newer macos version
| * | | gsoap: fix build on newer macos versionTony Theodore2017-02-013-21/+40
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-02-012-6/+6
| | | |
* | | | Merge pull request #1653 from LuaAndC/gtk3-3.22.7Tony Theodore2017-02-015-119/+71
|\ \ \ \ | | | | | | | | | | update gtk3 to 3.22.7, glib to 2.50.2, cairo to snapshot 1.15.4
| * | | | update gtk3 to 3.22.7Boris Nagaev2017-02-012-81/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1647 gtk3 now depends on libepoxy.
| * | | | cairo: update to snapshot 1.15.4Boris Nagaev2017-02-011-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.2Boris Nagaev2017-02-012-34/+30
| | | | | | | | | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275888417
| * | | | glib: fix updaterBoris Nagaev2017-02-011-1/+1
| |/ / /
* | | | Merge pull request #1655 from LuaAndC/tor-0.2.9.9Tony Theodore2017-02-011-2/+2
|\ \ \ \ | | | | | | | | | | tor: update to 0.2.9.9
| * | | | tor: update to 0.2.9.9Boris Nagaev2017-02-011-2/+2
| |/ / /
* | | | Merge pull request #1652 from LuaAndC/libepoxy-fix-staticTony Theodore2017-02-013-1/+55
|\ \ \ \ | | | | | | | | | | libepoxy: fix linking in static targets and add test
| * | | | libepoxy: add testBoris Nagaev2017-02-012-0/+16
| | | | |
| * | | | libepoxy: fix EPOXY_IMPORTEXPORT for static targetBoris Nagaev2017-02-012-1/+39
| |/ / / | | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1647#issuecomment-275967915
* | | | Merge pull request #1648 from LuaAndC/enable-secure-apiTony Theodore2017-02-011-0/+1
|\ \ \ \ | |/ / / |/| | | mingw-w64: add --enable-secure-api
| * | | mingw-w64: add --enable-secure-apiBoris Nagaev2017-02-011-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.htmlMXEBot as Travis CI2017-01-312-80/+69
| | |
* | | Merge pull request #1650 from mabrand/qt-5.8.0mabrand2017-01-3136-227/+177
|\ \ \ | | | | | | | | upgrade qt5 modules to 5.8.0
| * | | qtofficeopenxml: build fix for Qt 5.8.0Mark Brand2017-01-301-2/+27
| | | |
| * | | upgrade qt5 modules to 5.8.0Mark Brand2017-01-3035-225/+150
| | | |
* | | | Merge pull request #1649 from LuaAndC/gtk3-unify-patchBoris Nagaev2017-01-291-35/+64
|\ \ \ \ | |/ / / |/| | | gtk3: unify patch
| * | | gtk3: unify patchBoris Nagaev2017-01-291-35/+64
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-272-6/+6
| | |
* | | Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0Boris Nagaev2017-01-271-2/+2
|\ \ \ | | | | | | | | mingw-w64: update to 5.0.1
| * | | mingw-w64: update to 5.0.1Boris Nagaev2017-01-271-2/+2
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-272-2/+2
| | | |
* | | | update opensslMark Brand2017-01-272-47/+34
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-252-8/+8
| | |
* | | Merge pull request #1541 from LuaAndC/gcc5Boris Nagaev2017-01-2510-42/+130
|\ \ \ | | | | | | | | update default gcc to 5.4.0