aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * 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
| | | | | | | | | | | | | | | | Fixes #151
| | | * Windows installer: backup configuration files before removing installation ↵Thijs Schreijer2015-07-181-35/+38
| | | | | | | | | | | | | | | | directory
| | | * 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 different
| | | * | Fix patch error message when source is differentmpeterv2015-10-171-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check_patched() relies on throwing and catching string 'nomatch'. Pass 0 as the second argument for error() when throwing to avoid location info being added to the message. Fixes lack of error when patch should fail with "source is different" error.
| | * | | Merge pull request #439 from mpeterv/fix-patch-empty-linesHisham Muhammad2015-10-191-1/+6
| | |\ \ \ | | | |/ / | | |/| | Fix empty line handling in patch.lua
| | | * | Fix empty line handling in patch.luampeterv2015-10-171-1/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interpret empty lines in hunk bodies as empty context lines, that is, add a space to them. This is consistent with command-line patch tool behaviour. Fixes #434.
| * / / 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 ↵Hisham Muhammad2015-10-241-10/+19
| | | | | | | | | | | | | | | | | | default path. Fail instead (and report that when the user checks the configuration.)
* | | 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
| | | | | | | | | | | | See #422.
* | | 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.lua
| | * | Update tar.luaWXY2015-09-211-3/+4
| | | | | | | | | | | | fix a bug occured when unrar some .tar files using this module
| * | | Merge pull request #427 from tst2005/masterIgnacio Burgueño2015-09-211-0/+1
| |\ \ \ | | | | | | | | | | missing to close file descriptor
| | * | | 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
| | | | | | | | | | | | | | | | Fixes #425.
* | | | LuaSec moved in the repository...Hisham Muhammad2015-09-211-1/+1
| | | |
* | | | Merge branch 'master' into luarocks-3Hisham Muhammad2015-09-2110-119/+196
|\| | |
| * | | We use lzlib, not lua-zlibHisham Muhammad2015-09-211-1/+1
| |/ /
| * | Fix documentation of --lua-versionHisham Muhammad2015-09-171-1/+1
| | |
| * | Update LuaCovHisham Muhammad2015-08-301-1/+1
| | |
| * | Merge pull request #418 from jasonwilliams200OK/masterIgnacio Burgueño2015-08-181-5/+2
| |\ \ | | | | | | | | ci: updates appveyor config to use VS2015
| | * | ci: updates appveyor config to use VS2015.Peter Jas2015-08-181-5/+2
| |/ /
| * | Merge pull request #410 from mpeterv/fix-git-http-branch-commandIgnacio Burgueño2015-07-101-1/+1
| |\ \ | | |/ | |/| Fix git cloning command when using git+http protocol
| | * Fix git cloning command when using git+http protocolmpeterv2015-07-101-1/+1
| |/ | | | | | | | | | | | | git+http and git+https pass '--' instead of '--depth=1' option. As '--branch' option was passed after depth, it caused the former to be interpreted as an extra argument by git. Pass '--branch' first instead.
| * Merge pull request #407 from Tieske/pref_versionedThijs Schreijer2015-07-102-17/+28
| |\ | | | | | | Prefer versioned config files
| | * added extra include files search paths, see ↵Thijs Schreijer2015-07-091-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` fileThijs Schreijer2015-07-021-7/+8
| | |
| | * Merge branch 'master' of github.com:keplerproject/luarocks into pref_versionedThijs Schreijer2015-07-014-2/+35
| | |\ | | |/ | |/| | | | | | | Conflicts: src/luarocks/cfg.lua
| * | Merge pull request #404 from ignacio/url_to_base_dirHisham Muhammad2015-07-013-1/+31
| |\ \ | | | | | | | | Strip only known extensions
| | * | Strip known extensionsIgnacio Burgueño2015-06-303-1/+31
| | | |
| * | | Merge pull request #405 from ignacio/pe_parser_04Ignacio Burgueño2015-07-011-1/+4
| |\ \ \ | | | | | | | | | | Updates pe-parser to v0.4
| | * | | Updates pe-parser to v0.4Ignacio Burgueño2015-06-301-1/+4
| | |/ /
| * | | Merge pull request #398 from Tieske/refactor_cfgHisham Muhammad2015-07-011-97/+133
| |\ \ \ | | |/ / | |/| | Refactor cfg config file loading
| | * | added error message in case of a bad platform valueThijs Schreijer2015-06-261-0/+6
| | | |
| | * | added correct order for platform overridesThijs Schreijer2015-06-261-1/+27
| | | |
| | * | integrated cfg.platform and cfg.platformsThijs Schreijer2015-06-251-47/+47
| | | |
| | * | Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵Thijs Schreijer2015-06-250-0/+0
| | |\ \ | | | | | | | | | | | | | | | refactor_cfg