summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-082-4/+4
|
* update: curl libpngMark Brand2016-08-082-4/+4
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-082-2/+2
|
* sqlite: updateMark Brand2016-08-081-2/+2
|
* Merge pull request #1480 from tonytheodore/host-prefixBoris Nagaev2016-08-082-2/+14
|\ | | | | host-tools plugin: install prefixed binutils and strip binaries
| * host-tools plugin: install prefixed binutils and strip binariesTony Theodore2016-08-082-2/+14
|/
* Merge pull request #1479 from tonytheodore/host-sharedTony Theodore2016-08-074-5/+39
|\ | | | | host-toolchain plugin: fix shared libgcc and qt tools
| * host-toolchain plugin: fix shared libgcc and qt toolsTony Theodore2016-08-064-5/+39
| | | | | | | | | | | | add winpthreads until gcc is built once per arch #1019 fixes #950
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-062-2/+2
| |
* | Merge pull request #1478 from tonytheodore/gcc-494Boris Nagaev2016-08-063-2/+5
|\ \ | |/ |/| update gcc 4.9.3 --> 4.9.4
| * update gcc 4.9.3 --> 4.9.4Tony Theodore2016-08-053-2/+5
| | | | | | | | | | Tested on all four targets, list of changes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.4
* | Merge pull request #1458 from fiendish/proper_lua_dll_nameTony Theodore2016-08-062-3/+4
|\ \ | |/ |/| Windows Lua DLLs should not start with "lib"
| * Use official Lua DLL version namingfiendish2016-07-272-3/+4
| |
* | Merge pull request #1473 from LuaAndC/build-pkg-fix-if-1st-pass-breaksBoris Nagaev2016-08-031-4/+7
|\ \ | | | | | | build-pkg: fix crash if package breaks in 1st pass
| * | build-pkg: fix crash if package breaks in 1st passBoris Nagaev2016-08-021-4/+7
| | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1471
* | | Merge pull request #1472 from LuaAndC/rtrim-logTony Theodore2016-08-031-4/+9
|\ \ \ | |/ / |/| | remove trailing spaces from main log
| * | remove trailing spaces from main logBoris Nagaev2016-08-021-4/+9
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-022-7/+7
| |
* | Merge pull request #1447 from Quintus/cegui-0.8Tony Theodore2016-08-023-65/+174
|\ \ | | | | | | Upgrade CEGUI to 0.8.7
| * \ Merge branch 'Quintus-cegui-0.8' of git://github.com/tonytheodore/mxe into ↵Quintus2016-08-02120-179/+234
| |\ \ | | | | | | | | | | | | cegui-0.8
| | * \ Merge branch 'master' into Quintus-cegui-0.8Tony Theodore2016-08-02117-125/+125
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1468 from dl5rcw/masterTony Theodore2016-08-021-1/+1
|\ \ \ \ | | | | | | | | | | fix for #1462 where qt3d failed to build on JOBS := 4
| * | | | fix for #1462 where qt3d failed to build on JOBS := 4dl5rcw2016-07-301-1/+1
| | | | |
* | | | | Merge pull request #1469 from LuaAndC/no2Tony Theodore2016-08-02116-124/+124
|\ \ \ \ \ | | | | | | | | | | | | use $(TEST_FILE) instead of $(2).c and other
| * | | | | use $(TEST_FILE) instead of $(2).c and otherBoris Nagaev2016-07-30116-124/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following script was applied: set -xue find src/ plugins/ -name '*.mk' -type f > mks # special cases for test file: # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \ src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \ src/qt.mk plugins/examples/custom-qt-min/overrides.mk sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \ -i src/{sdl_image,sdl_sound}.mk # check for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do ! grep -q '$(2)' "${base}.mk" done # other $(2) sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks) # check ! grep '$(2)' $(cat mks) See https://github.com/mxe/mxe/issues/1452
| | | | * | cegui: separate shared/static builds and manually configure pc filesTony Theodore2016-08-022-1/+100
| | | | | |
| | | | * | cegui: switch to tracking dev branchTony Theodore2016-08-022-57/+13
| | | | | |
| | | | * | Merge branch 'cegui-0.8' of https://github.com/Quintus/mxe into ↵Tony Theodore2016-07-313-65/+119
| | | | |\ \ | |_|_|/ / / |/| | | / / | | | |/ / Quintus-cegui-0.8
| | | * | Enable CEGUI OpenGL3, Direct3D9, Direct3D10 renderers.Quintus2016-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | They build just fine. The Direct3D11 renderer fails to build with an include error and hence has not been enabled.
| | | * | Check explicitely for MinGW in CEGUI pkg-config patch.Quintus2016-07-301-1/+1
| | | | |
| | | * | Merge branch 'Quintus-cegui-0.8' of git://github.com/tonytheodore/mxe into ↵Quintus2016-07-305-63/+67
| | | |\ \ | | | | | | | | | | | | | | | | | | cegui-0.8
| | | | * | cegui: enable shared and x86_64 buildsTony Theodore2016-07-291-6/+3
| | | | | |
| | | | * | cegui: reformat and remove freetype2 workaroundTony Theodore2016-07-291-17/+8
| | | | | |
| | | | * | cegui: fix test and miminise invocationTony Theodore2016-07-292-6/+4
| | | | | |
| | | | * | cegui: unify patchesTony Theodore2016-07-294-34/+52
| | | | | |
| | | | * | Merge branch 'cegui-0.8' of https://github.com/Quintus/mxe into ↵Tony Theodore2016-07-294-59/+109
| | | | |\ \ | | | |/ / / | | |/| | | | | | | | | Quintus-cegui-0.8
| | | * | | Merge branch 'freetype-cmake' of git://github.com/tonytheodore/mxe into ↵Quintus2016-07-301-1/+3
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | cegui-0.8
| | | * \ \ \ Merge remote-tracking branch 'upstream/master' into cegui-0.8Quintus2016-07-2918-57/+1891
| | | |\ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Patch CEGUI build system to build the pkg-config filesQuintus2016-07-292-0/+14
| | | | | |
| | | * | | Fix glew build problems.Quintus2016-07-293-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cf. upstream ticket at <https://bitbucket.org/cegui/cegui/issues/1131/opengl-renderers-fail-to-crosscompile-due>.
| | | * | | Start work to upgrade to CEGUI 0.8.x.Quintus2016-07-193-59/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build fails in the OpenGL parser with "_imp__" errors in GLEW currently.
* | | | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-312-4/+4
| | | | | |
* | | | | | update: curl, libidnMark Brand2016-07-312-4/+4
|/ / / / /
* | | | | Merge pull request #1465 from tonytheodore/freetype-cmakeTony Theodore2016-07-301-1/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | FindFreetype.cmake: add INCLUDE_DIR
| * | | FindFreetype.cmake: add INCLUDE_DIRTony Theodore2016-07-291-1/+3
|/ / /
* | | Merge pull request #1457 from LuaAndC/poppler-after-mman-win32Boris Nagaev2016-07-281-0/+26
|\ \ \ | | | | | | | | poppler: do not try to use mman.h
| * | | poppler: do not try to use mman.hBoris Nagaev2016-07-271-0/+26
| | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1455
* | | | Merge pull request #1459 from spthaolt/1374_problem_compiling_aubioBoris Nagaev2016-07-271-0/+1
|\ \ \ \ | |/ / / |/| | | Solved #1374 problem compiling aubio
| * | | Solved #1374 problem compiling aubioThao le2016-07-271-0/+1
|/ / /
* | | Merge pull request #1456 from LuaAndC/masterTony Theodore2016-07-272-0/+21
|\ \ \ | | | | | | | | add Issue and Pull Request templates