qwreey
|
8f248ff624
|
Chnage naming naturally (#243)
|
2024-11-13 06:20:28 +00:00 |
|
qwreey
|
7a51bc9aa4
|
Fix read/writeString and add test (#243)
|
2024-11-12 06:34:22 +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
|
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
|
809fd566a1
|
Add free test (#243)
|
2024-11-09 10:07:26 +00:00 |
|
Qwreey
|
4588581d03
|
Merge branch 'lune-org:main' into ffi
|
2024-11-09 00:23:07 +09:00 |
|
Sasial
|
91af86cca2
|
IsA , ClassName & Parent should work if an instance is already destroyed (#271)
|
2024-11-05 13:02:15 +01: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
|
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
|
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
|
7ee757ac9c
|
Provide ptr conversion and test case (#243)
|
2024-10-17 18:18:44 +00:00 |
|
Qwreey
|
bf33afdf9c
|
Merge branch 'lune-org:main' into ffi
|
2024-10-17 10:38:10 +09:00 |
|
Filip Tibell
|
138221b93e
|
Update websocket tests and types to use new calling convention
|
2024-10-16 22:00:33 +02:00 |
|
|
309c461e11
|
Implement a non-blocking child process interface (#211)
|
2024-10-16 21:48:12 +02:00 |
|
qwreey
|
95258e1b51
|
Fix pretty-prints for type-define (#243)
|
2024-10-16 07:57:25 +00:00 |
|
qwreey
|
46dd185c6f
|
Implement call (#243)
|
2024-10-14 09:37:21 +00:00 |
|
qwreey
|
c656a486c4
|
Add tests for ffi (#243)
|
2024-10-13 05:09:31 +00:00 |
|
qwreey
|
af08c59e3b
|
Add lune-std-ffi crate (#243)
|
2024-10-13 04:07:59 +00:00 |
|
Filip Tibell
|
473ad80e8f
|
Update dependencies
|
2024-08-10 12:47:36 +02:00 |
|
ZachCurtis
|
5379c79488
|
Add missing vector methods (#228)
|
2024-07-21 23:35:58 +02:00 |
|
Filip Tibell
|
1fb1d3e7b5
|
Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods
|
2024-06-05 20:18:23 +02:00 |
|
Filip Tibell
|
0efc2c565b
|
Expand test suite for stdio.format
|
2024-06-05 19:38:19 +02:00 |
|
Filip Tibell
|
c94ab0cde1
|
Update changelog, some other minor fixes
|
2024-06-05 19:21:30 +02:00 |
|
Filip Tibell
|
d3b9a4b9e8
|
Add new options for global injection and codegen to luau.load
|
2024-06-05 19:02:48 +02:00 |
|
Micah
|
5a292aabc5
|
Implement hashing algorithms + HMac support (#193)
|
2024-06-05 16:30:50 +02:00 |
|
Filip Tibell
|
4f6f1835d2
|
Fix erroring when setting nil attributes on instances in roblox lib
|
2024-06-01 21:38:14 +02:00 |
|
Filip Tibell
|
adc74f47c0
|
Fix panic when spawning a program that does not exist
|
2024-06-01 21:24:45 +02:00 |
|
Bryan Cardwell
|
395c36fa8b
|
Implement idiv support for Vector2 and Vector3 (#196)
|
2024-05-15 12:06:21 +02:00 |
|
Filip Tibell
|
de71558c5d
|
Split lune into proper crates (#188)
|
2024-05-12 13:30:32 +02:00 |
|
Filip Tibell
|
7a46f12c02
|
Fix type metamethod and test case for regex
|
2024-04-20 23:38:06 +02:00 |
|
Filip Tibell
|
96eed54a65
|
Port test suite for regex from fork
|
2024-04-20 23:30:08 +02:00 |
|
|
66ed1a0b72
|
Use a more descriptive User-Agent header in net.request (#186)
|
2024-04-20 16:55:54 +02:00 |
|
|
f830ce7fad
|
Add support for buffers as arguments in builtin APIs (#148)
|
2024-04-20 16:44:19 +02:00 |
|
Snorlax
|
8220216893
|
Solve test yielding in net_serve_requests (#177)
|
2024-04-11 14:04:40 +02:00 |
|
Kenneth Loeffler
|
a65ef2ae1b
|
Fix require caching by using correct tuple ordering in resolve_paths (#171)
|
2024-04-07 14:41:32 +02:00 |
|
Filip Tibell
|
cd34dcb0dd
|
Rewrite scheduler and make it smol (#165)
|
2024-03-11 19:11:14 +01:00 |
|
vocksel
|
3c68d8e314
|
Serve from other IPs (#142)
|
2024-01-19 20:39:57 +01:00 |
|