summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* upgrade qt5 modules to 5.8.0Mark Brand2017-01-3035-225/+150
|
* 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 opensslMark Brand2017-01-272-47/+34
|/
* gtkglextmm: fix deprecation error in test programTony Theodore2017-01-251-1/+1
|
* hyperscan: fix build with gcc54 on darwinTony Theodore2017-01-252-1/+48
|
* update default gcc to 5.4.0Boris Nagaev2017-01-253-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 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
|
* 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
| |
* | add package liblastfm_qt4Pavel Vatagin2017-01-222-0/+59
|/
* update: gdb, pcreMark Brand2017-01-222-4/+4
|
* update: libgcrypt vmimeMark Brand2017-01-202-4/+4
|
* cmake wrapper: disbale package registryTony Theodore2017-01-191-0/+1
| | | | | | See: https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#disabling-the-package-registry fixes #1585
* gnutls: disable testsTony Theodore2017-01-181-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-darwinBoris Nagaev2017-01-181-0/+2
|\ | | | | neon: fix darwin build
| * neon: fix darwin buildTony Theodore2017-01-171-0/+2
| |
* | fftw: update with packaging bugfixTony Theodore2017-01-171-2/+2
|/ | | | tarball has been removed, see: https://github.com/FFTW/fftw3/commit/6fb9cd7b6359f29ce488a5802793139971d59c6c
* update: fftw poppler zlibMark Brand2017-01-153-6/+6
|
* update: gsl libzipMark Brand2017-01-155-40/+54
|
* update: curl, lcms, libunistring, libusb1, xz, zlibMark Brand2017-01-157-32/+42
|
* unrtf: fix update macroMark Brand2017-01-141-2/+2
|
* wget: fix update macroMark Brand2017-01-141-1/+1
|
* wget: remove old workaround for symbol clash with gnutlsMark Brand2017-01-141-2/+0
|
* update gnutls (new stable branch 3.5)Mark Brand2017-01-142-25/+22
|
* vmime: updateMark Brand2017-01-131-2/+2
|
* cmake: force some variables in toolchain fileBoris Nagaev2017-01-081-5/+5
| | | | See https://github.com/mxe/mxe/pull/1621#issuecomment-270176619
* remove unneeded cmake vars specified by packagesBoris Nagaev2017-01-0820-41/+13
|
* add vars BUILD_{STATIC,SHARED}[_LIBS] to cmakeBoris Nagaev2017-01-081-1/+4
| | | | Only BUILD_SHARED_LIBS was there before.
* use cmake wrapper in all packagesBoris Nagaev2017-01-0847-120/+53
| | | | | | | Native binaries (libmysqlclient, vtk, vtk6) still build with `cmake` instead of the cmake wrapper. Note that even in these cases MXE's cmake is used (not system cmake), because $(PREFIX)/$(BUILD)/bin is added to PATH by Makefile and MXE's cmake binary exists there.
* update: harfbuzz, sqliteMark Brand2017-01-062-4/+4
|
* libpng: updateMark Brand2017-01-051-2/+2
|
* vmime: updateMark Brand2017-01-051-2/+2
|
* harfbuzz: updateMark Brand2017-01-051-2/+2
|
* update lzmaMark Brand2017-01-051-4/+4
|
* gsoap: update source URLMark Brand2017-01-041-2/+2
|
* sqlite: updateMark Brand2017-01-031-2/+2
|
* sqlite: updateMark Brand2017-01-031-3/+3
|
* Merge pull request #1625 from ↵Boris Nagaev2017-01-031-50/+0
|\ | | | | | | | | LuaAndC/rm-qhttpengine-1-decrease-required-cmake-ver.patch remove unneeded patch of qhttpengine
| * remove unneeded patch of qhttpengineBoris Nagaev2017-01-031-50/+0
| | | | | | | | | | This patch was needed when MXE used system cmake. The patch enabled cmake 2.8.9 to work. Currently we use cmake 3.5.2 shipped with MXE.
* | Merge pull request #1623 from pavelvat/add-package-gst-libavBoris Nagaev2017-01-031-0/+25
|\ \ | |/ |/| add package gst-libav
| * add package gst-libavPavel Vatagin2017-01-021-0/+25
| |
* | fix moving gstreamer dlls (#1288)Pavel Vatagin2017-01-025-4/+21
|/
* Merge pull request #1620 from LuaAndC/gst-plugins-bad-neonBoris Nagaev2016-12-312-1/+42
|\ | | | | gst-plugins-bad: depend on neon and fix its header
| * gst-plugins-bad: depend on neon and fix its headerBoris Nagaev2016-12-302-1/+42
| | | | | | | | fix https://github.com/mxe/mxe/issues/1619
* | remove trailing spaces from hamlib-test.cBoris Nagaev2016-12-301-5/+5
|/
* Merge pull request #1618 from LuaAndC/poppler-no-gtk-docBoris Nagaev2016-12-301-2/+2
|\ | | | | poppler: disable installation of documentation
| * poppler: disable installation of documentationBoris Nagaev2016-12-281-2/+2
| | | | | | | | | | | | It used to install files to <target>/share/gtk-doc/html/poppler/ See https://github.com/mxe/mxe/pull/1617
* | Merge pull request #1612 from dl5rcw/masterBoris Nagaev2016-12-292-0/+157
|\ \ | |/ |/| Introducing hamlib