Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deps: bump zlib version | Hisham Muhammad | 2024-02-27 | 1 | -1/+1 |
| | |||||
* | Fix build of Windows binary | Hisham Muhammad | 2022-05-03 | 1 | -1/+1 |
| | | | | Fixes #1412. | ||||
* | Changes for building the all-in-one binary with Lua 5.4 | Hisham Muhammad | 2022-04-11 | 1 | -1/+1 |
| | |||||
* | support for building 64-bit Windows all-in-one binary | Hisham Muhammad | 2020-01-14 | 1 | -45/+49 |
| | |||||
* | Build Windows binaries as .exe in a separate directory | Hisham Muhammad | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | binary/Makefile.windows: Use a few more make features | daurnimator | 2018-08-10 | 1 | -13/+12 |
| | |||||
* | Remove BINARY_ prefix from CC and NM | daurnimator | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Windows binary: build libbz2 dependency | Hisham Muhammad | 2018-07-18 | 1 | -1/+15 |
| | |||||
* | Use $(CURDIR) instead of $(PWD) in Makefiles | Peter Melnichenko | 2018-07-10 | 1 | -3/+3 |
| | | | | | | | $(CURDIR) is built-in and is guaranteed to always work. $(PWD) is inherited from the shell and may be incorrect or missing. In particular, it is invalid if make is run by some program that changes current directory prior to the execution. | ||||
* | binary: derive library search paths; minor Windows fix | Hisham Muhammad | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | Experimental Windows cross-compiled binary build | Hisham Muhammad | 2018-07-02 | 1 | -0/+59 |
This commit consolidates the work that has been ongoing over the last few weeks in producing the single-binary builds of LuaRocks based on the new distribution model described in https://github.com/luarocks/luarocks/wiki/Project:-LuaRocks-new-distribution-model The single-binary build is in a good shape for Linux, it's a work-in-progress for Windows (binaries do build, but some work on the dependencies is still necessary), and is untested in macOS. |