aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the collecting of coverage data from unit testsGeorge Roman2018-06-126-2/+19
* Move test/README.md to spec/README.mdGeorge Roman2018-06-121-1/+9
* Run unit and integration tests as separate jobs on AppveyorGeorge Roman2018-06-071-10/+39
* Run unit and integration tests as separate build stages on TravisGeorge Roman2018-06-071-21/+86
* Drop luajit 2.0 from Travis and Appveyor test matrixGeorge Roman2018-06-072-13/+0
* General refactor introducing Rockspec and Build.Opts objectsHisham Muhammad2018-06-0632-627/+767
* Tests: move is_basic_protocol to dirHisham Muhammad2018-06-062-11/+19
* build: make "builtin" the default build.typeHisham Muhammad2018-06-064-10/+49
* Tests: core.util.show_table (#813)George Roman2018-06-051-0/+34
* Tests: collect coverage data from unit tests (#814)George Roman2018-06-055-1/+58
* build.builtin: Remove EXEWRAPPER sections (#812)George Roman2018-06-051-83/+1
* Tests: luarocks init (#811)George Roman2018-06-058-4/+161
* Fix failing Appveyor testsGeorge Roman2018-06-042-1/+3
* Run unit tests before integration testsGeorge Roman2018-06-042-3/+6
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-0430-69/+44
* Tests: only run build tests on Appveyor with MinGW (#808)George Roman2018-06-011-2/+11
* Improve the tests for the fetch moduleGeorge Roman2018-05-319-2/+409
* Let a explicitly given --tree override the wrapper's --project-treeHisham Muhammad2018-05-311-5/+5
* Makefile.setup.inc: add cmd/init.luaHisham Muhammad2018-05-311-1/+1
* init: create rockspec only if none found in the root dirHisham Muhammad2018-05-311-3/+13
* init: only create wrappers if they don't already existHisham Muhammad2018-05-311-6/+12
* build: `luarocks build` with no arguments does `luarocks make`Hisham Muhammad2018-05-311-3/+6
* put project dir up front for module search paths, but enable it as defaultHisham Muhammad2018-05-311-11/+12
* cfg: load_config_file is only used with one file at a time nowHisham Muhammad2018-05-311-25/+18
* do not detect a typical legacy $HOME as a project dirHisham Muhammad2018-05-311-7/+7
* find .luarocks directory and use its location as project rootHisham Muhammad2018-05-311-2/+18
* init: improve .gitignore, improve outputHisham Muhammad2018-05-311-7/+31
* Add --project-tree flag, for prepending a flagHisham Muhammad2018-05-312-0/+5
* search: shorten repo paths displayedHisham Muhammad2018-05-311-1/+1
* write_rockspec: do not print license when detectedHisham Muhammad2018-05-311-10/+15
* list: show tree in list title when using --treeHisham Muhammad2018-05-312-2/+4
* help: minor cosmetic changesHisham Muhammad2018-05-311-8/+11
* init: begin implementing `luarocks init`Hisham Muhammad2018-05-312-0/+69
* fs: wrap_script: allow hardcoding arguments, support wrapping luarocksHisham Muhammad2018-05-314-34/+89
* Remove the empty file resulted when fs.download failsGeorge Roman2018-05-301-0/+1
* Update fs_spec to use test_env temporary path utilityGeorge Roman2018-05-291-9/+1
* Add temporary path utility function to test_envGeorge Roman2018-05-291-0/+9
* Tests: cache build of mock server dependencies to speed up testsHisham Muhammad2018-05-286-57/+65
* Tests: try to cache rocks from the host system to speed up testHisham Muhammad2018-05-281-0/+21
* Make the mock server run on WindowsGeorge Roman2018-05-283-7/+23
* Add tests for fs.downloadGeorge Roman2018-05-281-0/+62
* Merge branch 'Zash-lua54'Hisham Muhammad2018-05-255-14/+26
|\
| * Update install.bat for 5.4 supportPeter Melnichenko2018-05-251-5/+5
| * write_rockspec: Add support for Lua 5.4Kim Alvefur2018-05-251-2/+11
| * Whitelist Lua 5.4Kim Alvefur2018-05-252-2/+2
| * configure: Learn about Lua 5.4Kim Alvefur2018-05-251-5/+8
|/
* update changelogHisham Muhammad2018-05-241-8/+44
* Improve fs module testsGeorge Roman2018-05-221-0/+289
* Add more tests for the fs moduleGeorge Roman2018-05-181-31/+172
* Add tests for the fun moduleGeorge Roman2018-05-181-0/+60