Commit Graph

37 Commits

Author SHA1 Message Date
邵静
014cec9777 ziglua 0.2.0 2024-02-18 09:57:20 +08:00
Nathan Craddock
e489db4495 Update readme 2024-01-16 21:59:01 -07:00
Nathan Craddock
cb31623524
Experimenting with chat 2024-01-16 18:44:20 -07:00
Nathan Craddock
8f5ab076b5 Rename version build option to lang 2024-01-10 16:57:16 -07:00
Nathan Craddock
b71a42e831 docs: update dependency documentation 2024-01-09 22:54:41 -07:00
Nathan Craddock
7f1e80c18f docs: add Luau to readme 2024-01-02 09:44:20 -07:00
Nathan Craddock
0117fbc349 docs: update build instructions for stable builds
Closes #23
2023-08-10 21:55:05 -06:00
Nathan Craddock
d61a980ef7 docs: fix typo 2023-08-04 15:57:30 -06:00
Nathan Craddock
eeacf60539 docs: update example code with more comments 2023-08-04 15:55:50 -06:00
Nathan Craddock
0530a8466e
docs: update dependency info 2023-08-02 12:16:16 -06:00
Nathan Craddock
ab111adb06 docs: tabs to spaces 2023-08-01 20:01:37 -06:00
Nathan Craddock
dd99d24557 docs: update instructions for adding as a dependency 2023-08-01 20:00:28 -06:00
Nathan Craddock
8061d1c2e9 docs: update contributing section 2023-07-01 15:31:08 -06:00
Nathan Craddock
52f04860f3 docs: update doc comments for api 5.4 2023-02-23 19:22:23 -07:00
Nathan Craddock
4c88d4e833 docs: update doc comments for api 5.3 2023-02-23 19:06:28 -07:00
Nathan Craddock
6c7a51dd24 docs: update readme status 2023-02-22 20:30:46 -07:00
Nathan Craddock
b6201ee0c8 docs: update readme with status table 2023-02-20 19:48:50 -07:00
Nathan Craddock
582bf5ff91 docs: add more comments to example code in readme 2023-02-17 14:30:08 -07:00
Nathan Craddock
a8e6f28d09 docs: rename library to module
Just keeping with the times in terminology
2023-02-15 15:43:43 -07:00
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