libffi v3.4.6
- Created
- Updated
Portable, high level programming interface to various calling conventions
# Usage
libffi can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(LIBFFI REQUIRED IMPORTED_TARGET libffi)
target_link_libraries(main PRIVATE PkgConfig::LIBFFI)
vcpkg provides proprietary CMake targets:
find_package(unofficial-libffi CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::libffi::libffi)
# License
MIT
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
and one transitive dependency:
# Dependents
- adios2
- glib
- glibmm
- gobject-introspection
- guile
- llvm (feature
enable-ffi
) - python3 (feature
extensions
) - wayland (feature
force-build
)
# Host Dependents
No dependents.
# Contributors
- codicodi
- Alexander Karatarakis
- Robert Schumacher
- Todor Prokopov
- Victor Romero
- pravic
- Stefano Sinigardi
- Sutou Kouhei
- Wolfgang Stöggl
- Phil Christensen
- driver1998
- Jack·Boos·Yu
- derselbst
- Mikhail Paulyshka
- xyb
- Long Nguyen
- Don Venable
- autoantwort
- MidwestB
- Lars Glud
- Thomas1664
- Jamlys Lee
- MSP-Greg
- Yingwei Zheng
- Kai Pastor
- Patric Stout
- jim wang
# Changelog
and 26 more commits:
a4a5c65
[libffi] Check return value of execute_process()24cf003
[libffi] Fix non-windowse4a619c
[eigen3][libffi][libmysql][libwebp][rapidjson][websocketpp] Convert to use vcpkg_from_github26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)54918bc
correct versionf5fb728
add libffi