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
/
src
/
luarocks
/
deps.lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
when picking a default dependency dir, look for lib/ first
fix-1041
Hisham Muhammad
2024-02-19
1
-1
/
+11
*
silence warning which only appears when rebuilding manifest
Hisham Muhammad
2024-02-19
1
-1
/
+0
*
refactor: reduce some aliasing
Hisham Muhammad
2024-02-17
1
-8
/
+6
*
Don't use floats to parse the Lua version (#1552)
Michael Savage
2023-12-11
1
-4
/
+2
*
deps: sanity check on luajitver
Hisham Muhammad
2022-06-06
1
-1
/
+1
*
fix error message when Lua library is not found
Hisham Muhammad
2022-05-18
1
-1
/
+1
*
deps: be more lenient in library version check
Hisham Muhammad
2022-04-16
1
-8
/
+18
*
deps: verify version mismatch when checking for Lua library
Hisham Muhammad
2022-04-16
1
-2
/
+11
*
deps: better error message when lua.h version mismatches
Hisham Muhammad
2022-04-16
1
-7
/
+15
*
Makes a variable local
arichard
2021-11-03
1
-1
/
+1
*
respect existing LUALIB if given (#1358)
Hisham Muhammad
2021-10-16
1
-1
/
+8
*
fix check_external_dependency_at (#1355)
erw7
2021-09-23
1
-6
/
+7
*
deps: remove redundant args
gerrard
2021-05-10
1
-1
/
+1
*
use skip_set terminology + code cleanups
Hisham Muhammad
2021-04-13
1
-18
/
+17
*
editorconfig: trim trailing whitespace
Hisham Muhammad
2021-03-16
1
-20
/
+20
*
Add error messages to lua_h_exists
equa
2020-11-27
1
-0
/
+4
*
add CLI variable DEPS_DIR
Francois Perrad
2020-08-17
1
-0
/
+2
*
Check version of lua.h to ensure it matches
Hisham Muhammad
2020-04-22
1
-5
/
+14
*
Print more info about the location of Lua
Hisham Muhammad
2020-04-22
1
-9
/
+19
*
Add OpenBSD specific dependency paths.
Jan S
2020-02-02
1
-0
/
+1
*
Windows: force .lib for LUALIB
Hisham Muhammad
2020-01-25
1
-0
/
+4
*
speed up external dependency check
Hisham Muhammad
2020-01-25
1
-20
/
+39
*
Refactor command line handling of namespaces
Paul Ouellette
2019-12-02
1
-9
/
+10
*
dependency pinning: luarocks.lock file and --pin flag
Hisham Muhammad
2019-11-29
1
-100
/
+216
*
Add --check-lua-versions flag (#1115)
Hisham Muhammad
2019-11-23
1
-1
/
+1
*
Simplify deps.get_deps_mode
Paul Ouellette
2019-08-17
1
-5
/
+1
*
args["foo"] --> args.foo, flags --> args
Paul Ouellette
2019-08-01
1
-3
/
+3
*
Move remaining commands to argparse
Paul Ouellette
2019-08-01
1
-2
/
+3
*
Move build command to argparse
Paul Ouellette
2019-07-29
1
-13
/
+2
*
cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too early
Hisham Muhammad
2019-07-26
1
-23
/
+25
*
only check for LUA_LIBDIR in platforms that need it
Hisham Muhammad
2019-07-26
1
-23
/
+27
*
detect LuaJIT dynamically
Hisham Muhammad
2019-07-26
1
-3
/
+4
*
fix: handle all-negative supported_platforms rockspec field
Leo P
2019-04-16
1
-1
/
+3
*
search: add report and opt-out for checking other Lua versions
Hisham Muhammad
2019-04-09
1
-1
/
+1
*
install, build, make: add --verify and --sign options
Hisham Muhammad
2019-04-01
1
-5
/
+18
*
deps: improve performance of external dependency checks
Hisham Muhammad
2019-03-15
1
-16
/
+33
*
Fix dependency pattern matching for patterns including "+"
Hisham Muhammad
2018-10-01
1
-1
/
+1
*
deps: detect include/lua5x/lua.h (FreeBSD-style LUA_INCDIR)
Hisham Muhammad
2018-08-13
1
-0
/
+2
*
deps: nicer message with Lua headers are not found
Hisham Muhammad
2018-07-04
1
-0
/
+5
*
Let LuaRocks find LUA_LIBDIR and LUA_INCDIR by itself
Hisham Muhammad
2018-07-01
1
-5
/
+38
*
mingw32: do not link Lua statically
Hisham Muhammad
2018-07-01
1
-0
/
+6
*
build: resolve LUALIB at runtime
Hisham Muhammad
2018-07-01
1
-135
/
+166
*
cfg, cmd: major reorganization
Hisham Muhammad
2018-07-01
1
-12
/
+6
*
builtin: if "libraries" is used but "external_dependencies" is not given, aut...
Hisham Muhammad
2018-06-14
1
-0
/
+4
*
General refactor introducing Rockspec and Build.Opts objects
Hisham Muhammad
2018-06-06
1
-21
/
+20
*
deps: add fulfill_dependency for resolving a single dependency
Hisham Muhammad
2018-05-07
1
-39
/
+60
*
check types in report_missing_dependencies
Hisham Muhammad
2018-04-13
1
-0
/
+6
*
Add support for build-only dependencies
Hisham Muhammad
2018-04-13
1
-3
/
+4
*
Try to isolate uses of namespaced name strings
Hisham Muhammad
2018-04-11
1
-1
/
+1
*
Add support for namespaces.
Hisham Muhammad
2018-04-11
1
-8
/
+8
[next]