Commit Graph

18 Commits

Author SHA1 Message Date
Nathan Craddock
b73310068d docs: update readme and add changelog 2022-10-28 21:32:22 -06:00
Nathan Craddock
ab08ecf5f8 cleanup: rename action and add badge to readme 2022-10-27 21:37:49 -06:00
Nathan Craddock
5c843b5cf9 docs: update readme and docs for Zig 0.10.0 2022-10-27 21:02:06 -06:00
Nathan Craddock
932db5cd57 feat: add an option to link as a shared library
Fixes the linking code, and adds a new option to the build function to
link Ziglua as a shared library rather than as a static library. This is
for the use case of creating shared modules to require at runtime in
Lua.
2022-10-20 16:45:34 -06:00
Nathan Craddock
942afe836a feat: restructure and add Lua 5.3, 5.2, and 5.1
Restructures the source layout and adds three new versions of Lua.
Documentation is still incomplete at this point, but all four supported
versions are well tested.
2022-10-03 20:24:17 -06:00
Nathan Craddock
1dfe071dd5
docs: update readme 2022-06-19 11:01:36 -06:00
Nathan Craddock
4ce0da4919
docs: update status 2022-06-18 22:25:55 -06:00
Nathan Craddock
f9a62e70da
docs: update status, add example code, and describe differences 2022-06-11 16:44:53 -06:00
Nathan Craddock
f619696f3c
docs: add more details on API wrapper 2022-06-06 09:20:15 -06:00
Nathan Craddock
5fa582d886
docs: update docs on tointegerx and tonumberx 2022-06-05 00:26:18 -06:00
Nathan Craddock
ad1b4726d4
docs: update library documentation with examples 2022-06-03 19:50:57 -06:00
Nathan Craddock
6e882bc259
docs: update status 2022-06-03 16:45:28 -06:00
Nathan Craddock
9bc8f32b53
docs: update api coverage 2022-06-03 12:06:29 -06:00
Nathan Craddock
597fa4a965
docs: update status 2022-06-02 22:22:57 -06:00
Nathan Craddock
f719e0b9f9
Close to 60% of api coverage now! 2022-06-02 22:09:23 -06:00
Nathan Craddock
f71e7aea12
docs: update readme to add new param in build.link function 2022-06-02 19:43:38 -06:00
Nathan Craddock
b28fc53c9a
docs: update status 2022-06-02 17:29:34 -06:00
Nathan Craddock
ed6a5906b6
docs: add readme.md and docs.md 2022-06-02 16:03:25 -06:00