Commit graph

1011 commits

Author SHA1 Message Date
qwreey
e8cc2dcda3
Add readString, writeString method (#243) 2024-11-12 05:40:32 +00:00
qwreey
627c2c9afb
Update readRef method to allow reuse RefData (#243) 2024-11-12 03:05:55 +00:00
qwreey
461ab26dea
Update ffi README files (#243) 2024-11-09 16:14:17 +00:00
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
9bca7b80f5
Fix annotation (#243) 2024-11-07 08:00:17 +00:00
Qwreey
1e69c0a644
Merge pull request #2 from kimpure/ffi
type plus
2024-11-07 13:58:48 +09:00
kimpure
a525faabb4 moonwave annotation fix 2024-11-06 16:20:08 +09:00
kimpure
a05c598dc3 moonwave annotation fix 2024-11-06 16:17:01 +09:00
kimpure
8b2fdbc810 move fixme 2024-11-05 22:06:52 +09:00
kimpure
208bfa1bc7 fix 2024-11-05 22:05:43 +09:00
kimpure
c20ef95d6d fix 2024-11-05 22:03:49 +09:00
kimpure
7856764fd4 fix 2024-11-05 22:02:29 +09: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
kimpure
b95266ef3c type plus 2024-11-03 01:07:10 +09:00
qwreey
4cc2698e30
Add offset option in cast method (#243) 2024-11-02 14:39:11 +00:00
qwreey
37b55576ca
Add missing types (#243) 2024-11-02 14:31:00 +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
80a7497583
Fix benchmark code and add C level result (#243) 2024-10-24 17:07:49 +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
34a5b39277
Add linguist ignore for tests/ffi (#243) 2024-10-23 05:04:21 +00:00
qwreey
83be2bc96a
Remove callable boundary check (#243) 2024-10-23 04:29:43 +00:00
qwreey
b442ba7985
Add windows benchmark result (#243) 2024-10-22 07:01:35 +00:00
qwreey
886d555ab8
Fix assertion (#243) 2024-10-22 04:44:48 +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