summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* curl: updateMark Brand2015-10-071-2/+2
|
* qtbase: enable building mysql driverMark Brand2015-10-062-6/+30
|
* libmysqlclient: add zlib depTony Theodore2015-10-061-1/+1
|
* libmysqlclient: use system zlibTony Theodore2015-10-061-0/+1
|
* qt-test.cmake: 2.8 series compatibilityTony Theodore2015-10-061-6/+9
| | | | closes #906
* test/CMakeLists.txt: fix LANGUAGES keyword for 2.8 seriesTony Theodore2015-10-061-1/+1
|
* Update versions.jsonMXEBot as Travis CI2015-10-061-0/+1
|
* Merge branch 'LuaAndC-libmysqlclient'Tony Theodore2015-10-063-0/+319
|\
| * libmysqlclient: convert to patch-tool formatTony Theodore2015-10-066-302/+275
| |
| * libmysqlclient: disable dtrace and use sha256 checksumTony Theodore2015-10-061-1/+2
| |
| * Merge branch 'libmysqlclient' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-10-057-0/+345
| |\ | | | | | | | | | LuaAndC-libmysqlclient
| | * libmysqlclient: _MSC_VER instead of NATIVE_WIN32Boris Nagaev2015-09-081-16/+7
| | | | | | | | | | | | See #839
| | * add package libmysqlclientBoris Nagaev2015-09-077-0/+354
| | | | | | | | | | | | Based on proposal #755
* | | Merge pull request #907 from saiarcot895/upstream-fix-openexr-64-bitTony Theodore2015-10-061-0/+27
|\ \ \ | |/ / |/| | Add patch to openexr to fix pointer conversion.
| * | Add patch to openexr to fix pointer conversion.Saikrishna Arcot2015-10-061-0/+27
|/ / | | | | | | This allows building on x86_64-w64-mingw32.shared (at least).
* | lua: disable native build temporarilyTony Theodore2015-10-051-1/+2
| |
* | Update versions.jsonMXEBot as Travis CI2015-10-041-2/+2
| |
* | freetype: updateMark Brand2015-10-041-2/+2
| |
* | qt: add cmake testTony Theodore2015-10-042-2/+30
| | | | | | | | | | workaround in #857 allows this to build. see also #852, a complete solution that covers Qt5 is required
* | Update versions.jsonMXEBot as Travis CI2015-10-041-1/+1
| |
* | vtk6: update to sha256 checksumTony Theodore2015-10-041-1/+1
| |
* | Merge branch 'master' of https://github.com/muellni/mxe into muellni-masterTony Theodore2015-10-044-36/+20
|\ \
| * | vtk6: build exampleMartin Müllenhaupt2015-09-151-0/+9
| | |
| * | qt: fix QtGui CMake static linking errorsMartin Müllenhaupt2015-09-151-0/+3
| | |
| * | vtk6: update 6.1.0 --> 6.3.0Martin Müllenhaupt2015-09-153-36/+8
| | |
* | | cmake modules: use less warning-like status messagesTony Theodore2015-10-0410-9/+10
| | |
* | | pthreads: remove dummy FILE and CHECKSUM entiresTony Theodore2015-10-041-2/+0
| | |
* | | boost pthreads sdl: tidy up cmake testsTony Theodore2015-10-047-29/+79
| | | | | | | | | | | | closes #887
* | | sdl: add cmake testTony Theodore2015-10-031-0/+14
| | |
* | | cmake modules: status message about using custom mxe fileTony Theodore2015-10-039-0/+18
| | |
* | | move cmake modules to src/cmake/modulesTony Theodore2015-10-0313-2/+1
| | |
* | | boost: add cmake testTony Theodore2015-10-021-0/+13
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-10-011-1/+1
| | |
* | | harfbuzz: updateMark Brand2015-10-011-2/+2
| | |
* | | Makefile: fix download for script only packagesTony Theodore2015-10-011-3/+3
| | | | | | | | | | | | | | | | | | fixes #899 also cleanup download-foo dependencies
* | | Makefile: add note about WINEPREFIXTony Theodore2015-10-011-0/+2
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-09-301-1/+1
| | |
* | | xz: updateMark Brand2015-09-301-2/+2
| | |
* | | openexr openscenegraph: remove -fpermissive from CXXFLAGSTony Theodore2015-09-302-2/+2
| | |
* | | ilmbase openexr: use BUILD_CXX portability variableTony Theodore2015-09-302-4/+4
| | |
* | | set WINEPREFIX to a readonly directory to force wine to failTony Theodore2015-09-302-0/+5
| | | | | | | | | | | | fixes #841
* | | luajit ocaml-core: use BUILD_CC variableTony Theodore2015-09-302-2/+2
| | |
* | | openblas: use BUILD_CC varaible and remove unused HOSTFCTony Theodore2015-09-301-2/+1
| | |
* | | Revert "Make CHECK_PKG_ARCHIVE return true for packages without files"Tony Theodore2015-09-301-1/+1
| | | | | | | | | | | | This reverts commit e474e772442d6207980268189b0255f2d7a15e96.
* | | gmp guile icu4c ncurses xmlrpc: use BUILD_CC/CXX portability variableTony Theodore2015-09-305-7/+7
| | |
* | | Makefile: rename CC/CXX_BUILD --> BUILD_CC/CXXTony Theodore2015-09-301-3/+3
| | | | | | | | | | | | somewhat more aligned to the <target>-<tool> convention
* | | Makefile: add CC/CXX_BUILD portability variablesTony Theodore2015-09-301-3/+5
| | | | | | | | | | | | fixes #900
* | | Merge pull request #898 from LuaAndC/build-pkg-find-mxe-confTony Theodore2015-09-301-1/+3
|\ \ \ | | | | | | | | build-pkg: add MXE_CONF_PKGS to deps of packages
| * | | build-pkg: add MXE_CONF_PKGS to deps of packagesBoris Nagaev2015-09-291-1/+3
| | | | | | | | | | | | | | | | close #890
* | | | Make CHECK_PKG_ARCHIVE return true for packages without filesTimothy Gu2015-09-291-1/+1
|/ / / | | | | | | Should fix #899.