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-windows-rock-manifest-slash
test-windows-spaces
tests-more-quick
A mirror of https://github.com/luarocks/luarocks.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-30
Tests: add smoke test
Hisham Muhammad
3
-4
/
+75
2018-10-30
Tests: add tests for luarocks.core.sysdetect (#939)
Hisham Muhammad
2
-0
/
+74
2018-10-30
Smarter default rockspec, based on current dir basename
Hisham Muhammad
1
-0
/
+8
2018-10-30
Unbundle pe-parser from LuaRocks sources
Hisham Muhammad
2
-1
/
+1
2018-10-30
core.sysdetect: add fork-free OS detection (#938)
Hisham Muhammad
5
-48
/
+447
2018-10-29
cmd: fix setting up deployment paths from a tree
FYP
2
-5
/
+22
2018-10-22
test: rename a misinterpretable vararg (#936)
Oliver Vartiainen
1
-7
/
+7
2018-10-17
pack: fix packing installed rock
FYP
1
-2
/
+2
2018-10-01
Fix dependency pattern matching for patterns including "+"
Hisham Muhammad
1
-1
/
+1
2018-09-26
Tests: add shebang test for fs.is_lua
Hisham Muhammad
1
-0
/
+6
2018-09-26
Improve error messages when external tools are not found
Hisham Muhammad
5
-7
/
+23
2018-09-25
write_rockspec: fix representation of Lua version dependency
Hisham Muhammad
2
-0
/
+28
2018-09-16
Remove unnecessary old check from fs.set_permissions
George Roman
1
-5
/
+3
2018-09-16
fs: fix target pathname in wrap_script
Hisham Muhammad
2
-24
/
+21
2018-09-16
core.util: be more resilient when reading command outputs
Hisham Muhammad
1
-2
/
+9
2018-09-16
Update .gitignore
George Roman
1
-3
/
+2
2018-09-13
Release 3.0.3
v3.0.3
Hisham Muhammad
5
-9
/
+10
2018-09-13
Tests: add smoke test
Hisham Muhammad
3
-5
/
+76
2018-09-13
makedist: add version check for configure
Hisham Muhammad
1
-0
/
+6
2018-09-11
Tests: add regression test for luarocks.loader startup
Hisham Muhammad
2
-1
/
+15
2018-09-11
cfg: fix cosmetic improvement in LUA variable
Hisham Muhammad
1
-1
/
+1
2018-09-11
fs.win32: fix wrapper generation when a folder with the same basename exists
Hisham Muhammad
1
-2
/
+2
2018-09-07
builtin: autogenerate valid variable names for libraries with symbols
Hisham Muhammad
1
-1
/
+1
2018-09-07
cfg: cosmetic improvement in LUA variable
Hisham Muhammad
1
-1
/
+1
2018-09-07
cfg: allow an empty rocks_trees in a config-5.x.lua file
Hisham Muhammad
2
-4
/
+3
2018-09-07
init: add --reset option
Hisham Muhammad
2
-1
/
+18
2018-09-07
init: store cmd_interpreter and luajit_version in generated config
Hisham Muhammad
1
-0
/
+6
2018-09-07
write_rockspec, init: rename --lua-version to --lua-versions
Hisham Muhammad
4
-9
/
+10
2018-09-07
cmd: look for proper Lua version in $PATH when --lua-version is given
Hisham Muhammad
1
-15
/
+38
2018-09-07
builtin: improve skiplist for module autodetection
Hisham Muhammad
1
-18
/
+22
2018-09-04
Tests: add test cases for rocks with conflicting module names
Hisham Muhammad
8
-1
/
+159
2018-09-04
repos: fix upgrade and downgrade of files when module names clash
Hisham Muhammad
2
-187
/
+262
2018-09-03
show: base listing of modules on rock_manifest
Hisham Muhammad
3
-26
/
+47
2018-08-14
fs/unix/tools: Throw error if umask output is invalid
daurnimator
1
-0
/
+3
2018-08-14
fs/unix/tools: Use 'umask -S', the only form of umask with a standardised out...
daurnimator
1
-3
/
+12
2018-08-14
fs/unix: hoist constants out of function
daurnimator
1
-15
/
+14
2018-08-13
configure: add a version identifier
Hisham Muhammad
1
-1
/
+1
2018-08-13
deps: detect include/lua5x/lua.h (FreeBSD-style LUA_INCDIR)
Hisham Muhammad
1
-0
/
+2
2018-08-13
configure: Add include path template for FreeBSD style
daurnimator
1
-0
/
+1
2018-08-13
configure: Remove duplicate from list of include path templates
daurnimator
1
-1
/
+0
2018-08-12
GNUmakefile: remove sysconfdir as it's set in config.unix.
Hisham Muhammad
1
-1
/
+0
2018-08-11
add mkdir to the list of WIN_TOOLS used in non-binary Windows mode
Hisham Muhammad
1
-1
/
+1
2018-08-11
GNUmakefile: add back install-config target
Hisham Muhammad
1
-0
/
+2
2018-08-11
configure, make: reduce moving parts
Hisham Muhammad
2
-36
/
+14
2018-08-11
Honor --force-config
Hisham Muhammad
2
-8
/
+14
2018-08-10
GNUmakefile: avoid using -D because it doesn't work on the Mac
Hisham Muhammad
1
-6
/
+11
2018-08-10
which: find modules installed in a project tree
Hisham Muhammad
2
-4
/
+7
2018-08-10
Build Windows binaries as .exe in a separate directory
Hisham Muhammad
3
-28
/
+32
2018-08-10
binary/all_in_one: Don't prefix tree with current dir
daurnimator
1
-1
/
+1
2018-08-10
GNUmakefile: simplify build-binary targets
daurnimator
1
-6
/
+4
[next]