summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-292-2/+2
|
* nettle: updateMark Brand2016-01-292-27/+4
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-282-2/+2
|
* openssl: updateMark Brand2016-01-281-2/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-272-8/+8
|
* curl: updateMark Brand2016-01-271-2/+2
|
* binutils: updateMark Brand2016-01-271-2/+2
|
* Merge pull request #1203 from LuaAndC/build-pkg-mxe-dirTony Theodore2016-01-271-7/+8
|\ | | | | build-pkg: set MXE_DIR automatically
| * build-pkg: set MXE_DIR automaticallyBoris Nagaev2016-01-251-7/+8
| | | | | | | | | | | | | | Produce a warning if MXE_DIR != /usr/lib/mxe When making a debug build, it is better to get a warning than set MXE_DIR manually each time.
* | Merge pull request #1202 from LuaAndC/fix-gitkeep-in-readonlyTony Theodore2016-01-271-1/+3
|\ \ | |/ |/| mxe-conf: prevent touching a file in readonly dir
| * mxe-conf: prevent touching a file in readonly dirBoris Nagaev2016-01-251-1/+3
|/ | | | fix #1199
* gcc plugin: rename gcc52 to gcc5 and update 5.2.0 --> 5.3.0Tony Theodore2016-01-211-4/+4
|
* mxe-conf: fix for touchin readonly directoryTony Theodore2016-01-211-1/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-202-2/+2
|
* sqlite: updateMark Brand2016-01-201-2/+2
|
* Merge pull request #1191 from LuaAndC/build-pkg-only-deps3Tony Theodore2016-01-201-45/+154
|\ | | | | build-pkg: detect undeclared dependencies
| * build-pkg: ignore installed/.gitkeep fileBoris Nagaev2016-01-171-1/+1
| | | | | | | | | | | | | | It produced the following erroneous warning: > Item x86_64-unknown-linux-gnu~mxe-conf > built item x86_64-unknown-linux-gnu~.gitkeep.
| * build-pkg: log and remove empty directoriesBoris Nagaev2016-01-171-0/+17
| |
| * build-pkg: touch usr/*/installed/* in build orderBoris Nagaev2016-01-171-6/+30
| | | | | | | | See https://git.io/vuDJY
| * build-pkg: refactor function makeItem2Index()Boris Nagaev2016-01-171-7/+10
| |
| * build-pkg: prevent accidental rebuildsBoris Nagaev2016-01-171-0/+4
| | | | | | | | touch all installed/* files after checkout.
| * build-pkg: resolve merge conflicts manuallyBoris Nagaev2016-01-171-3/+22
| | | | | | | | | | | | | | `git merge -s recursive -X ours` turned out to fail on binary files. (I can't reproduce this behaviour in test repo, maybe it is Git's bug.) So I switched to `checkout --ours`, which worked in that case.
| * build-pkg: reorder functionsBoris Nagaev2016-01-171-6/+6
| | | | | | | | gitCheckout() will use gitCommit()
| * build-pkg: check exit status of "git commit"Boris Nagaev2016-01-171-2/+4
| |
| * build-pkg: make sure checkout and merge succeedBoris Nagaev2016-01-171-3/+3
| |
| * build-pkg: merge "resolves" conflictsBoris Nagaev2016-01-171-9/+5
| | | | | | | | | | | | | | | | | | | | | | Result of build by previous commit: https://gist.github.com/32309209c467853deedc If a conflict happens, build-pkg should "resolve" it by selecting one of versions. Git has a merge strategy "recursive" with an option "ours" which does exactly what is needed but works only for two heads. That is why multi-merge was replaced by multiple merges of two heads.
| * build-pkg: make pkg without independent packagesBoris Nagaev2016-01-171-1/+41
| | | | | | | | | | | | | | This is an implementation of detection of undeclared requiremenets using Git branches. See #1111
| * build-pkg: check-requirements MXE_TARGETS=...Boris Nagaev2016-01-171-1/+2
| | | | | | | | | | | | | | | | | | check-requirements creates directories usr/<target> for all targets. By default, MXE_TARGETS=i686-w64-mingw32.static, so it creates a directory for i686-w64-mingw32.static only. (Currently this doesn't affect history in usr/.git as git ignores empty directories.)
| * build-pkg: make sure usr/.git doesn't existBoris Nagaev2016-01-171-0/+1
| |
| * build-pkg: move git user config to varBoris Nagaev2016-01-171-3/+3
| |
| * build-pkg: fix warnings of LuaCheckBoris Nagaev2016-01-171-24/+26
| | | | | | | | Warnings fixed: https://gist.github.com/b563dfd7708e1ef209b4
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-201-6/+6
| |
* | devil: enable shared and x86_64 buildsTony Theodore2016-01-201-9/+5
| | | | | | | | | | | | | | | | see also: * #295 * https://github.com/DentonW/DevIL/issues/29 closes #1188
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-202-2/+2
| |
* | Merge pull request #1192 from colinbourassa/libcomm14cux_2.1.1_updateTimothy Gu2016-01-201-2/+2
|\ \ | | | | | | Update libcomm14cux to 2.1.1
| * | Update libcomm14cux to 2.1.1Colin Bourassa2016-01-201-2/+2
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-172-2/+2
| |
* | jpeg: updateMark Brand2016-01-171-2/+2
|/
* add gnu patch to native pluginsTony Theodore2016-01-171-0/+30
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-162-2/+2
|
* libpng: updateMark Brand2016-01-161-2/+2
|
* Merge pull request #1183 from tonytheodore/gnutls-libidnmabrand2016-01-151-1/+1
|\ | | | | gnutls: add missing libidn dependency
| * gnutls: add missing libidn dependencyTony Theodore2016-01-151-1/+1
|/ | | | fixes #1181
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-142-2/+2
|
* sqlite: updateMark Brand2016-01-141-2/+2
|
* update luarocks from 2.2.2 to 2.3.0Boris Nagaev2016-01-132-13/+21
|
* luarocks: unify the patchBoris Nagaev2016-01-131-6/+6
|
* luarocks wrapper: exit with non-zero on failureBoris Nagaev2016-01-131-0/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-01-132-2/+2
|
* pcre: updateMark Brand2016-01-131-2/+2
|