summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2022-05-07Don't require Lua sources for modules in build systemAlex Orlenko
2022-04-15Merge pull request #145 from zh-jq/patch-v0.7.4Alex Orlenko
2022-04-13support luajit version 2.0.4zhangjingqiang
2022-03-22Fix clippy warningsAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-03-20Refactor ffi moduleAlex Orlenko
2022-03-01Fix "find_dummy" compile error if no lua feature selectedAlex Orlenko
2022-01-19Fix cross compilation (bug introduced in 84a174c)Alex Orlenko
2021-12-28Allow `pkg-config` to omit include paths if they equals to standard.Alex Orlenko
2021-12-28Refactor `build/find_normal.rs` to include error messages instead of `unwrap()`Alex Orlenko
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