aboutsummaryrefslogtreecommitdiff
path: root/install.bat (follow)
Commit message (Expand)AuthorAgeFilesLines
* install.bat: updates for 3.0.0-rc1Hisham Muhammad2018-07-201-34/+23
* Move win32.pe-parser to luarocks.fs.win32.pe-parserHisham Muhammad2018-06-281-3/+1
* Update install.bat for 5.4 supportPeter Melnichenko2018-05-251-5/+5
* Update Windows installer to better handle gcc toolchains (#759)Thijs Schreijer2018-01-111-3/+89
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-6/+7
* Merge branch 'luarocks-3'Hisham Muhammad2017-09-131-1/+1
|\
| * Merge branch 'master' into luarocks-3Hisham2016-10-151-1/+1
| |\
| * \ Merge branch 'master' into luarocks-3Hisham2016-10-141-158/+132
| |\ \
| * | | Core modules reorganization.Hisham2016-06-301-1/+1
* | | | keplerproject/luarocks -> luarocks/luarocksHisham2016-11-071-1/+1
| |_|/ |/| |
* | | Relax Lua version detection to support RaviPeter Melnichenko2016-10-141-1/+1
| |/ |/|
* | 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
* | 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
* | Make behavior of config files on Windows more consistentHisham2016-08-111-1/+1
|/
* Merge pull request #548 from xpol/msvc-cross-compilingPeter Melnichenko2016-06-111-9/+22
|\
| * Fallback to vcvarsall.bat if compiler specific bat not found.Xpol Wan2016-05-231-0/+8
| * Add cross compiling support for MSVC.Xpol Wan2016-05-031-11/+16
* | Fix some luacheck warnings in install.batPeter Melnichenko2016-05-081-6/+3
|/
* install.bat: fix Wow6432Node substitutionmpeterv2016-04-031-1/+1
* fix missing variable expansion when using a self contained configurationThijs Schreijer2015-12-261-1/+1
* Merge pull request #462 from Tieske/test_xpolThijs Schreijer2015-12-021-4/+140
|\
| * removed /debug /release switches for setting up the enviornment. it does NOT ...Thijs Schreijer2015-12-021-2/+1
| * Merge branch 'test_xpol' of github.com:Tieske/luarocks into test_xpolThijs Schreijer2015-12-011-1/+1
| |\
| | * Fix typoIgnacio BurgueƱo2015-12-011-1/+1
| * | added debug/release option for SDK detectionThijs Schreijer2015-12-011-1/+2
| |/
| * updated;Thijs Schreijer2015-12-011-9/+54
| * Merge branch 'master' of github.com:xpol/luarocks into test_xpolThijs Schreijer2015-12-011-1/+92
| |\
| | * User assertion for required condition check.xpol2015-11-031-3/+3
| | * Enable batch script delayed expansion and extensions.Xpol Wan2015-11-011-1/+1
| | * Support Visual Studio Express Editions and cleanup code.Xpol Wan2015-11-011-14/+18
| | * Add support for Windows SDK v7.1 and v6.1.Xpol Wan2015-11-011-24/+60
| | * Move mingw test out of get_msvc_env_setup_cmd().Xpol Wan2015-10-271-3/+1
| | * Don't setup msvc when user desires MinGW.Xpol Wan2015-10-271-0/+2
| | * Add comments about Windows SDKs.Xpol Wan2015-10-271-0/+3
| | * Better msvc compiler setup compatibility.Xpol Wan2015-10-271-22/+32
| | * Better setup vc compiler, should compatible with Windows SDK.Xpol Wan2015-10-241-13/+30
| | * Automatically setup MSVC command line tools for VC2008 or above.Xpol Wan2015-10-231-0/+21
* | | write config directory only if explictly given, use defaults otherwiseThijs Schreijer2015-11-141-1/+6
|/ /
* | update commandline help Windows installerThijs Schreijer2015-07-261-2/+3
* | moved systree on top of Lua installationThijs Schreijer2015-07-261-7/+13
* | update windows installer help textThijs Schreijer2015-07-191-3/+0
* | Windows installer: no longer use the LR version in the target installation path.Thijs Schreijer2015-07-191-20/+18
* | Windows installer: backup configuration files before removing installation di...Thijs Schreijer2015-07-181-35/+38