summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-pkg: add env. var to change targetsBoris Nagaev2016-06-111-0/+12
| | | | MXE_BUILD_PKG_TARGETS
* build-pkg: prefix evn. vars with "MXE_BUILD_PKG"Boris Nagaev2016-06-111-6/+7
| | | | to distinguish them from environment variables of MXE itself.
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-112-2/+2
|
* gettext: updateMark Brand2016-06-111-2/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-102-6/+6
|
* update: gettext libpng wgetMark Brand2016-06-103-6/+6
|
* Merge pull request #1366 from rr-/plugin-infoTony Theodore2016-06-101-2/+19
|\ | | | | docs: add mini-tutorial on plugins
| * docs: add mini-tutorial on pluginsrr-2016-05-261-2/+19
| |
* | Merge pull request #1372 from tonytheodore/native-plugin-fixBoris Nagaev2016-06-091-1/+1
|\ \ | | | | | | fix native plugins when additional dirs are specified
| * | fix native plugins when additional dirs are specifiedTony Theodore2016-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When plugins are specified on the command line, automatic native plugins are not included (for darwin and wheezy): ``` $ make gmsl-print-MXE_PLUGIN_DIRS MXE_PLUGIN_DIRS=plugins/apps/ MXE_PLUGIN_DIRS = plugins/apps/ ``` https://www.gnu.org/software/make/manual/make.html#Override-Directive https://github.com/mxe/mxe/issues/1259#issuecomment-217376756
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-082-2/+2
| | |
* | | Merge pull request #1376 from LuaAndC/fix-and-update-hyperscanTony Theodore2016-06-082-165/+105
|\ \ \ | | | | | | | | Fix hyperscan and update to 4.2.0
| * | | hyperscan: update line numbers in the diffBoris Nagaev2016-06-051-7/+7
| | | | | | | | | | | | | | | | I moved them to another commit to separate from major changes.
| * | | update hyperscan from 4.1.0 to 4.2.0Boris Nagaev2016-06-052-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 AVX2Boris Nagaev2016-06-051-0/+2
| | | |
| * | | hyperscan: fix crash in aligned_zmallocBoris Nagaev2016-06-051-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 modeBoris Nagaev2016-06-051-0/+23
| | | | | | | | | | | | | | | | See also https://github.com/01org/hyperscan/pull/26
* | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-072-2/+2
| | | |
* | | | Merge pull request #1377 from LuaAndC/lua-5.3.3Tony Theodore2016-06-071-2/+2
|\ \ \ \ | | | | | | | | | | update lua from 5.3.2 to 5.3.3
| * | | | update lua from 5.3.2 to 5.3.3Boris Nagaev2016-06-061-2/+2
| |/ / /
* | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-072-2/+2
| | | |
* | | | gnutls: updateMark Brand2016-06-071-2/+2
|/ / /
* | | Merge pull request #1373 from tehnick/fix-protobufBoris Nagaev2016-06-031-6/+4
|\ \ \ | |/ / |/| | protobuf: use official release tarball instead of tarball from git tag
| * | protobuf: use official release tarball instead of tarball from git tagBoris Pek2016-06-031-6/+4
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-012-2/+2
| |
* | gdb: updateMark Brand2016-06-011-2/+2
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-312-3/+25
| |
* | Merge pull request #1246 from OkoSanto/HDFEOSTony Theodore2016-05-318-1/+448
|\ \ | | | | | | Add HDF-EOS libraries
| * | Add package 'HDF-EOS2'.Thomas Danckaert2016-05-304-0/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Danckaert2016-05-304-0/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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."
| * | Treat files ending in .tar.Z as gzipped tar files.Thomas Danckaert2016-05-301-1/+2
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-302-2/+2
| |
* | curl: updateMark Brand2016-05-301-2/+2
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-302-2/+2
| |
* | Merge pull request #1369 from LuaAndC/update-libuv-1.9.1Tony Theodore2016-05-302-81/+2
|\ \ | | | | | | update libuv to 1.9.1
| * | update libuv to 1.9.1Boris Nagaev2016-05-292-81/+2
| | | | | | | | | | | | | | | | | | | | | The patches are not needed: * https://github.com/libuv/libuv/issues/820 * https://github.com/libuv/libuv/pull/841/
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-302-2/+2
| | |
* | | qbittorrent: link with boost_random, boost_chronoBoris Nagaev2016-05-301-0/+28
| | |
* | | qbittorrent, libtorrent: Boost.Asio is header onlyBoris Nagaev2016-05-302-0/+71
| | | | | | | | | | | | | | | | | | | | | 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 onBoris Nagaev2016-05-301-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.0Tony Theodore2016-05-305-132/+8
|/ / | | | | | | failing on x86_64-w64-mingw32.static
* | Merge pull request #1368 from dgburr/gettext-no-native-libxmlTony Theodore2016-05-291-1/+2
|\ \ | | | | | | Always use the included version of libxml
| * | Always use the included version of libxmlDaniel Burr2016-05-291-1/+2
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-262-2/+2
| |
* | libpng: updateMark Brand2016-05-261-2/+2
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-232-2/+2
|
* freetds: updateMark Brand2016-05-231-2/+2
|
* Merge pull request #1345 from rkanavath/install_gdal_pkg-configTony Theodore2016-05-211-1/+2
|\ | | | | gdal: install gdal.pc and gdal-data
| * gdal: install gdal.pc and gdal-dataRashad Kanavath2016-05-101-1/+2
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-05-212-4/+15
| |