qwreey
|
7a7ccf7d85
|
More pretty-prints (#243)
|
2024-11-09 16:00:09 +00:00 |
|
qwreey
|
c3f255db7a
|
Improve code quality (#243)
|
2024-11-09 15:43:15 +00:00 |
|
qwreey
|
b503cc9f5b
|
Fix boundary check logic (#243)
|
2024-11-09 12:56:01 +00:00 |
|
qwreey
|
902f5f960b
|
Add and organize ffi tests (#243)
|
2024-11-09 12:46:20 +00:00 |
|
qwreey
|
b191218993
|
Throw out of index error in struct:field method (#243)
|
2024-11-09 12:44:55 +00:00 |
|
qwreey
|
230632b1ca
|
Fix unsafe library error, add --unsafe repl option (#243)
|
2024-11-09 10:27:48 +00:00 |
|
qwreey
|
809fd566a1
|
Add free test (#243)
|
2024-11-09 10:07:26 +00:00 |
|
qwreey
|
c45773770a
|
Fix dereference ref flags (#243)
|
2024-11-08 15:31:23 +00:00 |
|
Qwreey
|
4588581d03
|
Merge branch 'lune-org:main' into ffi
|
2024-11-09 00:23:07 +09:00 |
|
qwreey
|
3a6f3bd016
|
Add free function (#243)
|
2024-11-08 15:20:09 +00:00 |
|
qwreey
|
a655a4dad0
|
Improve code quality (#243)
|
2024-11-08 14:57:19 +00:00 |
|
qwreey
|
4b2277fec3
|
Fix error messages (#243)
|
2024-11-08 06:31:06 +00:00 |
|
Qwreey
|
5d1401cdf6
|
Add process.endianness constant (#267)
|
2024-11-05 13:10:05 +01:00 |
|
Sasial
|
91af86cca2
|
IsA , ClassName & Parent should work if an instance is already destroyed (#271)
|
2024-11-05 13:02:15 +01:00 |
|
qwreey
|
4cc2698e30
|
Add offset option in cast method (#243)
|
2024-11-02 14:39:11 +00:00 |
|
qwreey
|
de7029aa19
|
Remove debug exports (#243)
|
2024-11-02 14:17:00 +00:00 |
|
qwreey
|
2a9664a90f
|
Add runtime flag for allowing unsafe libraries (#243)
|
2024-10-31 06:32:19 +00:00 |
|
qwreey
|
90c0987754
|
Restruct tests/ffi and add std-ffi tests (#243)
|
2024-10-24 08:34:35 +00:00 |
|
qwreey
|
00319f03e3
|
Use camel case naming on ffi test (#243)
|
2024-10-24 04:52:11 +00:00 |
|
qwreey
|
14d2b60f43
|
Fix casting and add casting test (#243)
|
2024-10-24 01:01:49 +00:00 |
|
qwreey
|
154c68a64e
|
Add Data:copyFrom, tests and annotation (#243)
|
2024-10-24 00:26:43 +00:00 |
|
qwreey
|
83be2bc96a
|
Remove callable boundary check (#243)
|
2024-10-23 04:29:43 +00:00 |
|
qwreey
|
ddf0c4c2dc
|
Typescript lint error fix (#243)
|
2024-10-22 02:22:48 +00:00 |
|
qwreey
|
d42bfc9f63
|
Add benchmark tests/ffi/benchmark/external_call (#243)
|
2024-10-22 02:18:15 +00:00 |
|
qwreey
|
144f49a11d
|
More moonwave docs (#243)
|
2024-10-21 21:05:55 +00:00 |
|
qwreey
|
706efaf1e9
|
Fix formatting (#243)
|
2024-10-21 19:58:23 +00:00 |
|
Qwreey
|
410489a280
|
Merge branch 'lune-org:main' into ffi
|
2024-10-22 04:34:41 +09:00 |
|
qwreey
|
12bf3bd9ef
|
Add gitignore for core dump file, Callable optimization (#243)
|
2024-10-21 19:32:38 +00:00 |
|
qwreey
|
72fac28dab
|
Add Moonwave annotation partially (#243)
|
2024-10-21 19:32:38 +00:00 |
|
qwreey
|
5002088240
|
Fix closure error (#243)
|
2024-10-21 19:32:38 +00:00 |
|
qwreey
|
658b5ef75c
|
Move fixed size types into ffi, Fix test cases (#243)
|
2024-10-21 19:30:14 +00:00 |
|
qwreey
|
b31f81459f
|
Move c ABI related object and functions into ffi.c (#243)
|
2024-10-21 10:53:14 +00:00 |
|
qwreey
|
a67661a753
|
Void type support in call (#243)
|
2024-10-19 07:31:45 +00:00 |
|
qwreey
|
27e250daa5
|
Implememt CVoid, StringifyData and CopyData (#243)
|
2024-10-18 06:12:53 +00:00 |
|
qwreey
|
7ee757ac9c
|
Provide ptr conversion and test case (#243)
|
2024-10-17 18:18:44 +00:00 |
|
qwreey
|
e19d9748e5
|
Implement ClosureData (#243)
|
2024-10-17 16:24:13 +00:00 |
|
qwreey
|
da30dfb3f0
|
Refactor and documenting code structure (#243)
|
2024-10-17 10:16:43 +00:00 |
|
Filip Tibell
|
f89d02a60d
|
Use 4 spaces for error formatting indentation
|
2024-10-17 11:26:01 +02:00 |
|
Filip Tibell
|
d090cd2420
|
Remove redundant stack trace information in error formatter
|
2024-10-17 11:23:20 +02:00 |
|
Qwreey
|
bf33afdf9c
|
Merge branch 'lune-org:main' into ffi
|
2024-10-17 10:38:10 +09:00 |
|
qwreey
|
58add58244
|
Renaming methods (#243)
|
2024-10-17 01:37:24 +00:00 |
|
qwreey
|
ba074d9a28
|
Reducing and organizing duplicated codes (#243)
|
2024-10-16 23:37:56 +00:00 |
|
Filip Tibell
|
8abfc21181
|
Use standard method calling conventions for websockets
|
2024-10-16 21:55:53 +02:00 |
|
|
309c461e11
|
Implement a non-blocking child process interface (#211)
|
2024-10-16 21:48:12 +02:00 |
|
Filip Tibell
|
93fa14d832
|
Revert some unnecessary stylistic changes
|
2024-10-16 21:41:16 +02:00 |
|
|
df4fb9be91
|
Make Runtime::run Return Lua Values (#178)
|
2024-10-16 21:35:23 +02:00 |
|
qwreey
|
95258e1b51
|
Fix pretty-prints for type-define (#243)
|
2024-10-16 07:57:25 +00:00 |
|
qwreey
|
f094f2b74a
|
Remove static ctype reduce duplicated code (#243)
|
2024-10-16 06:35:09 +00:00 |
|
qwreey
|
7d4e4a24b2
|
Refactor type-define macro rules (#243)
|
2024-10-16 03:12:36 +00:00 |
|
qwreey
|
46dd185c6f
|
Implement call (#243)
|
2024-10-14 09:37:21 +00:00 |
|