We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4524 commit fe755dcCopy full SHA for fe755dc
docs/compiling.rst
@@ -287,3 +287,11 @@ code by introspecting existing C++ codebases using LLVM/Clang. See the
287
[binder]_ documentation for details.
288
289
.. [binder] http://cppbinder.readthedocs.io/en/latest/about.html
290
+
291
+[AutoWIG]_ is a Python library that wraps automatically compiled libraries into
292
+high-level languages. It parses C++ code using LLVM/Clang technologies and
293
+generates the wrappers using the Mako templating engine. The approach is automatic,
294
+extensible, and applies to very complex C++ libraries, composed of thousands of
295
+classes or incorporating modern meta-programming constructs.
296
297
+.. [AutoWIG] https://github.com/StatisKit/AutoWIG
0 commit comments