Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in swig

How to receive reference and pointer arguments in Python + SWIG?

c++ python swig

Swig: Syntax error in input(3)

c syntax swig

How to use SWIG to wrap std::function objects?

java c++ c++11 swig std-function

C to Python via SWIG: can't get void** parameters to hold their value

python c swig word-wrap

A trivial Python SWIG error question

python swig

No iterator for Java when using SWIG with C++'s std::map

c++ back end call the python level defined callbacks with swig wrapper

c++ python swig

Pass an array to a wrapped function as pointer+size or range

java c++ c swig

How to generate a cross platform interface with SWIG?

python c gcc swig

CMake Error: Could NOT find SWIG (missing: SWIG_DIR)

SWIG - How to ignore C++ classes I don't need to expose (in Java)?

java c++ swig

Can I force std::vector to leave a memory leak?

c++ 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