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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: replace some more tests with quick tests
tests-more-quick
Hisham Muhammad
2024-02-26
3
-84
/
+287
*
fix: if --lua-* flags are given, don't use the hardcoded paths
Hisham Muhammad
2024-02-25
2
-15
/
+26
*
fix: better normalization for paths and slashes
Hisham Muhammad
2024-02-23
23
-384
/
+489
*
tests: introduce quick tests
Hisham Muhammad
2024-02-23
13
-68
/
+706
*
fix: handle error if test.command is not a string.
Hisham Muhammad
2024-02-21
2
-0
/
+57
*
fix(init): do not write spurious .gitignore entries
Hisham Muhammad
2024-02-21
1
-2
/
+2
*
Makefile: make install target phony
Hisham Muhammad
2024-02-20
1
-32
/
+30
*
ci: don't run luacheck twice on pull requests
Hisham Muhammad
2024-02-20
1
-1
/
+5
*
ci: run main tests on master branch as well
Hisham Muhammad
2024-02-20
1
-1
/
+1
*
fix: let runtime detection handle LUALIB filename
Hisham Muhammad
2024-02-20
2
-5
/
+2
*
improve and simplify Lua interpreter search
Hisham Muhammad
2024-02-20
6
-41
/
+50
*
fix: don't show "no downloader" error for every mirror
Hisham Muhammad
2024-02-19
4
-7
/
+10
*
fix(init): inject project's package.(c)path in lua wrapper script
Hisham Muhammad
2024-02-19
1
-1
/
+20
*
fix(init): use absolute paths when deleting
Hisham Muhammad
2024-02-19
1
-2
/
+2
*
fix(config): print boolean values correctly on Lua 5.1
Hisham Muhammad
2024-02-19
2
-1
/
+19
*
fix(lint): don't crash when missing description
Hisham Muhammad
2024-02-19
2
-2
/
+16
*
fix(build): don't look for Lua headers when installing pure-Lua rocks
Hisham Muhammad
2024-02-19
6
-174
/
+228
*
improve dependency match message
Hisham Muhammad
2024-02-19
1
-1
/
+1
*
fix(config): ensure directory exists when saving config file
Hisham Muhammad
2024-02-19
1
-3
/
+10
*
when picking a default dependency dir, look for lib/ first
Hisham Muhammad
2024-02-19
2
-9
/
+19
*
fix(builtin): compile C modules in a temp directory
Hisham Muhammad
2024-02-19
2
-6
/
+34
*
vendor in the dkjson dependency
Hisham Muhammad
2024-02-19
6
-47
/
+750
*
silence warning which only appears when rebuilding manifest
Hisham Muhammad
2024-02-19
1
-1
/
+0
*
normalize project dir
Hisham Muhammad
2024-02-19
1
-1
/
+1
*
feat(path): add --full flag for --lr-path and --lr-cpath
Hisham Muhammad
2024-02-19
1
-14
/
+26
*
fix program search when using absolute paths and .exe extensions
Hisham Muhammad
2024-02-19
2
-1
/
+25
*
fix: do not attempt setting exec permissions for folders on Windows
Hisham Muhammad
2024-02-18
1
-3
/
+5
*
drop cfg.lua_interpreter, use cfg.variables.LUA
Hisham Muhammad
2024-02-18
15
-134
/
+189
*
ci: bump actions/checkout in luacheck.yml
Hisham Muhammad
2024-02-18
1
-1
/
+1
*
feat(builtin): inherit inc and libdirs from external_dependencies
Hisham Muhammad
2024-02-17
1
-4
/
+5
*
fix: catch the failure to setup LUA_BINDIR early.
Hisham Muhammad
2024-02-17
1
-0
/
+6
*
fix(show): print commands correctly in --porcelain mode
Hisham Muhammad
2024-02-17
1
-2
/
+1
*
fix(build): report if zip is unavailable for --pack-binary-rock
Hisham Muhammad
2024-02-17
1
-2
/
+3
*
fix(build): add some validation to the build table
Hisham Muhammad
2024-02-17
1
-0
/
+6
*
fix: install build_dependencies on the correct Lua version
Hisham Muhammad
2024-02-17
2
-6
/
+37
*
fix(config): update system config by default with local_by_default = false
Roman Orekhov
2024-02-17
1
-1
/
+1
*
feat(init): add --no-gitignore, --no-wrapper-scripts, --wrapper-dir
Hisham Muhammad
2024-02-17
2
-32
/
+129
*
fix: handle error when failing to create local_cache
Hisham Muhammad
2024-02-17
1
-1
/
+6
*
fix: sysdetect: prefer interpreter to avoid multiarch shell on macOS
Hisham Muhammad
2024-02-17
1
-1
/
+1
*
refactor: reduce some aliasing
Hisham Muhammad
2024-02-17
2
-11
/
+13
*
fix: avoid cross-device links
Hisham Muhammad
2024-02-17
1
-4
/
+1
*
fix: `build.install_command` doesn't execute on windows
Sewbacca
2024-02-16
2
-6
/
+16
*
fix: build_dependencies can use a dependency found anywhere
Hisham Muhammad
2024-02-16
1
-1
/
+1
*
fix: avoid nil crash if config_files is not fully filled
Hisham Muhammad
2024-02-15
1
-1
/
+6
*
Introduce locking for concurrent access control (#1557)
Hisham Muhammad
2023-12-13
12
-10
/
+100
*
improve rockspec.source.dir detection by moving it later (#1555)
Hisham Muhammad
2023-12-12
5
-43
/
+88
*
fs.tools: do not cd to initial directory
Hisham Muhammad
2023-12-12
1
-3
/
+5
*
fix: Add value specified via --tree to cfg.rocks_trees (#1549)
leso-kn
2023-12-11
1
-0
/
+3
*
Don't use floats to parse the Lua version (#1552)
Michael Savage
2023-12-11
1
-4
/
+2
*
feat: auto-add luarocks-build-<build.type> build dependency (#1542)
Hisham Muhammad
2023-10-31
2
-0
/
+156
[next]