index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_ffi
/
tests
/
test.js
Age
Commit message (
Expand
)
Author
2023-04-03
feat(ext/ffi): support marking symbols as optional (#18529)
Dj
2023-04-01
fix(ext/ffi): crash when same reference struct is used in two fields (#18531)
Dj
2023-02-22
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Aapo Alasuutari
2023-02-12
perf(ext/ffi): Revert UTF-8 validity check from getCString (#17741)
Aapo Alasuutari
2023-01-21
fix(ext/ffi): disallow empty ffi structs (#17487)
Divy Srivastava
2023-01-08
feat(ext/ffi): structs by value (#15060)
Dj
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-27
fix(ext/ffi): Null buffer pointer value is inconsistent (#16625)
Aapo Alasuutari
2022-10-15
fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216)
Aapo Alasuutari
2022-09-07
feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt (#15305)
Arnau Orriols
2022-09-05
feat(ext/ffi): Support bool FFI type (#15754)
Aapo Alasuutari
2022-08-23
BREAKING(ext/ffi): specialized `buffer` type (#15518)
Divy Srivastava
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-08-05
fix(ext/ffi): Check CStr for UTF-8 validity on read (#15318)
Aapo Alasuutari
2022-07-28
perf(ext/ffi): use fast api calls for 64bit return types (#15313)
Divy Srivastava
2022-07-24
feat(ext/ffi): Safe number pointers (#15173)
Aapo Alasuutari
2022-07-23
feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView (#15143)
Aapo Alasuutari
2022-07-12
feat(ext/ffi): Support 64 bit parameters in Fast API calls (#15140)
Aapo Alasuutari
2022-07-12
fix(ext/ffi): trampoline for fast calls (#15139)
Divy Srivastava
2022-07-09
fix(ext/ffi): allow opting out of fast ffi calls (#15131)
Divy Srivastava
2022-06-29
fix(ext/ffi): Empty buffers error with index out of bounds on FFI (#14997)
Aapo Alasuutari
2022-06-28
feat(ext/ffi): Thread safe callbacks (#14942)
Aapo Alasuutari
2022-06-21
perf(ext/ffi): Optimize FFI Rust side type checks (#14923)
Aapo Alasuutari
2022-06-21
chore(ext/ffi): simplify FFI types (#14920)
Aapo Alasuutari
2022-06-20
BREAKING(ext/ffi): Remove `Deno.UnsafePointer` indirection (#14915)
Divy Srivastava
2022-06-20
feat(ext/ffi): Callbacks (#14663)
Aapo Alasuutari
2022-06-08
feat(ext/ffi): support passing and returning bigints (#14523)
Elias Sjögreen
2022-02-18
feat(ext/ffi): Support read only global statics (#13662)
Aapo Alasuutari
2022-01-12
feat(ext/ffi): UnsafeFnPointer API (#13340)
DjDeveloper
2022-01-11
feat(ext/ffi): support alias names for symbol definitions (#13090)
DjDeveloper
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-05
fix(ext/ffi): throw errors instead of panic (#13283)
DjDeveloper
2021-12-15
feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)
Elias Sjögreen
2021-11-10
test(ffi): add mutable buffer tests (#12701)
Carter Snook
2021-10-10
test(ext/ffi): add test for multiple buffers (#12373)
Bartek Iwańczuk
2021-10-07
fix(ext/ffi): don't panic in dlopen (#12344)
Divy Srivastava
2021-10-06
feat(ext/ffi): add support for buffer arguments (#12335)
Bartek Iwańczuk
2021-10-05
feat(ext/ffi): Non-blocking FFI (#12274)
Divy Srivastava
2021-09-20
test(ext/ffi): add tests for different parameter and return types (#12158)
Elias Sjögreen
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen