aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-203-14/+34
| |\ \ \ \ \ \
| * | | | | | | Make sure brand-new rockspec table has the utility function.Hisham2016-10-201-0/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-205-100/+189
| |\ \ \ \ \ \ \
| * | | | | | | | Oops, messed with the module location.Hisham2016-10-191-2/+2
| | | | | | | | |
| * | | | | | | | Merge in Windows-compatible quoting.Hisham2016-10-191-2/+2
| | | | | | | | |
| * | | | | | | | Add format-check function in rockspec table.Hisham2016-10-194-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids sprinkling the luarocks.deps dependency everywhere.
| * | | | | | | | Add some useful rules to .gitignoreHisham2016-10-191-0/+10
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-195-22/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Refactor error message and add extra checks.Hisham2016-10-194-17/+16
| | | | | | | | | |
| * | | | | | | | | Avoid circular dependency.Hisham2016-10-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Use luarocks-3 branch on AppveyorHisham2016-10-191-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-187-14/+39
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into luarocks-3Hisham2016-10-156-8/+16
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Oops, my dev environment leaked in a commit, sorry.Hisham2016-10-152-4/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Add missing file in test repoHisham2016-10-151-1/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Add tests for new flagsHisham2016-10-141-0/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Add labels and issues_url metadataHisham2016-10-143-0/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-10-1434-781/+780
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix download in testHisham2016-07-281-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Tweak tests for luarocks-3 branch.Hisham2016-07-284-5/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | Move sortedpairs to core; used by luarocks.loader.Hisham2016-07-282-62/+63
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix field name building in type_check.luaHisham2016-07-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port fix by @mpeterv in 5f069526966ae37319ba745644a43e0cf64ad62c
| * | | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-07-2840-1199/+2480
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #577 from keplerproject/core-modulesHisham Muhammad2016-07-1563-1539/+1440
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Core modules reorganization.
| | * | | | | | | | | | | | | Core modules reorganization.Hisham2016-06-3063-1539/+1440
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace.
| * | | | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-06-294-6/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Remove now unused function deps.deps_mode_to_flagPeter Melnichenko2016-06-131-4/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove 'run' interface for commandsPeter Melnichenko2016-06-1325-32/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-132-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into luarocks-3Peter Melnichenko2016-06-1364-763/+642
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #472 from geoffleyland/luarocks-3Hisham Muhammad2016-05-031-1/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an archive contains one top level directory, assume it's the one we're looking for.
| | * | | | | | | | | | | | | | | | Actually use rockspec.source.dir_setGeoff Leyland2015-12-241-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | fetch.get_sources only searches the directory for the one true dir if the ↵Geoff Leyland2015-12-231-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rockspec's source.dir was not set
| | * | | | | | | | | | | | | | | | If source.dir can't be found in a downloaded package in fetch.get_sources, ↵Geoff Leyland2015-12-231-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but we find that the package only contains one directory, then use that directory. This helps for downloads from bitbucket, where the top-level directory of a zip download of master has a commit hash in its name.
| * | | | | | | | | | | | | | | | | Merge branch 'siffiejoe-staticlibs' into luarocks-3Hisham2016-05-033-1/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staticlibs' of https://github.com/siffiejoe/luarocks into ↵Hisham2016-05-033-1/+41
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | siffiejoe-staticlibs
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into staticlibsPhilipp Janda2014-05-278-10/+392
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staticlibs' of https://github.com/siffiejoe/luarocks into ↵Philipp Janda2014-05-271-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staticlibs
| | | | * | | | | | | | | | | | | | | | | | avoid the need for plugin support in mingwPhilipp Janda2014-05-271-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | handle static libraries for multiple versions of a rockPhilipp Janda2014-05-271-0/+5
| | | |/ / / / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | | build static libraries for builtin build typePhilipp Janda2014-05-272-1/+36
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into luarocks-3Hisham2016-05-0314-62/+178
| |\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix travis: use luasec 0.6-1mpeterv2016-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into luarocks-3mpeterv2016-04-1626-225/+434
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/luarocks/deps.lua
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #477 from catwell/pull-default-depsPeter Melnichenko2016-04-151-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid "missing dependency" errors for defaults
| | * | | | | | | | | | | | | | | | | | | | | avoid "missing dependency" errors for defaultsPierre Chapuis2016-01-021-1/+4
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #474 from mpeterv/fix-travis-luajitPeter Melnichenko2015-12-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch LuaJIT from GitHub mirror on Travis
| | * | | | | | | | | | | | | | | | | | | | | Fetch LuaJIT from GitHub mirror on Travismpeterv2015-12-231-2/+2
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into luarocks-3mpeterv2015-12-233-3/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix util.popen_readGeoff Leyland2015-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | |