Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade qt5 modules to 5.8.0 | Mark Brand | 2017-01-30 | 35 | -225/+150 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-27 | 2 | -6/+6 |
| | |||||
* | Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0 | Boris Nagaev | 2017-01-27 | 1 | -2/+2 |
|\ | | | | | mingw-w64: update to 5.0.1 | ||||
| * | mingw-w64: update to 5.0.1 | Boris Nagaev | 2017-01-27 | 1 | -2/+2 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-27 | 2 | -2/+2 |
| | | |||||
* | | update openssl | Mark Brand | 2017-01-27 | 2 | -47/+34 |
|/ | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-25 | 2 | -8/+8 |
| | |||||
* | Merge pull request #1541 from LuaAndC/gcc5 | Boris Nagaev | 2017-01-25 | 10 | -42/+130 |
|\ | | | | | update default gcc to 5.4.0 | ||||
| * | gcc4 plugin: add README | Boris Nagaev | 2017-01-25 | 1 | -0/+9 |
| | | |||||
| * | gtkglextmm: fix deprecation error in test program | Tony Theodore | 2017-01-25 | 1 | -1/+1 |
| | | |||||
| * | gcc4 plugin: fix circular dependency gcc-cloog | Boris Nagaev | 2017-01-25 | 1 | -0/+1 |
| | | | | | | | | This line was in cloog before gcc5 and forgotten to be added to this plugin. | ||||
| * | hyperscan: fix build with gcc54 on darwin | Tony Theodore | 2017-01-25 | 2 | -1/+48 |
| | | |||||
| * | add gcc4 plugin | Boris Nagaev | 2017-01-25 | 1 | -0/+28 |
| | | | | | | | | See https://github.com/mxe/mxe/pull/1541#issuecomment-274035553 | ||||
| * | update default gcc to 5.4.0 | Boris Nagaev | 2017-01-25 | 4 | -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 flag | Boris Nagaev | 2017-01-25 | 1 | -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 declaration | Tony Theodore | 2017-01-25 | 1 | -3/+34 |
|/ | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-23 | 2 | -3/+14 |
| | |||||
* | Merge pull request #1644 from pavelvat/add-package-liblastfm | Tony Theodore | 2017-01-23 | 3 | -0/+89 |
|\ | | | | | add package liblastfm | ||||
| * | add package liblastfm | Pavel Vatagin | 2017-01-22 | 3 | -0/+89 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-23 | 2 | -3/+14 |
| | | |||||
* | | Merge pull request #1643 from pavelvat/add-package-liblastfm_qt4 | Tony Theodore | 2017-01-23 | 3 | -1/+60 |
|\ \ | |/ |/| | add package liblastfm_qt4 | ||||
| * | add package liblastfm_qt4 | Pavel Vatagin | 2017-01-22 | 3 | -1/+60 |
|/ | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-22 | 2 | -4/+4 |
| | |||||
* | update: gdb, pcre | Mark Brand | 2017-01-22 | 2 | -4/+4 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-20 | 2 | -4/+4 |
| | |||||
* | update: libgcrypt vmime | Mark Brand | 2017-01-20 | 2 | -4/+4 |
| | |||||
* | Merge pull request #1639 from tonytheodore/disable-cmake-registry | Boris Nagaev | 2017-01-20 | 1 | -0/+1 |
|\ | | | | | cmake wrapper: disable package registry | ||||
| * | cmake wrapper: disbale package registry | Tony Theodore | 2017-01-19 | 1 | -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-checks | Tony Theodore | 2017-01-19 | 1 | -17/+23 |
|\ \ | |/ |/| | Makefile: fix target validation checks | ||||
| * | Makefile: fix target validation checks | Tony Theodore | 2017-01-19 | 1 | -17/+23 |
|/ | | | | fixes #1497 | ||||
* | gnutls: disable tests | Tony Theodore | 2017-01-18 | 1 | -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-darwin | Boris Nagaev | 2017-01-18 | 1 | -0/+2 |
|\ | | | | | neon: fix darwin build | ||||
| * | neon: fix darwin build | Tony Theodore | 2017-01-17 | 1 | -0/+2 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-17 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1635 from tonytheodore/fftw | Boris Nagaev | 2017-01-17 | 1 | -2/+2 |
|\ \ | | | | | | | fftw: update with packaging bugfix | ||||
| * | | fftw: update with packaging bugfix | Tony Theodore | 2017-01-17 | 1 | -2/+2 |
| |/ | | | | | | | tarball has been removed, see: https://github.com/FFTW/fftw3/commit/6fb9cd7b6359f29ce488a5802793139971d59c6c | ||||
* | | Merge pull request #1636 from LuaAndC/lpeg-fix-checksum | Tony Theodore | 2017-01-17 | 1 | -1/+1 |
|\ \ | |/ |/| | lpeg: update checksum | ||||
| * | lpeg: update checksum | Boris Nagaev | 2017-01-17 | 1 | -1/+1 |
|/ | | | | | The package was changed in upstream: http://lua-users.org/lists/lua-l/2017-01/msg00160.html | ||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-15 | 2 | -6/+6 |
| | |||||
* | update: fftw poppler zlib | Mark Brand | 2017-01-15 | 3 | -6/+6 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-15 | 2 | -4/+4 |
| | |||||
* | update: gsl libzip | Mark Brand | 2017-01-15 | 5 | -40/+54 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-15 | 2 | -12/+12 |
| | |||||
* | update: curl, lcms, libunistring, libusb1, xz, zlib | Mark Brand | 2017-01-15 | 7 | -32/+42 |
| | |||||
* | Merge pull request #1632 from LuaAndC/lpeg-1.0.1 | mabrand | 2017-01-14 | 1 | -2/+2 |
|\ | | | | | lpeg: update to 1.0.1 | ||||
| * | lpeg: update to 1.0.1 | Boris Nagaev | 2017-01-14 | 1 | -2/+2 |
| | | |||||
* | | unrtf: fix update macro | Mark Brand | 2017-01-14 | 1 | -2/+2 |
| | | |||||
* | | wget: fix update macro | Mark Brand | 2017-01-14 | 1 | -1/+1 |
| | | |||||
* | | wget: remove old workaround for symbol clash with gnutls | Mark Brand | 2017-01-14 | 1 | -2/+0 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-01-14 | 2 | -2/+2 |
| | |