Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #930 from kolewu/fix-vmime | Timothy Gu | 2015-10-14 | 1 | -1/+1 |
|\ | | | | | fix project path for vmime extra file | ||||
| * | fix project path for vmime extra file | Uwe Koloska | 2015-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | vmime uses a file from the src-directory of mxe but references it using a relative path that is only working if the temporary build directory is inside the mxe project path at the fixed position. | ||||
* | | Merge pull request #931 from kolewu/fix-openscenegraph | Timothy Gu | 2015-10-14 | 1 | -2/+2 |
|\ \ | |/ |/| | use better type for pointer cast | ||||
| * | use better type for pointer cast | Uwe Koloska | 2015-10-14 | 1 | -2/+2 |
|/ | |||||
* | libgsf: portability fix for sed | Tony Theodore | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | Update versions.json | MXEBot as Travis CI | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #926 from LuaAndC/fix-blas | Tony Theodore | 2015-10-14 | 1 | -4/+3 |
|\ | | | | | update & fix blas | ||||
| * | update blas | Boris Nagaev | 2015-10-13 | 1 | -4/+3 |
| | | | | | | | | | | see #922 see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-10/msg00009.html | ||||
* | | Merge pull request #928 from LuaAndC/check-native-gdk-pixbuf | Tony Theodore | 2015-10-14 | 1 | -1/+1 |
|\ \ | | | | | | | check-requirements: check for native gdk-pixbuf | ||||
| * | | check-requirements: check for native gdk-pixbuf | Boris Nagaev | 2015-10-13 | 1 | -1/+1 |
|/ / | | | | | | | | | | | Check with command `gdk-pixbuf-csource --help`. close #927 | ||||
* | | Update versions.json | MXEBot as Travis CI | 2015-10-13 | 1 | -1/+1 |
| | | |||||
* | | harfbuzz: update | Mark Brand | 2015-10-13 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #923 from LuaAndC/patches-for-packages-with-hyphen | Tony Theodore | 2015-10-13 | 1 | -2/+4 |
|\ | | | | | require patch number to start with a digit | ||||
| * | require patch number to start with a digit | Boris Nagaev | 2015-10-12 | 1 | -2/+4 |
|/ | | | | | | | | | | | | MXE recongized file src/lua-rapidjson-1-use-unix-file-functions.patch as a patch for lua, however it was intended to be a patch for lua-rapidjson. Patch filename pattern was src/$(1)-*.patch. * captured "rapidjson-1-use-unix-file-functions". Currently * was replaced with [0-9]* to require patch name starting with a digit. close #921 | ||||
* | vmime: fix update macro | Mark Brand | 2015-10-12 | 1 | -1/+1 |
| | | | | | The subdir and filename are based on the first 7 characters of the sha1, so it's convenient to treat this as the version. | ||||
* | qtbase: consolidate patches | Mark Brand | 2015-10-12 | 2 | -96/+89 |
| | |||||
* | Merge pull request #920 from colinbourassa/qtbase-without-jpeg-png-patch | Timothy Gu | 2015-10-11 | 1 | -0/+88 |
|\ | | | | | Add qtbase patch to allow building without JPEG or PNG support | ||||
| * | Add qtbase patch to allow building without JPEG or PNG support | Colin Bourassa | 2015-10-11 | 1 | -0/+88 |
|/ | | | | | http://buildroot-busybox.2317881.n4.nabble.com/PATCH-v2-qt-qt5base-Fix-INCLUDE-PATH-when-no-JPEG-PNG-support-tt107094.html#none https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=commitdiff;h=7f282aa9f718389199b95b7f53ecd6401172fcc6;hp=954f0d93976362d29044439e4eaa11d2dff16624 | ||||
* | libmysqlclient: fix x86_64 shared build and add test program | Tony Theodore | 2015-10-10 | 2 | -1/+31 |
| | | | | see #914, I'm not sure why the `def` file is needed on i686 shared. | ||||
* | Update versions.json | MXEBot as Travis CI | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #916 from colinbourassa/libcomm14cux_2.1.0_update | Tony Theodore | 2015-10-10 | 1 | -2/+2 |
|\ | | | | | libcomm14cux 2.1.0 update | ||||
| * | Merge branch 'master' into libcomm14cux_2.1.0_update | Colin Bourassa | 2015-10-09 | 63 | -170/+1069 |
| |\ | |||||
| * | | Update libcomm14cux to 2.1.0 | Colin Bourassa | 2015-09-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #917 from LuaAndC/fix-openscenegraph | Tony Theodore | 2015-10-10 | 3 | -0/+142 |
|\ \ \ | |_|/ |/| | | fix openscenegraph build | ||||
| * | | fix openscenegraph build | Boris Nagaev | 2015-10-09 | 3 | -0/+142 |
|/ / | | | | | | | | | | | | | | | * fix case in headers windows.h and winsock2.h * fix case in library wc2_32 * fix pointer to integer conversion on 64 bits close #913 | ||||
* | | libass: note fontconfig is only required for legacy XP support | Tony Theodore | 2015-10-09 | 1 | -0/+1 |
| | | |||||
* | | Update versions.json | MXEBot as Travis CI | 2015-10-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #912 from avih/libass-update | Tony Theodore | 2015-10-09 | 1 | -2/+2 |
|\ \ | | | | | | | libass: update to 0.13.0 | ||||
| * | | libass: update to 0.13.0 | Avi Halachmi (:avih) | 2015-10-08 | 1 | -2/+2 |
|/ / | |||||
* | | gdal: enable mysql support and reorder configure options | Tony Theodore | 2015-10-08 | 1 | -44/+46 |
| | | |||||
* | | libmysqlclient: install mysql_config and missing headers, remove pthreads dep | Tony Theodore | 2015-10-08 | 2 | -13/+40 |
| | | |||||
* | | qtbase: fix build with clang 3.7 | Tony Theodore | 2015-10-08 | 1 | -0/+53 |
| | | |||||
* | | qtbase: enable shared mysql plugin | Tony Theodore | 2015-10-08 | 1 | -1/+1 |
| | | |||||
* | | libmysqlclient: enable shared and don't install docs | Tony Theodore | 2015-10-08 | 3 | -19/+190 |
| | | |||||
* | | boost pthreads qt sdl: disable cmake tests | Tony Theodore | 2015-10-07 | 4 | -4/+8 |
| | | | | | | | | see #909 | ||||
* | | Merge branch 'master' of github.com:mxe/mxe | Tony Theodore | 2015-10-07 | 2 | -3/+3 |
|\ \ | |||||
| * | | Update versions.json | MXEBot as Travis CI | 2015-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | curl: update | Mark Brand | 2015-10-07 | 1 | -2/+2 |
| | | | |||||
* | | | libdnet: fix for FreeBSD /dev/tun0 | Tony Theodore | 2015-10-07 | 1 | -0/+1 |
|/ / | | | | | | | see #902 | ||||
* | | qtbase: enable building mysql driver | Mark Brand | 2015-10-06 | 2 | -6/+30 |
| | | |||||
* | | libmysqlclient: add zlib dep | Tony Theodore | 2015-10-06 | 1 | -1/+1 |
| | | |||||
* | | libmysqlclient: use system zlib | Tony Theodore | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | qt-test.cmake: 2.8 series compatibility | Tony Theodore | 2015-10-06 | 1 | -6/+9 |
| | | | | | | | | closes #906 | ||||
* | | test/CMakeLists.txt: fix LANGUAGES keyword for 2.8 series | Tony Theodore | 2015-10-06 | 1 | -1/+1 |
| | | |||||
* | | Update versions.json | MXEBot as Travis CI | 2015-10-06 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'LuaAndC-libmysqlclient' | Tony Theodore | 2015-10-06 | 3 | -0/+319 |
|\ \ | |||||
| * | | libmysqlclient: convert to patch-tool format | Tony Theodore | 2015-10-06 | 6 | -302/+275 |
| | | | |||||
| * | | libmysqlclient: disable dtrace and use sha256 checksum | Tony Theodore | 2015-10-06 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'libmysqlclient' of https://github.com/LuaAndC/mxe into ↵ | Tony Theodore | 2015-10-05 | 7 | -0/+345 |
| |\ \ | | | | | | | | | | | | | LuaAndC-libmysqlclient | ||||
| | * | | libmysqlclient: _MSC_VER instead of NATIVE_WIN32 | Boris Nagaev | 2015-09-08 | 1 | -16/+7 |
| | | | | | | | | | | | | | | | | See #839 |