summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
* | | | new core team member Boris NagaevTony Theodore2015-09-292-0/+2
| | | |
* | | | Merge pull request #896 from ChristianFrisson/pkgconf-cmakeTony Theodore2015-09-291-1/+1
|\ \ \ \ | | | | | | | | | | pkgconf: added option CACHE PATH for PKG_CONFIG_EXECUTABLE
| * | | | pkgconf: added option CACHE PATH for PKG_CONFIG_EXECUTABLE in pkgconf.cmake ↵Christian Frisson2015-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | so that pkgconf can be found through cmake at first run
* | | | | Merge pull request #895 from ChristianFrisson/widl-cmakeTony Theodore2015-09-291-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | widl: generation of widl.cmake
| * | | | widl: generation of widl.cmake with CMAKE_WIDL indicating the path of the ↵Christian Frisson2015-09-291-0/+4
|/ / / / | | | | | | | | | | | | widl executable
* | | | Merge pull request #891 from LuaAndC/build-pkg-ipcs-noteTony Theodore2015-09-291-22/+31
|\ \ \ \ | | | | | | | | | | build-pkg: add a note about fakeroot ipc problem
| * | | | build-pkg: add a note about fakeroot ipc problemBoris Nagaev2015-09-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I faced with the problem after running build-pkg on this machine many-many times. Finally I found this method how to fix it without restarting the machine.
| * | | | build-pkg: use --[[ ... ]] syntax for long commentBoris Nagaev2015-09-271-17/+19
| | |_|/ | |/| |
* | | | Merge pull request #892 from LuaAndC/build-pkg-gitignoreTony Theodore2015-09-291-0/+7
|\ \ \ \ | | | | | | | | | | add files generated by build-pkg to .gitignore
| * | | | add files generated by build-pkg to .gitignoreBoris Nagaev2015-09-271-0/+7
| |/ / /