Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | | | | | Auto setup MSVC enviornments | |||||
| * | removed /debug /release switches for setting up the enviornment. it does NOT ↵ | Thijs Schreijer | 2015-12-02 | 1 | -2/+1 | |
| | | | | | | | | determine linking against a debug runtime or release runtime. | |||||
| * | 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 | |
| | | | | | | | | | | | | - output on checks done - commandline switch to disable the auto-search for ms tools - added debug libs to the SDK search | |||||
| * | 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 | |
| | | | | | | | | | | | | This is required for Windows SDK setenv.cmd. | |||||
| | * | 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 | |
| | | | | | | | | | | | | Other Windows SDK versions requires a separate installation of Visual Studio. | |||||
| | * | 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 | |
| | | | | | | | | | | | | | | | | | | 1. Use vcvarsall.bat if exists. 2. Use vcvars32.bat / vcvars64.bat if exists. 3. Do no compiler env setup in luarocks.bat if 1 and 2 are both not exists. | |||||
| | * | Better setup vc compiler, should compatible with Windows SDK. | Xpol Wan | 2015-10-24 | 1 | -13/+30 | |
| | | | | | | | | | | | | | | | 1. Use reg: HKEY_LOCAL_MACHINE\SOFTWARE[\Wow6432Node]\Microsoft\VisualStudio\<version>\Setup\VC:ProductDir 2. Use bin\vcvars32.bat and bin\amd64\vcvars64.bat instead of vcvarsall.bat. | |||||
| | * | 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 | |
| | | | | | | | | Fixes #151 | |||||
* | | Windows installer: backup configuration files before removing installation ↵ | Thijs Schreijer | 2015-07-18 | 1 | -35/+38 | |
| | | | | | | | | directory | |||||
* | | minor textual fixes | Thijs Schreijer | 2015-07-14 | 1 | -2/+2 | |
|/ | ||||||
* | added extra include files search paths, see ↵ | Thijs Schreijer | 2015-07-09 | 1 | -6/+15 | |
| | | | | | | https://github.com/keplerproject/luarocks/issues/403#issuecomment-119726674 updated bak files as per @ignacio see https://github.com/keplerproject/luarocks/pull/407#discussion-diff-33782733 | |||||
* | 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 | |
| | ||||||
* | Reorganized Windows specific files. Now installer can work directly from the ↵ | Thijs Schreijer | 2014-05-06 | 1 | -8/+17 | |
| | | | | repository | |||||
* | run LR itself on the Lua interpreter found during install, not on the ↵ | Thijs Schreijer | 2014-04-02 | 1 | -1/+1 | |
| | | | | interpreter first in the system path. Lining up with the unix shell scripts. | |||||
* | prepare luarocks for lua 5.3 | Philipp Janda | 2014-03-26 | 1 | -2/+7 | |
| | ||||||
* | Removed module calls from installation scripts | mpeterv | 2014-03-20 | 1 | -14/+15 | |
| | ||||||
* | remove rocksserver settings from windows installer | Thijs Schreijer | 2014-01-29 | 1 | -3/+0 | |
| | ||||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Thijs Schreijer | 2014-01-11 | 1 | -1/+1 | |
|\ | ||||||
| * | Misplaced quote in resulting luarocks.bat file | Ignacio Burgueño | 2014-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Line 699 is writing this in the .bat file. ~~~~ C:\luarocks\2.1>IF NOT "c:\luarocks52\share\lua\5.2\?.lua;c:\luarocks52\share\lua\5.2\?\init.lua;;" == "" ("SET LUA_PATH_5_2=c:\luarocks\2.1\lua\?.lua;c:\luarocks\2.1\lua\?\init.lua;c:\luarocks52\share\lua\5.2\?.lua;c:\luarocks52\share\lua\5.2\?\init.lua;;") ~~~~ Which prints an error: `The system cannot find the path specified.` It only happens if env var LUA_PATH_5_2 has some value. | |||||
* | | minor update | Thijs Schreijer | 2014-01-11 | 1 | -2/+5 | |
|/ | ||||||
* | bugfix: /CONFIG option to follow install location, so /P will have effect on ↵ | Thijs Schreijer | 2014-01-10 | 1 | -2/+2 | |
| | | | | config location as well. | |||||
* | bugfix: /CONFIG not honored because of typo | Thijs Schreijer | 2014-01-10 | 1 | -1/+1 | |
| | ||||||
* | don't print process info when help is displayed | Thijs Schreijer | 2014-01-09 | 1 | -1/+2 | |
| | ||||||
* | some textual updates | Thijs Schreijer | 2013-12-27 | 1 | -11/+10 | |
| | ||||||
* | updated comments for exitcodes | Thijs Schreijer | 2013-12-26 | 1 | -1/+53 | |
| | | | | batch wrapper script (luarocks.bat) updated to auto-elevate if permission was denied | |||||
* | updated default system tree location to 'program files', so it is protected ↵ | Thijs Schreijer | 2013-12-25 | 1 | -16/+50 | |
| | | | | | | with admin rights. Implemented a /SELFCONTAINED installation option that makes a single directory installation | |||||
* | fixed wrong tree order in config file; order was user - system. Now ↵ | Thijs Schreijer | 2013-12-22 | 1 | -1/+1 | |
| | | | | corrected to system - user. So installations default to system tree. | |||||
* | 1. bug fix for installing on x64 systems in "program files (x86)" ↵ | Thijs Schreijer | 2013-12-19 | 1 | -4/+5 | |
| | | | | | | (parentheses around x86 gave some escaping problems) 2. Adds named trees created by windows installer in the config file. |