Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | build-pkg: remove most of the COMMON_FILES | Tony Theodore | 2015-10-25 | 1 | -28/+0 | |
| | | | | | | | | | | | | Source: https://github.com/mxe/mxe/pull/925#issuecomment-147992049 see #925 | |||||
| * | Makefile: add print-deps-for-build-pkg target with inter-target deps | Tony Theodore | 2015-10-25 | 1 | -1/+14 | |
| | | ||||||
| * | gcc: cleanup lib installation | Tony Theodore | 2015-10-25 | 1 | -1/+7 | |
| | | ||||||
| * | pkgconf yasm: enable native builds and consolidate rules | Tony Theodore | 2015-10-25 | 2 | -22/+19 | |
| | | ||||||
| * | mxe-conf: consolidate rules and install cmake modules under usr | Tony Theodore | 2015-10-25 | 1 | -12/+14 | |
| | | ||||||
| * | gcc and deps: use native builds and consolidate rules | Tony Theodore | 2015-10-25 | 5 | -11/+31 | |
| | | ||||||
| * | remove gcc-* virtual packages | Tony Theodore | 2015-10-25 | 6 | -128/+1 | |
| | | ||||||
| * | Makefile: enable target deps and native pkg build rules | Tony Theodore | 2015-10-25 | 1 | -2/+18 | |
|/ | ||||||
* | box2d: fix case in subdir | Tony Theodore | 2015-10-24 | 1 | -1/+1 | |
| | | | | closes #954 | |||||
* | qtbase: rebase patches | Mark Brand | 2015-10-23 | 1 | -22/+49 | |
| | ||||||
* | tools: note source of make-shared-from-static | Tony Theodore | 2015-10-22 | 1 | -0/+3 | |
| | ||||||
* | vamp-plugin-sdk: use MAKE_SHARED_FROM_STATIC for shared build | Tony Theodore | 2015-10-22 | 1 | -3/+8 | |
| | ||||||
* | Update versions.json | MXEBot as Travis CI | 2015-10-21 | 1 | -1/+1 | |
| | ||||||
* | liblaxjson: update and use cmake build/install commands | Tony Theodore | 2015-10-21 | 2 | -12/+40 | |
| | | | | still needs some work to provide static/shared as an option | |||||
* | Update versions.json | MXEBot as Travis CI | 2015-10-21 | 1 | -1/+1 | |
| | ||||||
* | box2d: move to github and update | Tony Theodore | 2015-10-21 | 1 | -13/+9 | |
| | | | | also fixes dll installation | |||||
* | liblaxjson: fix installation directories | Tony Theodore | 2015-10-21 | 1 | -1/+8 | |
| | ||||||
* | Merge pull request #945 from LuaAndC/fribidi-cmake | Tony Theodore | 2015-10-19 | 1 | -0/+15 | |
|\ | | | | | add CMake module FindFriBiDi.cmake | |||||
| * | add CMake module FindFriBiDi.cmake | Boris Nagaev | 2015-10-19 | 1 | -0/+15 | |
|/ | | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi) | |||||
* | Merge pull request #944 from LuaAndC/wt-website | Tony Theodore | 2015-10-19 | 1 | -1/+1 | |
|\ | | | | | change Wt homepage to http://www.webtoolkit.eu | |||||
| * | change Wt homepage to http://www.webtoolkit.eu | Boris Nagaev | 2015-10-18 | 1 | -1/+1 | |
|/ | | | | witty.sourceforge.net redirects to www.webtoolkit.eu | |||||
* | qtbase: fix log corruption with many zero bytes | Boris Nagaev | 2015-10-18 | 1 | -0/+33 | |
| | | | | close #938 | |||||
* | openscenegraph-3: Use uintptr_t | Timothy Gu | 2015-10-18 | 1 | -1/+1 | |
| | | | Prevents theoretical undefined (or implementation-defined?) behavior on 32-bit machines. | |||||
* | Update versions.json | MXEBot as Travis CI | 2015-10-17 | 1 | -1/+1 | |
| | ||||||
* | sqlite: update | Mark Brand | 2015-10-17 | 1 | -2/+2 | |
| | ||||||
* | qt5: remove download related variables | Tony Theodore | 2015-10-17 | 1 | -9/+1 | |
| | | | | in rare cases, it would try downloading qtbase again | |||||
* | Revert "boost pthreads qt sdl: disable cmake tests" | Tony Theodore | 2015-10-17 | 4 | -8/+4 | |
| | | | | This reverts commit f1dd70802a4e20c0f8c849aa44f24651895c7cfc. | |||||
* | remove strange quote from comment about MXE_TMP | Boris Nagaev | 2015-10-16 | 1 | -1/+1 | |
| | | | | see #929 | |||||
* | Merge pull request #929 from kolewu/fix-tmpdir | Boris Nagaev | 2015-10-16 | 1 | -1/+9 | |
|\ | | | | | add variable to define directory for tmp-directories | |||||
| * | add variable to define directory for tmp-directories | Uwe Koloska | 2015-10-14 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | sometimes it's necessary to not build inside the mxe folder. The variable MXE_TMP can be used to change the base directory for creating tmp directories that are used for building. Rationale: when using virtualbox to build the cross-compile environment and the mxe project is in a shared folder, at least stripping is not working because of an internal error of the shared filesystem. So the solution is to change the tmp-directory to a place inside the VM. | |||||
* | | qtbase: improve update macro | Mark Brand | 2015-10-16 | 1 | -1/+2 | |
| | | ||||||
* | | Update versions.json | MXEBot as Travis CI | 2015-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | harfbuzz: update | Mark Brand | 2015-10-16 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #940 from LuaAndC/decrease-cmake-version | Tony Theodore | 2015-10-16 | 1 | -4/+5 | |
|\ \ | | | | | | | Decrease cmake version and check for policies used | |||||
| * | | cmake test: use policy CMP0020 only if available | Boris Nagaev | 2015-10-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Policy CMP0020 was introduced in cmake 2.8.11. Debian CMake version 2.8.9 is sufficient for building Qt. See https://github.com/LuaAndC/mxe/commit/6133f6ec74aee1b5fa531782e585710 close #909 | |||||
| * | | cmake test: decrease min version 2.8.11 -> 2.8.9 | Boris Nagaev | 2015-10-16 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Debian Wheezy has CMake version 2.8.9 and it is sufficient for building Qt (version 2.8.11 was chosen as it is recommended by Qt docs). see #909 | |||||
* | | | Merge pull request #939 from LuaAndC/build-pkg-gtar | Tony Theodore | 2015-10-16 | 1 | -9/+26 | |
|\ \ \ | | | | | | | | | build-pkg: use gtar, gnutar, gmake, gnumake if available + improvements | |||||
| * | | | build-pkg: don't use numeric owner, group in tar | Boris Nagaev | 2015-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File ownership is set as string "root/root" in Debian files. So numeric owners are converted to strings anyway. On FreeBSD numeric group "0" is converted to "wheel" instead of "root". see #901 | |||||
| * | | | build-pkg: check-requirements before downloading | Boris Nagaev | 2015-10-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't wait for downloading completed if something is wrong with dependencies. see #908 | |||||
| * | | | build-pkg: use gmake or gnumake if available | Boris Nagaev | 2015-10-16 | 1 | -22/+23 | |
| | | | | | | | | | | | | | | | | | | | | see #901 see 4743e7939d10d9983e01f085c94b24e4c317811d | |||||
| * | | | build-pkg: use gtar or gnutar if available | Boris Nagaev | 2015-10-16 | 1 | -4/+19 | |
| |/ / | | | | | | | | | | close #901 | |||||
* | | | Merge pull request #933 from LuaAndC/fix-cmake-build | Tony Theodore | 2015-10-16 | 1 | -3/+15 | |
|\ \ \ | |/ / |/| | | cmake wrapper: don't pass -DCMAKE_TOOLCHAIN_FILE to cmake when with --build | |||||
| * | | cmake: no -DCMAKE_TOOLCHAIN_FILE with some options | Boris Nagaev | 2015-10-15 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake with a toolchain file doesn't work properly in some modes. * --build * --system-information * -E close #932 | |||||
* | | | Merge pull request #937 from saiarcot895/upstream-fix-qt-mysql-detection | Boris Nagaev | 2015-10-16 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Ensure that our mysql-config is used and not the system mysql-config … | |||||
| * | | Ensure that our mysql-config is used and not the system mysql-config when ↵ | Saikrishna Arcot | 2015-10-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | building Qt 5. | |||||
* | | | Merge pull request #936 from saiarcot895/upstream-fix-osg-patch | Timothy Gu | 2015-10-15 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix OpenSceneGraph patch. | |||||
| * | | | Fix OpenSceneGraph patch. | Saikrishna Arcot | 2015-10-15 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Update versions.json | MXEBot as Travis CI | 2015-10-15 | 1 | -24/+24 | |
| | | | ||||||
* | | | update qt5 modules | Mark Brand | 2015-10-15 | 25 | -202/+38 | |
|/ / | ||||||
* | | Update versions.json | MXEBot as Travis CI | 2015-10-14 | 1 | -1/+1 | |
| | |