Skip to content

Releases: dmazzella/node-ctypes

v1.12.1

Choose a tag to compare

@dmazzella dmazzella released this 24 Apr 09:50

Restructure for Python ctypes parity and maintainability

v1.11.1

Choose a tag to compare

@dmazzella dmazzella released this 22 Apr 11:03

more examples

v1.11.0

Choose a tag to compare

@dmazzella dmazzella released this 22 Apr 09:03

unify GetLastError/errno API with Python ctypes semantics

v1.10.1

Choose a tag to compare

@dmazzella dmazzella released this 22 Apr 07:17

reduce per-call overhead in hot path
added .clang-format

v1.10.0

Choose a tag to compare

@dmazzella dmazzella released this 20 Apr 15:02

Python ctypes parity

v1.9.0

Choose a tag to compare

@dmazzella dmazzella released this 18 Apr 18:36

Struct optimizations and typing

v1.8.0

Choose a tag to compare

@dmazzella dmazzella released this 14 Mar 11:16

Python compatibility and more tests

v1.7.0

Choose a tag to compare

@dmazzella dmazzella released this 11 Mar 09:59

exported c_ssize_t and implemented alignment function

v1.6.0

Choose a tag to compare

@dmazzella dmazzella released this 09 Mar 08:15

Updated docs

v1.5.0

Choose a tag to compare

@dmazzella dmazzella released this 20 Feb 07:34

feat: add function pointer type factories and enhance callback functions with optional ABI
feat: add CFUNCTYPE and WINFUNCTYPE