Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move win32.pe-parser to luarocks.fs.win32.pe-parser | Hisham Muhammad | 2018-06-28 | 3 | -4/+2 |
| | |||||
* | Cleanups: Remove old lfw/ directory, rclauncher.c | Hisham Muhammad | 2018-06-28 | 28 | -1471/+2 |
| | |||||
* | Nicer-looking path for project dir | Hisham Muhammad | 2018-06-28 | 2 | -0/+3 |
| | |||||
* | Makefile: make `build` a dependency of `install` | Hisham Muhammad | 2018-06-27 | 1 | -1/+1 |
| | | | | Fixes #832. | ||||
* | Update tests README.md | George Roman | 2018-06-26 | 1 | -8/+0 |
| | |||||
* | makedist: no more unrelated licenses in the root dir | Hisham Muhammad | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | COPYING: update date | Hisham Muhammad | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Move win32-specific licenses to win32/ | Hisham Muhammad | 2018-06-24 | 3 | -0/+0 |
| | |||||
* | Tests: test command | George Roman | 2018-06-22 | 1 | -0/+170 |
| | |||||
* | Tests: replace small fixture files with inline content | George Roman | 2018-06-21 | 20 | -151/+269 |
| | |||||
* | Tests: improve the tests for the fs module | George Roman | 2018-06-21 | 1 | -4/+139 |
| | |||||
* | rockspecs: propagate failure when parsing dependencies | Hisham Muhammad | 2018-06-20 | 1 | -3/+7 |
| | |||||
* | Tests: improve patch.lua tests | George Roman | 2018-06-20 | 5 | -81/+180 |
| | |||||
* | Create CODE_OF_CONDUCT.md | Hisham Muhammad | 2018-06-14 | 1 | -0/+46 |
| | |||||
* | Tests: patch.lua | George Roman | 2018-06-14 | 6 | -40/+152 |
| | |||||
* | Tests: add c:\mingw to library search path | Hisham Muhammad | 2018-06-14 | 1 | -0/+1 |
| | |||||
* | Tests: disable customized external_deps_dirs | Hisham Muhammad | 2018-06-14 | 1 | -12/+0 |
| | |||||
* | Windows: find default system libraries | Hisham Muhammad | 2018-06-14 | 1 | -1/+13 |
| | |||||
* | builtin: if "libraries" is used but "external_dependencies" is not given, ↵ | Hisham Muhammad | 2018-06-14 | 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. | ||||
* | builtin: auto-detect modules when build.modules (or build!) is absent | Hisham Muhammad | 2018-06-14 | 5 | -56/+137 |
| | |||||
* | Refactor type checking to allow mandatory attribute to be dropped | Hisham Muhammad | 2018-06-14 | 4 | -166/+251 |
| | |||||
* | Tests: do not rebuild mock server rocks if already built | Hisham Muhammad | 2018-06-14 | 1 | -5/+20 |
| | |||||
* | Tests: fix fetch tests using the rockspecs module | Hisham Muhammad | 2018-06-14 | 1 | -66/+21 |
| | |||||
* | Ensure that unknown md5 modules are not erroneously detected | Hisham Muhammad | 2018-06-12 | 1 | -0/+3 |
| | | | | Closes #805. | ||||
* | Include 0% coverage files in the luacov report | George Roman | 2018-06-12 | 1 | -0/+25 |
| | |||||
* | Fix the collecting of coverage data from unit tests | George Roman | 2018-06-12 | 6 | -2/+19 |
| | |||||
* | Move test/README.md to spec/README.md | George Roman | 2018-06-12 | 1 | -1/+9 |
| | |||||
* | Run unit and integration tests as separate jobs on Appveyor | George Roman | 2018-06-07 | 1 | -10/+39 |
| | |||||
* | Run unit and integration tests as separate build stages on Travis | George Roman | 2018-06-07 | 1 | -21/+86 |
| | |||||
* | Drop luajit 2.0 from Travis and Appveyor test matrix | George Roman | 2018-06-07 | 2 | -13/+0 |
| | |||||
* | General refactor introducing Rockspec and Build.Opts objects | Hisham Muhammad | 2018-06-06 | 32 | -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 dir | Hisham Muhammad | 2018-06-06 | 2 | -11/+19 |
| | |||||
* | build: make "builtin" the default build.type | Hisham Muhammad | 2018-06-06 | 4 | -10/+49 |
| | |||||
* | Tests: core.util.show_table (#813) | George Roman | 2018-06-05 | 1 | -0/+34 |
| | |||||
* | Tests: collect coverage data from unit tests (#814) | George Roman | 2018-06-05 | 5 | -1/+58 |
| | |||||
* | build.builtin: Remove EXEWRAPPER sections (#812) | George Roman | 2018-06-05 | 1 | -83/+1 |
| | |||||
* | Tests: luarocks init (#811) | George Roman | 2018-06-05 | 8 | -4/+161 |
| | |||||
* | Fix failing Appveyor tests | George Roman | 2018-06-04 | 2 | -1/+3 |
| | |||||
* | Run unit tests before integration tests | George Roman | 2018-06-04 | 2 | -3/+6 |
| | |||||
* | Tests: replace #blackbox with #integration and #whitebox with #unit | George Roman | 2018-06-04 | 30 | -69/+44 |
| | |||||
* | Tests: only run build tests on Appveyor with MinGW (#808) | George Roman | 2018-06-01 | 1 | -2/+11 |
| | |||||
* | Improve the tests for the fetch module | George Roman | 2018-05-31 | 9 | -2/+409 |
| | |||||
* | Let a explicitly given --tree override the wrapper's --project-tree | Hisham Muhammad | 2018-05-31 | 1 | -5/+5 |
| | |||||
* | Makefile.setup.inc: add cmd/init.lua | Hisham Muhammad | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | init: create rockspec only if none found in the root dir | Hisham Muhammad | 2018-05-31 | 1 | -3/+13 |
| | |||||
* | init: only create wrappers if they don't already exist | Hisham Muhammad | 2018-05-31 | 1 | -6/+12 |
| | |||||
* | build: `luarocks build` with no arguments does `luarocks make` | Hisham Muhammad | 2018-05-31 | 1 | -3/+6 |
| | |||||
* | put project dir up front for module search paths, but enable it as default | Hisham Muhammad | 2018-05-31 | 1 | -11/+12 |
| | |||||
* | cfg: load_config_file is only used with one file at a time now | Hisham Muhammad | 2018-05-31 | 1 | -25/+18 |
| | |||||
* | do not detect a typical legacy $HOME as a project dir | Hisham Muhammad | 2018-05-31 | 1 | -7/+7 |
| |