Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows binary build tweaksv3.9.2 | Hisham Muhammad | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | makedist: build binaries using Lua 5.4 | Hisham Muhammad | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | Configurations for program_series and major_version are unused | Hisham Muhammad | 2022-04-16 | 1 | -14/+8 |
| | | | | | | They look like useless maintenance burden, and I seriously doubt anyone uses those in their config files. In any case, they're easy to derive from cfg.program_version. | ||||
* | tests: remove Travis CI, add Github Actions | Hisham Muhammad | 2022-02-17 | 1 | -2/+2 |
| | |||||
* | makedist: build binaries using Lua 5.3 | Hisham Muhammad | 2021-03-30 | 1 | -1/+1 |
| | | | | luaposix wasn't updated for Lua 5.4 yet | ||||
* | makedist: fix dev target | Hisham Muhammad | 2020-09-25 | 1 | -3/+1 |
| | |||||
* | makedist: fix argument handling | Hisham Muhammad | 2020-09-25 | 1 | -11/+13 |
| | |||||
* | support for building 64-bit Windows all-in-one binary | Hisham Muhammad | 2020-01-14 | 1 | -2/+12 |
| | |||||
* | makedist: add branch command | Hisham Muhammad | 2019-06-06 | 1 | -0/+42 |
| | |||||
* | makedist: add 'binary' and 'sign' steps | Hisham Muhammad | 2018-10-30 | 1 | -0/+44 |
| | |||||
* | makedist: add version check for configure | Hisham Muhammad | 2018-09-13 | 1 | -0/+6 |
| | |||||
* | Our Makefile contains GNUMake-specific syntax, rename it accordingly | daurnimator | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Unix: new build system | Hisham Muhammad | 2018-07-01 | 1 | -33/+12 |
| | | | | | | | | | | * Reworked configure script * Now passes shellcheck * New Makefile for Unix * Simplified `make` and `make install` targets * Simplified `make bootstrap` target * New targets `make binary` and `make install-binary` build and install an all-in-one binary of LuaRocks | ||||
* | Cleanups: Remove old lfw/ directory, rclauncher.c | Hisham Muhammad | 2018-06-28 | 1 | -2/+2 |
| | |||||
* | makedist: no more unrelated licenses in the root dir | Hisham Muhammad | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Test list of installed files on Travis. | Hisham Muhammad | 2017-10-08 | 1 | -1/+6 |
| | |||||
* | Remove outdated file from list, and automate check for the future | Hisham | 2016-11-14 | 1 | -0/+15 |
| | |||||
* | Core modules reorganization. | Hisham | 2016-06-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace. | ||||
* | Stricter version consistency checks. | Hisham Muhammad | 2015-12-06 | 1 | -2/+29 |
| | |||||
* | Do not distribute appveyor files in release packages. | Hisham Muhammad | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | New set of Makefiles for self-upgrade. | Hisham Muhammad | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | Release LuaRocks 2.2.1v2.2.1 | Hisham Muhammad | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | Fix Windows package generator; cleanup dot files.v2.2.0beta1 | Hisham Muhammad | 2014-05-27 | 1 | -3/+2 |
| | |||||
* | Licensing cleanup | Hisham Muhammad | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | end of line at end of file | Hisham Muhammad | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | compile rclauncher binary wrapper on windows on every build | Fabio Mascarenhas | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | add check to avoid incorrect program_version, as happened for 2.0.9 :( | Hisham Muhammad | 2012-06-08 | 1 | -0/+6 |
| | |||||
* | make sure rockspec is consistent when running makedist | Hisham Muhammad | 2012-03-10 | 1 | -0/+6 |
| | |||||
* | Don't ship COPYING.lua on Unix: we don't redistribute Lua there | Hisham Muhammad | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Update makedist to build based on Git treev2.0.3 | Hisham Muhammad | 2010-09-10 | 1 | -3/+3 |
| | |||||
* | new version of makedist | Hisham Muhammad | 2010-09-10 | 1 | -0/+64 |
| | |||||
* | Cleanups for release | Hisham Muhammad | 2010-09-10 | 1 | -69/+0 |
| | |||||
* | better defaults for 2.0 | hisham | 2009-10-11 | 1 | -3/+4 |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@90 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | ||||
* | better defaults for LuaRocks 2.0 | hisham | 2009-10-11 | 1 | -3/+3 |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@89 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | ||||
* | Import latest revision from CVS at luaforge.net | hisham | 2009-04-01 | 1 | -0/+68 |
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c |