| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: run main tests on master branch as well | Hisham Muhammad | 2024-02-20 | 1 | -1/+1 |
* | fix: let runtime detection handle LUALIB filename | Hisham Muhammad | 2024-02-20 | 2 | -5/+2 |
* | improve and simplify Lua interpreter search | Hisham Muhammad | 2024-02-20 | 6 | -41/+50 |
* | fix: don't show "no downloader" error for every mirror | Hisham Muhammad | 2024-02-19 | 4 | -7/+10 |
* | fix(init): inject project's package.(c)path in lua wrapper script | Hisham Muhammad | 2024-02-19 | 1 | -1/+20 |
* | fix(init): use absolute paths when deleting | Hisham Muhammad | 2024-02-19 | 1 | -2/+2 |
* | fix(config): print boolean values correctly on Lua 5.1 | Hisham Muhammad | 2024-02-19 | 2 | -1/+19 |
* | fix(lint): don't crash when missing description | Hisham Muhammad | 2024-02-19 | 2 | -2/+16 |
* | fix(build): don't look for Lua headers when installing pure-Lua rocks | Hisham Muhammad | 2024-02-19 | 6 | -174/+228 |
* | improve dependency match message | Hisham Muhammad | 2024-02-19 | 1 | -1/+1 |
* | fix(config): ensure directory exists when saving config file | Hisham Muhammad | 2024-02-19 | 1 | -3/+10 |
* | when picking a default dependency dir, look for lib/ first | Hisham Muhammad | 2024-02-19 | 2 | -9/+19 |
* | fix(builtin): compile C modules in a temp directory | Hisham Muhammad | 2024-02-19 | 2 | -6/+34 |
* | vendor in the dkjson dependency | Hisham Muhammad | 2024-02-19 | 6 | -47/+750 |
* | silence warning which only appears when rebuilding manifest | Hisham Muhammad | 2024-02-19 | 1 | -1/+0 |
* | normalize project dir | Hisham Muhammad | 2024-02-19 | 1 | -1/+1 |
* | feat(path): add --full flag for --lr-path and --lr-cpath | Hisham Muhammad | 2024-02-19 | 1 | -14/+26 |
* | fix program search when using absolute paths and .exe extensions | Hisham Muhammad | 2024-02-19 | 2 | -1/+25 |
* | fix: do not attempt setting exec permissions for folders on Windows | Hisham Muhammad | 2024-02-18 | 1 | -3/+5 |
* | drop cfg.lua_interpreter, use cfg.variables.LUA | Hisham Muhammad | 2024-02-18 | 15 | -134/+189 |
* | ci: bump actions/checkout in luacheck.yml | Hisham Muhammad | 2024-02-18 | 1 | -1/+1 |
* | feat(builtin): inherit inc and libdirs from external_dependencies | Hisham Muhammad | 2024-02-17 | 1 | -4/+5 |
* | fix: catch the failure to setup LUA_BINDIR early. | Hisham Muhammad | 2024-02-17 | 1 | -0/+6 |
* | fix(show): print commands correctly in --porcelain mode | Hisham Muhammad | 2024-02-17 | 1 | -2/+1 |
* | fix(build): report if zip is unavailable for --pack-binary-rock | Hisham Muhammad | 2024-02-17 | 1 | -2/+3 |
* | fix(build): add some validation to the build table | Hisham Muhammad | 2024-02-17 | 1 | -0/+6 |
* | fix: install build_dependencies on the correct Lua version | Hisham Muhammad | 2024-02-17 | 2 | -6/+37 |
* | fix(config): update system config by default with local_by_default = false | Roman Orekhov | 2024-02-17 | 1 | -1/+1 |
* | feat(init): add --no-gitignore, --no-wrapper-scripts, --wrapper-dir | Hisham Muhammad | 2024-02-17 | 2 | -32/+129 |
* | fix: handle error when failing to create local_cache | Hisham Muhammad | 2024-02-17 | 1 | -1/+6 |
* | fix: sysdetect: prefer interpreter to avoid multiarch shell on macOS | Hisham Muhammad | 2024-02-17 | 1 | -1/+1 |
* | refactor: reduce some aliasing | Hisham Muhammad | 2024-02-17 | 2 | -11/+13 |
* | fix: avoid cross-device links | Hisham Muhammad | 2024-02-17 | 1 | -4/+1 |
* | fix: `build.install_command` doesn't execute on windows | Sewbacca | 2024-02-16 | 2 | -6/+16 |
* | fix: build_dependencies can use a dependency found anywhere | Hisham Muhammad | 2024-02-16 | 1 | -1/+1 |
* | fix: avoid nil crash if config_files is not fully filled | Hisham Muhammad | 2024-02-15 | 1 | -1/+6 |
* | Introduce locking for concurrent access control (#1557) | Hisham Muhammad | 2023-12-13 | 12 | -10/+100 |
* | improve rockspec.source.dir detection by moving it later (#1555) | Hisham Muhammad | 2023-12-12 | 5 | -43/+88 |
* | fs.tools: do not cd to initial directory | Hisham Muhammad | 2023-12-12 | 1 | -3/+5 |
* | fix: Add value specified via --tree to cfg.rocks_trees (#1549) | leso-kn | 2023-12-11 | 1 | -0/+3 |
* | Don't use floats to parse the Lua version (#1552) | Michael Savage | 2023-12-11 | 1 | -4/+2 |
* | feat: auto-add luarocks-build-<build.type> build dependency (#1542) | Hisham Muhammad | 2023-10-31 | 2 | -0/+156 |
* | tests: auto-find interpreter at /usr/bin/lua (#1544) | Hisham Muhammad | 2023-10-31 | 1 | -16/+33 |
* | Strip quotes for tools in paths on Windows (#1498) | dundargoc | 2023-10-31 | 1 | -1/+2 |
* | luajit: ignore extra version info in jit.version (#1519) | wojas | 2023-10-31 | 1 | -1/+2 |
* | admin: remove now works with the file protocol (#1536) | Pavel Balaev | 2023-10-31 | 1 | -3/+11 |
* | Fix problems in path normalisation algorithm (#1541) | Aleksei Volkov | 2023-10-30 | 2 | -4/+15 |
* | update domain name of mirror (luafr.org -> loadk.com) (#1517) | Pierre Chapuis | 2023-07-26 | 1 | -1/+1 |
* | upload.api: using CURLNOCERTFLAG in curl_cmd instead of hardcoded -k (#1490) | Sebastian Hübner | 2023-03-02 | 1 | -1/+1 |
* | CHANGELOG: update for 3.9.2 | Hisham Muhammad | 2022-12-08 | 1 | -0/+20 |