Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #123 from Tieske/masterv2.0.13 | Thijs Schreijer | 2013-04-14 | 1 | -1/+1 |
|\ | | | | | minor fix | ||||
| * | fix minor bug in windows registry loader | Thijs Schreijer | 2013-04-14 | 1 | -1/+1 |
|/ | |||||
* | Fix detection of existing configuration. | Hisham Muhammad | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | General improvements for Lua 5.1 and 5.2 coexistance: | Hisham Muhammad | 2013-04-12 | 5 | -42/+88 |
| | | | | | | | * Add --versioned-rocks-dir option to Unix installer, which makes it use paths such as /lib/luarocks/rocks-5.X, and /etc/luarocks/config-5.X.lua (where X is 1 or 2). * Make configure script on Unix autodetect the presence of previous LuaRocks installations and adapt accordingly to avoid conflicts. * Support luarocks.site_config_5_X for users who wish to run two versions from the same source tree (may be useful for LR development). * Try to load config-5.X.lua from home directory before trying config.lua. | ||||
* | Safe quoting for concatenating constant strings into patterns. | Hisham Muhammad | 2013-04-12 | 2 | -1/+10 |
| | |||||
* | compile rclauncher binary wrapper on windows on every build | Fabio Mascarenhas | 2013-04-12 | 6 | -102/+108 |
| | |||||
* | fix installation of builtin lua | Fabio Mascarenhas | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | fix syntax error on new verbose option | Fabio Mascarenhas | 2013-04-12 | 4 | -5/+5 |
| | |||||
* | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2013-04-12 | 2 | -16/+46 |
|\ | |||||
| * | Merge pull request #121 from Tieske/installer_52_support | Thijs Schreijer | 2013-04-12 | 1 | -10/+38 |
| |\ | | | | | | | updated installer to support 5.2 (extra command switch /LV) | ||||
| | * | updated installer to support 5.2 (extra command switch /LV) | Thijs Schreijer | 2013-04-12 | 1 | -10/+38 |
| | | | |||||
| * | | 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 |
| | | |||||
* | | Merge pull request #119 from Tieske/master | Thijs Schreijer | 2013-04-12 | 1 | -4/+23 |
|\| | | | | | optional verbose output | ||||
| * | added some verbose output options. TODO: make commandline option | Thijs Schreijer | 2013-04-12 | 1 | -4/+23 |
|/ | |||||
* | Merge pull request #118 from Tieske/launcher_52_compat | Thijs Schreijer | 2013-04-12 | 1 | -3/+2 |
|\ | | | | | 5.2 compatibility for the launcher wrapper. | ||||
| * | 5.2 compatibility for the launcher wrapper. | Thijs Schreijer | 2013-04-12 | 1 | -3/+2 |
|/ | |||||
* | Merge pull request #114 from Tieske/Regsitry_info_added | Thijs Schreijer | 2013-04-11 | 5 | -4/+187 |
|\ | | | | | implements .rockspec file extension on windows | ||||
| * | added default command "edit", so when double clicking it won't automatically ↵ | Thijs Schreijer | 2013-04-09 | 1 | -0/+6 |
| | | | | | | | | install, but open notepad. A safer option. | ||||
| * | fixes in registry template and batchfile luarocksw.bat | Thijs Schreijer | 2013-04-09 | 2 | -12/+13 |
| | | |||||
| * | installer adds information for the registry, including icon and actions for ↵ | Thijs Schreijer | 2013-04-09 | 5 | -4/+180 |
| | | | | | | | | | | | | | | .rockspec files when /R argument is provided. includes the new luarocksw.bat batch file also: made the /P argument of the installer required | ||||
* | | Merge pull request #116 from Tieske/fixed_exe_wrapper | Thijs Schreijer | 2013-04-11 | 3 | -1/+24 |
|\ \ | | | | | | | Fixed exe wrapper | ||||
| * | | fixed wrapper code to include the global 'arg' table, including compiled ↵ | Thijs Schreijer | 2013-04-10 | 2 | -1/+23 |
| |/ | | | | | | | object file | ||||
| * | small fix to installer, for consistency (no functional impact) | Thijs Schreijer | 2013-04-07 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #113 from Tieske/MinGW_fix | Hisham Muhammad | 2013-04-06 | 2 | -56/+153 |
|\ | | | | | Mingw fix and windows installer batch file updated | ||||
| * | fixed installer: typo in write config file | Thijs Schreijer | 2013-04-06 | 1 | -1/+1 |
| | | |||||
| * | installer bugfix in case of quoted arguments for paths | Thijs Schreijer | 2013-04-06 | 1 | -10/+10 |
| | | |||||
| * | Updated installer batch file | Thijs Schreijer | 2013-04-06 | 1 | -18/+74 |
| | | | | | | | | | | | | | | library name to link against is now configurable, and a default list to look for is set Library and runtime will be written into the config files now /L can no longer be used with /LUA /INC /BIN /LIB (will error and exit) More verbose output while searching for a Lua installation | ||||
| * | moved some blocks around to make it more logical | Thijs Schreijer | 2013-04-05 | 1 | -21/+22 |
| | | |||||
| * | added user instructions for updating path variables | Thijs Schreijer | 2013-04-04 | 1 | -2/+7 |
| | | |||||
| * | added comments in th installer, added slightly more verbose output during ↵ | Thijs Schreijer | 2013-04-04 | 1 | -17/+42 |
| | | | | | | | | installing, and fixed the bug of MinGW binaries being overwritten. | ||||
| * | more clarification of help text | Thijs Schreijer | 2013-04-04 | 1 | -0/+7 |
| | | |||||
| * | added some clarification to the installer batch file help text | Thijs Schreijer | 2013-04-04 | 1 | -2/+5 |
| | | |||||
| * | 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. | ||||
* | Fixed detection of Debian paths for Lua includes. | Hisham Muhammad | 2013-03-06 | 1 | -10/+12 |
| | |||||
* | MacOSX uses 'make', not 'gmake' as the other BSDs. | Hisham Muhammad | 2012-12-20 | 1 | -0/+1 |
| | |||||
* | First commit of still-crappy version of the new test suite.v2.0.12 | Hisham Muhammad | 2012-11-05 | 1 | -0/+269 |
| | | | | | | | | Consider this a prototype. I'm only checking for success or failure of most commands, and not the actual output they produce. I'm also not using a proper test suite tool, it contains hardcoded paths to my environment and the whole thing is taking 30 minutes to run on my computer. But it's better than nothing! | ||||
* | Remove old tests | Hisham Muhammad | 2012-11-05 | 3 | -167/+0 |
| | |||||
* | Prepare for 2.0.12 | Hisham Muhammad | 2012-11-05 | 2 | -2/+2 |
| | |||||
* | update check_makefile rule | Hisham Muhammad | 2012-11-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'multitree': add --deps-mode flag and deps_mode config option. | Hisham Muhammad | 2012-11-04 | 21 | -109/+205 |
|\ | | | | | | | See http://www.luarocks.org/en/Dependencies for the documentation. | ||||
| * | 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 |
| | |