Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-08 | Remove old testing.batbranched-to-2.4.0 | Hisham | 1 | -9/+0 | |
2016-09-08 | Restore accidentally deleted line! | Hisham | 1 | -0/+1 | |
2016-09-08 | Fix test to match new behavior of `pack`. | Hisham | 1 | -2/+3 | |
2016-09-08 | Tests: luarocks_bool commands log their outputs on failure. | Hisham | 7 | -22/+38 | |
2016-09-08 | Fix pack-binary-rock operation. | Hisham | 1 | -1/+1 | |
2016-09-08 | Make `pack` use the same logic as `show` for finding a rock. | Hisham | 4 | -64/+46 | |
2016-08-23 | Remove Appveyor scripts replaced by Hererocks | Hisham | 2 | -265/+0 | |
2016-08-23 | Revert verbose after debugging | Hisham | 1 | -1/+1 | |
2016-08-23 | install.bat: get rid of string splitting function | Peter Melnichenko | 1 | -30/+3 | |
2016-08-23 | install.bat: get rid of vars.LUA_LIB_NAMES | Peter Melnichenko | 1 | -15/+8 | |
Generate list of names when needed instead of pregenerating a list of 5.1 and then changing it when LUA_VERSION is different. | |||||
2016-08-23 | Remove a redundant check in install.bat | Peter Melnichenko | 1 | -3/+0 | |
check_flags() already ensures that if bundled Lua is being installed LUA_VERSION is 5.1. | |||||
2016-08-22 | Use Unix makefile by default on MinGW; | Hisham | 1 | -0/+1 | |
Makefile.win is a leftover from Kepler days, and those are usually NMAKE makefiles for MSVC. | |||||
2016-08-22 | Run failing test with --verbose | Hisham | 1 | -1/+1 | |
2016-08-22 | Put MinGW in PATH for hererocks too | Hisham | 1 | -1/+2 | |
2016-08-22 | Build Lua using the same compiler as the one we're testing | Hisham | 2 | -11/+11 | |
2016-08-22 | Replace coverage badge with CodeCov badge | Hisham | 1 | -2/+2 | |
2016-08-22 | Add support for testing using MinGW | Hisham | 2 | -6/+23 | |
2016-08-22 | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 4 | -40/+8 | |
2016-08-22 | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 1 | -1/+2 | |
2016-08-22 | Remove unused global variables | roboo | 1 | -3/+1 | |
2016-08-22 | Fix of config test | roboo | 1 | -19/+16 | |
2016-08-22 | Fix of config test | roboo | 1 | -22/+25 | |
2016-08-22 | Update install.bat help message | Peter Melnichenko | 1 | -1/+1 | |
2016-08-22 | Autodetect Lua version in install.bat | Peter Melnichenko | 1 | -18/+51 | |
2016-08-21 | Fix of test_environment | roboo | 1 | -2/+2 | |
2016-08-21 | Update of README | roboo | 1 | -1/+10 | |
2016-08-21 | Update of YAML files, changed coveralls for codecov | roboo | 2 | -14/+22 | |
2016-08-21 | Fix of show test | roboo | 1 | -1/+1 | |
2016-08-21 | Windows and appveyor support for tests | roboo | 16 | -215/+408 | |
2016-08-21 | Split look_for_lua_install in install.bat | Peter Melnichenko | 1 | -26/+26 | |
Move gathering of potential lua directories into a separate function, call it only when needed. | |||||
2016-08-21 | Refactor look_for_headers in install.bat | Peter Melnichenko | 1 | -18/+20 | |
One side effect should be that LUA_INCDIR does not have trailing backslash when inferred. | |||||
2016-08-21 | Refactor look_for_link_libraries in install.bat | Peter Melnichenko | 1 | -15/+15 | |
One side effect should be that inferred LIB_DIR has no trailing backslash. | |||||
2016-08-21 | Refactor look_for_interpreter in install.bat | Peter Melnichenko | 1 | -45/+21 | |
Replace repeating code with loops. The only side effect should be that LUA_BINDIR now does not have trailing backslash when it's inferred. | |||||
2016-08-11 | Make behavior of config files on Windows more consistent | Hisham | 2 | -5/+4 | |
with that on Unix. This was detected during the port of the new testsuite to Windows by @robooo. | |||||
2016-07-28 | Fix download in test. | Hisham | 1 | -1/+1 | |
2016-07-28 | Closes #595. Fixes placement of rockspec when unpacking a git:// rock. | Hisham | 2 | -3/+11 | |
2016-07-21 | Bug in installing LR | roboo | 1 | -4/+4 | |
2016-07-19 | Test improvements | roboo | 10 | -51/+49 | |
2016-07-19 | Verbose mode added | roboo | 1 | -8/+25 | |
2016-07-18 | Fix of upload tests for lua5.3 | roboo | 4 | -5/+6 | |
2016-07-18 | Fix of upload tests for lua5.3 | roboo | 1 | -2/+2 | |
2016-07-17 | Fix of mock server setup | roboo | 2 | -16/+5 | |
2016-07-17 | New upload tests with mock-server | roboo | 3 | -1/+132 | |
2016-07-15 | New pack tests | roboo | 1 | -1/+24 | |
2016-07-14 | Check for invalid server response. | Hisham | 1 | -0/+3 | |
2016-07-14 | Fix of luasocket binary rock tests | roboo | 1 | -7/+11 | |
2016-07-14 | need_rock() added, new flag noreset environment | roboo | 4 | -19/+16 | |
2016-07-12 | new_version test update | roboo | 1 | -0/+7 | |
2016-07-11 | Update new_version, pack tests | roboo | 3 | -0/+41 | |
2016-07-11 | Make package.path and package.cpath unique in win32 bin scripts. | Xpol Wan | 2 | -1/+3 | |