aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix test to match new behavior of `pack`.Hisham2016-09-081-2/+3
| * Tests: luarocks_bool commands log their outputs on failure.Hisham2016-09-087-22/+38
| * Fix pack-binary-rock operation.Hisham2016-09-081-1/+1
| * Make `pack` use the same logic as `show` for finding a rock.Hisham2016-09-084-64/+46
| * Merge branch 'master' of https://github.com/keplerproject/luarocksHisham2016-08-238-96/+47
| |\
| | * Merge pull request #608 from keplerproject/mingwHisham Muhammad2016-08-233-7/+26
| | |\
| | | * Revert verbose after debuggingHisham2016-08-231-1/+1
| | | * Use Unix makefile by default on MinGW;Hisham2016-08-221-0/+1
| | | * Run failing test with --verboseHisham2016-08-221-1/+1
| | | * Put MinGW in PATH for hererocks tooHisham2016-08-221-1/+2
| | | * Build Lua using the same compiler as the one we're testingHisham2016-08-222-11/+11
| | | * Add support for testing using MinGWHisham2016-08-222-6/+23
| | * | install.bat: get rid of string splitting functionPeter Melnichenko2016-08-231-30/+3
| | * | install.bat: get rid of vars.LUA_LIB_NAMESPeter Melnichenko2016-08-231-15/+8
| | * | Remove a redundant check in install.batPeter Melnichenko2016-08-231-3/+0
| | * | Merge pull request #607 from robooo/new-testsHisham Muhammad2016-08-225-41/+10
| | |\ \
| | | * | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-224-40/+8
| | | * | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readabilityroboo2016-08-221-1/+2
| * | | | Remove Appveyor scripts replaced by HererocksHisham2016-08-232-265/+0
| |/ / /
| * | / Replace coverage badge with CodeCov badgeHisham2016-08-221-2/+2
| | |/ | |/|
| * | Merge pull request #605 from mpeterv/install-bat-detect-lua-versionHisham Muhammad2016-08-221-115/+126
| |\ \ | | |/ | |/|
| | * Update install.bat help messagePeter Melnichenko2016-08-221-1/+1
| | * Autodetect Lua version in install.batPeter Melnichenko2016-08-221-18/+51
| | * Split look_for_lua_install in install.batPeter Melnichenko2016-08-211-26/+26
| | * Refactor look_for_headers in install.batPeter Melnichenko2016-08-211-18/+20
| | * Refactor look_for_link_libraries in install.batPeter Melnichenko2016-08-211-15/+15
| | * Refactor look_for_interpreter in install.batPeter Melnichenko2016-08-211-45/+21
| * | Merge pull request #606 from robooo/new-testsHisham Muhammad2016-08-2219-233/+441
| |\ \ | | |/ | |/|
| | * Remove unused global variablesroboo2016-08-221-3/+1
| | * Fix of config testroboo2016-08-221-19/+16
| | * Fix of config testroboo2016-08-221-22/+25
| | * Fix of test_environmentroboo2016-08-211-2/+2
| | * Update of READMEroboo2016-08-211-1/+10
| | * Update of YAML files, changed coveralls for codecovroboo2016-08-212-14/+22
| | * Fix of show testroboo2016-08-211-1/+1
| | * Windows and appveyor support for testsroboo2016-08-2116-215/+408
| |/
| * Make behavior of config files on Windows more consistentHisham2016-08-112-5/+4
| * Fix download in test.Hisham2016-07-281-1/+1
* | 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
* | Merge branch 'master' into luarocks-3Hisham2016-07-2840-1199/+2480
|\|
| * Closes #595. Fixes placement of rockspec when unpacking a git:// rock.Hisham2016-07-282-3/+11
| * Merge pull request #594 from robooo/new-testsHisham Muhammad2016-07-211-4/+4
| |\
| | * Merge branch 'master' of https://github.com/keplerproject/luarocks into new-t...roboo2016-07-210-0/+0
| | |\ | | |/ | |/|
| * | Merge pull request #592 from robooo/new-testsHisham Muhammad2016-07-1913-62/+198
| |\ \
| | | * Bug in installing LRroboo2016-07-211-4/+4
| | |/
| | * Test improvementsroboo2016-07-1910-51/+49
| | * Verbose mode addedroboo2016-07-191-8/+25