Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #120 from Tieske/fix_failed_compilation_not_aborted | Thijs Schreijer | 2013-04-12 | 1 | -6/+8 | |
| |\ | | | | | | | bug in builtin.lua that caused a previous "ok=false" to be reset in a la... | |||||
| | * | bug in builtin.lua that caused a previous "ok=false" to be reset in a later ↵ | Thijs Schreijer | 2013-04-12 | 1 | -6/+8 | |
| | | | | | | | | | | | | stage of building and hence report success even though it had errors. | |||||
* | | | Make new_version smarter, so it knows how to look inside an updated tarball ↵ | Hisham Muhammad | 2013-04-12 | 2 | -2/+24 | |
|/ / | | | | | | | | | | | | | to check the dir name. This version is able, for example to generate an updated rockspec for lpeg 0.12-rc2 by simply typing `luarocks new_version lpeg 0.12-rc2` | |||||
* | | Handle verbosity with a config option (now it can be set through the config ↵ | Hisham Muhammad | 2013-04-12 | 2 | -7/+3 | |
| | | | | | | | | file) | |||||
* | | Make new_version consume hyphens from version numbers | Hisham Muhammad | 2013-04-12 | 1 | -3/+3 | |
|/ | ||||||
* | added some verbose output options. TODO: make commandline option | Thijs Schreijer | 2013-04-12 | 1 | -4/+23 | |
| | ||||||
* | 5.2 compatibility for the launcher wrapper. | Thijs Schreijer | 2013-04-12 | 1 | -3/+2 | |
| | ||||||
* | fixed wrapper code to include the global 'arg' table, including compiled ↵ | Thijs Schreijer | 2013-04-10 | 1 | -1/+23 | |
| | | | | object file | |||||
* | Merge pull request #113 from Tieske/MinGW_fix | Hisham Muhammad | 2013-04-06 | 1 | -3/+3 | |
|\ | | | | | Mingw fix and windows installer batch file updated | |||||
| * | fix lib extension and remove default mcvcr80 runtime for MinGW | Thijs Schreijer | 2013-04-04 | 1 | -3/+3 | |
| | | ||||||
* | | Improve diagnostics on error copying 'lua' directory. | Hisham Muhammad | 2013-04-07 | 1 | -2/+2 | |
| | | | | | | | | Actually it would be better to check if this is really working as intended. | |||||
* | | Fix crash in the 'show' command when using a table as entry in rocks_trees ↵ | Hisham Muhammad | 2013-04-06 | 2 | -3/+11 | |
| | | | | | | | | config file. | |||||
* | | Accept rocks and rockspecs in the remove command: interpret rock name and ↵ | Hisham Muhammad | 2013-04-06 | 1 | -0/+7 | |
|/ | | | | version from their names. | |||||
* | MacOSX uses 'make', not 'gmake' as the other BSDs. | Hisham Muhammad | 2012-12-20 | 1 | -0/+1 | |
| | ||||||
* | Prepare for 2.0.12 | Hisham Muhammad | 2012-11-05 | 1 | -1/+1 | |
| | ||||||
* | Make --tree in 'show' command compliant with the behavior of the flag in ↵ | Hisham Muhammad | 2012-11-02 | 1 | -3/+7 | |
| | | | | | | other commands. Rename old --tree to --rock-tree. | |||||
* | remove dead code | Hisham Muhammad | 2012-11-02 | 1 | -4/+0 | |
| | ||||||
* | Fix behavior of --nodeps | Hisham Muhammad | 2012-11-02 | 1 | -5/+14 | |
| | ||||||
* | Honor --tree in list command. | Hisham Muhammad | 2012-11-02 | 1 | -1/+5 | |
| | ||||||
* | Add documentation | Hisham Muhammad | 2012-11-02 | 1 | -2/+4 | |
| | ||||||
* | Clean up and make use of deps-mode / deps_mode consistent. --nodeps is now ↵ | Hisham Muhammad | 2012-10-31 | 11 | -65/+64 | |
| | | | | an alias to --deps-mode=none | |||||
* | Merge branch 'master' into multitree | Hisham Muhammad | 2012-10-17 | 6 | -41/+34 | |
|\ | ||||||
| * | Cleanup display of titles, simplify porcelain a bit. | Hisham Muhammad | 2012-10-17 | 6 | -46/+21 | |
| | | ||||||
| * | introduce --porcelain cmdline flag to force machine-readable output | Vladimir Dronnikov | 2012-10-17 | 2 | -30/+48 | |
| | | ||||||
* | | Merge branch 'master' into multitree | Hisham Muhammad | 2012-10-17 | 7 | -39/+18 | |
|\| | ||||||
| * | Report LuaRocks user-agent when using LuaSocket as well. | Hisham Muhammad | 2012-10-16 | 4 | -6/+15 | |
| | | | | | | | | Report also architecture and downloader tool, so we gather some general stats. | |||||
| * | Remove dead code: search_repos always returns a table. | Hisham Muhammad | 2012-10-16 | 2 | -10/+3 | |
| | | ||||||
| * | Remove dead code: queries in this function never happen with exact_name == ↵ | Hisham Muhammad | 2012-10-16 | 1 | -7/+0 | |
| | | | | | | | | false. | |||||
| * | Remove dead code | Hisham Muhammad | 2012-10-16 | 1 | -16/+0 | |
| | | ||||||
* | | Merge branch 'master' into multitree | Hisham Muhammad | 2012-10-16 | 3 | -1/+32 | |
|\| | ||||||
| * | On Windows, we can't "os.rename" over an existing file. Closes #104. | Hisham Muhammad | 2012-10-16 | 3 | -1/+32 | |
| | | ||||||
* | | Merge branch 'master' into multitree | Hisham Muhammad | 2012-10-08 | 4 | -43/+24 | |
|\| | ||||||
| * | Check root parent only if root does not exist (useful for ~/.luarocks, ↵ | Hisham Muhammad | 2012-10-08 | 1 | -1/+6 | |
| | | | | | | | | avoids breakage with /usr/local). Closes #100. | |||||
| * | Remove dead code. | Hisham Muhammad | 2012-10-03 | 1 | -12/+0 | |
| | | ||||||
| * | Remove unused third argument. | Hisham Muhammad | 2012-10-03 | 1 | -3/+1 | |
| | | ||||||
| * | Comment format consistency. | Hisham Muhammad | 2012-10-03 | 1 | -27/+17 | |
| | | ||||||
* | | Merge branch 'master' into multitree | Hisham Muhammad | 2012-10-02 | 1 | -0/+1 | |
|\| | ||||||
| * | Add logiceditor.com mirror. Thanks to Alexander Gladysh! | Hisham Muhammad | 2012-10-02 | 1 | -0/+1 | |
| | | ||||||
* | | Remove reference to unused module. | Hisham Muhammad | 2012-10-02 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'master' into multitree | Hisham Muhammad | 2012-09-25 | 2 | -5/+7 | |
|\| | ||||||
| * | Improve support for parallel rocks trees with different Lua versions. | Reuben Thomas | 2012-09-25 | 2 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | Add support for LUAROCKS_SYSCONFIG_X_Y and LUAROCKS_CONFIG_X_Y, similar to LUA_PATH_5_2, but for any verison of Lua. Allow repository paths to contain extra components under "lib/luarocks", so for example you can have "lib/luarocks/5.1/rocks" and "lib/luarocks/5.2/rocks". | |||||
* | | Fix map_trees when fn does not return values. | Hisham Muhammad | 2012-09-25 | 1 | -2/+2 | |
| | | ||||||
* | | factor out tree map operation and use it in "luarocks path" command, ↵ | Hisham Muhammad | 2012-09-25 | 6 | -47/+60 | |
| | | | | | | | | providing proper bin paths. | |||||
* | | unfinished work on multi-tree support | Hisham Muhammad | 2012-09-25 | 14 | -69/+139 | |
|/ | ||||||
* | Add liblua.so mirror, thanks to Rob Kendrick | Hisham Muhammad | 2012-09-25 | 1 | -1/+2 | |
| | ||||||
* | Fix missing declaration to be used on Mac OSX systems, related to #94. | Hisham Muhammad | 2012-09-25 | 1 | -2/+2 | |
| | ||||||
* | Fix for when version is not explicitly given. | Hisham Muhammad | 2012-09-24 | 1 | -1/+1 | |
| | ||||||
* | Show module filenames in 'luarocks show'. | Hisham Muhammad | 2012-09-24 | 3 | -21/+62 | |
| | ||||||
* | Add 'purge' command. Closes #25. | Hisham Muhammad | 2012-09-24 | 3 | -6/+61 | |
| | ||||||
* | preparing 2.0.11v2.0.11 | Hisham Muhammad | 2012-09-21 | 1 | -1/+1 | |
| |