aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-01Tests: only run build tests on Appveyor with MinGW (#808)George Roman1-2/+11
2018-05-31Improve the tests for the fetch moduleGeorge Roman9-2/+409
2018-05-31Let a explicitly given --tree override the wrapper's --project-treeHisham Muhammad1-5/+5
2018-05-31Makefile.setup.inc: add cmd/init.luaHisham Muhammad1-1/+1
2018-05-31init: create rockspec only if none found in the root dirHisham Muhammad1-3/+13
2018-05-31init: only create wrappers if they don't already existHisham Muhammad1-6/+12
2018-05-31build: `luarocks build` with no arguments does `luarocks make`Hisham Muhammad1-3/+6
2018-05-31put project dir up front for module search paths, but enable it as defaultHisham Muhammad1-11/+12
2018-05-31cfg: load_config_file is only used with one file at a time nowHisham Muhammad1-25/+18
2018-05-31do not detect a typical legacy $HOME as a project dirHisham Muhammad1-7/+7
2018-05-31find .luarocks directory and use its location as project rootHisham Muhammad1-2/+18
2018-05-31init: improve .gitignore, improve outputHisham Muhammad1-7/+31
2018-05-31Add --project-tree flag, for prepending a flagHisham Muhammad2-0/+5
2018-05-31search: shorten repo paths displayedHisham Muhammad1-1/+1
2018-05-31write_rockspec: do not print license when detectedHisham Muhammad1-10/+15
2018-05-31list: show tree in list title when using --treeHisham Muhammad2-2/+4
2018-05-31help: minor cosmetic changesHisham Muhammad1-8/+11
2018-05-31init: begin implementing `luarocks init`Hisham Muhammad2-0/+69
2018-05-31fs: wrap_script: allow hardcoding arguments, support wrapping luarocksHisham Muhammad4-34/+89
2018-05-30Remove the empty file resulted when fs.download failsGeorge Roman1-0/+1
2018-05-29Update fs_spec to use test_env temporary path utilityGeorge Roman1-9/+1
2018-05-29Add temporary path utility function to test_envGeorge Roman1-0/+9
2018-05-28Tests: cache build of mock server dependencies to speed up testsHisham Muhammad6-57/+65
2018-05-28Tests: try to cache rocks from the host system to speed up testHisham Muhammad1-0/+21
2018-05-28Make the mock server run on WindowsGeorge Roman3-7/+23
2018-05-28Add tests for fs.downloadGeorge Roman1-0/+62
2018-05-25Update install.bat for 5.4 supportPeter Melnichenko1-5/+5
2018-05-25write_rockspec: Add support for Lua 5.4Kim Alvefur1-2/+11
2018-05-25Whitelist Lua 5.4Kim Alvefur2-2/+2
2018-05-25configure: Learn about Lua 5.4Kim Alvefur1-5/+8
2018-05-24update changelogHisham Muhammad1-8/+44
2018-05-22Improve fs module testsGeorge Roman1-0/+289
2018-05-18Add more tests for the fs moduleGeorge Roman1-31/+172