summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | gcc4 plugin: add READMEBoris Nagaev2017-01-251-0/+9
| | |
| * | gtkglextmm: fix deprecation error in test programTony Theodore2017-01-251-1/+1
| | |
| * | gcc4 plugin: fix circular dependency gcc-cloogBoris Nagaev2017-01-251-0/+1
| | | | | | | | | | | | This line was in cloog before gcc5 and forgotten to be added to this plugin.
| * | hyperscan: fix build with gcc54 on darwinTony Theodore2017-01-252-1/+48
| | |
| * | add gcc4 pluginBoris Nagaev2017-01-251-0/+28
| | | | | | | | | | | | See https://github.com/mxe/mxe/pull/1541#issuecomment-274035553
| * | update default gcc to 5.4.0Boris Nagaev2017-01-254-38/+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 flagBoris Nagaev2017-01-251-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 declarationTony Theodore2017-01-251-3/+34
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-232-3/+14
| |
* | Merge pull request #1644 from pavelvat/add-package-liblastfmTony Theodore2017-01-233-0/+89
|\ \ | | | | | | add package liblastfm
| * | add package liblastfmPavel Vatagin2017-01-223-0/+89
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-232-3/+14
| | |
* | | Merge pull request #1643 from pavelvat/add-package-liblastfm_qt4Tony Theodore2017-01-233-1/+60
|\ \ \ | |/ / |/| | add package liblastfm_qt4
| * | add package liblastfm_qt4Pavel Vatagin2017-01-223-1/+60
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-222-4/+4
| |
* | update: gdb, pcreMark Brand2017-01-222-4/+4
| |