| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax Lua version detection to support Ravi | Peter Melnichenko | 2016-10-14 | 1 | -1/+1 |
* | 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 |
* | Remove a redundant check in install.bat | Peter Melnichenko | 2016-08-23 | 1 | -3/+0 |
* | 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 |
* | Refactor look_for_headers in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -18/+20 |
* | Refactor look_for_link_libraries in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -15/+15 |
* | Refactor look_for_interpreter in install.bat | Peter Melnichenko | 2016-08-21 | 1 | -45/+21 |
* | Make behavior of config files on Windows more consistent | Hisham | 2016-08-11 | 1 | -1/+1 |
* | Merge pull request #548 from xpol/msvc-cross-compiling | Peter Melnichenko | 2016-06-11 | 1 | -9/+22 |
|\ |
|
| * | Fallback to vcvarsall.bat if compiler specific bat not found. | Xpol Wan | 2016-05-23 | 1 | -0/+8 |
| * | Add cross compiling support for MSVC. | Xpol Wan | 2016-05-03 | 1 | -11/+16 |
* | | Fix some luacheck warnings in install.bat | Peter Melnichenko | 2016-05-08 | 1 | -6/+3 |
|/ |
|
* | install.bat: fix Wow6432Node substitution | mpeterv | 2016-04-03 | 1 | -1/+1 |
* | fix missing variable expansion when using a self contained configuration | Thijs Schreijer | 2015-12-26 | 1 | -1/+1 |
* | Merge pull request #462 from Tieske/test_xpol | Thijs Schreijer | 2015-12-02 | 1 | -4/+140 |
|\ |
|
| * | removed /debug /release switches for setting up the enviornment. it does NOT ... | Thijs Schreijer | 2015-12-02 | 1 | -2/+1 |
| * | Merge branch 'test_xpol' of github.com:Tieske/luarocks into test_xpol | Thijs Schreijer | 2015-12-01 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo | Ignacio BurgueƱo | 2015-12-01 | 1 | -1/+1 |
| * | | added debug/release option for SDK detection | Thijs Schreijer | 2015-12-01 | 1 | -1/+2 |
| |/ |
|
| * | updated; | Thijs Schreijer | 2015-12-01 | 1 | -9/+54 |
| * | Merge branch 'master' of github.com:xpol/luarocks into test_xpol | Thijs Schreijer | 2015-12-01 | 1 | -1/+92 |
| |\ |
|
| | * | User assertion for required condition check. | xpol | 2015-11-03 | 1 | -3/+3 |
| | * | Enable batch script delayed expansion and extensions. | Xpol Wan | 2015-11-01 | 1 | -1/+1 |
| | * | Support Visual Studio Express Editions and cleanup code. | Xpol Wan | 2015-11-01 | 1 | -14/+18 |
| | * | Add support for Windows SDK v7.1 and v6.1. | Xpol Wan | 2015-11-01 | 1 | -24/+60 |
| | * | Move mingw test out of get_msvc_env_setup_cmd(). | Xpol Wan | 2015-10-27 | 1 | -3/+1 |
| | * | Don't setup msvc when user desires MinGW. | Xpol Wan | 2015-10-27 | 1 | -0/+2 |
| | * | Add comments about Windows SDKs. | Xpol Wan | 2015-10-27 | 1 | -0/+3 |
| | * | Better msvc compiler setup compatibility. | Xpol Wan | 2015-10-27 | 1 | -22/+32 |
| | * | Better setup vc compiler, should compatible with Windows SDK. | Xpol Wan | 2015-10-24 | 1 | -13/+30 |
| | * | Automatically setup MSVC command line tools for VC2008 or above. | Xpol Wan | 2015-10-23 | 1 | -0/+21 |
* | | | write config directory only if explictly given, use defaults otherwise | Thijs Schreijer | 2015-11-14 | 1 | -1/+6 |
|/ / |
|
* | | update commandline help Windows installer | Thijs Schreijer | 2015-07-26 | 1 | -2/+3 |
* | | moved systree on top of Lua installation | Thijs Schreijer | 2015-07-26 | 1 | -7/+13 |
* | | update windows installer help text | Thijs Schreijer | 2015-07-19 | 1 | -3/+0 |
* | | Windows installer: no longer use the LR version in the target installation path. | Thijs Schreijer | 2015-07-19 | 1 | -20/+18 |
* | | Windows installer: backup configuration files before removing installation di... | Thijs Schreijer | 2015-07-18 | 1 | -35/+38 |
* | | minor textual fixes | Thijs Schreijer | 2015-07-14 | 1 | -2/+2 |
|/ |
|
* | added extra include files search paths, see https://github.com/keplerproject/... | Thijs Schreijer | 2015-07-09 | 1 | -6/+15 |
* | also version the `site_config` file | Thijs Schreijer | 2015-07-02 | 1 | -7/+8 |
* | update displayed data to match version | Thijs Schreijer | 2015-07-01 | 1 | -3/+4 |
* | prefer versioned config files and directories over non-versioned ones | Thijs Schreijer | 2015-06-30 | 1 | -4/+4 |
* | fix typo | Kyle McLamb | 2015-06-20 | 1 | -9/+9 |
* | remove excess line (windows installer) | Thijs Schreijer | 2015-05-26 | 1 | -1/+1 |
* | fixes #365 | Thijs Schreijer | 2015-05-05 | 1 | -2/+3 |
* | fixed install.bat for new luarocks version | Philipp Janda | 2014-05-27 | 1 | -1/+1 |
* | Adds /LUAMOD and /CMOD options to Windows installer | Thijs Schreijer | 2014-05-18 | 1 | -29/+53 |