index
:
luarocks
Git-Hub-actions-use-teal
check-already-quoted
docs-folder
feat-better-perm-message
fix-1041
fix-1261
fix-lua-link-windows
fix-unused-variables
gh-pages
honor-umask
improve-dep-message
lua-to-teal-migration
lua-to-teal-migration-loader
lua-to-teal-migration-repo-writer
lua-to-teal-migration-test
luarocks4
main
master
pre-quick-tests
teal-convert-dependencies
teal-convert-dependencies-2
teal-write-rockspec
test-release-action
test-windows-rock-manifest-slash
test-windows-spaces
tests-more-quick
use-full-compat53
A mirror of https://github.com/luarocks/luarocks.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
luarocks
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
macos: add best-effort library search for Homebrew
Hisham Muhammad
2022-04-12
1
-0
/
+8
*
macos: use XCode SDK path by default
Hisham Muhammad
2022-04-12
1
-0
/
+5
*
add DragonFly BSD support
Hisham Muhammad
2022-04-11
2
-18
/
+13
*
fixes suggested by luacheck
Hisham Muhammad
2022-04-11
1
-1
/
+1
*
build: change how the CFLAGS/LDFLAGS environment variables are honored
Hisham Muhammad
2022-03-06
1
-7
/
+21
*
macOS: make deployment target 11.0 if running on macOS 11+
Hisham Muhammad
2022-03-02
1
-1
/
+3
*
builtin: always respect CC, CFLAGS, LDFLAGS
Hisham Muhammad
2022-02-17
1
-6
/
+4
*
win32: do not use "pwd" on windows, use "echo %cd%"
Hisham Muhammad
2022-02-17
1
-1
/
+2
*
win32: use Windows's own MKDIR and RMDIR
Hisham Muhammad
2022-02-17
1
-1
/
+1
*
Always produce a default config if cfg.init() fails loading a file
Hisham Muhammad
2022-02-17
1
-6
/
+10
*
no need for a make_shallow_copy utility function
Hisham Muhammad
2022-02-16
2
-14
/
+6
*
Remove luarocks.logiceditor.com from default mirror list
Hisham Muhammad
2021-12-29
1
-1
/
+0
*
fix configuration for OpenBSD (#1352)
omar-polo
2021-09-15
1
-0
/
+5
*
allow to work without debug library
Francois Perrad
2021-06-22
2
-1
/
+7
*
Support XDG_CONFIG_HOME
Carl Smedstad
2021-04-06
1
-21
/
+27
*
Respect the environment variable XDG_CACHE_HOME
Carl Smedstad
2021-04-06
1
-1
/
+2
*
Simplify the code in set_confdirs
Carl Smedstad
2021-04-06
1
-9
/
+2
*
Set cfg.home_tree even for root user
Carl Smedstad
2021-04-06
1
-2
/
+2
*
fix: pack: rockspec with a bare file in the url
Hisham Muhammad
2021-03-22
1
-0
/
+22
*
Fix auto-detecting cygwin: src/luarocks/core/sysdetect.lua (#1264)
Lemures Lemniscati
2021-03-16
1
-1
/
+1
*
editorconfig: trim trailing whitespace
Hisham Muhammad
2021-03-16
7
-34
/
+34
*
Run Luacheck in CI & fix reported errors (#1285)
Carl Smedstad
2021-03-15
1
-2
/
+2
*
Fix running with empty PATH
daurnimator
2021-01-13
1
-1
/
+1
*
Handle MACOSX versions >10 or with 2 dots
sharpobject
2021-01-03
1
-7
/
+11
*
Respect CC/CFLAGS/LDFLAGS on FreeBSD (#1246)
Po-Chuan Hsieh
2020-12-18
1
-2
/
+4
*
Add support for MSYS2 + Mingw-w64 (#1231)
Sutou Kouhei
2020-10-28
1
-5
/
+36
*
manif: keep scanning on non-default trees
Hisham Muhammad
2020-09-23
1
-12
/
+12
*
it's 2020, use HTTPS
Pierre Chapuis
2020-07-21
1
-1
/
+1
*
change URL of luafr repo
Pierre Chapuis
2020-07-21
1
-1
/
+1
*
Print more info about the location of Lua
Hisham Muhammad
2020-04-22
1
-0
/
+2
*
Handle quoting at the application level (#1181)
Hisham Muhammad
2020-04-16
1
-0
/
+13
*
fix detection of Lua path based on arg variable
Hisham Muhammad
2020-04-13
1
-2
/
+17
*
do not call Lua interpreter when making wrapper for luarocks binary
Hisham Muhammad
2020-04-13
1
-0
/
+4
*
util: portable tmpname that gives a full path on Windows
Hisham Muhammad
2020-01-14
1
-1
/
+4
*
cfg: remove redundant assignment
Hisham Muhammad
2020-01-14
1
-2
/
+0
*
Add --no-manifest flag to skip creating/updating a global manifest
daurnimator
2019-11-30
1
-0
/
+1
*
dependency pinning: luarocks.lock file and --pin flag
Hisham Muhammad
2019-11-29
2
-3
/
+3
*
refactor dependency scanning for reuse when building lockfile
Hisham Muhammad
2019-11-29
3
-0
/
+97
*
Add --check-lua-versions flag (#1115)
Hisham Muhammad
2019-11-23
1
-1
/
+0
*
vers: add extra metamethod needed by Lua 5.4 (#1088)
Dude112113
2019-09-09
1
-0
/
+6
*
cfg: only override config file values with detected when giving flags
Hisham Muhammad
2019-09-04
1
-29
/
+32
*
util: fix cleanup_path order
Hisham Muhammad
2019-09-02
2
-7
/
+8
*
cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too early
Hisham Muhammad
2019-07-26
1
-13
/
+9
*
only check for LUA_LIBDIR in platforms that need it
Hisham Muhammad
2019-07-26
1
-0
/
+1
*
detect LuaJIT dynamically
Hisham Muhammad
2019-07-26
2
-41
/
+15
*
fs: fix initialization of platform-specific fallbacks
Hisham Muhammad
2019-07-25
1
-3
/
+12
*
fs: use Unix fork-free versions of is_file/is_dir in Linux and macOS only
Hisham Muhammad
2019-07-25
1
-0
/
+1
*
Don't use project dir or default_lua_version with --force-config (#1054)
Hisham Muhammad
2019-07-25
1
-2
/
+2
*
path: keep order of existing entries in PATH
Hisham Muhammad
2019-07-17
1
-4
/
+15
*
Fix and reorganize Lua version detection
Hisham Muhammad
2019-06-03
1
-4
/
+6
[prev]
[next]