Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-17 | Fix documentation of --lua-version | Hisham Muhammad | 1 | -1/+1 | |
2015-08-30 | Update LuaCov | Hisham Muhammad | 1 | -1/+1 | |
2015-08-18 | ci: updates appveyor config to use VS2015. | Peter Jas | 1 | -5/+2 | |
2015-07-10 | Fix git cloning command when using git+http protocol | mpeterv | 1 | -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. | |||||
2015-07-09 | added extra include files search paths, see ↵ | Thijs Schreijer | 1 | -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 | |||||
2015-07-02 | also version the `site_config` file | Thijs Schreijer | 1 | -7/+8 | |
2015-07-01 | update displayed data to match version | Thijs Schreijer | 1 | -3/+4 | |
2015-06-30 | Updates pe-parser to v0.4 | Ignacio Burgueño | 1 | -1/+4 | |
2015-06-30 | Strip known extensions | Ignacio Burgueño | 3 | -1/+31 | |
2015-06-30 | prefer versioned config files and directories over non-versioned ones | Thijs Schreijer | 2 | -101/+137 | |
2015-06-29 | Make wording of help summaries consistent. | Hisham Muhammad | 3 | -3/+3 | |
As noted by @mpeterv in https://github.com/keplerproject/luarocks/pull/400#issuecomment-116307146 Changed them so they all use imperative verb form. | |||||
2015-06-29 | Changes wording as suggested | Ignacio Burgueño | 1 | -1/+1 | |
2015-06-26 | Adds missing tests | Ignacio Burgueño | 2 | -1/+33 | |
2015-06-26 | Adds help to 'luarocks config' command | Ignacio Burgueño | 1 | -1/+16 | |
2015-06-26 | Add a test for '--rockspec-format' option | mpeterv | 2 | -0/+2 | |
2015-06-26 | Add '--rockspec-format' option for write_rockspec command | mpeterv | 2 | -12/+15 | |
'--rockspec-format' option allows selecting rockspec format version when writing a rockspec. | |||||
2015-06-26 | added error message in case of a bad platform value | Thijs Schreijer | 1 | -0/+6 | |
2015-06-26 | added correct order for platform overrides | Thijs Schreijer | 1 | -1/+27 | |
2015-06-25 | Update appveyor test matrix to use Lua 5.3.1 | Ignacio Burgueño | 1 | -1/+1 | |
2015-06-25 | integrated cfg.platform and cfg.platforms | Thijs Schreijer | 1 | -47/+47 | |
2015-06-25 | Don't restrict the generator override to mingw | Ignacio Burgueño | 1 | -1/+1 | |
2015-06-25 | Use new key target_cpu | Ignacio Burgueño | 1 | -1/+1 | |
2015-06-25 | CMake needs a hint to use 64 bit target with msvc. | Ignacio Burgue o | 1 | -7/+7 | |
Only when using Windows 64 bits and the msvc compiler. CMake uses the x86 generator by default. We need to tell it explicitly that we wan't to use the x64 generator. refs #382 | |||||
2015-06-25 | cmake backend: Generate 64 bits build when appropiate | Ignacio Burgueño | 1 | -1/+5 | |
Adds -DCMAKE_GENERATOR_PLATFORM=x64 when needed. It seems that CMake does not do that by default (although I might be wrong on that). fixes #382 | |||||
2015-06-25 | refactored the loading of the config files in a more structural manner, ↵ | Thijs Schreijer | 1 | -39/+45 | |
removing duplicate code and error handling. | |||||
2015-06-25 | `detected` was only retained in `cfg` through multiple copies, removed by ↵ | Thijs Schreijer | 1 | -47/+45 | |
directly operating on `cfg.platform` | |||||
2015-06-25 | do not reuse environments | Thijs Schreijer | 1 | -26/+31 | |
2015-06-25 | fix travis-ci error | Thijs Schreijer | 1 | -1/+3 | |
2015-06-25 | removed accidental reintroduced line | Thijs Schreijer | 1 | -1/+0 | |
2015-06-25 | config.lua is not being integrated, bug introduced in #385 | Thijs Schreijer | 1 | -7/+13 | |
2015-06-24 | Don't shadow filename variable: fixes error message. | Hisham Muhammad | 1 | -2/+2 | |
2015-06-24 | Update build matrix to use latest versions | Ignacio Burgueño | 1 | -2/+2 | |
Updates the build matrix to use Lua 5.2.4 and 5.3.1 | |||||
2015-06-24 | Make 'build' field in rockspecs mandatory. | Ignacio Burgueño | 4 | -1/+16 | |
Rockspecs must have a 'build' field. If by any chance, it is not needed (see #379), add this: ````lua build = { type = "none" } ```` | |||||
2015-06-24 | oops... remove debug stuff | Thijs Schreijer | 1 | -9/+0 | |
2015-06-24 | - site_config remains local, not exposed | Thijs Schreijer | 1 | -11/+20 | |
- added field 'target_cpu' to `cfg` and config file environments | |||||
2015-06-24 | Remove `--extensions` flag. Fixes #391. | Hisham Muhammad | 3 | -8/+0 | |
Instead of enabling extensions, use a higher value for `rockspec_format` when writing rockspecs. | |||||
2015-06-20 | fix typo | Kyle McLamb | 1 | -9/+9 | |
2015-06-19 | Allows luarocks.cfg to be used without being installed. | Ignacio Burgueño | 1 | -1/+1 | |
This allows to address the issue #386 | |||||
2015-06-18 | Factors the code to check for a tool. Changes 'not found' message wording. | Ignacio Burgueño | 6 | -10/+36 | |
Adds the function fs.is_tool_available to check if a given tool (git, hg, cmake, etc) is available. | |||||
2015-06-18 | fix: use same environment table for the system config file as well. | Thijs Schreijer | 1 | -23/+16 | |
2015-06-18 | Checks if tool is installed (svn, cvs, hg) | Ignacio Burgueño | 3 | -2/+15 | |
2015-06-17 | Checks if git is installed | Ignacio Burgueño | 1 | -0/+4 | |
When sources are to be fetched using git, check beforehand it is available in the path instead of causing an error. It will show the message: `Error: 'git' program not found. Is git installed? You may want to edit variables.GIT` and exit. refs #381 | |||||
2015-06-17 | fixed typo | Thijs Schreijer | 1 | -1/+1 | |
2015-06-16 | added 2 functions to the global environment of the config-file loader ↵ | Thijs Schreijer | 1 | -1/+16 | |
sandbox; `os_getenv()` and `__dump_env()` | |||||
2015-06-08 | Use LuaJIT 2.0.4 on AppVeyor's test matrix | Ignacio Burgueño | 1 | -1/+1 | |
2015-05-26 | remove excess line (windows installer) | Thijs Schreijer | 1 | -1/+1 | |
2015-05-25 | Correct use of which_config. Fixes #374. | Hisham Muhammad | 1 | -4/+4 | |
2015-05-25 | Add config_cmd.lua to Makefile.setup.inc. | Philipp Janda | 1 | -5/+5 | |
Without config_cmd.lua in the list of LuaRocks files to install the installation is broken and throws an error when trying to display the usage message. | |||||
2015-05-18 | Add `luarocks config` command for querying LuaRocks settings. | Hisham Muhammad | 7 | -19/+102 | |
2015-05-11 | Update lmathx used for testing Lua 5.3 | Hisham Muhammad | 1 | -2/+3 | |