Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update pcre | Mark Brand | 2016-06-18 | 1 | -2/+2 |
| | |||||
* | add new qt5 modules | Mark Brand | 2016-06-18 | 8 | -0/+184 |
| | | | | | | | | | | | | | qtcharts qtdatavis3d qtdeclarative-render2d qtgamepad qtpurchasing qtscxml qtserialbus qtvirtualkeyboard https://wiki.qt.io/New_Features_in_Qt_5.7 | ||||
* | upgrade to Qt 5.7.0 | Mark Brand | 2016-06-17 | 29 | -245/+59 |
| | |||||
* | libjpeg-turbo: update from 1.4.1 to 1.5.0 | Boris Pek | 2016-06-16 | 2 | -74/+10 |
| | | | | Drop unneeded patches. | ||||
* | update: libgcrypt libgpg_error | Mark Brand | 2016-06-15 | 2 | -4/+4 |
| | |||||
* | create tmp-*/readonly instead of usr/readonly | Boris Nagaev | 2016-06-11 | 1 | -7/+0 |
| | | | | | | | | | | | Removing MXE directory with "rm -rf" used to fail on file usr/readonly/.gitkeep because directory usr/readonly was readonly. Now readonly directory is created in tmp-* directory and .gitkeep is not created for it (because tmp-* is not under usr/). Problems with removing MXE directory are fixed even in case of interrupted build. fix #1221 | ||||
* | gettext: update | Mark Brand | 2016-06-11 | 1 | -2/+2 |
| | |||||
* | update: gettext libpng wget | Mark Brand | 2016-06-10 | 3 | -6/+6 |
| | |||||
* | Merge pull request #1376 from LuaAndC/fix-and-update-hyperscan | Tony Theodore | 2016-06-08 | 2 | -165/+105 |
|\ | | | | | Fix hyperscan and update to 4.2.0 | ||||
| * | hyperscan: update line numbers in the diff | Boris Nagaev | 2016-06-05 | 1 | -7/+7 |
| | | | | | | | | I moved them to another commit to separate from major changes. | ||||
| * | update hyperscan from 4.1.0 to 4.2.0 | Boris Nagaev | 2016-06-05 | 2 | -143/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | Some patches are not needed anymore: * "add Libs.private to fix linking errors" was fixed in https://github.com/01org/hyperscan/issues/18 * "fix linking against gtest in shared mode" and "fix linking errors in shared mode" were fixed in https://github.com/01org/hyperscan/issues/19 * "install .dll to bin/, not to lib/" https://github.com/01org/hyperscan/pull/21 | ||||
| * | hyperscan: add a note on compilation without AVX2 | Boris Nagaev | 2016-06-05 | 1 | -0/+2 |
| | | |||||
| * | hyperscan: fix crash in aligned_zmalloc | Boris Nagaev | 2016-06-05 | 1 | -22/+0 |
| | | | | | | | | | | | | | | aligned_zmalloc backed by posix_* functions causes crash in native Windows (and not in wine) with the following traceback: https://i.imgur.com/FBHPgvn.png | ||||
| * | hyperscan: open file in binary mode | Boris Nagaev | 2016-06-05 | 1 | -0/+23 |
| | | | | | | | | See also https://github.com/01org/hyperscan/pull/26 | ||||
* | | Merge pull request #1377 from LuaAndC/lua-5.3.3 | Tony Theodore | 2016-06-07 | 1 | -2/+2 |
|\ \ | | | | | | | update lua from 5.3.2 to 5.3.3 | ||||
| * | | update lua from 5.3.2 to 5.3.3 | Boris Nagaev | 2016-06-06 | 1 | -2/+2 |
| |/ | |||||
* | | gnutls: update | Mark Brand | 2016-06-07 | 1 | -2/+2 |
|/ | |||||
* | protobuf: use official release tarball instead of tarball from git tag | Boris Pek | 2016-06-03 | 1 | -6/+4 |
| | |||||
* | gdb: update | Mark Brand | 2016-06-01 | 1 | -2/+2 |
| | |||||
* | Add package 'HDF-EOS2'. | Thomas Danckaert | 2016-05-30 | 3 | -0/+213 |
| | | | | | | | | | | | | http://hdfeos.org/software/library.php "The HDF-EOS2 is a software library designed built on HDF4 to support EOS-specific data structures, namely Grid, Point, and Swath. The new data structures are constructed from standard HDF data objects, using EOS conventions, through the use of a software library. A key feature of HDF-EOS files is that instrument-independent services, such as subsetting by geolocation, can be applied to the files across a wide variety of data products." | ||||
* | Add package 'HDF-EOS5'. | Thomas Danckaert | 2016-05-30 | 3 | -0/+225 |
| | | | | | | | | | http://hdfeos.org/software/library.php "The HDF-EOS5 is a software library designed built on HDF5* to support the same Grid/Point/Swath functionality in HDF-EOS 2 and to the extent possible it will be built with the same calling sequences as the original HDF-EOS 2 library." | ||||
* | curl: update | Mark Brand | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1369 from LuaAndC/update-libuv-1.9.1 | Tony Theodore | 2016-05-30 | 2 | -81/+2 |
|\ | | | | | update libuv to 1.9.1 | ||||
| * | update libuv to 1.9.1 | Boris Nagaev | 2016-05-29 | 2 | -81/+2 |
| | | | | | | | | | | | | | | The patches are not needed: * https://github.com/libuv/libuv/issues/820 * https://github.com/libuv/libuv/pull/841/ | ||||
* | | qbittorrent, libtorrent: Boost.Asio is header only | Boris Nagaev | 2016-05-30 | 1 | -0/+33 |
| | | | | | | | | | | | | | | Fix link errors in qbittorrent after libtorrent-rasterbar 1.1.0. Disable BOOST_ASIO_SEPARATE_COMPILATION See http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html | ||||
* | | libtorrent-rasterbar: fix internal gcc error on | Boris Nagaev | 2016-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | logs of x86_64-w64-mingw32.static: before: https://gist.github.com/7c61dde0bca9160ae335e8a117862b14 after: https://gist.github.com/f429d35c8600c450606028822649afa8 Flags "-g -O2" had been there before CXXFLAGS was set. This commit brings them back. | ||||
* | | libtorrent-rasterbar: update 1.0.7 --> 1.1.0 | Tony Theodore | 2016-05-30 | 5 | -132/+8 |
|/ | | | | failing on x86_64-w64-mingw32.static | ||||
* | libpng: update | Mark Brand | 2016-05-26 | 1 | -2/+2 |
| | |||||
* | freetds: update | Mark Brand | 2016-05-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1345 from rkanavath/install_gdal_pkg-config | Tony Theodore | 2016-05-21 | 1 | -1/+2 |
|\ | | | | | gdal: install gdal.pc and gdal-data | ||||
| * | gdal: install gdal.pc and gdal-data | Rashad Kanavath | 2016-05-10 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1350 from yipdw/glm-0-9-7-4 | Tony Theodore | 2016-05-21 | 2 | -0/+60 |
|\ \ | | | | | | | glm: add rules to download/build version 0.9.7.4 | ||||
| * | | glm: add rules to download/build version 0.9.7.4 | David Yip | 2016-05-19 | 2 | -0/+60 |
| | | | |||||
* | | | Merge pull request #1352 from LuaAndC/hyperscan | Tony Theodore | 2016-05-21 | 2 | -0/+6478 |
|\ \ \ | | | | | | | | | add package hyperscan | ||||
| * | | | add package hyperscan | Boris Nagaev | 2016-05-18 | 2 | -0/+6478 |
| |/ / | |||||
* | | | Merge branch 'master' of github.com:mxe/mxe | Tony Theodore | 2016-05-21 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1349 from pavelvat/fix-nsis | Tony Theodore | 2016-05-21 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | fix nsis | ||||
| | * | | | fix nsis | Pavel Vatagin | 2016-05-17 | 1 | -1/+1 |
| | |/ / | |||||
* | | | | openthreads: remove standalone patch | Tony Theodore | 2016-05-21 | 2 | -73/+0 |
| | | | | |||||
* | | | | Merge branch 'fix_openthreads' of https://github.com/rkanavath/mxe into ↵ | Tony Theodore | 2016-05-21 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | rkanavath-fix_openthreads | ||||
| * | | | openthreads: build in src/OpenThreads | Rashad Kanavath | 2016-05-17 | 1 | -1/+1 |
| |/ / | |||||
* | | | curl: update | Mark Brand | 2016-05-20 | 1 | -2/+2 |
| | | | |||||
* | | | gnutls: update | Mark Brand | 2016-05-20 | 1 | -2/+2 |
| | | | |||||
* | | | sqlite: update | Mark Brand | 2016-05-18 | 1 | -2/+2 |
|/ / | |||||
* | | nsis: update patch after changing of nsis version | Boris Pek | 2016-05-16 | 1 | -20/+48 |
| | | |||||
* | | nsis: update from 2.50 to 2.51 | Boris Pek | 2016-05-16 | 1 | -2/+2 |
| | | |||||
* | | nsis: disable not needed utils | Boris Pek | 2016-05-16 | 1 | -1/+1 |
| | | | | | | | | | | | | They are useless for cross-compiling purposes. For example, in Debian package they are disabled too: http://anonscm.debian.org/cgit/collab-maint/nsis.git/tree/debian/rules | ||||
* | | nsis: fix build for x86_64-w64-mingw32 targets | Boris Pek | 2016-05-16 | 2 | -3/+285 |
| | | | | | | | | Required for: https://github.com/mxe/mxe/pull/1165 | ||||
* | | libxslt: enable shared | Tony Theodore | 2016-05-09 | 1 | -6/+1 |
|/ | | | | fixes #1343 | ||||
* | Merge pull request #1339 from TobiX/jsoncpp-with-cmake | Tony Theodore | 2016-05-07 | 1 | -0/+1 |
|\ | | | | | jsoncpp: Build & install cmake files |