summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | factor out var WGET_TOOL from WGETBoris Nagaev2017-05-181-1/+2
|/ / / | | | | | | | | | | | | | | | | | | It is needed to specify a path to custom wget binary without removing the argument passed by WGET (--user-agent). Also can be used to add --no-check-certificate back.
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-182-2/+2
| | |
* | | Merge pull request #1760 from LuaAndC/sfml-2.4.2Boris Nagaev2017-05-182-2/+3
|\ \ \ | | | | | | | | sfml: update to 2.4.2
| * | | sfml: update to 2.4.2Boris Nagaev2017-05-181-2/+2
| | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1759
| * | | travis: use Trusty image to get newer wgetBoris Nagaev2017-05-181-0/+1
|/ / / | | | | | | | | | | | | And to deal with sources using Let's Encrypt. See https://github.com/mxe/mxe/pull/1760#issuecomment-299250396
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-122-2/+2
| | |
* | | update vmimeMark Brand2017-05-121-2/+2
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-05-072-8/+8
| | |
* | | update: freetds, lzma, qtxlsxwriter, vmimeMark Brand2017-05-074-8/+8
| | |
* | | Merge pull request #1757 from LuaAndC/fix-gnutlsmabrand2017-05-071-11/+27
|\ \ \ | | | | | | | | Fix gnutls.pc
| * | | gnutls.pc: hardcode -lunistring -liconvBoris Nagaev2017-05-021-0/+20
| | | | | | | | | | | | | | | | fix https://github.com/mxe/mxe/issues/1753
| * | | gnutls: unify patchBoris Nagaev2017-05-021-12/+8
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-302-4/+4
| | |
* | | update: gnutls, vmimeMark Brand2017-04-303-12/+12
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-272-2/+2
| | |
* | | Merge pull request #1750 from mgeier/libsndfile-1.0.28Boris Nagaev2017-04-271-2/+2
|\ \ \ | | | | | | | | Update libsndfile to version 1.0.28
| * | | Update libsndfile to version 1.0.28Matthias Geier2017-04-271-2/+2
|/ / /
* | | Merge pull request #1748 from mmassing/vtk_detect_gcc6_version_patchBoris Nagaev2017-04-261-3/+21
|\ \ \ | | | | | | | | vtk: Fix compilation on build systems with gcc 6
| * | | vtk: Fix compilation on build systems with gcc 6Manuel Massing2017-04-251-3/+21
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-192-4/+4
| | |
* | | update: curl, dbusMark Brand2017-04-192-4/+4
| | |
* | | Merge pull request #1740 from tonytheodore/local-pkgTony Theodore2017-04-052-2/+7
|\ \ \ | |/ / |/| | Makefile: explicitly set .DEFAULT_GOAL for LOCAL_PKG_LIST
| * | Makefile: explicitly set .DEFAULT_GOAL for LOCAL_PKG_LISTTony Theodore2017-04-022-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `.DEFAULT_GOAL` [special variable] instead of `.DEFAULT` [built-in target] as the latter depends on include order and can cause confusing behaviour. `LOCAL_PKG_LIST` was [broken] in #1729 and this allows for any current `settings.mk` to work correctly. Should also fix #1264 and #1267 since MXE isn't going to include any other files that set this variable in a surprising way. [special variable]:https://www.gnu.org/software/make/manual/make.html#Special-Variables [built-in target]:https://www.gnu.org/software/make/manual/make.html#Special-Targets [broken]:https://github.com/mxe/mxe/commit/1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-022-3/+14
| | |
* | | Merge pull request #1709 from sibuserv/add-qcaTony Theodore2017-04-025-0/+138
|\ \ \ | |/ / |/| | add package qca
| * | qca: suppress build for static targetsBoris Pek2017-03-301-0/+2
| | |
| * | qca: cosmetic changesBoris Pek2017-03-302-9/+7
| | |
| * | qca: more testsBoris Pek2017-03-292-0/+29
| | |
| * | qca: improve testsBoris Pek2017-03-292-10/+8
| | |
| * | qca: improve testsBoris Pek2017-03-292-7/+8
| | |
| * | qca: install pkg-config file and add testTony Theodore2017-03-292-0/+31
| | | | | | | | | | | | N.B. test fails with undefined references
| * | qca: use GH_CONFTony Theodore2017-03-291-9/+1
| | |
| * | qca: add testBoris Pek2017-03-243-0/+58
| | |
| * | qca: small improvementsBoris Pek2017-03-141-7/+5
| | |
| * | add package qcaBoris Pek2017-03-091-0/+31
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-022-2/+2
| | |
* | | Merge pull request #1739 from LuaAndC/wt-337Tony Theodore2017-04-022-17/+18
|\ \ \ | | | | | | | | update wt to 3.3.7
| * | | update wt to 3.3.7Boris Nagaev2017-04-012-17/+18
| | | |
* | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-012-5/+16
| | | |
* | | | Merge pull request #1707 from sibuserv/add-tidyBoris Nagaev2017-04-012-0/+79
|\ \ \ \ | |/ / / |/| | | add package tidy-html5
| * | | tidy-html5: fix few more cavilsBoris Pek2017-04-012-2/+1
| | | |
| * | | tidy-html5: do not install tidy.exeBoris Pek2017-04-011-0/+1
| | | |
| * | | tidy-html5: add testBoris Pek2017-04-012-0/+57
| | | |
| * | | tidy-html5: small improvements in packageBoris Pek2017-04-011-13/+4
| | | |
| * | | add package tidy-html5Boris Pek2017-04-011-0/+31
|/ / /
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-04-012-5/+16
| | |
* | | Merge pull request #1706 from sibuserv/add-libomemoBoris Nagaev2017-04-014-9/+96
|\ \ \ | | | | | | | | Add libomemo and update mxml
| * | | libomemo: cosmetic changesBoris Pek2017-03-301-6/+6
| | | |
| * | | libomemo: add testBoris Pek2017-03-293-0/+67
| | | |
| * | | mxml: update WEBSITEBoris Pek2017-03-291-1/+1
| | | |