aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* macos: add best-effort library search for HomebrewHisham Muhammad2022-04-121-0/+8
* macos: use XCode SDK path by defaultHisham Muhammad2022-04-121-0/+5
* add DragonFly BSD supportHisham Muhammad2022-04-112-18/+13
* fixes suggested by luacheckHisham Muhammad2022-04-111-1/+1
* build: change how the CFLAGS/LDFLAGS environment variables are honoredHisham Muhammad2022-03-061-7/+21
* macOS: make deployment target 11.0 if running on macOS 11+Hisham Muhammad2022-03-021-1/+3
* builtin: always respect CC, CFLAGS, LDFLAGSHisham Muhammad2022-02-171-6/+4
* win32: do not use "pwd" on windows, use "echo %cd%"Hisham Muhammad2022-02-171-1/+2
* win32: use Windows's own MKDIR and RMDIRHisham Muhammad2022-02-171-1/+1
* Always produce a default config if cfg.init() fails loading a fileHisham Muhammad2022-02-171-6/+10
* no need for a make_shallow_copy utility functionHisham Muhammad2022-02-162-14/+6
* Remove luarocks.logiceditor.com from default mirror listHisham Muhammad2021-12-291-1/+0
* fix configuration for OpenBSD (#1352)omar-polo2021-09-151-0/+5
* allow to work without debug libraryFrancois Perrad2021-06-222-1/+7
* Support XDG_CONFIG_HOMECarl Smedstad2021-04-061-21/+27
* Respect the environment variable XDG_CACHE_HOMECarl Smedstad2021-04-061-1/+2
* Simplify the code in set_confdirsCarl Smedstad2021-04-061-9/+2
* Set cfg.home_tree even for root userCarl Smedstad2021-04-061-2/+2
* fix: pack: rockspec with a bare file in the urlHisham Muhammad2021-03-221-0/+22
* Fix auto-detecting cygwin: src/luarocks/core/sysdetect.lua (#1264)Lemures Lemniscati2021-03-161-1/+1
* editorconfig: trim trailing whitespaceHisham Muhammad2021-03-167-34/+34
* Run Luacheck in CI & fix reported errors (#1285)Carl Smedstad2021-03-151-2/+2
* Fix running with empty PATHdaurnimator2021-01-131-1/+1
* Handle MACOSX versions >10 or with 2 dotssharpobject2021-01-031-7/+11
* Respect CC/CFLAGS/LDFLAGS on FreeBSD (#1246)Po-Chuan Hsieh2020-12-181-2/+4
* Add support for MSYS2 + Mingw-w64 (#1231)Sutou Kouhei2020-10-281-5/+36
* manif: keep scanning on non-default treesHisham Muhammad2020-09-231-12/+12
* it's 2020, use HTTPSPierre Chapuis2020-07-211-1/+1
* change URL of luafr repoPierre Chapuis2020-07-211-1/+1
* Print more info about the location of LuaHisham Muhammad2020-04-221-0/+2
* Handle quoting at the application level (#1181)Hisham Muhammad2020-04-161-0/+13
* fix detection of Lua path based on arg variableHisham Muhammad2020-04-131-2/+17
* do not call Lua interpreter when making wrapper for luarocks binaryHisham Muhammad2020-04-131-0/+4
* util: portable tmpname that gives a full path on WindowsHisham Muhammad2020-01-141-1/+4
* cfg: remove redundant assignmentHisham Muhammad2020-01-141-2/+0
* Add --no-manifest flag to skip creating/updating a global manifestdaurnimator2019-11-301-0/+1
* dependency pinning: luarocks.lock file and --pin flagHisham Muhammad2019-11-292-3/+3
* refactor dependency scanning for reuse when building lockfileHisham Muhammad2019-11-293-0/+97
* Add --check-lua-versions flag (#1115)Hisham Muhammad2019-11-231-1/+0
* vers: add extra metamethod needed by Lua 5.4 (#1088)Dude1121132019-09-091-0/+6
* cfg: only override config file values with detected when giving flagsHisham Muhammad2019-09-041-29/+32
* util: fix cleanup_path orderHisham Muhammad2019-09-022-7/+8
* cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too earlyHisham Muhammad2019-07-261-13/+9
* only check for LUA_LIBDIR in platforms that need itHisham Muhammad2019-07-261-0/+1
* detect LuaJIT dynamicallyHisham Muhammad2019-07-262-41/+15
* fs: fix initialization of platform-specific fallbacksHisham Muhammad2019-07-251-3/+12
* fs: use Unix fork-free versions of is_file/is_dir in Linux and macOS onlyHisham Muhammad2019-07-251-0/+1
* Don't use project dir or default_lua_version with --force-config (#1054)Hisham Muhammad2019-07-251-2/+2
* path: keep order of existing entries in PATHHisham Muhammad2019-07-171-4/+15
* Fix and reorganize Lua version detectionHisham Muhammad2019-06-031-4/+6