aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
| * | | | | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham Muhammad2015-12-013-6/+13
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #453 from Tieske/default_config_locationHisham Muhammad2015-12-012-2/+7
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | write config directory only if explictly given, use defaults otherwiseThijs Schreijer2015-11-142-2/+7
| | * | | | | Merge pull request #455 from Tieske/fix_errormsgThijs Schreijer2015-11-252-4/+6
| | |\ \ \ \ \
| | | * | | | | fix: bad errormessage and missing quotesThijs Schreijer2015-11-252-4/+6
| | | |/ / / /
| * | / / / / Make sure --local always implies --tree=home.Hisham Muhammad2015-12-011-0/+5
| |/ / / / /
* | | | | | Add explicit macosx_deployment_target option for Mac users.Hisham Muhammad2015-11-293-3/+47
* | | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-11-166-110/+102
|\| | | | |
| * | | | | Merge branch 'master' of https://github.com/keplerproject/luarocksHisham Muhammad2015-11-165-109/+110
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #448 from zoresvit/patch-1Hisham Muhammad2015-11-111-20/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Use `command -v` for obtaining executable path.Ruslan Kiianchuk2015-11-071-1/+1
| | | * | | | Fix `find_program` function to be less fragileRuslan Kiianchuk2015-11-071-20/+1
| | | |/ / /
| | * | | | Merge pull request #413 from Tieske/unversion_LRHisham Muhammad2015-11-073-77/+97
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | explicit warn when enviornment variable given filename doesn't existThijs Schreijer2015-10-271-9/+25
| | | * | | update commandline help Windows installerThijs Schreijer2015-07-261-2/+3
| | | * | | moved systree on top of Lua installationThijs Schreijer2015-07-261-7/+13
| | | * | | fixed bad reference to main LuaRocks install path, should fix AppVeyor failuresThijs Schreijer2015-07-202-2/+1
| | | * | | added debug lineThijs Schreijer2015-07-191-0/+1
| | | * | | Fixes appveyor build script for changed pathsThijs Schreijer2015-07-191-4/+3
| | | * | | 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
| | | * | | minor textual fixesThijs Schreijer2015-07-141-2/+2
| | * | | | Merge pull request #440 from mpeterv/fix-patch-errorHisham Muhammad2015-10-191-11/+6
| | |\ \ \ \
| | | * | | | Fix patch error message when source is differentmpeterv2015-10-171-11/+6
| | * | | | | Merge pull request #439 from mpeterv/fix-patch-empty-linesHisham Muhammad2015-10-191-1/+6
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Fix empty line handling in patch.luampeterv2015-10-171-1/+6
| | |/ / / /
| * / / / / Do not distribute appveyor files in release packages.Hisham Muhammad2015-11-161-2/+2
| |/ / / /
* | | | | Fix test on non-LuaJITHisham Muhammad2015-10-241-2/+2
* | | | | Test LuaJITHisham Muhammad2015-10-241-0/+1
* | | | | Fixes to luajit testing.Hisham Muhammad2015-10-241-14/+54
* | | | | If LUAROCKS_CONFIGURE is given and is invalid, do not silently switch to a de...Hisham Muhammad2015-10-241-10/+19
* | | | | Support install_pass in CMake. Fixes #431.Hisham Muhammad2015-10-231-4/+18
* | | | | Support "luajit" as a provided dependency in rockspec format 3.0Hisham Muhammad2015-10-196-11/+75
* | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-10-031-2/+2
|\| | | |
| * | | | Revert accidental commit.Hisham Muhammad2015-09-302-4/+2
| * | | | Use env for setting MACOSX_DEPLOYMENT_TARGET.Hisham Muhammad2015-09-303-4/+6
* | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-09-222-0/+6
|\| | | |
| * | | | add set_time function for tar module without lfsHisham Muhammad2015-09-222-0/+6
* | | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-09-220-0/+0
|\| | | |
| * | | | Merge pull request #426 from usstwxy/patch-1Hisham Muhammad2015-09-221-3/+4
| |\ \ \ \
| | * | | | Update tar.luaWXY2015-09-211-3/+4
| * | | | | Merge pull request #427 from tst2005/masterIgnacio BurgueƱo2015-09-211-0/+1
| |\ \ \ \ \
| | * | | | | missing to close file descriptorTsT2015-09-211-0/+1
| |/ / / / /
* | | | | | Fix merge conflict.Hisham Muhammad2015-09-221-5/+9
* | | | | | Support SCM repos with names ending with ".lua".Hisham Muhammad2015-09-221-1/+4