Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: luarocks_bool commands log their outputs on failure. | Hisham | 2016-09-08 | 7 | -22/+38 |
| | |||||
* | Fix pack-binary-rock operation. | Hisham | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | Make `pack` use the same logic as `show` for finding a rock. | Hisham | 2016-09-08 | 4 | -64/+46 |
| | |||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham | 2016-08-23 | 8 | -96/+47 |
|\ | |||||
| * | Merge pull request #608 from keplerproject/mingw | Hisham Muhammad | 2016-08-23 | 3 | -7/+26 |
| |\ | | | | | | | Run Windows tests with MinGW | ||||
| | * | Revert verbose after debugging | Hisham | 2016-08-23 | 1 | -1/+1 |
| | | | |||||
| | * | Use Unix makefile by default on MinGW; | Hisham | 2016-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Makefile.win is a leftover from Kepler days, and those are usually NMAKE makefiles for MSVC. | ||||
| | * | Run failing test with --verbose | Hisham | 2016-08-22 | 1 | -1/+1 |
| | | | |||||
| | * | Put MinGW in PATH for hererocks too | Hisham | 2016-08-22 | 1 | -1/+2 |
| | | | |||||
| | * | Build Lua using the same compiler as the one we're testing | Hisham | 2016-08-22 | 2 | -11/+11 |
| | | | |||||
| | * | Add support for testing using MinGW | Hisham | 2016-08-22 | 2 | -6/+23 |
| | | | |||||
| * | | install.bat: get rid of string splitting function | Peter Melnichenko | 2016-08-23 | 1 | -30/+3 |
| | | | |||||
| * | | install.bat: get rid of vars.LUA_LIB_NAMES | Peter Melnichenko | 2016-08-23 | 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. | ||||
| * | | Remove a redundant check in install.bat | Peter Melnichenko | 2016-08-23 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | check_flags() already ensures that if bundled Lua is being installed LUA_VERSION is 5.1. | ||||
| * | | Merge pull request #607 from robooo/new-tests | Hisham Muhammad | 2016-08-22 | 5 | -41/+10 |
| |\ \ | | | | | | | | | Improvement of checking openssl libs on appveyor | ||||
| | * | | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 2016-08-22 | 4 | -40/+8 |
| | | | | |||||
| | * | | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 2016-08-22 | 1 | -1/+2 |
| | | | | |||||
* | | | | Remove Appveyor scripts replaced by Hererocks | Hisham | 2016-08-23 | 2 | -265/+0 |
|/ / / | |||||
* | / | Replace coverage badge with CodeCov badge | Hisham | 2016-08-22 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #605 from mpeterv/install-bat-detect-lua-version | Hisham Muhammad | 2016-08-22 | 1 | -115/+126 |
|\ \ | |/ |/| | Detect Lua version in install.bat | ||||
| * | Update install.bat help message | Peter Melnichenko | 2016-08-22 | 1 | -1/+1 |
| | | |||||
| * | Autodetect Lua version in install.bat | Peter Melnichenko | 2016-08-22 | 1 | -18/+51 |
| | | |||||
| * | Split look_for_lua_install in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -26/+26 |
| | | | | | | | | | | Move gathering of potential lua directories into a separate function, call it only when needed. | ||||
| * | Refactor look_for_headers in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -18/+20 |
| | | | | | | | | | | One side effect should be that LUA_INCDIR does not have trailing backslash when inferred. | ||||
| * | Refactor look_for_link_libraries in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -15/+15 |
| | | | | | | | | One side effect should be that inferred LIB_DIR has no trailing backslash. | ||||
| * | Refactor look_for_interpreter in install.bat | Peter Melnichenko | 2016-08-21 | 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. | ||||
* | | Merge pull request #606 from robooo/new-tests | Hisham Muhammad | 2016-08-22 | 19 | -233/+441 |
|\ \ | |/ |/| | New tests, Windows support | ||||
| * | Remove unused global variables | roboo | 2016-08-22 | 1 | -3/+1 |
| | | |||||
| * | Fix of config test | roboo | 2016-08-22 | 1 | -19/+16 |
| | | |||||
| * | Fix of config test | roboo | 2016-08-22 | 1 | -22/+25 |
| | | |||||
| * | Fix of test_environment | roboo | 2016-08-21 | 1 | -2/+2 |
| | | |||||
| * | Update of README | roboo | 2016-08-21 | 1 | -1/+10 |
| | | |||||
| * | Update of YAML files, changed coveralls for codecov | roboo | 2016-08-21 | 2 | -14/+22 |
| | | |||||
| * | Fix of show test | roboo | 2016-08-21 | 1 | -1/+1 |
| | | |||||
| * | Windows and appveyor support for tests | roboo | 2016-08-21 | 16 | -215/+408 |
|/ | |||||
* | Make behavior of config files on Windows more consistent | Hisham | 2016-08-11 | 2 | -5/+4 |
| | | | | | with that on Unix. This was detected during the port of the new testsuite to Windows by @robooo. | ||||
* | Fix download in test. | Hisham | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Closes #595. Fixes placement of rockspec when unpacking a git:// rock. | Hisham | 2016-07-28 | 2 | -3/+11 |
| | |||||
* | Merge pull request #594 from robooo/new-tests | Hisham Muhammad | 2016-07-21 | 1 | -4/+4 |
|\ | | | | | Fixed bug in installing testing LuaRocks | ||||
| * | Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵ | roboo | 2016-07-21 | 0 | -0/+0 |
| |\ | |/ |/| | | | new-tests | ||||
* | | Merge pull request #592 from robooo/new-tests | Hisham Muhammad | 2016-07-19 | 13 | -62/+198 |
|\ \ | | | | | | | New tests & verbose mode | ||||
| | * | Bug in installing LR | roboo | 2016-07-21 | 1 | -4/+4 |
| |/ | |||||
| * | Test improvements | roboo | 2016-07-19 | 10 | -51/+49 |
| | | |||||
| * | Verbose mode added | roboo | 2016-07-19 | 1 | -8/+25 |
| | | |||||
| * | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 4 | -5/+6 |
| | | |||||
| * | Fix of upload tests for lua5.3 | roboo | 2016-07-18 | 1 | -2/+2 |
| | | |||||
| * | Fix of mock server setup | roboo | 2016-07-17 | 2 | -16/+5 |
| | | |||||
| * | New upload tests with mock-server | roboo | 2016-07-17 | 3 | -1/+132 |
|/ | |||||
* | Merge pull request #590 from robooo/new-tests | Hisham Muhammad | 2016-07-14 | 1 | -1/+24 |
|\ | | | | | New pack tests | ||||
| * | New pack tests | roboo | 2016-07-15 | 1 | -1/+24 |
|/ |