-
In C++, non-constant references are used for in/out arguments.
Now I need it for `std::unique_ptr &`:
`void object.swap(std::unique_ptr & my_class_instance);`
SWIG defines `%typemap(in, nobloc…
-
How are we going to generate api docs for the swig interface?
SWIG does appear to copy across doc comments to the generated python, but we haven't actually tested or setup doxygen on it and there m…
-
I started using Premake yesterday and I'm hoping to start using it instead of qmake. It's been great so far, thanks for an awesome tool!
I've got most things working, but I'm still having a problem r…
-
[`convert_swig`](https://github.com/nasa/trick/blob/cbc37dd67e83263ed32ac7b1f1c5263ddb29ab01/libexec/trick/convert_swig#L645) writes a `%template` directive for each instantiation of a template it fin…
-
I am on v3.0.0, which is what we use in my company.
Here is a problem with implicit template arguments I observe:
``` c++
template
struct Foo
{
Foo& operator = (const Foo&);
};
```
Ins…
-
**Describe the bug**
When installing the latest release in a linux system ( i think on all platforms ) i obviously have to run cmake.
And the chance is quite high that some dependency is not updated…
-
odb has removed getPoint_ext API and used getPoint for both (with/without ext). getPoint with 2 arguments is wrapped while getPoint with 3 arguments isn't. So when I call getPoint expecting 3 returned…
-
Instead of full packaging of CGAL started in #18197, in this ticket we create a script package for CGAL just to record system package information. Likewise we create a script package for swig, which…
-
```
The python interface generated via SWIG works well for passing objects by
references, but fails to
properly pass data primitives (doubles, ints, etc) properly. For example, in
python:
>>> imp…
-
When running a module generated by swig 4.2, built with Py_LIMITED_API,
The console output gets 3 warnings
`:241: DeprecationWarning: builtin type swigvarlink has no __module__ attribute`
For s…