aboutsummaryrefslogtreecommitdiff
path: root/config.ld (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-30Tests: add smoke testHisham Muhammad3-4/+75
2018-10-30Tests: add tests for luarocks.core.sysdetect (#939)Hisham Muhammad2-0/+74
2018-10-30Smarter default rockspec, based on current dir basenameHisham Muhammad1-0/+8
2018-10-30Unbundle pe-parser from LuaRocks sourcesHisham Muhammad2-1/+1
2018-10-30core.sysdetect: add fork-free OS detection (#938)Hisham Muhammad5-48/+447
2018-10-29cmd: fix setting up deployment paths from a treeFYP2-5/+22
2018-10-22test: rename a misinterpretable vararg (#936)Oliver Vartiainen1-7/+7
2018-10-17pack: fix packing installed rockFYP1-2/+2
2018-10-01Fix dependency pattern matching for patterns including "+"Hisham Muhammad1-1/+1
2018-09-26Tests: add shebang test for fs.is_luaHisham Muhammad1-0/+6
2018-09-26Improve error messages when external tools are not foundHisham Muhammad5-7/+23
2018-09-25write_rockspec: fix representation of Lua version dependencyHisham Muhammad2-0/+28
2018-09-16Remove unnecessary old check from fs.set_permissionsGeorge Roman1-5/+3
2018-09-16fs: fix target pathname in wrap_scriptHisham Muhammad2-24/+21
2018-09-16core.util: be more resilient when reading command outputsHisham Muhammad1-2/+9
2018-09-16Update .gitignoreGeorge Roman1-3/+2
2018-09-13Release 3.0.3v3.0.3Hisham Muhammad5-9/+10
2018-09-13Tests: add smoke testHisham Muhammad3-5/+76
2018-09-13makedist: add version check for configureHisham Muhammad1-0/+6
2018-09-11Tests: add regression test for luarocks.loader startupHisham Muhammad2-1/+15
2018-09-11cfg: fix cosmetic improvement in LUA variableHisham Muhammad1-1/+1
2018-09-11fs.win32: fix wrapper generation when a folder with the same basename existsHisham Muhammad1-2/+2
2018-09-07builtin: autogenerate valid variable names for libraries with symbolsHisham Muhammad1-1/+1
2018-09-07cfg: cosmetic improvement in LUA variableHisham Muhammad1-1/+1
2018-09-07cfg: allow an empty rocks_trees in a config-5.x.lua fileHisham Muhammad2-4/+3
2018-09-07init: add --reset optionHisham Muhammad2-1/+18
2018-09-07init: store cmd_interpreter and luajit_version in generated configHisham Muhammad1-0/+6
2018-09-07write_rockspec, init: rename --lua-version to --lua-versionsHisham Muhammad4-9/+10
2018-09-07cmd: look for proper Lua version in $PATH when --lua-version is givenHisham Muhammad1-15/+38
2018-09-07builtin: improve skiplist for module autodetectionHisham Muhammad1-18/+22
2018-09-04Tests: add test cases for rocks with conflicting module namesHisham Muhammad8-1/+159
2018-09-04repos: fix upgrade and downgrade of files when module names clashHisham Muhammad2-187/+262
2018-09-03show: base listing of modules on rock_manifestHisham Muhammad3-26/+47
2018-08-14fs/unix/tools: Throw error if umask output is invaliddaurnimator1-0/+3
2018-08-14fs/unix/tools: Use 'umask -S', the only form of umask with a standardised out...daurnimator1-3/+12
2018-08-14fs/unix: hoist constants out of functiondaurnimator1-15/+14
2018-08-13configure: add a version identifierHisham Muhammad1-1/+1
2018-08-13deps: detect include/lua5x/lua.h (FreeBSD-style LUA_INCDIR)Hisham Muhammad1-0/+2
2018-08-13configure: Add include path template for FreeBSD styledaurnimator1-0/+1
2018-08-13configure: Remove duplicate from list of include path templatesdaurnimator1-1/+0
2018-08-12GNUmakefile: remove sysconfdir as it's set in config.unix.Hisham Muhammad1-1/+0
2018-08-11add mkdir to the list of WIN_TOOLS used in non-binary Windows modeHisham Muhammad1-1/+1
2018-08-11GNUmakefile: add back install-config targetHisham Muhammad1-0/+2
2018-08-11configure, make: reduce moving partsHisham Muhammad2-36/+14
2018-08-11Honor --force-configHisham Muhammad2-8/+14
2018-08-10GNUmakefile: avoid using -D because it doesn't work on the MacHisham Muhammad1-6/+11
2018-08-10which: find modules installed in a project treeHisham Muhammad2-4/+7
2018-08-10Build Windows binaries as .exe in a separate directoryHisham Muhammad3-28/+32
2018-08-10binary/all_in_one: Don't prefix tree with current dirdaurnimator1-1/+1
2018-08-10GNUmakefile: simplify build-binary targetsdaurnimator1-6/+4