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