Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1908 from LuaAndC/build-pkg-installed-size | Boris Nagaev | 2017-09-29 | 1 | -0/+17 |
|\ | | | | | build-pkg, Debian: set Installed-Size field | ||||
| * | build-pkg, Debian: set Installed-Size field | Boris Nagaev | 2017-09-24 | 1 | -0/+17 |
| | | | | | | | | See https://github.com/mxe/mxe/issues/1886#issuecomment-325927828 | ||||
* | | Merge pull request #1907 from LuaAndC/build-pkg-ignore-some-gitkeep | Boris Nagaev | 2017-09-26 | 1 | -0/+4 |
|\ \ | | | | | | | build-pkg: blacklist {installed,lib}/.gitkeep | ||||
| * | | build-pkg: blacklist {installed,lib}/.gitkeep | Boris Nagaev | 2017-09-24 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files are installed by both cmake-conf and mxe-conf: usr/i686-w64-mingw32.shared/installed/.gitkeep usr/i686-w64-mingw32.static/installed/.gitkeep usr/x86_64-unknown-linux-gnu/installed/.gitkeep usr/x86_64-unknown-linux-gnu/lib/.gitkeep usr/x86_64-w64-mingw32.shared/installed/.gitkeep usr/x86_64-w64-mingw32.static/installed/.gitkeep In all cases a package installs other files to the same library, so these .gitkeep files can be safely added to the blacklist. See https://github.com/mxe/mxe/issues/1886#issuecomment-331719282 | ||||
* | | build-pkg: pack empty packages as well | Boris Nagaev | 2017-09-24 | 1 | -35/+3 |
|/ | | | | | See https://github.com/mxe/mxe/issues/1886#issue-253920956 See https://github.com/mxe/mxe/issues/968 | ||||
* | Merge pull request #1903 from LuaAndC/misspell | Boris Nagaev | 2017-09-24 | 1 | -1/+1 |
|\ | | | | | fix typos found by misspell tool | ||||
| * | fix typos found by misspell tool | Boris Nagaev | 2017-09-24 | 1 | -1/+1 |
| | | |||||
* | | build-pkg: ignore all copies of nonetwork.so | Boris Nagaev | 2017-09-24 | 1 | -1/+4 |
|/ | | | | See https://github.com/mxe/mxe/issues/1886#issuecomment-325927308 | ||||
* | copydlldeps.sh: Fixes for macOS. | Gregorio Litenstein | 2017-07-22 | 1 | -5/+21 |
| | | | | The current version fails in macOS due to some differences in “find” and “cp”. This takes that into account. | ||||
* | copydlldeps.sh: Fix syntax error (missing space) | Gregorio Litenstein | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | secure URLs | Viktor Szakats | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | tools/skeleton.py: add gh_conf support | Tony Theodore | 2017-03-18 | 1 | -6/+30 |
| | |||||
* | add option to install Linux packages as well | Viktor Szakats | 2017-03-14 | 1 | -7/+9 |
| | |||||
* | rewrite hardcoded absolute paths | Viktor Szakats | 2017-03-14 | 1 | -1/+15 |
| | |||||
* | use curl+gpg instead of relying on gpg's curling capabilities | Viktor Szakats | 2017-03-14 | 1 | -4/+6 |
| | |||||
* | refer to LICENSE.md, TOFIX->FIXME | Viktor Szakats | 2017-03-14 | 1 | -24/+3 |
| | |||||
* | add bash script to install packages on non-Linux systems | Viktor Szakats | 2017-03-13 | 1 | -0/+165 |
| | | | | | | *BSD systems are currently supported and macOS actually tested. Ref: https://github.com/mxe/mxe/issues/1708 | ||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 5 | -10/+9 |
| | |||||
* | build-pkg: disable usr/share/gtk-doc | Boris Nagaev | 2017-03-05 | 1 | -0/+1 |
| | | | | | | This path is buggy. Packages installing files there have options --disable-gtk-doc and --disable-gtk-doc-html, but they don't help. | ||||
* | add tools to create and update backup of packages | Boris Nagaev | 2017-01-07 | 2 | -0/+125 |
| | |||||
* | skeleton.py: put website and description to .mk | Boris Nagaev | 2016-12-22 | 1 | -48/+2 |
| | | | | | | ... instead of index.html See https://github.com/mxe/mxe/issues/1422 | ||||
* | mv docs/versions.json docs/packages.json | Boris Nagaev | 2016-12-22 | 2 | -2/+2 |
| | | | | See https://github.com/mxe/mxe/issues/1422 | ||||
* | install-deps: install libtool-bin on Debian Sid | Boris Nagaev | 2016-12-14 | 1 | -1/+2 |
| | | | | See https://github.com/mxe/mxe/issues/1593 | ||||
* | add go to plugins-with-additional-packages.sh | Boris Nagaev | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | skeleton.py: use shutil.move instead of os.rename | Boris Nagaev | 2016-10-28 | 1 | -1/+1 |
| | | | | | Function os.rename fails if files are in different filesystems, e.g. if /tmp is mounted as tmpfs. | ||||
* | build-pkg: system requirements are recommendations | Boris Nagaev | 2016-10-12 | 1 | -7/+16 |
| | | | | | | ... not dependencies. fix #1537 | ||||
* | travis: download packages of plugins as well | Boris Nagaev | 2016-09-16 | 2 | -1/+10 |
| | | | | | List of plugins with additional packages was moved from s3-fetch-and-sync to plugins-with-additional-packages.sh. | ||||
* | travis-push.sh: do not push to gh-pages | Boris Nagaev | 2016-08-27 | 1 | -1/+0 |
| | | | | See https://github.com/mxe/mxe/pull/1503#issuecomment-241625181 | ||||
* | move CNAME to docs/ | Boris Nagaev | 2016-08-27 | 1 | -1/+0 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | move index.html to docs/ | Boris Nagaev | 2016-08-27 | 2 | -4/+3 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | add missing things | Boris Nagaev | 2016-08-27 | 1 | -0/+1 |
| | | | | | | index.html: make docs/build-matrix.html a link mxe-activate: add versions.json add .PHONY for build-matrix.html | ||||
* | mv versions.json build-matrix.html assets docs/ | Boris Nagaev | 2016-08-27 | 2 | -3/+1 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | rename doc/ to docs/ | Boris Nagaev | 2016-08-27 | 2 | -3/+3 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 6 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | build-pkg: fix crash if package breaks in 1st pass | Boris Nagaev | 2016-08-02 | 1 | -4/+7 |
| | | | | fix https://github.com/mxe/mxe/issues/1471 | ||||
* | build-pkg: track all files including gitignored | Boris Nagaev | 2016-07-20 | 1 | -1/+1 |
| | | | | See https://github.com/mxe/mxe/pull/1443#issuecomment-233181951 | ||||
* | tools/copydlldeps: removing exit 0 at the end | Lars Engelhard | 2016-07-15 | 1 | -2/+0 |
| | |||||
* | tools/copydlldeps: introducing excludepattern and whitelist of DLLs | Lars | 2016-07-15 | 2 | -32/+102 |
| | |||||
* | tools/copydlldeps: multiCall + case insensitivity | Lars | 2016-07-15 | 2 | -58/+69 |
| | |||||
* | skeleton: don't truncate index.html on write error | Boris Nagaev | 2016-07-12 | 1 | -1/+3 |
| | | | | Write new version to a temporary file and rename it to index.html. | ||||
* | make skeleton.py Python 3 compatible | Boris Nagaev | 2016-07-12 | 1 | -4/+15 |
| | |||||
* | use $(TEST_FILE) in skeleton.py | Boris Nagaev | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | skeleton: use SOURCE_DIR and BUILD_DIR | Boris Nagaev | 2016-07-11 | 1 | -11/+9 |
| | | | | and do not mkdir build dir. | ||||
* | add tool skeleton.py | Boris Nagaev | 2016-07-10 | 1 | -0/+272 |
| | | | | This tool creates a skeleton of new MXE package. | ||||
* | install-deps: install bc to compare versions | Boris Nagaev | 2016-06-28 | 1 | -0/+2 |
| | |||||
* | install-deps: fix syntax in condition for libtool | Boris Nagaev | 2016-06-28 | 1 | -2/+2 |
| | | | | | Without external `(` and `)` the condition is evaluated to false on Debian Jessie. | ||||
* | install-deps: run apt-get with --yes | Boris Nagaev | 2016-06-28 | 1 | -4/+4 |
| | | | | Otherwise it will make interactive prompts. | ||||
* | add tool install-deps | Boris Nagaev | 2016-06-13 | 1 | -0/+81 |
| | |||||
* | build-pkg: add env. var to change targets | Boris Nagaev | 2016-06-11 | 1 | -0/+12 |
| | | | | MXE_BUILD_PKG_TARGETS | ||||
* | build-pkg: prefix evn. vars with "MXE_BUILD_PKG" | Boris Nagaev | 2016-06-11 | 1 | -6/+7 |
| | | | | to distinguish them from environment variables of MXE itself. |