summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2021-11-04Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)Alex Orlenko
2021-10-08Fixed LUA_REGISTRYINDEX when generating `glue.rs` on cross-compiling for lua5...Alex Orlenko
2021-06-16Complitely remove the C shimAlex Orlenko
2021-06-16Revert commit ced808d5abAlex Orlenko
2021-06-12Keep all Lua symbols in unsafe mode to load C modulesAlex Orlenko
2021-05-04Fix clippy warningsAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2021-04-20Don't read lua.h from build script (was not used)Alex Orlenko
2021-04-14Add rerun-if-changed instructions to build scriptAlex Orlenko
2021-04-14Don't check LUA_LIB_NAME if it's not neededAlex Orlenko
2021-01-16Remove unused exports from glue.{c,rs} && Fix some clippy warningsAlex Orlenko
2021-01-13Allow luajit to build in the pointer size cross compilation caseWez Furlong
2021-01-13Support cross compilationWez Furlong
2020-06-07Raise compile_error! instead of panic! in the build scriptAlex Orlenko
2020-06-07New `module` featureAlex Orlenko
2020-06-06Add LuaJIT 2.0.5 stable supportAlex Orlenko
2020-05-15Add clippy check and fix clippy warningsAlex Orlenko
2020-05-11Add Lua 5.4 (rc2) supportAlex Orlenko
2020-04-17Update READMEAlex Orlenko
2020-04-17v0.3.0-alpha.1 with async supportAlex Orlenko
2020-01-27Combine lua-vendored and luajit-vendored features into "vendored"Alex Orlenko
2020-01-25Support vendored versions of Lua and LuaJITAlex Orlenko