aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-08Tests: adjust build_environmentPeter Melnichenko1-7/+11
2016-07-08Tests: utility function for marking sectionsPeter Melnichenko1-11/+11
2016-07-08Tests: move luarocks installation into its own functionPeter Melnichenko1-13/+18
2016-07-08Tests: adjust file/dir removing functionsPeter Melnichenko1-13/+9
2016-07-08Tests: move clean() into separate function, fix a patternPeter Melnichenko1-7/+11
2016-07-08Tests: remove optional .main() argumentsPeter Melnichenko1-13/+10
2016-07-08Tests: move config creation into its functionPeter Melnichenko1-38/+44
2016-07-08Tests: fix need_luasocket()Peter Melnichenko1-11/+6
2016-07-08Tests: remove optional OS argument in hash_environmentPeter Melnichenko1-14/+8
2016-07-08Tests: fix config creation error handlingPeter Melnichenko1-2/+1
2016-07-08Tests: reformat help messagePeter Melnichenko1-15/+21
2016-07-08Tests: refactor config creationPeter Melnichenko1-64/+81
2016-07-08Tests: fix luabitop installation conditionPeter Melnichenko1-1/+1
2016-07-08Remove some more unused stuff and globals from testsPeter Melnichenko12-21/+17
2016-07-08Make env vars, paths and run commands available on test env loadPeter Melnichenko25-92/+82
2016-07-08Tests: disable insulation and use describe() instead of expose()Peter Melnichenko25-25/+26
2016-07-08Test suite: use test/test_environment as busted helperPeter Melnichenko2-29/+18
2016-07-08Remove all the unused imports in test suitePeter Melnichenko23-49/+13
2016-07-08Tests: infer Lua/LuaJIT versionPeter Melnichenko2-31/+27
2016-07-08.travis.yml: don't use virtualenvPeter Melnichenko1-7/+3
2016-07-07New test-suite for LuaRocks (#581)robooo30-1143/+2281
2016-07-05Fix implicit number-to-string coversion in luarocks.helpPeter Melnichenko1-1/+1
2016-07-05Fix field name building in type_check.luaPeter Melnichenko1-2/+5
2016-06-22Mention failed action on invalid archive extensionPeter Melnichenko2-4/+2
2016-06-22Handle unpack_archive errorsPeter Melnichenko1-1/+2
2016-06-13Fix an accidental global in luarocks.buildPeter Melnichenko1-1/+1
2016-06-13Don't use 'run' interface in luarocks.buildPeter Melnichenko1-1/+1
2016-06-13Use install.command instead of install.run in luarocks.depsPeter Melnichenko1-1/+1
2016-06-09Use utils.see_help() consistently for all commandsPeter Melnichenko2-2/+2
2016-06-07Check external_dependencies before dependencies.Hisham1-6/+8
2016-06-03Get rid of util.forward_flagsPeter Melnichenko2-34/+2
2016-06-03Refactor CLI to avoid double args parsingPeter Melnichenko26-91/+64
2016-05-31Remove commented module() callsPeter Melnichenko51-51/+0
2016-05-31Remove unused imports in luarocks.makePeter Melnichenko1-2/+0
2016-05-30luarocks.persist: put pairs with number values on one linePeter Melnichenko1-1/+1
2016-05-25luarocks new-version: make rockspec arg optionalPeter Melnichenko2-5/+10
2016-05-25luarocks make: move rockspec picking into an util functionPeter Melnichenko2-55/+69
2016-05-25Ensure entries are readable.Hisham2-3/+3
2016-05-25Fixes #465 ensuring the binaries are +x.Hisham1-0/+1
2016-05-23write-rockspec: improve homepage detectionPeter Melnichenko1-4/+13
2016-05-23write-rockspec: infer git and hg urls from local reposPeter Melnichenko1-0/+29
2016-05-23Fallback to vcvarsall.bat if compiler specific bat not found.Xpol Wan1-0/+8
2016-05-22Move common implementation of tools.dir_iteratorPeter Melnichenko3-28/+14
2016-05-22Move common implementation of tools.execute_stringPeter Melnichenko3-33/+17
2016-05-22Expose tools.command_at functionPeter Melnichenko2-8/+16
2016-05-22fs.win32.tools: move a local function closer to its usagePeter Melnichenko1-11/+10
2016-05-22fs.tools: move common 'get_md5' functionPeter Melnichenko3-44/+22
2016-05-22fs.tools: move common directory stack functionsPeter Melnichenko3-93/+47
2016-05-22Move common implementation of fs.use_downloader into fs.tools modulePeter Melnichenko5-92/+61
2016-05-22Add fs.quiet_stderr functionPeter Melnichenko4-6/+20