-
I am using swig I'd like to get support of it in meson. It is not so trivial, but it is possible. I am using it in way: https://github.com/ignatenkobrain/libsmartcols-bindings/blob/master/CMakeLists.t…
-
Issue to track ideas, progress and tasks to
- define a unified user API, starting with sth like open/close/sendcmd
- get a C libpm3 (used also by proxmark3 client via that user API to not duplicate …
-
You should list what's different from https://github.com/rtgibbons/grunt-swig in the readme.
-
http://www.swig.org/Doc2.0/Python.html#Python_python3support
-
### Package Name/Version
swig/4.1.1
### Changelog
https://github.com/swig/swig/blob/77323a0f07562b7d90d36181697a72a909b9519a/CHANGES.current
### Context about the new update
https://github.com/sw…
-
Scilab testing in Github Actions is proving to be somewhat flaky. I've gone back over the last couple of months and dug out some examples of the failures which I've summarised in the table below.
|…
-
Well, in theory it's possible to add swig bindings for python.
I did this with libmodbus some time ago, so anyone feel free to implement it ;-)
The most complicated part would be the definiton of the…
-
I admittedly don't know much about SWIG, except that it's used to create wrappers/bindings for C libraries in other languages. Given that being able to create C bindings is one of the fundamental goal…
-
Great news!
Once ready, I will add SWIG configuration (https://github.com/swig/swig) to bind this driver to many languages.
-
Swig compilation outputs a bunch of warnings, some of which may be useful, and others may not.
We can suppress individual warnings based on their number, using a few different methods:
+ Suppress…