aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-08-10GNUmakefile: Clean up the install-binary targetdaurnimator1-9/+6
2018-08-10GNUmakefile: create config file in ./build subdirectorydaurnimator1-4/+5
2018-08-10binary/Makefile.windows: Use a few more make featuresdaurnimator1-13/+12
2018-08-10Remove BINARY_ prefix from CC and NMdaurnimator2-3/+3
2018-08-10GNUmakefile: Have build-binary targets use clean lua environmentdaurnimator1-2/+6
2018-08-10GNUmakefile: Use LUA variable to find lua to rundaurnimator1-2/+2
2018-08-10GNUmakefile: recursive make basicsdaurnimator1-3/+3