- just a minor documentation typo fix (Jason May, #126)
- example: fix "factorial" example on Windows (#127)
- package: add "keywords" section
- callback: store a reference to the CIF struct on the ffi closure Buffer instance (#125)
- type: make detecting "long" and "ulong" ffi_types work
- travis: don't test node v0.7.x, test node v0.10.x
- FreeBSD 32-bit support (Dave Osborne)
- libffi: don't build libffi as a "thin" archive (CentOS 5 support, #110)
- FreeBSD 64-bit support (Dave Osborne)
- fix nasty bug in async FFI'd function on node v0.9.x
- add node >= v0.9.4 support
- type: full support for "ref-array" arguments and return types
- type: add basic support for basic ref types without a
ffi_type
prop set - don't call the "ref()" function on passed in arguments
- libffi: fix unused variable warnings
- add
Function
"type" for functions/callbacks that accept/return C Functions - dynamic_library: use RTLD_LAZY by default
- export all the RTLD_* symbols from the native binding
- foreign_function: better error messages when a type's "set()" function throws
- callback: make catching callbacks that throw JS exceptions work as expected
- callback: more meaningful error message when a type's "set()" function throws
- callback: fix pointer return values
- callback: use
IsEmpty()
instead of an explicit NULL check - test: use "bindings" to load the bindings for the variadic tests
- ffi: use HandleScope in WrapPointer() (fixes ffi calls in a tight loop, see #74)
- test: fix typo in test name
- libffi: disable the C4267 implicit conversion warnings on Windows
- libffi: remove "as.bat" from the gyp file
- callback: throw an Error if the callback function has been garbage collected
- test: 100% tests passing on Windows!
- libffi: define "FFI_MMAP_EXEC_WRIT" on OS X (#71)
- added a new test case that calls a callback function directly (#72)
- properly "gyp-ify" libffi
- added "libffi.gyp"
- no more "hacks" in binding.gyp
- no need for MozillaBuild on Windows anymore!
- export
FFI_FIRST_ABI
- export abi_enum values for ARM processors (100% tests passing on Raspberry Pi!)
- VariadicForeignFunction: apply a tweak to prevent false positives on ffi id's
- DynamicLibrary: use 'string' instead of "char *"
- DynamicLibrary: set the "name" property of the returned Buffer when get() is called
- test: add some "DynamicLibrary" tests
- VariadicForeignFunction: quick hack fix for the key caching name collision
- exit early when not compiling from within a MozillaBuild window on Windows
- refactor the README
- fix deprecation warning for using the
Utf8String
type (renamed toCString
) - remove circular
require()
calls (Justin Freitag) - use the node-gyp
--directory
flag fornpm test
command
- Fix Windows build (32-bit at least). Fixes #51.
- Refactor the variadic function generator to allow for an overridden "returnType"
- Add a
VariadicForeignFunction
function for vararg C functions - Various cleanup
- Don't export the native bindings (
ffi.Bindings
is gone) - Use the
ref()
function when available, then fall back toref.alloc()
- Add a few more tests
- Readme improvements
- Node >= v0.7.9 compatability
- Alpha release of v1.0.0
- Prehistoric: see
git log