Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't setup msvc when user desires MinGW. | Xpol Wan | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | Add comments about Windows SDKs. | Xpol Wan | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | Better msvc compiler setup compatibility. | Xpol Wan | 2015-10-27 | 1 | -22/+32 |
| | | | | | | 1. Use vcvarsall.bat if exists. 2. Use vcvars32.bat / vcvars64.bat if exists. 3. Do no compiler env setup in luarocks.bat if 1 and 2 are both not exists. | ||||
* | Better setup vc compiler, should compatible with Windows SDK. | Xpol Wan | 2015-10-24 | 1 | -13/+30 |
| | | | | | 1. Use reg: HKEY_LOCAL_MACHINE\SOFTWARE[\Wow6432Node]\Microsoft\VisualStudio\<version>\Setup\VC:ProductDir 2. Use bin\vcvars32.bat and bin\amd64\vcvars64.bat instead of vcvarsall.bat. | ||||
* | Automatically setup MSVC command line tools for VC2008 or above. | Xpol Wan | 2015-10-23 | 1 | -0/+21 |
| | |||||
* | Merge pull request #440 from mpeterv/fix-patch-error | Hisham Muhammad | 2015-10-19 | 1 | -11/+6 |
|\ | | | | | Fix patch error message when source is different | ||||
| * | Fix patch error message when source is different | mpeterv | 2015-10-17 | 1 | -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-lines | Hisham Muhammad | 2015-10-19 | 1 | -1/+6 |
|\ \ | |/ |/| | Fix empty line handling in patch.lua | ||||
| * | Fix empty line handling in patch.lua | mpeterv | 2015-10-17 | 1 | -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. | ||||
* | Revert accidental commit. | Hisham Muhammad | 2015-09-30 | 2 | -4/+2 |
| | |||||
* | Use env for setting MACOSX_DEPLOYMENT_TARGET. | Hisham Muhammad | 2015-09-30 | 3 | -4/+6 |
| | | | | See #422. | ||||
* | add set_time function for tar module without lfs | Hisham Muhammad | 2015-09-22 | 2 | -0/+6 |
| | |||||
* | Merge pull request #426 from usstwxy/patch-1 | Hisham Muhammad | 2015-09-22 | 1 | -3/+4 |
|\ | | | | | Update tar.lua | ||||
| * | Update tar.lua | WXY | 2015-09-21 | 1 | -3/+4 |
| | | | | | | fix a bug occured when unrar some .tar files using this module | ||||
* | | Merge pull request #427 from tst2005/master | Ignacio Burgueño | 2015-09-21 | 1 | -0/+1 |
|\ \ | | | | | | | missing to close file descriptor | ||||
| * | | missing to close file descriptor | TsT | 2015-09-21 | 1 | -0/+1 |
|/ / | |||||
* / | We use lzlib, not lua-zlib | Hisham Muhammad | 2015-09-21 | 1 | -1/+1 |
|/ | |||||
* | Fix documentation of --lua-version | Hisham Muhammad | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Update LuaCov | Hisham Muhammad | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #418 from jasonwilliams200OK/master | Ignacio Burgueño | 2015-08-18 | 1 | -5/+2 |
|\ | | | | | ci: updates appveyor config to use VS2015 | ||||
| * | ci: updates appveyor config to use VS2015. | Peter Jas | 2015-08-18 | 1 | -5/+2 |
|/ | |||||
* | Merge pull request #410 from mpeterv/fix-git-http-branch-command | Ignacio Burgueño | 2015-07-10 | 1 | -1/+1 |
|\ | | | | | Fix git cloning command when using git+http protocol | ||||
| * | Fix git cloning command when using git+http protocol | mpeterv | 2015-07-10 | 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. | ||||
* | Merge pull request #407 from Tieske/pref_versioned | Thijs Schreijer | 2015-07-10 | 2 | -17/+28 |
|\ | | | | | Prefer versioned config files | ||||
| * | added extra include files search paths, see ↵ | Thijs Schreijer | 2015-07-09 | 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 | ||||
| * | also version the `site_config` file | Thijs Schreijer | 2015-07-02 | 1 | -7/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:keplerproject/luarocks into pref_versioned | Thijs Schreijer | 2015-07-01 | 4 | -2/+35 |
| |\ | |/ |/| | | | | | Conflicts: src/luarocks/cfg.lua | ||||
* | | Merge pull request #404 from ignacio/url_to_base_dir | Hisham Muhammad | 2015-07-01 | 3 | -1/+31 |
|\ \ | | | | | | | Strip only known extensions | ||||
| * | | Strip known extensions | Ignacio Burgueño | 2015-06-30 | 3 | -1/+31 |
| | | | |||||
* | | | Merge pull request #405 from ignacio/pe_parser_04 | Ignacio Burgueño | 2015-07-01 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Updates pe-parser to v0.4 | ||||
| * | | | Updates pe-parser to v0.4 | Ignacio Burgueño | 2015-06-30 | 1 | -1/+4 |
| |/ / | |||||
* | | | Merge pull request #398 from Tieske/refactor_cfg | Hisham Muhammad | 2015-07-01 | 1 | -97/+133 |
|\ \ \ | |/ / |/| | | Refactor cfg config file loading | ||||
| * | | added error message in case of a bad platform value | Thijs Schreijer | 2015-06-26 | 1 | -0/+6 |
| | | | |||||
| * | | added correct order for platform overrides | Thijs Schreijer | 2015-06-26 | 1 | -1/+27 |
| | | | |||||
| * | | integrated cfg.platform and cfg.platforms | Thijs Schreijer | 2015-06-25 | 1 | -47/+47 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵ | Thijs Schreijer | 2015-06-25 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | | | | refactor_cfg | ||||
| * | | | refactored the loading of the config files in a more structural manner, ↵ | Thijs Schreijer | 2015-06-25 | 1 | -39/+45 |
| | | | | | | | | | | | | | | | | removing duplicate code and error handling. | ||||
| * | | | `detected` was only retained in `cfg` through multiple copies, removed by ↵ | Thijs Schreijer | 2015-06-25 | 1 | -47/+45 |
| | | | | | | | | | | | | | | | | directly operating on `cfg.platform` | ||||
| | | * | update displayed data to match version | Thijs Schreijer | 2015-07-01 | 1 | -3/+4 |
| | | | | |||||
| | | * | prefer versioned config files and directories over non-versioned ones | Thijs Schreijer | 2015-06-30 | 2 | -101/+137 |
| |_|/ |/| | | |||||
* | | | Make wording of help summaries consistent. | Hisham Muhammad | 2015-06-29 | 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. | ||||
* | | | Merge pull request #400 from ignacio/400-config-help | Hisham Muhammad | 2015-06-29 | 3 | -2/+49 |
|\ \ \ | | | | | | | | | 'config' command does not have a help message | ||||
| * | | | Changes wording as suggested | Ignacio Burgueño | 2015-06-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds missing tests | Ignacio Burgueño | 2015-06-26 | 2 | -1/+33 |
| | | | | |||||
| * | | | Adds help to 'luarocks config' command | Ignacio Burgueño | 2015-06-26 | 1 | -1/+16 |
| | | | | |||||
* | | | | Merge pull request #399 from mpeterv/write-rockspec-format | Hisham Muhammad | 2015-06-29 | 4 | -12/+17 |
|\ \ \ \ | |/ / / |/| | | | write_rockspec: allow selecting rockspec format | ||||
| * | | | Add a test for '--rockspec-format' option | mpeterv | 2015-06-26 | 2 | -0/+2 |
| | | | | |||||
| * | | | Add '--rockspec-format' option for write_rockspec command | mpeterv | 2015-06-26 | 2 | -12/+15 |
|/ / / | | | | | | | | | | | | | '--rockspec-format' option allows selecting rockspec format version when writing a rockspec. | ||||
* | | | Update appveyor test matrix to use Lua 5.3.1 | Ignacio Burgueño | 2015-06-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #383 from ignacio/cmake_64 | Ignacio Burgueño | 2015-06-25 | 1 | -2/+6 |
|\ \ \ | |_|/ |/| | | cmake backend: Generate 64 bits build when appropiate |