Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | secure/fix/update URLs | Viktor Szakats | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | secure URLs | Viktor Szakats | 2019-05-02 | 1 | -1/+1 |
| | | | | also apply minor updates to tools/mxe-get | ||||
* | use HTTP URLs (without redirects) for Lua examples | Viktor Szakats | 2018-07-31 | 2 | -2/+2 |
| | | | | These Lua snippets don't support security. | ||||
* | Secure URLs | Viktor Szakats | 2018-07-31 | 2 | -2/+2 |
| | |||||
* | Secure URLs | Viktor Szakats | 2018-07-27 | 1 | -1/+1 |
| | |||||
* | plugins: use GH_CONF | Tony Theodore | 2018-03-15 | 4 | -28/+4 |
| | |||||
* | cross packages: replace dependency gcc with cc | Tony Theodore | 2017-12-22 | 6 | -6/+6 |
| | |||||
* | native pkgs: use explicit cross-target deps and remove empty rules | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | various packages: run `make refresh-patches` with numbering | Tony Theodore | 2017-11-19 | 3 | -5/+5 |
| | |||||
* | various packages: refresh patches | Tony Theodore | 2017-11-19 | 2 | -19/+9 |
| | | | | brings patches into common format to reduce noise in diffs | ||||
* | secure URLs | Viktor Szakats | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | lpeg: update checksum | Boris Nagaev | 2017-01-17 | 1 | -1/+1 |
| | | | | | The package was changed in upstream: http://lua-users.org/lists/lua-l/2017-01/msg00160.html | ||||
* | lpeg: update to 1.0.1 | Boris Nagaev | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | luarocks: move most of the patch to config.lua | Boris Nagaev | 2016-12-05 | 2 | -55/+49 |
| | | | | See https://github.com/keplerproject/luarocks/pull/491#issuecomment-246206471 | ||||
* | luarocks wrapper: remove lock if failed | Boris Nagaev | 2016-10-27 | 1 | -1/+3 |
| | | | | | | Luarocks wrapper used to keep lock dir not removed if luarocks process failed. To run it again, the lock directory should have been removed manually. | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 14 | -28/+14 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Use official Lua DLL version naming | fiendish | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | add package luv to luarocks plugin | Boris Nagaev | 2016-04-30 | 2 | -0/+92 |
| | |||||
* | 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 |
| | |||||
* | lua: enable native build only in luarocks plugin | Tony Theodore | 2015-12-11 | 1 | -0/+7 |
| | |||||
* | luarocks: create the lock dir's parent | Tony Theodore | 2015-12-06 | 1 | -0/+1 |
| | | | | Source: https://github.com/mxe/mxe/pull/1017#issuecomment-162260698 | ||||
* | luarocks wrapper prevents race condition | Boris Nagaev | 2015-12-06 | 1 | -0/+24 |
| | | | | | See https://github.com/mxe/mxe/pull/1017#issuecomment-161557440 See http://wiki.bash-hackers.org/howto/mutex | ||||
* | remove virtual package all-rocks | Boris Nagaev | 2015-12-06 | 2 | -8/+1 |
| | | | | | | | | | > There's also now an automatic all-<plugin> target which is the > last segment of the plugin path. all-rocks.mk can be removed > and make all-luarocks MXE_PLUGIN_DIRS=plugins/luarocks ... > will work. See #1017 | ||||
* | switch to new argument for MXE_GET_GITHUB_TAGS | Boris Nagaev | 2015-12-06 | 3 | -6/+3 |
| | |||||
* | lpeg.mk, luarocks.mk: s/sort/$(SORT)/ | Boris Nagaev | 2015-12-06 | 2 | -2/+2 |
| | |||||
* | add _WEBSITE and _OWNER to luarocks/*.mk | Boris Nagaev | 2015-12-06 | 6 | -0/+12 |
| | |||||
* | install lua symlinks to $(PREFIX)/$(BUILD)/bin | Boris Nagaev | 2015-12-06 | 1 | -1/+1 |
| | | | | | | | ... instead of $(PREFIX)/bin, not to clobber the user's normal tools. See #1017 | ||||
* | move lua_SHORTVER from luarocks.mk to lua.mk | Boris Nagaev | 2015-12-06 | 1 | -2/+0 |
| | | | | See #1017 | ||||
* | luarocks: separate build and install | Boris Nagaev | 2015-12-06 | 1 | -1/+2 |
| | | | | | | | | > install doesn't depend on build so (on OSX) the symlink is > created first and doesn't have execute permissions. These > steps should be separated. See #1017 | ||||
* | add plugin luarocks | Boris Nagaev | 2015-12-06 | 14 | -0/+622 |
LuaRocks plugin adds * package "luarocks" * several packages with rocks (lpeg, luasocket, llthreads2, lua-rapidjson) * plugins/luarocks/README.md * virtual rock "all-rocks" depending on all rocks * short test for rocks |