summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* dbus: updateMark Brand2015-11-181-2/+2
|
* coin: fix shared build and use pkg-config for testTony Theodore2015-11-181-10/+9
|
* Add Coin3D 3.1.3 (https://bitbucket.org/Coin3D/coin/wiki/Home)Christoph Weiss2015-11-183-0/+223
|
* Merge pull request #965 from LuaAndC/downgrade-gcc-to-4-9Tony Theodore2015-11-174-15/+88
|\ | | | | Downgrade gcc to 4.9
| * gcc: cleanup lib installationTony Theodore2015-11-121-5/+15
| |
| * fix libmysqlclientBoris Nagaev2015-11-111-0/+34
| | | | | | | | See https://github.com/mxe/mxe/pull/965#issuecomment-152884126
| * update gcc from 4.9.2 to 4.9.3Boris Nagaev2015-11-111-2/+2
| |
| * gcc: downgrade 5.2.0 -> 4.9.2Boris Nagaev2015-11-111-2/+2
| | | | | | | | | | | | | | Revert da82d07dbeca23087aa4351914cf4b890c1d3972 and consequent changes of gcc version. close #964
| * gcc: enable cloogBoris Nagaev2015-11-111-0/+1
| |
| * add package cloogBoris Nagaev2015-11-111-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was removed as a part of da82d07dbeca23087aa4351914cf4b890c1d3972 File src/cloog.mk differs from its copy before da82d07dbec [1] * sha1 -> sha256 * toolchain reorg reapplied: * $(PKG)_TARGETS * $(PKG)_DEPS_$(BUILD) * define $(PKG)_BUILD -> define $(PKG)_BUILD_$(BUILD) * $(MXE_CONFIGURE_OPTS) [1] https://raw.githubusercontent.com/mxe/mxe/6947d3245f9c76d9124a4c4f3c164154a75f3f62/src/cloog.mk
| * isl: downgrade 0.14 -> 0.12.2Boris Nagaev2015-11-111-2/+2
| | | | | | | | cloog is not compatible with isl 0.14
| * Revert "gcc: cleanup lib installation"Boris Nagaev2015-11-111-7/+1
| | | | | | | | | | | | This reverts commit c96a007c6a4b03ca8d43c2ed848c47832f9e2baf. This commit is not applicable to gcc 4.9.
* | Merge pull request #998 from LuaAndC/update-gh-packagesTony Theodore2015-11-162-4/+2
|\ \ | | | | | | MXE_GET_GITHUB_TAGS: new argument, stripped prefix
| * | MXE_GET_GITHUB_TAGS: new argument, stripped prefixBoris Nagaev2015-11-152-4/+2
| | |
* | | mxe-conf: create always failing wine dummyBoris Nagaev2015-11-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now dlfcn-win32 can't detect wine. From log/dlfcn-win32_i686-w64-mingw32.static: static: yes shared: no wine: Previously wine was set to "yes wine". fix #995
* | | mxe-conf: create readonly dir in _BUILD_$(BUILD)Boris Nagaev2015-11-151-3/+3
| | | | | | | | | | | | | | | | | | This directory (WINEPREFIX=$(PREFIX)/readonly) is not target specific. It is created once instead of being created for each target.
* | | [style] remove empty line between related commandsBoris Nagaev2015-11-151-1/+0
|/ /
* | dlfcn-win32: remove /tmp/test.{c,dll}Boris Nagaev2015-11-151-0/+25
| | | | | | | | fix #994
* | dlfcn-win32: build test filesBoris Nagaev2015-11-151-2/+1
| | | | | | | | Remove the comment about MXE not supporting shared target.
* | libpng: updateMark Brand2015-11-141-2/+2
|/
* aubio: disable txt2man and doxygen docsBoris Nagaev2015-11-101-1/+6
| | | | see #952
* add package upxBoris Nagaev2015-11-102-0/+86
|
* add package lzmaBoris Nagaev2015-11-103-0/+97
|
* ucl: fix shared buildBoris Nagaev2015-11-091-0/+52
| | | | | | | | | | | | | | | | | | | | | | | libtool could not find -lwinmm and produced the following message: *** Warning: linker path does not have real file for library -lwinmm. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libwinmm and none of the candidates passed a file format test *** using a file magic. Last file checked: /usr/lib/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.2.0/../../../../i686-w64-mingw32.shared/lib//libwinmm.a *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. After that, it created a static library instead of shared one. Even -no-undefined did not help.
* add package uclBoris Nagaev2015-11-091-0/+25
|
* gmp: updateMark Brand2015-11-051-5/+4
|
* sqlite: updateMark Brand2015-11-021-2/+2
|
* enbale MXE_GCC_THREADS and allow target spec <triplet>.<link>.<threads>Tony Theodore2015-10-311-1/+1
| | | | | | | * enables optional c++11 <thread>, <mutex>, and <future> in libgcc * avoid double build advice: http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=cross-compile/mingw/README;h=248af546f939a81855dda33142d834eecf2979c2;hb=HEAD#l44 * not heavily tested but should be released for feedback
* gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgompTony Theodore2015-10-3115-94/+36
| | | | | | | | | * fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing
* mxe-conf: add CMAKE_PREFIX_PATH to toolchain fileTony Theodore2015-10-271-0/+1
| | | | see #904
* dbus: updateMark Brand2015-10-271-2/+2
|
* postgresql: fix socket error checking for mingwEngine Feeder2015-10-271-0/+152
| | | | | | | | | | | | | | | | | | When the client library of PostgreSQL is compiled with a MinGW-w64 environment the resulting libpq does not work. This has been reported upstream with two bug reports and a patch was submitted by Michael Cronenworth <mike(at)cchtml(dot)com> (1) but it has not been picked up by upstream. This is confirmed to build on Arch Linux x64 with targets: x86_64-w64-mingw32.static and i686-w64-mingw32.static and works under Wine, Windows 7 and Windows 10 (both 32/64bit binaries) (1) http://www.postgresql.org/message-id/520EBC3D.1010103@cchtml.com fixes #690
* aspell: disable curses supportTony Theodore2015-10-271-0/+1
|
* gendef: install to target specific prefixTony Theodore2015-10-251-1/+1
|
* gcc: cleanup lib installationTony Theodore2015-10-251-1/+7
|
* pkgconf yasm: enable native builds and consolidate rulesTony Theodore2015-10-252-22/+19
|
* mxe-conf: consolidate rules and install cmake modules under usrTony Theodore2015-10-251-12/+14
|
* gcc and deps: use native builds and consolidate rulesTony Theodore2015-10-255-11/+31
|
* remove gcc-* virtual packagesTony Theodore2015-10-255-112/+1
|
* box2d: fix case in subdirTony Theodore2015-10-241-1/+1
| | | | closes #954
* qtbase: rebase patchesMark Brand2015-10-231-22/+49
|
* vamp-plugin-sdk: use MAKE_SHARED_FROM_STATIC for shared buildTony Theodore2015-10-221-3/+8
|
* liblaxjson: update and use cmake build/install commandsTony Theodore2015-10-212-12/+40
| | | | still needs some work to provide static/shared as an option
* box2d: move to github and updateTony Theodore2015-10-211-13/+9
| | | | also fixes dll installation
* liblaxjson: fix installation directoriesTony Theodore2015-10-211-1/+8
|
* add CMake module FindFriBiDi.cmakeBoris Nagaev2015-10-191-0/+15
| | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi)
* qtbase: fix log corruption with many zero bytesBoris Nagaev2015-10-181-0/+33
| | | | close #938
* openscenegraph-3: Use uintptr_tTimothy Gu2015-10-181-1/+1
| | | Prevents theoretical undefined (or implementation-defined?) behavior on 32-bit machines.
* sqlite: updateMark Brand2015-10-171-2/+2
|
* qt5: remove download related variablesTony Theodore2015-10-171-9/+1
| | | | in rare cases, it would try downloading qtbase again