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.24.1

Toggle v0.24.1's commit message
Revert "grovel: detect :float and :double in the :auto type"

This reverts commit b3e6b3f.

Osicat fails to compile. lp#1922428

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
grovel: detect :float and :double in the :auto type

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Solaris ld doesn't do --export-dynamic

v0.22.1

Toggle v0.22.1's commit message
Revert "fix translation of struct-typedefs"

This reverts commit c5d140f.

v0.22.0

Toggle v0.22.0's commit message
c2ffi: add missing EVAL-WHEN (lp#1876713)

v0.21.0

Toggle v0.21.0's commit message
SBCL no longer pushes :linkage-table to *features*

v0.20.1

Toggle v0.20.1's commit message
cffi-toolchain: don't reintroduce bugs to ECL's ASDF

ECL has a ASDF forked from version 3.1.7 version and tags it as
3.1.8 (to avoid confusion, official release following 3.1.7 is
3.2.0). This version has some bugs fixed (especially regarding
bundles) for ECL, so loading this file reintroduces said issues. Since
there is no "official" ASDF 3.1.8 release this change doesn't impact
anything except ECL.

Issue in question is regression with init names, monolithic bundles
and file causes all systems depending on it to loaded twice before
they really are compiled.

v0.20.0

Toggle v0.20.0's commit message
Move perform method of cc-flags-mixin around process-op

+ The c files are generated during the process-op operation, not the
  compile-op operation. This fixes a bug where specifiying :cc-flags
  in the asdf file had no effect.

v0.19.0

Toggle v0.19.0's commit message
Make static linking command more robust

Ensure symbols are printed and read from package asdf, instead of printed
from package common-lisp and read from what is probably common-lisp-user
but without 100% guarantee. This also makes the printed output easy to
copyable and pastable into any syntactic context that will let you use
require and in-package. Finally symbols in sub-packages of ASDF won't be
printed as being of their particular subpackage, which works better if there
are package discrepancies between the implementation-provided ASDF and the
configured ASDF to which it will be upgraded at the first command.

Add some comments and reformat some code.

v0.18.0

Toggle v0.18.0's commit message
grovel: improve IN-PACKAGE error handling

Initial patch courtesy of Chris Bagley.
0