From 2c4cd8419dd81f0563373150c5c1474bfc308352 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sun, 24 Nov 2019 02:36:48 -0500 Subject: [PATCH] Add AutoWIG to list of binding generators (#1990) * Add AutoWIG to list of binding generators --- docs/compiling.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/compiling.rst b/docs/compiling.rst index ea8d1ec16..bfb1cd805 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -283,3 +283,11 @@ code by introspecting existing C++ codebases using LLVM/Clang. See the [binder]_ documentation for details. .. [binder] http://cppbinder.readthedocs.io/en/latest/about.html + +[AutoWIG]_ is a Python library that wraps automatically compiled libraries into +high-level languages. It parses C++ code using LLVM/Clang technologies and +generates the wrappers using the Mako templating engine. The approach is automatic, +extensible, and applies to very complex C++ libraries, composed of thousands of +classes or incorporating modern meta-programming constructs. + +.. [AutoWIG] https://github.com/StatisKit/AutoWIG