Permalink
Please
sign in to comment.
Browse files
Problem: CFFI RPM builds with both python 2 and 3 broken
Solution: regenerate from zproject
- Loading branch information...
Showing
with
391 additions
and 283 deletions.
- +16 −8 CMakeLists.txt
- +11 −0 api/python_cffi.slurp
- +25 −0 bindings/delphi/Zyre.pas
- +10 −0 bindings/delphi/libzyre.pas
- +1 −0 bindings/jni/.gitignore
- +26 −14 bindings/jni/README.md
- +30 −124 bindings/jni/build.gradle
- +9 −11 bindings/jni/ci_build.sh
- +3 −0 bindings/jni/settings.gradle
- +11 −0 bindings/lua_ffi/zyre_ffi.lua
- +13 −0 bindings/nodejs/README.md
- +19 −0 bindings/nodejs/binding.cc
- +1 −0 bindings/nodejs/binding.h
- +15 −0 bindings/python/zyre/_zyre_ctypes.py
- +13 −0 bindings/python_cffi/zyre_cffi/Zyre.py
- +23 −10 bindings/python_cffi/zyre_cffi/cdefs.py
- +13 −0 bindings/qml/src/QmlZyre.cpp
- +10 −0 bindings/qml/src/QmlZyre.h
- +15 −0 bindings/qt/src/qzyre.cpp
- +10 −0 bindings/qt/src/qzyre.h
- +1 −0 bindings/ruby/lib/zyre/ffi.rb
- +19 −0 bindings/ruby/lib/zyre/ffi/zyre.rb
- +33 −80 builds/android/android_build_helper.sh
- +1 −1 builds/android/build.sh
- +54 −17 builds/android/ci_build.sh
- +2 −2 include/zyre.h
- +7 −16 packaging/redhat/zyre.spec
@@ -1 +1,4 @@ | ||
rootProject.name = 'zyre-jni' | ||
include 'zyre-jni' | ||
include 'zyre-jni-native' | ||
include 'zyre-jni-all' |

Oops, something went wrong.
0 comments on commit
edb24c3