Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-29 | 2 | -2/+2 |
| | |||||
* | nettle: update | Mark Brand | 2016-01-29 | 2 | -27/+4 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-28 | 2 | -2/+2 |
| | |||||
* | openssl: update | Mark Brand | 2016-01-28 | 1 | -2/+2 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-27 | 2 | -8/+8 |
| | |||||
* | curl: update | Mark Brand | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | binutils: update | Mark Brand | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1203 from LuaAndC/build-pkg-mxe-dir | Tony Theodore | 2016-01-27 | 1 | -7/+8 |
|\ | | | | | build-pkg: set MXE_DIR automatically | ||||
| * | build-pkg: set MXE_DIR automatically | Boris Nagaev | 2016-01-25 | 1 | -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-readonly | Tony Theodore | 2016-01-27 | 1 | -1/+3 |
|\ \ | |/ |/| | mxe-conf: prevent touching a file in readonly dir | ||||
| * | mxe-conf: prevent touching a file in readonly dir | Boris Nagaev | 2016-01-25 | 1 | -1/+3 |
|/ | | | | fix #1199 | ||||
* | gcc plugin: rename gcc52 to gcc5 and update 5.2.0 --> 5.3.0 | Tony Theodore | 2016-01-21 | 1 | -4/+4 |
| | |||||
* | mxe-conf: fix for touchin readonly directory | Tony Theodore | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-20 | 2 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2016-01-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1191 from LuaAndC/build-pkg-only-deps3 | Tony Theodore | 2016-01-20 | 1 | -45/+154 |
|\ | | | | | build-pkg: detect undeclared dependencies | ||||
| * | build-pkg: ignore installed/.gitkeep file | Boris Nagaev | 2016-01-17 | 1 | -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 directories | Boris Nagaev | 2016-01-17 | 1 | -0/+17 |
| | | |||||
| * | build-pkg: touch usr/*/installed/* in build order | Boris Nagaev | 2016-01-17 | 1 | -6/+30 |
| | | | | | | | | See https://git.io/vuDJY | ||||
| * | build-pkg: refactor function makeItem2Index() | Boris Nagaev | 2016-01-17 | 1 | -7/+10 |
| | | |||||
| * | build-pkg: prevent accidental rebuilds | Boris Nagaev | 2016-01-17 | 1 | -0/+4 |
| | | | | | | | | touch all installed/* files after checkout. | ||||
| * | build-pkg: resolve merge conflicts manually | Boris Nagaev | 2016-01-17 | 1 | -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 functions | Boris Nagaev | 2016-01-17 | 1 | -6/+6 |
| | | | | | | | | gitCheckout() will use gitCommit() | ||||
| * | build-pkg: check exit status of "git commit" | Boris Nagaev | 2016-01-17 | 1 | -2/+4 |
| | | |||||
| * | build-pkg: make sure checkout and merge succeed | Boris Nagaev | 2016-01-17 | 1 | -3/+3 |
| | | |||||
| * | build-pkg: merge "resolves" conflicts | Boris Nagaev | 2016-01-17 | 1 | -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 packages | Boris Nagaev | 2016-01-17 | 1 | -1/+41 |
| | | | | | | | | | | | | | | This is an implementation of detection of undeclared requiremenets using Git branches. See #1111 | ||||
| * | build-pkg: check-requirements MXE_TARGETS=... | Boris Nagaev | 2016-01-17 | 1 | -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 exist | Boris Nagaev | 2016-01-17 | 1 | -0/+1 |
| | | |||||
| * | build-pkg: move git user config to var | Boris Nagaev | 2016-01-17 | 1 | -3/+3 |
| | | |||||
| * | build-pkg: fix warnings of LuaCheck | Boris Nagaev | 2016-01-17 | 1 | -24/+26 |
| | | | | | | | | Warnings fixed: https://gist.github.com/b563dfd7708e1ef209b4 | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-20 | 1 | -6/+6 |
| | | |||||
* | | devil: enable shared and x86_64 builds | Tony Theodore | 2016-01-20 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | see also: * #295 * https://github.com/DentonW/DevIL/issues/29 closes #1188 | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-20 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1192 from colinbourassa/libcomm14cux_2.1.1_update | Timothy Gu | 2016-01-20 | 1 | -2/+2 |
|\ \ | | | | | | | Update libcomm14cux to 2.1.1 | ||||
| * | | Update libcomm14cux to 2.1.1 | Colin Bourassa | 2016-01-20 | 1 | -2/+2 |
|/ / | |||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-17 | 2 | -2/+2 |
| | | |||||
* | | jpeg: update | Mark Brand | 2016-01-17 | 1 | -2/+2 |
|/ | |||||
* | add gnu patch to native plugins | Tony Theodore | 2016-01-17 | 1 | -0/+30 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-16 | 2 | -2/+2 |
| | |||||
* | libpng: update | Mark Brand | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1183 from tonytheodore/gnutls-libidn | mabrand | 2016-01-15 | 1 | -1/+1 |
|\ | | | | | gnutls: add missing libidn dependency | ||||
| * | gnutls: add missing libidn dependency | Tony Theodore | 2016-01-15 | 1 | -1/+1 |
|/ | | | | fixes #1181 | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-14 | 2 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2016-01-14 | 1 | -2/+2 |
| | |||||
* | update luarocks from 2.2.2 to 2.3.0 | Boris Nagaev | 2016-01-13 | 2 | -13/+21 |
| | |||||
* | luarocks: unify the patch | Boris Nagaev | 2016-01-13 | 1 | -6/+6 |
| | |||||
* | luarocks wrapper: exit with non-zero on failure | Boris Nagaev | 2016-01-13 | 1 | -0/+1 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-01-13 | 2 | -2/+2 |
| | |||||
* | pcre: update | Mark Brand | 2016-01-13 | 1 | -2/+2 |
| |