Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@sdilts sdilts released this 14 Aug 03:04
· 18 commits to master since this release

New this release

  • New option pkg-config has been added to batch files. This option calls pkg-config and adds the given list of library's required compile flags to the clang arguments

Enhancement:

  • The following types known by CFFI are now converted to the corresponding CFFI type instead of another value:
    • size_t
    • ssize_t
    • uintptr_t
    • intptr_t
    • ptrdiff_t
    • offset_t