Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #516 from xspager/add_haiku_plat | Hisham Muhammad | 2016-03-14 | 1 | -4/+7 |
|\ | | | | | Add HaikuOS as platform | ||||
| * | Add HaikuOS as platform | Daniel Lemos | 2016-03-14 | 1 | -4/+7 |
|/ | |||||
* | Make sure deps-mode is respected when recursing the dependency chain. | Hisham | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham | 2016-02-29 | 5 | -62/+114 |
|\ | |||||
| * | Merge pull request #503 from mpeterv/zlibs-compat | Hisham Muhammad | 2016-02-19 | 1 | -20/+36 |
| |\ | | | | | | | Compatibility with lua-zlib | ||||
| | * | Compatibility with lua-zlib | mpeterv | 2016-02-19 | 1 | -20/+36 |
| |/ | |||||
| * | Fix trailing space in dep.show_dep on dep without constraints | mpeterv | 2016-02-13 | 1 | -5/+9 |
| | | |||||
| * | Merge pull request #498 from mpeterv/improve-new-version | Hisham Muhammad | 2016-02-11 | 2 | -31/+54 |
| |\ | | | | | | | Make new_version work with scm rockspecs | ||||
| | * | Add a test for luarocks new_version --tag | mpeterv | 2016-02-11 | 1 | -0/+1 |
| | | | |||||
| | * | Add --tag option for luarocks new_version | mpeterv | 2016-02-11 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | Allows using new_version command to create tagged rockspecs from untagged scm rockspecs. If not given, new version is copied from passed tag, with leading 'v' stripped if it's present. | ||||
| | * | Fix update_source_section in new_version | mpeterv | 2016-02-11 | 1 | -22/+37 |
| | | | | | | | | | | | | | | | | | | | | | * Don't confuse cases "MD5 changed with same URL" and "couldn't fetch" * Don't check MD5 if it's not present in the old rockspec * Don't drop errors in fs.get_md5 * Don't drop errors in fetch.find_base_dir | ||||
| | * | Remove a redundant check in new_version | mpeterv | 2016-02-11 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | The template rockspec is type checked, no need to check if source table is present. | ||||
| | * | Fix "missing argument" message for new_version | mpeterv | 2016-02-11 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #483 from Tieske/errmsg_json | Peter Melnichenko | 2016-02-11 | 1 | -6/+15 |
| |\ | | | | | | | provide a better error message for missing json libraries | ||||
| | * | 2nd occurence of the json error message also updated | Thijs Schreijer | 2016-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | removed duplicate code, this part seems copy-pasted from the part that was ↵ | Thijs Schreijer | 2016-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | later fixed by #455, hence this still contained the same bug | ||||
| | * | provide a better error message for missing json libraries | Thijs Schreijer | 2016-01-10 | 1 | -3/+12 |
| | | | |||||
* | | | Test that 'unzip' is present in the $PATH. | Hisham | 2016-02-29 | 1 | -3/+5 |
|/ / | |||||
* | | Merge pull request #495 from keplerproject/md5compat | Ignacio Burgueño | 2016-02-08 | 1 | -0/+8 |
|\ \ | | | | | | | Add compatibility with lhf's lmd5 module. | ||||
| * | | Add compatibility with lhf's lmd5 module. | Philipp Janda | 2016-02-07 | 1 | -0/+8 |
|/ / | | | | | | | Closes #494. | ||||
* | | Fix docs for path.which_i and some of its users | mpeterv | 2016-02-02 | 2 | -24/+24 |
| | | | | | | | | | | | | It actually accepts file name of the module as in manifest.repository[package][version].modules[module], not the module name. | ||||
* | | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham | 2016-02-01 | 8 | -47/+29 |
|\ \ | |||||
| * \ | Merge pull request #488 from jcgoble3/jcgoble3/url-update | Peter Melnichenko | 2016-01-25 | 2 | -2/+2 |
| |\ \ | | | | | | | | | Update repo URLs to luarocks.org instead of rocks.moonscript.org | ||||
| | * | | Update repo URLs to luarocks.org instead of rocks.moonscript.org | Jonathan Goble | 2016-01-22 | 2 | -2/+2 |
| |/ / | | | | | | | | | | Previously, this used an old URL and downloaded over HTTP, in cleartext. This commit updates to the URL that the old one redirects to, and changes to HTTPS encryption for security. HTTPS is currently impossible on rocks.moonscript.org because the security certificate for that domain expired in May 2015. | ||||
| * | | Do not handle cfg.local_cache == nil in luarocks.cache | mpeterv | 2016-01-11 | 1 | -14/+1 |
| | | | | | | | | | | | | cfg.local_cache is always set by defaults. Fixes #479. | ||||
| * | | Report unknown commands consistently | mpeterv | 2016-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Now both 'luarocks foo' and 'luarocks help foo' print 'Unknown command: foo'. | ||||
| * | | Remove two unnecessary require calls | mpeterv | 2016-01-11 | 2 | -2/+1 |
| | | | |||||
| * | | luarocks make: ignore 'rockspec' directory when no argument given | mpeterv | 2016-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Without an argument luarocks make looks if there is only one rockspec in the current directory. Consider only files as potential rockspec to avoid strange error when current directory contains a directory ending with 'rockspec'. | ||||
| * | | Merge pull request #467 from mpeterv/build-builtin-errors | Hisham Muhammad | 2016-01-11 | 1 | -8/+7 |
| |\ \ | | |/ | |/| | Improve builtin build backend errors | ||||
| | * | Improve error handling in builtin backend | mpeterv | 2015-12-19 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Show error message from fs.copy when failed to install a file. Nice for Lua module files, since their existence is not checked beforehand. Also remove extra 'local ok, err' declarations. | ||||
| | * | Fix extension splitting in builting backend | mpeterv | 2015-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes incorrect gcc command and error message when a file name doesn't contain a dot: Error: Build error: Failed compiling object .o becomes Error: Build error: Failed compiling object dotlessname | ||||
| * | | Merge pull request #478 from mpeterv/viewable-coverage | Hisham Muhammad | 2016-01-04 | 1 | -19/+16 |
| |\ \ | | | | | | | | | Upgrade to LuaCov 0.9.1, make coverage viewable | ||||
| | * | | Upgrade to LuaCov 0.9.1, make coverage viewable | mpeterv | 2016-01-04 | 1 | -19/+16 |
| |/ / | |||||
* / / | Make search order deterministic. | Hisham | 2016-02-01 | 1 | -3/+4 |
|/ / | |||||
* | | Merge pull request #473 from geoffleyland/add-git-ssh-support | Hisham Muhammad | 2015-12-29 | 2 | -1/+33 |
|\ \ | | | | | | | Add git+ssh support to fetchers, including both kinds of git ssh url | ||||
| * | | Add git+ssh support to fetchers, including both kinds of git ssh url | Geoff Leyland | 2015-12-23 | 2 | -1/+33 |
| | | | |||||
* | | | Merge pull request #476 from Tieske/master | Thijs Schreijer | 2015-12-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | fix missing variable expansion when using a self contained configuration | ||||
| * | | fix missing variable expansion when using a self contained configuration | Thijs Schreijer | 2015-12-26 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #471 from mpeterv/fix-travis | Hisham Muhammad | 2015-12-22 | 1 | -0/+1 |
|\ \ | |/ |/| | Install luabitop from src rock on travis | ||||
| * | Install luabitop from src rock on travis | mpeterv | 2015-12-22 | 1 | -0/+1 |
|/ | | | | | Fixes Travis failure when attempting to fetch luabitop sources from luajit.org, which has blocked downloads from travis recently. | ||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks | Hisham Muhammad | 2015-12-06 | 1 | -1/+5 |
|\ | |||||
| * | Fix find_program() in configure | mpeterv | 2015-12-06 | 1 | -1/+5 |
| | | | | | | | | | | | | which returns path to the program, not to the directory containing it. That causes errors when configuring without --with-lua. The fix is to apply 'dirname' if 'command -v' was a success. | ||||
* | | Stricter version consistency checks. | Hisham Muhammad | 2015-12-06 | 1 | -2/+29 |
|/ | |||||
* | Improve writability checks. | Hisham Muhammad | 2015-12-05 | 3 | -10/+33 |
| | | | | | | LuaRocks does `mkdir -p` (or equivalent), so we can check for the entire chain of parents for a writable directory. Closes #449. | ||||
* | Merge pull request #464 from mpeterv/improve-ext-deps | Hisham Muhammad | 2015-12-05 | 1 | -19/+34 |
|\ | | | | | Show candidate files when external deps are missing | ||||
| * | Process external deps in sorted order | mpeterv | 2015-12-05 | 1 | -2/+2 |
| | | | | | | | | | | Ensure consistent output for Lua 5.3 where key order of pairs() can change between two runs. | ||||
| * | Show candidate files when external deps are missing | mpeterv | 2015-12-05 | 1 | -18/+33 |
|/ | |||||
* | 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 |
| |\ |