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
Age
Commit message (
Expand
)
Author
2022-02-18
feat(ext/ffi): Support read only global statics (#13662)
Aapo Alasuutari
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-12
feat(ext/ffi): UnsafeFnPointer API (#13340)
DjDeveloper
2022-01-11
fix(ext/ffi): `pointer` type can accept `null` (#13335)
DjDeveloper
2022-01-11
feat(ext/ffi): support alias names for symbol definitions (#13090)
DjDeveloper
2022-01-10
feat(ext/ffi): infer symbol types (#13221)
Divy Srivastava
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