aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move win32.pe-parser to luarocks.fs.win32.pe-parserHisham Muhammad2018-06-283-4/+2
|
* Cleanups: Remove old lfw/ directory, rclauncher.cHisham Muhammad2018-06-2828-1471/+2
|
* Nicer-looking path for project dirHisham Muhammad2018-06-282-0/+3
|
* Makefile: make `build` a dependency of `install`Hisham Muhammad2018-06-271-1/+1
| | | | Fixes #832.
* Update tests README.mdGeorge Roman2018-06-261-8/+0
|
* makedist: no more unrelated licenses in the root dirHisham Muhammad2018-06-241-1/+1
|
* COPYING: update dateHisham Muhammad2018-06-241-1/+1
|
* Move win32-specific licenses to win32/Hisham Muhammad2018-06-243-0/+0
|
* Tests: test commandGeorge Roman2018-06-221-0/+170
|
* Tests: replace small fixture files with inline contentGeorge Roman2018-06-2120-151/+269
|
* Tests: improve the tests for the fs moduleGeorge Roman2018-06-211-4/+139
|
* rockspecs: propagate failure when parsing dependenciesHisham Muhammad2018-06-201-3/+7
|
* Tests: improve patch.lua testsGeorge Roman2018-06-205-81/+180
|
* Create CODE_OF_CONDUCT.mdHisham Muhammad2018-06-141-0/+46
|
* Tests: patch.luaGeorge Roman2018-06-146-40/+152
|
* Tests: add c:\mingw to library search pathHisham Muhammad2018-06-141-0/+1
|
* Tests: disable customized external_deps_dirsHisham Muhammad2018-06-141-12/+0
|
* Windows: find default system librariesHisham Muhammad2018-06-141-1/+13
|
* builtin: if "libraries" is used but "external_dependencies" is not given, ↵Hisham Muhammad2018-06-143-0/+63
| | | | | | | | autogenerate it The approach is slightly ugly since it adds builtin-specific knowledge to `luarocks.deps`, but I don't think any other build backends will support this behavior any time soon.
* builtin: auto-detect modules when build.modules (or build!) is absentHisham Muhammad2018-06-145-56/+137
|
* Refactor type checking to allow mandatory attribute to be droppedHisham Muhammad2018-06-144-166/+251
|
* Tests: do not rebuild mock server rocks if already builtHisham Muhammad2018-06-141-5/+20
|
* Tests: fix fetch tests using the rockspecs moduleHisham Muhammad2018-06-141-66/+21
|
* Ensure that unknown md5 modules are not erroneously detectedHisham Muhammad2018-06-121-0/+3
| | | | Closes #805.
* Include 0% coverage files in the luacov reportGeorge Roman2018-06-121-0/+25
|
* 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
| | | | | | | | | | Adds a Rockspec object responsible for constructing all Rockspec tables in the manner of the Queries and Results objects, and a type-checked Build.Opts tables for build options, since the number of attributes passed around was getting out of hand. This allowed a major cleanup in the luarocks.build, luarocks.fetch and luarocks.cmd.write_rockspec modules.
* 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
|