-
Hi,
I tried to wrap a C function for Python that outputs string data through argument. As described in the Swig documentation, by using %cstring_output_maxsize, the resulting function works perfect…
chnd updated
2 months ago
-
The SWIG wrappers currently create bindings for everything in the C++ API, with the exception of items marked via `%ignore`. This creates a huge API surface, even though many of the functions and clas…
-
SWIG is used by Go to generate bindings for C++ CGO libs.
-
And then turn fucking `-Werror` on to avoid that we accumulate these all the time! Both on travis and buildbot
Resolving the warnings is an extremely *easy* task
-
The Soar repository contains three projects under /Java: SMLJava, DebuggerAPI, and Debugger. What does SMLJava do beyond what is already generated by SWIG from the SML classes? And what is in Debugger…
-
The `SWIG_PackData` wrapper uses a 128-byte buffer may be overrun when type is large.
See here: https://github.com/swig/swig/blob/d9aeb0130662bc8c4f391ed35096ddf3c78b256d/Lib/csharp/csharp.swg#L433-L…
-
CC @adr26
This is a follow-up to issue #2154 and fix #2208.
Given the attached most simple reproducer I could come with: [reproducer.zip](https://github.com/swig/swig/files/11760003/reproducer.…
-
# Summary
Use Python [__slots__](https://docs.python.org/3/reference/datamodel.html#slots) to specify public member variables on C++ classes to avoid silent failures.
# Reproduction instructions…
-
Issue to track for when we can remove the specific dependency on swig and go back to generic:
https://github.com/Homebrew/homebrew-versions/pull/643
https://github.com/M2Crypto/M2Crypto/issues/24
-
As discussed @peterbraden in another issue, here a new thread is used to discuss the SWIG interface. Just move the discussion of SWIG interface here, separating from another thread.
tngan updated
8 years ago