summaryrefslogtreecommitdiff
path: root/src/luarocks/deps.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* check types in report_missing_dependenciesHisham Muhammad2018-04-131-0/+6
* Add support for build-only dependenciesHisham Muhammad2018-04-131-3/+4
* Try to isolate uses of namespaced name stringsHisham Muhammad2018-04-111-1/+1
* Add support for namespaces.Hisham Muhammad2018-04-111-8/+8
* Beginning support for namespaced queriesHisham Muhammad2018-04-111-3/+3
* Do not require core modules from outside corePeter Melnichenko2016-11-131-1/+1
* Split pure version/deps operations into luarocks.vers modulePeter Melnichenko2016-11-131-142/+8
* Fix merge of rocks_provided.Hisham2016-10-311-5/+7
* Merge branch 'new-cmd-dir'Hisham2016-10-301-207/+37
|\
| * Move admin commands to luarocks.admin.cmd.*; fix references to modules.Hisham2016-10-291-1/+1
| * Core modules reorganization.Hisham2016-06-301-199/+16
| * Remove now unused function deps.deps_mode_to_flagPeter Melnichenko2016-06-131-4/+0
| * Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-131-1/+1
| |\
| * \ Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-131-69/+60
| |\ \
| * \ \ Merge branch 'master' into luarocks-3Hisham2016-05-031-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into luarocks-3mpeterv2016-04-161-9/+13
| |\ \ \ \
| * | | | | avoid "missing dependency" errors for defaultsPierre Chapuis2016-01-021-1/+4
| * | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-12-051-19/+34
| |\ \ \ \ \
| * | | | | | Support "luajit" as a provided dependency in rockspec format 3.0Hisham Muhammad2015-10-191-9/+13
| * | | | | | Check that rockspec format is at least 3.0 before fetching submodulesmpeterv2015-06-261-0/+9
* | | | | | | Get rid of repeated missing deps checksPeter Melnichenko2016-10-301-34/+36
* | | | | | | Remove some unused locals and importsPeter Melnichenko2016-10-201-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Use install.command instead of install.run in luarocks.depsPeter Melnichenko2016-06-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove commented module() callsPeter Melnichenko2016-05-311-1/+0
* | | | | Refactor match_dep()Peter Melnichenko2016-05-161-31/+15
* | | | | Return missing deps listing in `luarocks install` outputPeter Melnichenko2016-05-141-4/+21
* | | | | Announce each missing dep before its installPeter Melnichenko2016-05-101-41/+31
* | | | | Shorten logging for `luarocks install`Peter Melnichenko2016-05-101-0/+1
| |_|_|/ |/| | |
* | | | Show search error in functions using find_suitable_rockmpeterv2016-04-191-1/+1
| |_|/ |/| |
* | | Don't handle multiple rock queries in find_suitable_rockmpeterv2016-03-201-4/+4
* | | Make sure deps-mode is respected when recursing the dependency chain.Hisham2016-03-011-1/+1
* | | Fix trailing space in dep.show_dep on dep without constraintsmpeterv2016-02-131-5/+9
| |/ |/|
* | Process external deps in sorted ordermpeterv2015-12-051-2/+2
* | Show candidate files when external deps are missingmpeterv2015-12-051-18/+33
|/
* Isolate the convenience hack, for readability.Hisham Muhammad2014-11-101-0/+2
* Unmoduled core modules with package.loaded trick + fixed locals shadowing mod...mpeterv2014-03-201-37/+41
* Removed some unused variablesmpeterv2014-03-131-1/+0
* Have separate fs.dir and fs.list_dir functions.Hisham Muhammad2014-02-081-1/+1
* Performance improvementsHisham Muhammad2014-01-091-1/+1
* Fix regressions caused by #194. Thank you, integrated testing!Hisham Muhammad2013-12-201-10/+10
* Merge pull request #194 from rtsisyk/gh-177-option-for-builtin-packagesHisham Muhammad2013-12-201-12/+6
|\
| * Add a configuration option to specify manually installed rocks.Roman Tsisyk2013-11-301-12/+6
* | Prioritize "scm" over "cvs". This was underspecified before.Hisham Muhammad2013-12-181-1/+1
|/
* Don't loop in case of circular dependenciesHisham Muhammad2013-10-291-0/+1
* support for tables in (runtime_)external_deps_subdirs.*Philipp Janda2013-09-261-9/+27
* Whitelist bit32 as a pre-satisfied dependency when running Lua 5.2.Hisham Muhammad2013-09-201-13/+22
* accept numbers as first character of a rock name in a dependencyHisham Muhammad2013-08-291-1/+1
* Merge branch 'master' into remove_on_installHisham Muhammad2013-07-041-8/+13
|\
| * fixed bad varnameThijs Schreijer2013-07-041-1/+1
| * fixed return valueThijs Schreijer2013-07-041-1/+1