summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build-pkg: implement toposort internallyBoris Nagaev2016-01-011-17/+50
| | | | Instead of invoking tsort tool.
* build-pkg: check toposortBoris Nagaev2016-01-011-0/+25
|
* build-pkg: check each item builds one packageBoris Nagaev2016-01-011-0/+19
|
* Merge pull request #1110 from LuaAndC/alure-add-dep-mpg123Tony Theodore2015-12-311-1/+1
|\ | | | | add mpg123 to alure's dependencies
| * add mpg123 to alure's dependenciesBoris Nagaev2015-12-301-1/+1
| | | | | | | | fix #1108
* | Update versions.jsonMXEBot as Travis CI2015-12-311-1/+1
| |
* | Merge pull request #1113 from LuaAndC/update-gtk2-2.24.28Tony Theodore2015-12-312-106/+76
|\ \ | | | | | | Update gtk2 to 2.24.28
| * | update gtk2 from 2.24.22 to 2.24.29Boris Nagaev2015-12-302-29/+29
| | | | | | | | | | | | | | | | | | Rebase all patches. fix #1112
| * | cleanup gtk2-1-fixes.patchBoris Nagaev2015-12-301-88/+58
| |/ | | | | | | | | | | $ tools/patch-tool-mxe init gtk2 $ tools/patch-tool-mxe import gtk2 $ tools/patch-tool-mxe export gtk2
* | Merge pull request #1115 from tonytheodore/lapack-caseTimothy Gu2015-12-311-2/+2
|\ \ | |/ |/| lapack: fix case change in 3.6.0 update
| * lapack: fix case change in 3.6.0 updateTony Theodore2015-12-311-2/+2
|/ | | | fixes #1114
* armadillo: remove outdated boost dependencyTony Theodore2015-12-291-5/+3
| | | | closes #1102
* Merge pull request #1105 from LuaAndC/agg-siteTony Theodore2015-12-282-2/+2
|\ | | | | agg: replace broken site antigrain.com with mirror
| * agg: replace broken site antigrain.com with mirrorBoris Nagaev2015-12-272-2/+2
| | | | | | | | fix #1077
* | Merge pull request #1107 from LuaAndC/boost-remove-unneeded-patchTony Theodore2015-12-281-27/+0
|\ \ | | | | | | boost: remove unneeded patch "Fixed case sensetive for linux mingw"
| * | boost: remove unneeded patch "Fixed case sensetive for linux mingw"Boris Nagaev2015-12-271-27/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Currently boost-1-fixes.patch contain my patch: boostorg/interprocess#23 > This patch is not necessary, because BOOST_USE_WINDOWS_H not defined: > > #ifdef BOOST_USE_WINDOWS_H > #include <windows.h> > > # if defined(BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME) > # include <Wbemidl.h> > # include <Objbase.h> > # endif > > #include <Shlobj.h> > #endif > > so case sensitivity for headers is irrelevant. Previously pull > boostorg/interprocess#15 is obsolete for boost-1.60. https://github.com/mxe/mxe/issues/1104#issuecomment-167437968
* | Merge pull request #1099 from tonytheodore/git-hashBoris Nagaev2015-12-271-2/+11
|\ \ | |/ |/| Add git commit hash to log and build message
| * Add git commit hash to log and build messageTony Theodore2015-12-271-2/+11
|/ | | | | | | | * use short form for build status * use full hash and refs for logs * add `TERM` to env whitelist (`git log` assumes a terminal) closes #1095
* Update versions.jsonMXEBot as Travis CI2015-12-261-5/+5
|
* Merge pull request #1101 from tonytheodore/boost-and-depsTony Theodore2015-12-267-1782/+75
|\ | | | | Boost Updates
| * libtorrent-rasterbar: update 1.0.6 --> 1.0.7Tony Theodore2015-12-251-2/+2
| | | | | | | | tested on all four targets
| * assimp: update 3.1.1 --> 3.2Tony Theodore2015-12-252-69/+4
| | | | | | | | tested on all four targets
| * armadillo: update 4.550.1 --> 6.400.3Tony Theodore2015-12-251-2/+2
| | | | | | | | | | | | tested on all four targets closes #1075
| * lapack: update 3.5.0 --> 3.6.0Tony Theodore2015-12-251-2/+2
| | | | | | | | tested on all four targets
| * boost: update 1.57.0 --> 1.60.0Tony Theodore2015-12-252-1707/+65
|/ | | | tested on all four targets
* Merge pull request #1100 from LuaAndC/freeimage-consolidateTony Theodore2015-12-242-31/+29
|\ | | | | patches of freeimage: consolidate and find authors
| * freeimage: find authors of two patchesBoris Nagaev2015-12-241-2/+2
| | | | | | | | | | * "include string.h for memset" was added in 2eb0615d46f * "mingw-w64 fixes" was added in 5390e5203e5
| * freeimage: consolidate patchesBoris Nagaev2015-12-242-31/+29
|/
* Merge pull request #1098 from fiesh/freeimageplusBoris Nagaev2015-12-242-1/+18
|\ | | | | fix freeimage build
| * fix freeimage buildfiesh2015-12-242-1/+18
| | | | | | | | | | Add the FREEIMAGE_LIB define in order to keep the build process from defining dllspec specifications. Remove -fPIC to fix a warning.
* | Merge pull request #1090 from LuaAndC/fix-vtk-in-bad-dirTony Theodore2015-12-2312-2458/+624
|\ \ | | | | | | vtk, vtk6: consolidate patches, remove unneeded changes, fix cmake error
| * | vtk6: consolidate patchesBoris Nagaev2015-12-203-65/+86
| | |
| * | vtk: use STREQUAL, not MATCHES to compare pathsBoris Nagaev2015-12-201-0/+75
| | | | | | | | | | | | fix #1087
| * | vtk patch: remove style fixesBoris Nagaev2015-12-201-1970/+8
| | |
| * | vtk: consolidate patchesBoris Nagaev2015-12-208-294/+326
| | |
* | | Merge pull request #1097 from tonytheodore/dollarTony Theodore2015-12-231-0/+5
|\ \ \ | | | | | | | | Makefile: error on paths with dollar signs
| * | | Makefile: error on paths with dollar signsTony Theodore2015-12-221-0/+5
|/ / / | | | | | | | | | see #1085
* | | Merge pull request #1093 from LuaAndC/fix-opencv-in-bad-dirTony Theodore2015-12-221-0/+66
|\ \ \ | |/ / |/| | opencv: fix CMake error if a directory contains ++
| * | opencv: fix CMake error if a directory contains ++Boris Nagaev2015-12-201-0/+66
|/ / | | | | | | fix #1091
* | libass: remove obsolete --disable-enca optionTony Theodore2015-12-201-1/+0
| | | | | | | | See: https://github.com/mxe/mxe/pull/912#issuecomment-146729301
* | Makefile: add link to gmake issue with spaces in filenamesTony Theodore2015-12-201-0/+2
| |
* | Merge pull request #1078 from LuaAndC/fix-libmysqlclient-in-bad-dirTony Theodore2015-12-171-59/+59
|\ \ | | | | | | Fix libmysqlclient if MXE's path contain special characters
| * | fix libmysqlclient if path contains ++Boris Nagaev2015-12-161-0/+23
| | | | | | | | | | | | fix #1030
| * | cleanup libmysqlclient-1-fixes.patchBoris Nagaev2015-12-161-59/+36
| | | | | | | | | | | | | | | | | | $ tools/patch-tool-mxe init libmysqlclient $ tools/patch-tool-mxe import libmysqlclient $ tools/patch-tool-mxe export libmysqlclient
* | | Merge pull request #1064 from fiesh/freeimageplusTony Theodore2015-12-172-1/+37
|\ \ \ | |/ / |/| / | |/ also build and install FreeImagePlus
| * also build and install FreeImagePlusfiesh2015-12-172-1/+37
| |
* | exiv2: add missing mman-win32 dependencyTony Theodore2015-12-161-1/+1
| |
* | Merge pull request #1073 from tonytheodore/docsTony Theodore2015-12-162-11/+14
|\ \ | | | | | | doc updates: fix typo, update package counts, note posix threads support
| * | doc updates: fix typo, update package counts, note posix threads supportTony Theodore2015-12-162-11/+14
|/ / | | | | | | see #1066
* | Merge pull request #1071 from LuaAndC/build-pkg-dummy-for-requirementsbuild-2015-12-16Tony Theodore2015-12-161-1/+5
|\ \ | | | | | | build-pkg: fix .deb installation