aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-07-01fs: math.randomseed only onceHisham Muhammad3-4/+2
2018-07-01show: add --porcelain and --rock-license optionsHisham Muhammad2-74/+130
2018-07-01command: auto-export some standard variablesHisham Muhammad1-3/+10
2018-07-01fs: add execute_env: execute with environment variablesHisham Muhammad1-0/+9
2018-07-01config: be more resilient when reading config filesHisham Muhammad1-2/+1
2018-07-01fs: nicer error message when cfg is not initializedHisham Muhammad1-0/+4
2018-07-01cmd, cfg: read project-dir configurationHisham Muhammad3-9/+40
2018-07-01cmd, Tests: ensure versioned directory is tried firstHisham Muhammad2-3/+3
2018-07-01cmd: ensure that found Lua matches version requested with --lua-versionHisham Muhammad1-24/+26
2018-07-01Tests: ensure that tests do not accidentally find a project dirHisham Muhammad2-0/+3
2018-07-01builtin: only add Lua libdir when linking libluaHisham Muhammad1-2/+3
2018-07-01Tests: minor cleanupsHisham Muhammad2-5/+6
2018-07-01cfg, cmd: major reorganizationHisham Muhammad13-820/+1007
2018-07-01persist: add save_as_module, for all-in-one binaryHisham Muhammad1-2/+33
2018-07-01build: use cfg.is_platform()Hisham Muhammad1-1/+1
2018-07-01util: support listing Lua versions in descending orderHisham Muhammad1-4/+12
2018-07-01rockspecs: use cfg.each_platform()Hisham Muhammad1-4/+4