summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-202-4/+4
| | |
* | | update: libgcrypt vmimeMark Brand2017-01-202-4/+4
| | |
* | | Merge pull request #1639 from tonytheodore/disable-cmake-registryBoris Nagaev2017-01-201-0/+1
|\ \ \ | | | | | | | | cmake wrapper: disable package registry
| * | | 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
* | | | Merge pull request #1499 from tonytheodore/target-checksTony Theodore2017-01-191-17/+23
|\ \ \ \ | |/ / / |/| | | Makefile: fix target validation checks
| * | | Makefile: fix target validation checksTony Theodore2017-01-191-17/+23
|/ / / | | | | | | | | | fixes #1497
* | | 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
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-172-2/+2
| | | |
* | | | Merge pull request #1635 from tonytheodore/fftwBoris Nagaev2017-01-171-2/+2
|\ \ \ \ | | | | | | | | | | fftw: update with packaging bugfix
| * | | | fftw: update with packaging bugfixTony Theodore2017-01-171-2/+2
| |/ / / | | | | | | | | | | | | tarball has been removed, see: https://github.com/FFTW/fftw3/commit/6fb9cd7b6359f29ce488a5802793139971d59c6c
* | | | Merge pull request #1636 from LuaAndC/lpeg-fix-checksumTony Theodore2017-01-171-1/+1
|\ \ \ \ | |/ / / |/| | | lpeg: update checksum
| * | | lpeg: update checksumBoris Nagaev2017-01-171-1/+1
|/ / / | | | | | | | | | | | | The package was changed in upstream: http://lua-users.org/lists/lua-l/2017-01/msg00160.html
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-152-6/+6
| | |
* | | update: fftw poppler zlibMark Brand2017-01-153-6/+6
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-152-4/+4
| | |
* | | update: gsl libzipMark Brand2017-01-155-40/+54
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-152-12/+12
| | |
* | | update: curl, lcms, libunistring, libusb1, xz, zlibMark Brand2017-01-157-32/+42
| | |
* | | Merge pull request #1632 from LuaAndC/lpeg-1.0.1mabrand2017-01-141-2/+2
|\ \ \ | | | | | | | | lpeg: update to 1.0.1
| * | | lpeg: update to 1.0.1Boris Nagaev2017-01-141-2/+2
| | | |
* | | | 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 packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-142-2/+2
| | | |
* | | | update gnutls (new stable branch 3.5)Mark Brand2017-01-142-25/+22
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-01-132-2/+2
| | |
* | | vmime: updateMark Brand2017-01-131-2/+2
| | |
* | | Merge pull request #1627 from LuaAndC/pkg-backup-toolsBoris Nagaev2017-01-132-0/+125
|\ \ \ | | | | | | | | add tools to create and update backup of packages
| * | | add tools to create and update backup of packagesBoris Nagaev2017-01-072-0/+125
| | | |
* | | | Merge pull request #1277 from pavelvat/add-package-clementineBoris Nagaev2017-01-122-0/+168
|\ \ \ \ | | | | | | | | | | add package clementine_qt4 to mxe/plugins/apps
| * | | | add package clementine_qt4 to mxe/plugins/appsPavel Vatagin2017-01-112-0/+168
|/ / / /
* | | | Merge pull request #1628 from LuaAndC/gitlab-backupBoris Nagaev2017-01-081-1/+3
|\ \ \ \ | | | | | | | | | | add new packages backup: gitlab