summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * build-pkg: remove most of the COMMON_FILESTony Theodore2015-10-251-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 depsTony Theodore2015-10-251-1/+14
| |
| * 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-256-128/+1
| |
| * Makefile: enable target deps and native pkg build rulesTony Theodore2015-10-251-2/+18
|/
* box2d: fix case in subdirTony Theodore2015-10-241-1/+1
| | | | closes #954
* qtbase: rebase patchesMark Brand2015-10-231-22/+49
|
* tools: note source of make-shared-from-staticTony Theodore2015-10-221-0/+3
|
* vamp-plugin-sdk: use MAKE_SHARED_FROM_STATIC for shared buildTony Theodore2015-10-221-3/+8
|
* Update versions.jsonMXEBot as Travis CI2015-10-211-1/+1
|
* liblaxjson: update and use cmake build/install commandsTony Theodore2015-10-212-12/+40
| | | | still needs some work to provide static/shared as an option
* Update versions.jsonMXEBot as Travis CI2015-10-211-1/+1
|
* box2d: move to github and updateTony Theodore2015-10-211-13/+9
| | | | also fixes dll installation
* liblaxjson: fix installation directoriesTony Theodore2015-10-211-1/+8
|
* Merge pull request #945 from LuaAndC/fribidi-cmakeTony Theodore2015-10-191-0/+15
|\ | | | | add CMake module FindFriBiDi.cmake
| * add CMake module FindFriBiDi.cmakeBoris Nagaev2015-10-191-0/+15
|/ | | | | | Now the following CMake code finds FriBiDi: find_package(FriBiDi)
* Merge pull request #944 from LuaAndC/wt-websiteTony Theodore2015-10-191-1/+1
|\ | | | | change Wt homepage to http://www.webtoolkit.eu
| * change Wt homepage to http://www.webtoolkit.euBoris Nagaev2015-10-181-1/+1
|/ | | | witty.sourceforge.net redirects to www.webtoolkit.eu
* 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.
* Update versions.jsonMXEBot as Travis CI2015-10-171-1/+1
|
* 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
* Revert "boost pthreads qt sdl: disable cmake tests"Tony Theodore2015-10-174-8/+4
| | | | This reverts commit f1dd70802a4e20c0f8c849aa44f24651895c7cfc.
* remove strange quote from comment about MXE_TMPBoris Nagaev2015-10-161-1/+1
| | | | see #929
* Merge pull request #929 from kolewu/fix-tmpdirBoris Nagaev2015-10-161-1/+9
|\ | | | | add variable to define directory for tmp-directories
| * add variable to define directory for tmp-directoriesUwe Koloska2015-10-141-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 macroMark Brand2015-10-161-1/+2
| |
* | Update versions.jsonMXEBot as Travis CI2015-10-161-1/+1
| |
* | harfbuzz: updateMark Brand2015-10-161-2/+2
| |
* | Merge pull request #940 from LuaAndC/decrease-cmake-versionTony Theodore2015-10-161-4/+5
|\ \ | | | | | | Decrease cmake version and check for policies used
| * | cmake test: use policy CMP0020 only if availableBoris Nagaev2015-10-161-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.9Boris Nagaev2015-10-161-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-gtarTony Theodore2015-10-161-9/+26
|\ \ \ | | | | | | | | build-pkg: use gtar, gnutar, gmake, gnumake if available + improvements
| * | | build-pkg: don't use numeric owner, group in tarBoris Nagaev2015-10-161-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 downloadingBoris Nagaev2015-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't wait for downloading completed if something is wrong with dependencies. see #908
| * | | build-pkg: use gmake or gnumake if availableBoris Nagaev2015-10-161-22/+23
| | | | | | | | | | | | | | | | | | | | see #901 see 4743e7939d10d9983e01f085c94b24e4c317811d
| * | | build-pkg: use gtar or gnutar if availableBoris Nagaev2015-10-161-4/+19
| |/ / | | | | | | | | | close #901
* | | Merge pull request #933 from LuaAndC/fix-cmake-buildTony Theodore2015-10-161-3/+15
|\ \ \ | |/ / |/| | cmake wrapper: don't pass -DCMAKE_TOOLCHAIN_FILE to cmake when with --build
| * | cmake: no -DCMAKE_TOOLCHAIN_FILE with some optionsBoris Nagaev2015-10-151-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-detectionBoris Nagaev2015-10-161-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 Arcot2015-10-151-0/+1
| | | | | | | | | | | | building Qt 5.
* | | Merge pull request #936 from saiarcot895/upstream-fix-osg-patchTimothy Gu2015-10-151-1/+1
|\ \ \ | | | | | | | | Fix OpenSceneGraph patch.
| * | | Fix OpenSceneGraph patch.Saikrishna Arcot2015-10-151-1/+1
| |/ /
* | | Update versions.jsonMXEBot as Travis CI2015-10-151-24/+24
| | |
* | | update qt5 modulesMark Brand2015-10-1525-202/+38
|/ /
* | Update versions.jsonMXEBot as Travis CI2015-10-141-1/+1
| |