Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-11 | Release 3.0.1v3.0.1-rc1 | Hisham Muhammad | 1 | -2/+2 | |
2018-08-11 | Tests: add smoke test | Hisham Muhammad | 3 | -5/+76 | |
2018-08-11 | add mkdir to the list of WIN_TOOLS used in non-binary Windows mode | Hisham Muhammad | 1 | -1/+1 | |
2018-08-11 | GNUmakefile: add back install-config target | Hisham Muhammad | 1 | -0/+2 | |
As a convenience to distro maintainers who may want to distribute multiple versions of the LuaRocks configuration. | |||||
2018-08-11 | configure, make: reduce moving parts | Hisham Muhammad | 2 | -36/+14 | |
* Do not set again variables that were set in config.unix * Do not re-detect the Lua version after configure already did it * Remove --luarocksconfdir, use --sysconfdir only | |||||
2018-08-11 | Honor --force-config | Hisham Muhammad | 2 | -8/+14 | |
2018-08-10 | GNUmakefile: avoid using -D because it doesn't work on the Mac | Hisham Muhammad | 1 | -6/+11 | |
2018-08-10 | which: find modules installed in a project tree | Hisham Muhammad | 2 | -4/+7 | |
Fixes #882. | |||||
2018-08-10 | Build Windows binaries as .exe in a separate directory | Hisham Muhammad | 3 | -28/+32 | |
2018-08-10 | binary/all_in_one: Don't prefix tree with current dir | daurnimator | 1 | -1/+1 | |
2018-08-10 | GNUmakefile: simplify build-binary targets | daurnimator | 1 | -6/+4 | |
2018-08-10 | GNUmakefile: Clean up the install-binary target | daurnimator | 1 | -9/+6 | |
2018-08-10 | GNUmakefile: create config file in ./build subdirectory | daurnimator | 1 | -4/+5 | |
2018-08-10 | binary/Makefile.windows: Use a few more make features | daurnimator | 1 | -13/+12 | |
2018-08-10 | Remove BINARY_ prefix from CC and NM | daurnimator | 2 | -3/+3 | |
2018-08-10 | GNUmakefile: Have build-binary targets use clean lua environment | daurnimator | 1 | -2/+6 | |
2018-08-10 | GNUmakefile: Use LUA variable to find lua to run | daurnimator | 1 | -2/+2 | |
2018-08-10 | GNUmakefile: recursive make basics | daurnimator | 1 | -3/+3 | |