index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
Age
Commit message (
Expand
)
Author
2022-05-07
Don't require Lua sources for modules in build system
Alex Orlenko
2022-04-15
Merge pull request #145 from zh-jq/patch-v0.7.4
Alex Orlenko
2022-04-13
support luajit version 2.0.4
zhangjingqiang
2022-03-22
Fix clippy warnings
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-03-20
Refactor ffi module
Alex Orlenko
2022-03-01
Fix "find_dummy" compile error if no lua feature selected
Alex Orlenko
2022-01-19
Fix cross compilation (bug introduced in 84a174c)
Alex Orlenko
2021-12-28
Allow `pkg-config` to omit include paths if they equals to standard.
Alex Orlenko
2021-12-28
Refactor `build/find_normal.rs` to include error messages instead of `unwrap()`
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
Alex Orlenko
2021-10-08
Fixed LUA_REGISTRYINDEX when generating `glue.rs` on cross-compiling for lua5...
Alex Orlenko
2021-06-16
Complitely remove the C shim
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-06-12
Keep all Lua symbols in unsafe mode to load C modules
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-20
Don't read lua.h from build script (was not used)
Alex Orlenko
2021-04-14
Add rerun-if-changed instructions to build script
Alex Orlenko
2021-04-14
Don't check LUA_LIB_NAME if it's not needed
Alex Orlenko
2021-01-16
Remove unused exports from glue.{c,rs} && Fix some clippy warnings
Alex Orlenko
2021-01-13
Allow luajit to build in the pointer size cross compilation case
Wez Furlong
2021-01-13
Support cross compilation
Wez Furlong
2020-06-07
Raise compile_error! instead of panic! in the build script
Alex Orlenko
2020-06-07
New `module` feature
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-04-17
Update README
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-27
Combine lua-vendored and luajit-vendored features into "vendored"
Alex Orlenko
2020-01-25
Support vendored versions of Lua and LuaJIT
Alex Orlenko