| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed wrong tree order in config file; order was user - system. Now corrected... | Thijs Schreijer | 2013-12-22 | 1 | -1/+1 |
* | 1. bug fix for installing on x64 systems in "program files (x86)" (parenthese... | Thijs Schreijer | 2013-12-19 | 1 | -4/+5 |
* | stopped copying dll files becasue reason is unknown | Thijs Schreijer | 2013-12-09 | 1 | -20/+27 |
* | Merge branch 'master' of https://github.com/keplerproject/luarocks into prope... | Thijs Schreijer | 2013-12-03 | 1 | -3/+3 |
|\ |
|
| * | bugfix: unquoted path | Thijs Schreijer | 2013-12-03 | 1 | -3/+3 |
* | | Does the windows installation with Windowish defaults | Thijs Schreijer | 2013-12-03 | 1 | -18/+25 |
|/ |
|
* | Commandline options where silently ignored if config.lua already existed. Now... | Thijs Schreijer | 2013-12-02 | 1 | -34/+64 |
* | Windows installer required /P argument to be first or would overwrite other v... | Thijs Schreijer | 2013-12-02 | 1 | -7/+17 |
* | If PowerShell is not available, a proper message is now displayed when instal... | Thijs Schreijer | 2013-12-01 | 1 | -0/+4 |
* | refactored debug output. Now all is set by using `verbose = true` in the conf... | Thijs Schreijer | 2013-12-01 | 1 | -0/+1 |
* | The installer will automatically request admin priviledges to allow proper in... | Thijs Schreijer | 2013-11-29 | 1 | -0/+41 |
* | fix: registry import with filename containing spaces | Thijs Schreijer | 2013-11-12 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:Tieske/luarocks into win_install_checkpath | Thijs Schreijer | 2013-11-12 | 1 | -32/+63 |
|\ |
|
| * | minor text update | Thijs Schreijer | 2013-11-12 | 1 | -3/+4 |
| * | fixed issue with double quoted arguments | Thijs Schreijer | 2013-11-11 | 1 | -7/+21 |
| * | fixed command line parameters with spaces | Thijs Schreijer | 2013-11-11 | 1 | -28/+41 |
* | | Several updates: | Thijs Schreijer | 2013-11-12 | 1 | -9/+60 |
|/ |
|
* | included pe-parser module (no longer objdump.exe, which is removed), updated ... | Thijs Schreijer | 2013-10-11 | 1 | -76/+30 |
* | fix paths for 5.2, escaping in installer and fix wrapper scripts | Thijs Schreijer | 2013-10-10 | 1 | -1/+1 |
* | modified architecture detection as per http://support.microsoft.com/kb/556009 | Thijs Schreijer | 2013-10-07 | 1 | -8/+15 |
* | fix for 5.2 path variable | Thijs Schreijer | 2013-10-07 | 1 | -0/+3 |
* | added platform detection 32/64bit | Thijs Schreijer | 2013-10-07 | 1 | -1/+17 |
* | make installer find interpreter by short versioned name, eg. lua52.exe instea... | Thijs Schreijer | 2013-10-07 | 1 | -1/+11 |
* | Merge pull request #157 from Tieske/cleanup_reg_files | Hisham Muhammad | 2013-09-26 | 1 | -1/+3 |
|\ |
|
| * | remove reg files no longer needed after install | Thijs Schreijer | 2013-09-20 | 1 | -1/+3 |
* | | update installer to work on Lua 5.2 | Thijs Schreijer | 2013-09-26 | 1 | -1/+1 |
* | | When you supply an existing Lua installation, the suggested value for LUA_CPA... | Ignacio Burgueño | 2013-09-22 | 1 | -1/+1 |
|/ |
|
* | moved windows binaries into a 'bin' subdirectory. | Thijs Schreijer | 2013-09-09 | 1 | -4/+4 |
* | Try to detect runtime when specifying INC, LIB and BIN flags. | Ignacio Burgueño | 2013-07-03 | 1 | -4/+8 |
* | changed failure to detect runtime into a warning. objdump.exe does not suppor... | Thijs Schreijer | 2013-05-04 | 1 | -3/+8 |
* | fix; no longer check link lib when interpreter has no runtime specified, but ... | Thijs Schreijer | 2013-05-02 | 1 | -4/+21 |
* | fix: if interpreter has no runtime, check link library for runtime used. | Thijs Schreijer | 2013-05-02 | 1 | -7/+17 |
* | added comment | Thijs Schreijer | 2013-04-30 | 1 | -1/+1 |
* | using objdump.exe to automatically detect the runtime dll to use for the chos... | Thijs Schreijer | 2013-04-30 | 1 | -9/+47 |
* | Fixes by @Tieske to the installer | Ignacio Burgueño | 2013-04-25 | 1 | -12/+13 |
* | Rewrote install batch file in Lua. | Ignacio Burgueño | 2013-04-21 | 1 | -496/+571 |
* | fix installation of builtin lua | Fabio Mascarenhas | 2013-04-12 | 1 | -1/+1 |
* | updated installer to support 5.2 (extra command switch /LV) | Thijs Schreijer | 2013-04-12 | 1 | -10/+38 |
* | installer adds information for the registry, including icon and actions for .... | Thijs Schreijer | 2013-04-09 | 1 | -4/+28 |
* | small fix to installer, for consistency (no functional impact) | Thijs Schreijer | 2013-04-07 | 1 | -0/+1 |
* | fixed installer: typo in write config file | Thijs Schreijer | 2013-04-06 | 1 | -1/+1 |
* | installer bugfix in case of quoted arguments for paths | Thijs Schreijer | 2013-04-06 | 1 | -10/+10 |
* | Updated installer batch file | Thijs Schreijer | 2013-04-06 | 1 | -18/+74 |
* | moved some blocks around to make it more logical | Thijs Schreijer | 2013-04-05 | 1 | -21/+22 |
* | added user instructions for updating path variables | Thijs Schreijer | 2013-04-04 | 1 | -2/+7 |
* | added comments in th installer, added slightly more verbose output during ins... | Thijs Schreijer | 2013-04-04 | 1 | -17/+42 |
* | more clarification of help text | Thijs Schreijer | 2013-04-04 | 1 | -0/+7 |
* | added some clarification to the installer batch file help text | Thijs Schreijer | 2013-04-04 | 1 | -2/+5 |
* | Dropped prefix assignments to LUA_INTERPRETER and added luajit. | Daniel Klein | 2012-02-20 | 1 | -6/+15 |
* | replace Win32 binaries with files from GnuWin32: | Hisham Muhammad | 2012-02-14 | 1 | -1/+1 |