summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1445 from LuaAndC/build-pkg-ignore-gitignoreTony Theodore2016-07-201-1/+1
|\ | | | | build-pkg: do not omit gitignored files in usr
| * build-pkg: track all files including gitignoredBoris Nagaev2016-07-201-1/+1
|/ | | | See https://github.com/mxe/mxe/pull/1443#issuecomment-233181951
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-172-2/+2
|
* update qtxlsxwriterMark Brand2016-07-172-51/+4
| | | | Switched to de facto maintainer's fork.
* Merge pull request #1444 from tonytheodore/patch-gsedBoris Nagaev2016-07-171-4/+4
|\ | | | | patch.mk: portability fix for gsed
| * patch.mk: portability fix for gsedTony Theodore2016-07-171-4/+4
| |
* | Merge pull request #1371 from tonytheodore/qt-mkspecsTony Theodore2016-07-171-0/+7
|\ \ | | | | | | qt: symlink mkspecs/default
| * | qt: symlink mkspecs/defaultTony Theodore2016-07-171-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | On OSX, the default mkspec doesn't set `win32-g++` correctly. The following workarounds are possible: - set `QMAKESPEC` env var - use `-spec` command line option - set `CONFIG+=` - symlink mkspecs/default The internal build of qt always seems to use the `-spec` option, but that doesn't solve the default case - the symlink approach used on linux appears to always work. closes #1379
* | Merge pull request #1436 from tonytheodore/host-toolsTony Theodore2016-07-178-47/+221
|\ \ | | | | | | host-toolchain plugin: build qt5 test, cmake, and pkgconf, add `make` binary download
| * | host-toolchain plugin: use new BUILD_DIR, SOURCE_DIR, $(PKG)_PATCHES variablesTony Theodore2016-07-165-37/+34
| | |
| * | host-toolchain plugin: add pkgconf/pkg-configTony Theodore2016-07-162-0/+58
| | |
| * | host-toolchain plugin: improve READMETony Theodore2016-07-161-19/+28
| | |
| * | host-toolchain plugin: binary compare gcc cross and host outputTony Theodore2016-07-162-3/+14
| | |
| * | host-toolchain plugin: add cmake notesTony Theodore2016-07-161-0/+22
| | |
| * | host-toolchain plugin: build qt5 test and cmake, add `make` binary downloadTony Theodore2016-07-166-17/+94
| | |
* | | Merge pull request #1442 from tonytheodore/qt5-pkgconfig-debugTony Theodore2016-07-1738-110/+108
|\ \ \ | |_|/ |/| | qt5: fix pkg-config files and enable debug variants
| * | qt5 virtual pkg: only include pkgs inheriting from qtbaseTony Theodore2016-07-161-1/+1
| | | | | | | | | | | | other pkgs may depend on qtbase and not be part of the modules
| * | qt5 modules: remove disabled debug workaround for *.pc filesTony Theodore2016-07-1634-102/+34
| | |
| * | qtbase: fix pkgconfig files and enable debug variantsTony Theodore2016-07-162-7/+71
| | | | | | | | | | | | fixes #1316
| * | Makefile: add BUILD_TYPE [debug | release] varaibles for pkg build rulesTony Theodore2016-07-161-0/+2
|/ /
* | Merge pull request #1441 from LuaAndC/fix-cegui-after-freeglut-updateTony Theodore2016-07-161-0/+22
|\ \ | |/ |/| freeglut: add glu to requirements in .pc file
| * freeglut: add glu to requirements in .pc fileBoris Nagaev2016-07-161-0/+22
|/ | | | | | Fix https://github.com/mxe/mxe/issues/1434 See https://github.com/mxe/mxe/pull/1429 See http://stackoverflow.com/a/17451000
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-162-4/+15
|
* Merge pull request #1440 from LuaAndC/yaml-cppTony Theodore2016-07-164-0/+70
|\ | | | | add yaml-cpp (second attempt)
| * yaml-cpp: add testBoris Nagaev2016-07-152-0/+13
| |
| * yaml-cpp: install .pc fileBoris Nagaev2016-07-151-0/+29
| |
| * index.html: description of yaml-cpp from upstreamBoris Nagaev2016-07-151-1/+1
| |
| * yaml-cpp: add dependency on boostBoris Nagaev2016-07-151-1/+1
| | | | | | | | | | | | | | | | | | Shared targets were broken. It tries to find boost which is not declared as a dependency of yaml-cpp. The upstream says "yaml-cpp 0.5.3 has been released! This is a bug fix release. It also will be the last release that uses Boost; futures releases will require C++11 instead." Build log: https://gist.github.com/2e8ada031d3ffd37f4a06324908a4d4a
| * yaml-cpp: install with -j 1Boris Nagaev2016-07-151-1/+1
| |
| * yaml-cpp: use CMAKE_SHARED_BOOL variableBoris Nagaev2016-07-151-1/+1
| |
| * yaml-cpp: use SOURCE_DIR and BUILD_DIR variablesBoris Nagaev2016-07-151-4/+5
| |
| * yaml-cpp: use cmake wrapperBoris Nagaev2016-07-151-2/+1
| |
| * yaml-cpp: provide updaterBoris Nagaev2016-07-151-0/+4
| |
| * yaml-cpp: rename file to yaml-cpp-$VERSION.tar.gzBoris Nagaev2016-07-151-2/+2
| |
| * Adds yaml-cppNick Overdijk2016-07-152-0/+24
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-162-2/+2
| |
* | Merge pull request #1439 from LuaAndC/update-wt-3.3.6Tony Theodore2016-07-162-7/+12
|\ \ | | | | | | Update Wt from 3.3.5 to 3.3.6
| * | update wt: 3.3.5 -> 3.3.6Boris Nagaev2016-07-151-2/+2
| | |
| * | wt: fix updaterBoris Nagaev2016-07-131-3/+4
| | | | | | | | | | | | Use github tags and filter out tags like *-rc* tags (e.g. "3.3.6-rc2").
| * | refactor macro MXE_GET_GITHUB_ALL_TAGSBoris Nagaev2016-07-131-2/+6
| |/ | | | | | | It is needed to get full list of tags and apply grep or sed manually.
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-152-8/+8
| |
* | update: freetypeMark Brand2016-07-151-2/+2
| |
* | update: libgcrypt, libgpg_errorMark Brand2016-07-152-4/+4
|/
* Merge pull request #1391 from darealshinji/poppler-sharedTony Theodore2016-07-151-67/+44
|\ | | | | poppler: enable .dll builds
| * poppler: enable DLL buildsdarealshinji2016-07-152-76/+50
| |
* | tools/copydlldeps: removing exit 0 at the endLars Engelhard2016-07-151-2/+0
| |
* | tools/copydlldeps: introducing excludepattern and whitelist of DLLsLars2016-07-152-32/+102
| |
* | tools/copydlldeps: multiCall + case insensitivityLars2016-07-152-58/+69
| |
* | Merge pull request #1438 from LuaAndC/cgal-staticTony Theodore2016-07-151-2/+2
|\ \ | | | | | | cgal: build static libraries for static targets
| * | cgal: build static libraries for static targetsBoris Nagaev2016-07-151-1/+1
| | | | | | | | | | | | fix #1402