Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swig

Resource garbage collected too early

Is it possible to split a SWIG module for compilation, but rejoin it when linking?

c++ python swig

Wrapping C-enum in a Python module with Swig

python c swig

Passing byte[] from Java to C++

java swig

Speed of swig wrappers

c++ python performance swig

Swig, returning an array of doubles

python c arrays return swig

Gradle task ordering issue in Android Studio

Using shared_ptr with SWIG Directors for Java

swig

Can you SWIG a boost::optional<>?

c# c++ boost swig

Handling C++ exceptions in Java via SWIG

java c++ swig

Generating SWIG bindings with CMake

c cmake swig introspection

SWIG, boost shared pointers and inheritance

c++ python boost swig shared-ptr

How to instantiate a template method of a template class with swig?

c++ python swig

How to access Rust from other languages

rust swig

How can I make Swig correctly wrap a char* buffer that is modified in C as a Java Something-or-other?

`make install` with CMake + SWIG + Python

c++ python makefile cmake swig

SWIG wrapping C++ for Python: translating a list of strings to an STL vector of STL strings

c++ python string vector swig

SWIG interfacing C library to Python (Creating 'iterable' Python data type from C 'sequence' struct)

python c swig