aboutsummaryrefslogtreecommitdiff
path: root/spec (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-05Tests: remove redundant build testsGeorge Roman1-43/+0
2018-07-05Tests: unit tests for build.builtinGeorge Roman1-19/+454
2018-07-05Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIRGeorge Roman4-10/+30
2018-07-05README: clearer installation instructionsHisham Muhammad1-7/+10
2018-07-04md5: fix version checks of toolsHisham Muhammad1-2/+2
2018-07-04help: report LuaJIT versionHisham Muhammad1-0/+3
2018-07-04builtin: detect 'lib' as a directory of Lua sources as wellHisham Muhammad1-1/+1
2018-07-04deps: nicer message with Lua headers are not foundHisham Muhammad1-0/+5
2018-07-04binary: derive library search paths; minor Windows fixHisham Muhammad2-3/+2
2018-07-04config file: do not assume 'variable' table exists (for compat with LR2)Hisham Muhammad2-7/+10
2018-07-04configure: check presence of lua.hHisham Muhammad1-6/+67
2018-07-04cmd: dynamically load additional external commandsThijs Schreijer4-10/+57
2018-07-03fs: fix permissions when creating directories and wrappersHisham Muhammad2-2/+2
2018-07-02ChangeLog: formatting tweaksHisham Muhammad1-13/+13
2018-07-02Makefile: minor improvement to wrapper scriptHisham Muhammad1-2/+2
2018-07-02Docs: updated Changelog for LuaRocks 3.0Hisham Muhammad1-52/+151
2018-07-02Experimental Windows cross-compiled binary buildHisham Muhammad9-63/+264
2018-07-01test.busted: luacheck fixHisham Muhammad1-2/+3
2018-07-01Do we want LuaRocks itself to use whatever tree is in use?Hisham Muhammad1-0/+7
2018-07-01test: remove incorrect commentHisham Muhammad1-8/+0
2018-07-01Tests: improve isolation of testsHisham Muhammad2-10/+14
2018-07-01rockspec: fix handling of rockspec_format versionsHisham Muhammad2-31/+56
2018-07-01fun: add reverse_in and sort_inHisham Muhammad1-0/+15
2018-07-01Tests: remove outdated testHisham Muhammad1-20/+0
2018-07-01manifest: add 'namespace' to the type checkerHisham Muhammad1-3/+4
2018-07-01cmd: process --version only after cfg.initHisham Muhammad1-6/+8
2018-07-01Tests: remove precompiled header added incorrectlyHisham Muhammad1-0/+0
2018-07-01Unix: new build systemHisham Muhammad13-596/+1213
2018-07-01path: output PATH by default, change --bin to --no-binHisham Muhammad2-2/+3
2018-07-01path, loader: handle coexisting foo.bar and foo.bar.init modulesHisham Muhammad2-17/+24
2018-07-01write_rockspec: cleanup all rockspec internal fieldsHisham Muhammad1-0/+10
2018-07-01wrapper scripts: honor deps_mode when wrapping scriptsHisham Muhammad6-16/+36
2018-07-01build, write_rockspec: autodetect scripts to install as wellHisham Muhammad2-7/+20
2018-07-01Travis: fix cache directoriesHisham Muhammad1-10/+8
2018-07-01Let LuaRocks find LUA_LIBDIR and LUA_INCDIR by itselfHisham Muhammad7-59/+48
2018-07-01mingw32: do not link Lua staticallyHisham Muhammad2-0/+17
2018-07-01Tests: config: no need for special-casing WindowsHisham Muhammad2-37/+20
2018-07-01Windows: disable fs modules for nowHisham Muhammad1-0/+1
2018-07-01fs: do not cache cfg.variablesHisham Muhammad3-25/+21
2018-07-01build: resolve LUALIB at runtimeHisham Muhammad3-138/+178
2018-07-01Tests: improve hardcoded defaultsHisham Muhammad1-12/+28
2018-07-01Tests: try some smarter defaults for WindowsHisham Muhammad1-3/+6
2018-07-01Windows: support hardcoded.WIN_TOOLS for tool pathsHisham Muhammad1-0/+8
2018-07-01Tests: do not run installer on WindowsHisham Muhammad1-35/+38
2018-07-01cfg: add / to external_deps_dirs, because some Linux libraries still live in ...Hisham Muhammad1-1/+1
2018-07-01Tests: speed up downloading rocks reusing HTTP connectionHisham Muhammad1-8/+15
2018-07-01config: Lua 5.1/5.2 compatibility fixHisham Muhammad1-1/+3
2018-07-01fs: add LuaPosix-version of set_permissionsHisham Muhammad3-51/+92
2018-07-01fs.lua: add a LuaPosix-independent version of make_temp_dirHisham Muhammad1-0/+18
2018-07-01manif: fix loading rock manifest from the correct repoHisham Muhammad1-1/+1