8000 Tags · cffi/cffi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cffi/cffi

Tags

v0.17.1

Toggle v0.17.1's commit message
cffi-toolchain: depend on cffi

v0.17.0

Toggle v0.17.0's commit message
grovel: fix pkg-config-cflags and use grovel-error

Bug report and initial patch courtesy of Thayne McCombs.

v0.16.1

Toggle v0.16.1's commit message
clisp: fix %invoke output

We write invocation result to file in same directory (name is
randomized dependant on get-universal-time and random mod 1000), and
we read it back with process-output.

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>

v0.16.0

Toggle v0.16.0's commit message
cosmetic: move process-output before first use

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>

v0.15.0

Toggle v0.15.0's commit message
travis.yml: fix Alexandria repo URL

v0.14.0

Toggle v0.14.0's commit message
Merge pull request #44 (and #43) with many ABCL improvements

v0.13.0

Toggle v0.13.0's commit message
use *jna-string-encoding* instead non-existant *function-call-encodin…

…g* in make-function-pointer

v0.12.0

Toggle v0.12.0's commit message
grovel: restore ASDF2 compatibility

Turns out Quicklisp doesn't yet ship with ASDF3, and it's not too
hard to support both anyway.

v0.11.2

Toggle v0.11.2's commit message
Convert libffi-unix.lisp to plain ASCII

v0.11.1

Toggle v0.11.1's commit message
cffi-abcl: promote :BYTE :SHORT and :WCHAR_T types in callbacks to :INT

Fixes tests for CALLBACKS.CHAR, CALLBACKS.UNSIGNED-CHAR,
CALLBACKS.SHORT, CALLBACKS.UNSIGNED-SHORT.
0