Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-14 | Tests: add c:\mingw to library search path | Hisham Muhammad | 1 | -0/+1 | |
2018-06-14 | Tests: disable customized external_deps_dirs | Hisham Muhammad | 1 | -12/+0 | |
2018-06-14 | Windows: find default system libraries | Hisham Muhammad | 1 | -1/+13 | |
2018-06-14 | builtin: if "libraries" is used but "external_dependencies" is not given, ↵ | Hisham Muhammad | 3 | -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. | |||||
2018-06-14 | builtin: auto-detect modules when build.modules (or build!) is absent | Hisham Muhammad | 5 | -56/+137 | |
2018-06-14 | Refactor type checking to allow mandatory attribute to be dropped | Hisham Muhammad | 4 | -166/+251 | |
2018-06-14 | Tests: do not rebuild mock server rocks if already built | Hisham Muhammad | 1 | -5/+20 | |
2018-06-14 | Tests: fix fetch tests using the rockspecs module | Hisham Muhammad | 1 | -66/+21 | |
2018-06-12 | Ensure that unknown md5 modules are not erroneously detected | Hisham Muhammad | 1 | -0/+3 | |
Closes #805. |