Skip to content

Instantly share code, notes, and snippets.

@michael-schaller
Created December 29, 2014 07:32
Show Gist options
  • Save michael-schaller/a6fd1b56b5b4d89358b7 to your computer and use it in GitHub Desktop.
Save michael-schaller/a6fd1b56b5b4d89358b7 to your computer and use it in GitHub Desktop.
Details for SWIG issue #290 (build1)
$ cd /tmp
$ mkdir git
$ cd git
$ git clone https://github.com/swig/swig.git
Cloning into 'swig'...
remote: Counting objects: 130686, done.
remote: Compressing objects: 100% (85/85), done.
remote: Total 130686 (delta 38), reused 2 (delta 0)
Receiving objects: 100% (130686/130686), 50.46 MiB | 2.92 MiB/s, done.
Resolving deltas: 100% (88715/88715), done.
Checking connectivity... done.
$ cd swig
$ ./autogen.sh
+ test -d Tools/config
+ aclocal -I Tools/config
+ autoheader
+ automake --add-missing --copy --force-missing
configure.ac:29: installing 'Tools/config/compile'
configure.ac:14: installing 'Tools/config/config.guess'
configure.ac:14: installing 'Tools/config/config.sub'
configure.ac:15: installing 'Tools/config/install-sh'
configure.ac:15: installing 'Tools/config/missing'
Source/Makefile.am: installing 'Tools/config/depcomp'
configure.ac: installing 'Tools/config/ylwrap'
+ autoconf
+ cd CCache
+ autoreconf
$ mkdir build1
$ cd build1
$ ../configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking maximum warning verbosity option... -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for bool... yes
checking for popen... yes
checking whether to enable PCRE support... yes
checking whether to use local PCRE... no
checking for a sed that does not truncate output... /bin/sed
checking for pcre-config... /usr/bin/pcre-config
checking whether to enable ccache-swig... yes
Checking packages required for SWIG developers.
Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball
checking for bison... bison -y
checking for ranlib... ranlib
checking for ar... ar
checking for yodl2man... yodl2man
checking for yodl2html... yodl2html
checking yodl2man version >= 2.02... yes
checking yodl2html version >= 2.02... yes
Checking for installed target languages and other information in order to compile and run
the examples and test-suite invoked by 'make check'.
Note : None of the following packages are required for users to compile and install SWIG from the distributed tarball
checking for boostlib >= 1.20.0... yes
configure: ISYSTEM: -isystem
checking SO... .so
checking LDSHARED... gcc -shared
checking CXXSHARED... gcc -shared
checking TRYLINKINGWITHCXX... CXXSHARED= g++ -shared
checking CCSHARED... -fpic
checking RPATH... -Xlinker -rpath $(exec_prefix)/lib -Xlinker -rpath .
checking LINKFORSHARED... -Xlinker -export-dynamic
checking PLATCFLAGS...
checking whether to enable C++11 testing... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing t_open... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for swill_init in -lswill... no
checking for main in -lieee... yes
checking for crypt in -lcrypt... yes
checking for pkg-config... pkg-config
checking for Tcl configuration... no
checking for Tcl header files... not found
checking for Tcl library... not found
checking for python... python
checking for Python prefix... /usr
checking for Python exec-prefix... /usr
checking for Python version... python2.7
checking for Python lib dir... lib
checking for Python header files... -I/usr/include/python2.7 -I/usr/lib/python2.7/config
checking for Python library... Not found
checking for python3... python3
checking for python3-config... python3-config
checking for Python 3.x prefix... /usr
checking for Python 3.x exec-prefix... /usr
checking for Python 3.x version... python3.4
checking for Python 3.x lib dir... lib
checking for Python 3.x header files... -I/usr/include/python3.4m -I/usr/include/python3.4m
checking for Python 3.x library... Not found
checking for pep8... pep8
checking for perl... perl
checking for Perl5 header files... /usr/lib/perl/5.18/CORE
checking for Perl5 library... perl
checking for Perl5 ccflags... -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe -isystem /usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for Perl5 ccdlflags... -Wl,-E
checking for Perl5 cccdlflags... -fPIC
checking for Perl5 ldflags... -fstack-protector -L/usr/local/lib
checking for Perl5 Test::More module... found
checking for octave... no
checking for java... java
checking for javac... no
checking for java include file jni.h... not found
checking for node... no
checking for JavaScriptCore/JavaScript.h... not found
checking for JavaScriptCore/Webkit library... not found
checking for V8 Javascript v8.h... not found
checking for V8 Javascript library... not found
checking for gcj... no
checking for gcjh... no
checking for android... no
checking for adb... adb
checking for ant... no
checking for ndk-build... no
checking for guile-config... no
checking for mzscheme... no
checking for mzc... no
checking for ruby... no
checking for Ruby header files... could not figure out how to run ruby
checking for php5... no
checking for php... no
checking for PHP header files... found PHP , but only PHP 5 is supported
checking for Ocaml DL load generator... checking for ocamldlgen... no
checking for Ocaml package tool... checking for ocamlfind... no
checking for Ocaml compiler... checking for ocamlc... no
checking for Ocaml interpreter... checking for ocaml... yes
checking for Ocaml toplevel creator... checking for ocamlmktop... no
checking for pike... no
checking for pike7.8... no
checking for pike7.6... no
checking for pike7.4... no
checking for pike7.2... no
checking for chicken... no
checking for csc... no
checking for csi... no
checking for mono-csc... no
checking for gmcs... no
checking for mcs... no
checking for cscc... no
checking for lua5.2... no
checking for lua5.1... no
checking for lua... no
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking for lua.h in other locations... not found
checking for library containing lua_close... no
checking for alisp... no
checking for clisp... no
checking for R... no
checking for go... go
checking whether go version is too old... no
checking for dmd... no
checking for ldmd... no
checking for gdmd... no
checking for dmd... no
checking for gdmd... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating swig.spec
config.status: creating Examples/Makefile
config.status: creating Examples/d/example.mk
config.status: creating Examples/xml/Makefile
config.status: creating Examples/test-suite/errors/Makefile
config.status: creating Examples/test-suite/chicken/Makefile
config.status: creating Examples/test-suite/csharp/Makefile
config.status: creating Examples/test-suite/d/Makefile
config.status: creating Examples/test-suite/guile/Makefile
config.status: creating Examples/test-suite/java/Makefile
config.status: creating Examples/test-suite/javascript/Makefile
config.status: creating Examples/test-suite/mzscheme/Makefile
config.status: creating Examples/test-suite/ocaml/Makefile
config.status: creating Examples/test-suite/octave/Makefile
config.status: creating Examples/test-suite/perl5/Makefile
config.status: creating Examples/test-suite/php/Makefile
config.status: creating Examples/test-suite/pike/Makefile
config.status: creating Examples/test-suite/python/Makefile
config.status: creating Examples/test-suite/ruby/Makefile
config.status: creating Examples/test-suite/tcl/Makefile
config.status: creating Examples/test-suite/lua/Makefile
config.status: creating Examples/test-suite/allegrocl/Makefile
config.status: creating Examples/test-suite/clisp/Makefile
config.status: creating Examples/test-suite/cffi/Makefile
config.status: creating Examples/test-suite/uffi/Makefile
config.status: creating Examples/test-suite/r/Makefile
config.status: creating Examples/test-suite/go/Makefile
config.status: creating Source/Makefile
config.status: creating Tools/javascript/Makefile
config.status: creating preinst-swig
config.status: creating CCache/ccache_swig_config.h
config.status: creating Source/Include/swigconfig.h
config.status: executing depfiles commands
config.status: executing Examples commands
config.status: generating Examples build tree
=== configuring in CCache (/tmp/git/swig/build1/CCache)
configure: running /bin/bash ../../CCache/configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=../../CCache
configure: Configuring ccache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for realpath... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for mkstemp... yes
checking for gethostname... yes
checking for getpwuid... yes
checking for utimes... yes
checking for compar_fn_t in stdlib.h... yes
checking for C99 vsnprintf... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzdopen in -lz... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
The SWIG test-suite and examples are configured for the following languages:
go perl5 python
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ make -s
/tmp/git/swig/build1/Source/../../Source/CParse/parser.y: warning: 6 shift/reduce conflicts [-Wconflicts-sr]
updating CParse/parser.h
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ make check
SWIG Version 3.0.3
Compiled with g++ [x86_64-unknown-linux-gnu]
Configured options: +pcre
Please see http://www.swig.org for reporting bugs and further information
Target Language Options
-allegrocl - Generate ALLEGROCL wrappers
-chicken - Generate CHICKEN wrappers
-clisp - Generate CLISP wrappers
-cffi - Generate CFFI wrappers
-csharp - Generate C# wrappers
-d - Generate D wrappers
-go - Generate Go wrappers
-guile - Generate Guile wrappers
-java - Generate Java wrappers
-javascript - Generate Javascript wrappers
-lua - Generate Lua wrappers
-modula3 - Generate Modula 3 wrappers
-mzscheme - Generate Mzscheme wrappers
-ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl - Generate Perl wrappers
-php - Generate PHP wrappers
-pike - Generate Pike wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers
-sexp - Generate Lisp S-Expressions wrappers
-tcl - Generate Tcl wrappers
-uffi - Generate Common Lisp / UFFI wrappers
-xml - Generate XML wrappers
General Options
-addextern - Add extra extern declarations
-c++ - Enable C++ processing
-co <file> - Check <file> out of the SWIG library
-copyctor - Automatically generate copy constructors wherever possible
-cpperraswarn - Treat the preprocessor #error statement as #warning (default)
-copyright - Display copyright notices
-debug-classes - Display information about the classes found in the interface
-debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-debug-symtabs - Display symbol tables information
-debug-symbols - Display target language symbols in the symbol tables
-debug-csymbols - Display C symbols in the symbol tables
-debug-lsymbols - Display target language layer symbols
-debug-tags - Display information about the tags found in the interface
-debug-template - Display information for debugging templates
-debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-debug-typedef - Display information about the types and typedefs in the interface
-debug-typemap - Display typemap debugging information
-debug-tmsearch - Display typemap search debugging information
-debug-tmused - Display typemaps used debugging information
-directors - Turn on director mode for all the classes, mainly for testing
-dirprot - Turn on wrapping of protected members for director classes (default)
-D<symbol> - Define a symbol <symbol> (for conditional compilation)
-E - Preprocess only, does not generate wrapper code
-external-runtime [file] - Export the SWIG runtime stack
-fakeversion <v>- Make SWIG fake the program version number to <v>
-fcompact - Compile in compact mode
-features <list>- Set global features, where <list> is a comma separated list of
features, eg -features directors,autodoc=1
If no explicit value is given to the feature, a default of 1 is used
-fastdispatch - Enable fast dispatch mode to produce faster overload dispatcher code
-Fmicrosoft - Display error/warning messages in Microsoft format
-Fstandard - Display error/warning messages in commonly used format
-fvirtual - Compile in virtual elimination mode
-help - This output
-I- - Don't search the current directory
-I<dir> - Look for SWIG files in directory <dir>
-ignoremissing - Ignore missing include files
-importall - Follow all #include statements as imports
-includeall - Follow all #include statements
-l<ifile> - Include SWIG library file <ifile>
-macroerrors - Report errors inside macros
-makedefault - Create default constructors/destructors (the default)
-M - List all dependencies
-MD - Is equivalent to `-M -MF <file>', except `-E' is not implied
-MF <file> - Generate dependencies into <file> and continue generating wrappers
-MM - List dependencies, but omit files in SWIG library
-MMD - Like `-MD', but omit files in SWIG library
-module <name> - Set module name to <name>
-MP - Generate phony targets for all dependencies
-MT <target> - Set the target of the rule emitted by dependency generation
-nocontract - Turn off contract checking
-nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-nodefault - Do not generate default constructors nor default destructors
-nodefaultctor - Do not generate implicit default constructors
-nodefaultdtor - Do not generate implicit default destructors
-nodirprot - Do not wrap director protected members
-noexcept - Do not wrap exception specifiers
-nofastdispatch - Disable fast dispatch mode (default)
-nopreprocess - Skip the preprocessor step
-notemplatereduce - Disable reduction of the typedefs in templates
-O - Enable the optimization options:
-fastdispatch -fvirtual
-o <outfile> - Set name of the output file to <outfile>
-oh <headfile> - Set name of the output header file to <headfile>
-outcurrentdir - Set default output dir to current dir instead of input file's path
-outdir <dir> - Set language specific files output directory to <dir>
-pcreversion - Display PCRE version information
-small - Compile in virtual elimination & compact mode
-swiglib - Report location of SWIG library and exit
-templatereduce - Reduce all the typedefs in templates
-v - Run in verbose mode
-version - Display SWIG version number
-Wall - Remove all warning suppression, also implies -Wextra
-Wallkw - Enable keyword warnings for all the supported languages
-Werror - Treat warnings as errors
-Wextra - Adds the following additional warnings: 202,309,403,512,321,322
-w<list> - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-xmlout <file> - Write XML version of the parse tree to <file> after normal processing
Options can also be defined using the SWIG_FEATURES environment variable, for example:
$ SWIG_FEATURES="-Wall"
$ export SWIG_FEATURES
$ swig -python interface.i
is equivalent to:
$ swig -Wall -python interface.i
Tcl 8 Options (available with -tcl)
-itcl - Enable ITcl support
-nosafe - Leave out SafeInit module function.
-prefix <name> - Set a prefix <name> to be prepended to all names
-namespace - Build module into a Tcl 8 namespace
-pkgversion - Set package version
Note: 'swig -<lang> -help' displays options for a specific target language.
Target Language Options
-allegrocl - Generate ALLEGROCL wrappers
-chicken - Generate CHICKEN wrappers
-clisp - Generate CLISP wrappers
-cffi - Generate CFFI wrappers
-csharp - Generate C# wrappers
-d - Generate D wrappers
-go - Generate Go wrappers
-guile - Generate Guile wrappers
-java - Generate Java wrappers
-javascript - Generate Javascript wrappers
-lua - Generate Lua wrappers
-modula3 - Generate Modula 3 wrappers
-mzscheme - Generate Mzscheme wrappers
-ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl - Generate Perl wrappers
-php - Generate PHP wrappers
-pike - Generate Pike wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers
-sexp - Generate Lisp S-Expressions wrappers
-tcl - Generate Tcl wrappers
-uffi - Generate Common Lisp / UFFI wrappers
-xml - Generate XML wrappers
General Options
-addextern - Add extra extern declarations
-c++ - Enable C++ processing
-co <file> - Check <file> out of the SWIG library
-copyctor - Automatically generate copy constructors wherever possible
-cpperraswarn - Treat the preprocessor #error statement as #warning (default)
-copyright - Display copyright notices
-debug-classes - Display information about the classes found in the interface
-debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-debug-symtabs - Display symbol tables information
-debug-symbols - Display target language symbols in the symbol tables
-debug-csymbols - Display C symbols in the symbol tables
-debug-lsymbols - Display target language layer symbols
-debug-tags - Display information about the tags found in the interface
-debug-template - Display information for debugging templates
-debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-debug-typedef - Display information about the types and typedefs in the interface
-debug-typemap - Display typemap debugging information
-debug-tmsearch - Display typemap search debugging information
-debug-tmused - Display typemaps used debugging information
-directors - Turn on director mode for all the classes, mainly for testing
-dirprot - Turn on wrapping of protected members for director classes (default)
-D<symbol> - Define a symbol <symbol> (for conditional compilation)
-E - Preprocess only, does not generate wrapper code
-external-runtime [file] - Export the SWIG runtime stack
-fakeversion <v>- Make SWIG fake the program version number to <v>
-fcompact - Compile in compact mode
-features <list>- Set global features, where <list> is a comma separated list of
features, eg -features directors,autodoc=1
If no explicit value is given to the feature, a default of 1 is used
-fastdispatch - Enable fast dispatch mode to produce faster overload dispatcher code
-Fmicrosoft - Display error/warning messages in Microsoft format
-Fstandard - Display error/warning messages in commonly used format
-fvirtual - Compile in virtual elimination mode
-help - This output
-I- - Don't search the current directory
-I<dir> - Look for SWIG files in directory <dir>
-ignoremissing - Ignore missing include files
-importall - Follow all #include statements as imports
-includeall - Follow all #include statements
-l<ifile> - Include SWIG library file <ifile>
-macroerrors - Report errors inside macros
-makedefault - Create default constructors/destructors (the default)
-M - List all dependencies
-MD - Is equivalent to `-M -MF <file>', except `-E' is not implied
-MF <file> - Generate dependencies into <file> and continue generating wrappers
-MM - List dependencies, but omit files in SWIG library
-MMD - Like `-MD', but omit files in SWIG library
-module <name> - Set module name to <name>
-MP - Generate phony targets for all dependencies
-MT <target> - Set the target of the rule emitted by dependency generation
-nocontract - Turn off contract checking
-nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-nodefault - Do not generate default constructors nor default destructors
-nodefaultctor - Do not generate implicit default constructors
-nodefaultdtor - Do not generate implicit default destructors
-nodirprot - Do not wrap director protected members
-noexcept - Do not wrap exception specifiers
-nofastdispatch - Disable fast dispatch mode (default)
-nopreprocess - Skip the preprocessor step
-notemplatereduce - Disable reduction of the typedefs in templates
-O - Enable the optimization options:
-fastdispatch -fvirtual
-o <outfile> - Set name of the output file to <outfile>
-oh <headfile> - Set name of the output header file to <headfile>
-outcurrentdir - Set default output dir to current dir instead of input file's path
-outdir <dir> - Set language specific files output directory to <dir>
-pcreversion - Display PCRE version information
-small - Compile in virtual elimination & compact mode
-swiglib - Report location of SWIG library and exit
-templatereduce - Reduce all the typedefs in templates
-v - Run in verbose mode
-version - Display SWIG version number
-Wall - Remove all warning suppression, also implies -Wextra
-Wallkw - Enable keyword warnings for all the supported languages
-Werror - Treat warnings as errors
-Wextra - Adds the following additional warnings: 202,309,403,512,321,322
-w<list> - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-xmlout <file> - Write XML version of the parse tree to <file> after normal processing
Options can also be defined using the SWIG_FEATURES environment variable, for example:
$ SWIG_FEATURES="-Wall"
$ export SWIG_FEATURES
$ swig -python interface.i
is equivalent to:
$ swig -Wall -python interface.i
Perl5 Options (available with -perl5)
-compat - Compatibility mode
-const - Wrap constants as constants and not variables (implies -proxy)
-cppcast - Enable C++ casting operators
-nocppcast - Disable C++ casting operators, useful for generating bugs
-nopm - Do not generate the .pm file
-noproxy - Don't create proxy classes
-proxy - Create proxy classes
-static - Omit code related to dynamic loading
Note: 'swig -<lang> -help' displays options for a specific target language.
Target Language Options
-allegrocl - Generate ALLEGROCL wrappers
-chicken - Generate CHICKEN wrappers
-clisp - Generate CLISP wrappers
-cffi - Generate CFFI wrappers
-csharp - Generate C# wrappers
-d - Generate D wrappers
-go - Generate Go wrappers
-guile - Generate Guile wrappers
-java - Generate Java wrappers
-javascript - Generate Javascript wrappers
-lua - Generate Lua wrappers
-modula3 - Generate Modula 3 wrappers
-mzscheme - Generate Mzscheme wrappers
-ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl - Generate Perl wrappers
-php - Generate PHP wrappers
-pike - Generate Pike wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers
-sexp - Generate Lisp S-Expressions wrappers
-tcl - Generate Tcl wrappers
-uffi - Generate Common Lisp / UFFI wrappers
-xml - Generate XML wrappers
General Options
-addextern - Add extra extern declarations
-c++ - Enable C++ processing
-co <file> - Check <file> out of the SWIG library
-copyctor - Automatically generate copy constructors wherever possible
-cpperraswarn - Treat the preprocessor #error statement as #warning (default)
-copyright - Display copyright notices
-debug-classes - Display information about the classes found in the interface
-debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-debug-symtabs - Display symbol tables information
-debug-symbols - Display target language symbols in the symbol tables
-debug-csymbols - Display C symbols in the symbol tables
-debug-lsymbols - Display target language layer symbols
-debug-tags - Display information about the tags found in the interface
-debug-template - Display information for debugging templates
-debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-debug-typedef - Display information about the types and typedefs in the interface
-debug-typemap - Display typemap debugging information
-debug-tmsearch - Display typemap search debugging information
-debug-tmused - Display typemaps used debugging information
-directors - Turn on director mode for all the classes, mainly for testing
-dirprot - Turn on wrapping of protected members for director classes (default)
-D<symbol> - Define a symbol <symbol> (for conditional compilation)
-E - Preprocess only, does not generate wrapper code
-external-runtime [file] - Export the SWIG runtime stack
-fakeversion <v>- Make SWIG fake the program version number to <v>
-fcompact - Compile in compact mode
-features <list>- Set global features, where <list> is a comma separated list of
features, eg -features directors,autodoc=1
If no explicit value is given to the feature, a default of 1 is used
-fastdispatch - Enable fast dispatch mode to produce faster overload dispatcher code
-Fmicrosoft - Display error/warning messages in Microsoft format
-Fstandard - Display error/warning messages in commonly used format
-fvirtual - Compile in virtual elimination mode
-help - This output
-I- - Don't search the current directory
-I<dir> - Look for SWIG files in directory <dir>
-ignoremissing - Ignore missing include files
-importall - Follow all #include statements as imports
-includeall - Follow all #include statements
-l<ifile> - Include SWIG library file <ifile>
-macroerrors - Report errors inside macros
-makedefault - Create default constructors/destructors (the default)
-M - List all dependencies
-MD - Is equivalent to `-M -MF <file>', except `-E' is not implied
-MF <file> - Generate dependencies into <file> and continue generating wrappers
-MM - List dependencies, but omit files in SWIG library
-MMD - Like `-MD', but omit files in SWIG library
-module <name> - Set module name to <name>
-MP - Generate phony targets for all dependencies
-MT <target> - Set the target of the rule emitted by dependency generation
-nocontract - Turn off contract checking
-nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-nodefault - Do not generate default constructors nor default destructors
-nodefaultctor - Do not generate implicit default constructors
-nodefaultdtor - Do not generate implicit default destructors
-nodirprot - Do not wrap director protected members
-noexcept - Do not wrap exception specifiers
-nofastdispatch - Disable fast dispatch mode (default)
-nopreprocess - Skip the preprocessor step
-notemplatereduce - Disable reduction of the typedefs in templates
-O - Enable the optimization options:
-fastdispatch -fvirtual
-o <outfile> - Set name of the output file to <outfile>
-oh <headfile> - Set name of the output header file to <headfile>
-outcurrentdir - Set default output dir to current dir instead of input file's path
-outdir <dir> - Set language specific files output directory to <dir>
-pcreversion - Display PCRE version information
-small - Compile in virtual elimination & compact mode
-swiglib - Report location of SWIG library and exit
-templatereduce - Reduce all the typedefs in templates
-v - Run in verbose mode
-version - Display SWIG version number
-Wall - Remove all warning suppression, also implies -Wextra
-Wallkw - Enable keyword warnings for all the supported languages
-Werror - Treat warnings as errors
-Wextra - Adds the following additional warnings: 202,309,403,512,321,322
-w<list> - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-xmlout <file> - Write XML version of the parse tree to <file> after normal processing
Options can also be defined using the SWIG_FEATURES environment variable, for example:
$ SWIG_FEATURES="-Wall"
$ export SWIG_FEATURES
$ swig -python interface.i
is equivalent to:
$ swig -Wall -python interface.i
Python Options (available with -python)
-aliasobj0 - Alias obj0 when using fastunpack, needed for some old typemaps
-buildnone - Use Py_BuildValue() to obtain Py_None (default in Windows)
-builtin - Create new python built-in types, rather than proxy classes, for better performance
-castmode - Enable the casting mode, which allows implicit cast between types in python
-classic - Use classic classes only
-classptr - Generate shadow 'ClassPtr' as in older swig versions
-cppcast - Enable C++ casting operators (default)
-dirvtable - Generate a pseudo virtual table for directors for faster dispatch
-extranative - Return extra native C++ wraps for std containers when possible
-fastinit - Use fast init mechanism for classes (default)
-fastunpack - Use fast unpack mechanism to parse the argument functions
-fastproxy - Use fast proxy mechanism for member methods
-fastquery - Use fast query mechanism for types
-globals <name> - Set <name> used to access C global variable [default: 'cvar']
-interface <lib>- Set the lib name to <lib>
-keyword - Use keyword arguments
-modern - Use modern python features only, without compatibility code
-modernargs - Use "modern" args mechanism to pack/unpack the function arguments
-newrepr - Use more informative version of __repr__ in proxy classes (default)
-newvwm - New value wrapper mode, use only when everything else fails
-noaliasobj0 - Don't generate an obj0 alias when using fastunpack (default)
-nobuildnone - Access Py_None directly (default in non-Windows systems)
-nocastmode - Disable the casting mode (default)
-nocppcast - Disable C++ casting operators, useful for generating bugs
-nodirvtable - Don't use the virtual table feature, resolve the python method each time (default)
-noexcept - No automatic exception handling
-noextranative - Don't use extra native C++ wraps for std containers when possible (default)
-nofastinit - Use traditional init mechanism for classes
-nofastunpack - Use traditional UnpackTuple method to parse the argument functions (default)
-nofastproxy - Use traditional proxy mechanism for member methods (default)
-nofastquery - Use traditional query mechanism for types (default)
-noh - Don't generate the output header file
-nomodern - Don't use modern python features which are not backwards compatible
-nomodernargs - Use classic ParseTuple/CallFunction methods to pack/unpack the function arguments (default)
-noolddefs - Don't emit the old method definitions even when using fastproxy (default)
-nooutputtuple - Use a PyList for appending output values (default)
-noproxy - Don't generate proxy classes
-noproxydel - Don't generate the redundant __del__ method
-noproxyimport - Don't insert proxy import statements derived from the %import directive
-nortti - Disable the use of the native C++ RTTI with directors
-nosafecstrings - Avoid extra strings copies when possible (default)
-nothreads - Disable thread support for the entire interface
-olddefs - Keep the old method definitions even when using fastproxy
-oldrepr - Use shorter and old version of __repr__ in proxy classes
-outputtuple - Use a PyTuple for outputs instead of a PyList (use carefully with legacy interfaces)
-proxydel - Generate a __del__ method even though it is now redundant (default)
-relativeimport - Use relative python imports
-safecstrings - Use safer (but slower) C string mapping, generating copies from Python -> C/C++
-threads - Add thread support for all the interface
-O - Enable the following optimization options:
-modern -fastdispatch -nosafecstrings -fvirtual -noproxydel
-fastproxy -fastinit -fastunpack -fastquery -modernargs -nobuildnone
-py3 - Generate code with Python 3 specific features:
Function annotation
Note: 'swig -<lang> -help' displays options for a specific target language.
Target Language Options
-allegrocl - Generate ALLEGROCL wrappers
-chicken - Generate CHICKEN wrappers
-clisp - Generate CLISP wrappers
-cffi - Generate CFFI wrappers
-csharp - Generate C# wrappers
-d - Generate D wrappers
-go - Generate Go wrappers
-guile - Generate Guile wrappers
-java - Generate Java wrappers
-javascript - Generate Javascript wrappers
-lua - Generate Lua wrappers
-modula3 - Generate Modula 3 wrappers
-mzscheme - Generate Mzscheme wrappers
-ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl - Generate Perl wrappers
-php - Generate PHP wrappers
-pike - Generate Pike wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers
-sexp - Generate Lisp S-Expressions wrappers
-tcl - Generate Tcl wrappers
-uffi - Generate Common Lisp / UFFI wrappers
-xml - Generate XML wrappers
General Options
-addextern - Add extra extern declarations
-c++ - Enable C++ processing
-co <file> - Check <file> out of the SWIG library
-copyctor - Automatically generate copy constructors wherever possible
-cpperraswarn - Treat the preprocessor #error statement as #warning (default)
-copyright - Display copyright notices
-debug-classes - Display information about the classes found in the interface
-debug-module <n>- Display module parse tree at stages 1-4, <n> is a csv list of stages
-debug-symtabs - Display symbol tables information
-debug-symbols - Display target language symbols in the symbol tables
-debug-csymbols - Display C symbols in the symbol tables
-debug-lsymbols - Display target language layer symbols
-debug-tags - Display information about the tags found in the interface
-debug-template - Display information for debugging templates
-debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages
-debug-typedef - Display information about the types and typedefs in the interface
-debug-typemap - Display typemap debugging information
-debug-tmsearch - Display typemap search debugging information
-debug-tmused - Display typemaps used debugging information
-directors - Turn on director mode for all the classes, mainly for testing
-dirprot - Turn on wrapping of protected members for director classes (default)
-D<symbol> - Define a symbol <symbol> (for conditional compilation)
-E - Preprocess only, does not generate wrapper code
-external-runtime [file] - Export the SWIG runtime stack
-fakeversion <v>- Make SWIG fake the program version number to <v>
-fcompact - Compile in compact mode
-features <list>- Set global features, where <list> is a comma separated list of
features, eg -features directors,autodoc=1
If no explicit value is given to the feature, a default of 1 is used
-fastdispatch - Enable fast dispatch mode to produce faster overload dispatcher code
-Fmicrosoft - Display error/warning messages in Microsoft format
-Fstandard - Display error/warning messages in commonly used format
-fvirtual - Compile in virtual elimination mode
-help - This output
-I- - Don't search the current directory
-I<dir> - Look for SWIG files in directory <dir>
-ignoremissing - Ignore missing include files
-importall - Follow all #include statements as imports
-includeall - Follow all #include statements
-l<ifile> - Include SWIG library file <ifile>
-macroerrors - Report errors inside macros
-makedefault - Create default constructors/destructors (the default)
-M - List all dependencies
-MD - Is equivalent to `-M -MF <file>', except `-E' is not implied
-MF <file> - Generate dependencies into <file> and continue generating wrappers
-MM - List dependencies, but omit files in SWIG library
-MMD - Like `-MD', but omit files in SWIG library
-module <name> - Set module name to <name>
-MP - Generate phony targets for all dependencies
-MT <target> - Set the target of the rule emitted by dependency generation
-nocontract - Turn off contract checking
-nocpperraswarn - Do not treat the preprocessor #error statement as #warning
-nodefault - Do not generate default constructors nor default destructors
-nodefaultctor - Do not generate implicit default constructors
-nodefaultdtor - Do not generate implicit default destructors
-nodirprot - Do not wrap director protected members
-noexcept - Do not wrap exception specifiers
-nofastdispatch - Disable fast dispatch mode (default)
-nopreprocess - Skip the preprocessor step
-notemplatereduce - Disable reduction of the typedefs in templates
-O - Enable the optimization options:
-fastdispatch -fvirtual
-o <outfile> - Set name of the output file to <outfile>
-oh <headfile> - Set name of the output header file to <headfile>
-outcurrentdir - Set default output dir to current dir instead of input file's path
-outdir <dir> - Set language specific files output directory to <dir>
-pcreversion - Display PCRE version information
-small - Compile in virtual elimination & compact mode
-swiglib - Report location of SWIG library and exit
-templatereduce - Reduce all the typedefs in templates
-v - Run in verbose mode
-version - Display SWIG version number
-Wall - Remove all warning suppression, also implies -Wextra
-Wallkw - Enable keyword warnings for all the supported languages
-Werror - Treat warnings as errors
-Wextra - Adds the following additional warnings: 202,309,403,512,321,322
-w<list> - Suppress/add warning messages, eg -w401,+321 - see Warnings.html
-xmlout <file> - Write XML version of the parse tree to <file> after normal processing
Options can also be defined using the SWIG_FEATURES environment variable, for example:
$ SWIG_FEATURES="-Wall"
$ export SWIG_FEATURES
$ swig -python interface.i
is equivalent to:
$ swig -Wall -python interface.i
Go Options (available with -go)
-gccgo - Generate code for gccgo rather than 6g/8g
-go-pkgpath <p> - Like gccgo -fgo-pkgpath option
-go-prefix <p> - Like gccgo -fgo-prefix option
-intgosize <s> - Set size of Go int type--32 or 64 bits
-package <name> - Set name of the Go package to <name>
-use-shlib - Force use of a shared library
-soname <name> - Set shared library holding C/C++ code to <name>
Note: 'swig -<lang> -help' displays options for a specific target language.
starting testsuite base
starting swig testsuite base
starting testsuite link
starting swig testsuite link
starting testsuite hardlink
starting swig testsuite hardlink
starting testsuite cpp2
starting swig testsuite cpp2
starting testsuite nlevels4
starting testsuite nlevels1
test done - OK
skipping tcl version
showing perl5 version
This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi
showing python version
Python 2.7.6
skipping java version
skipping javascript version
skipping android version
skipping guile version
skipping mzscheme version
skipping ruby version
skipping ocaml version
skipping octave version
skipping php version
skipping pike version
skipping chicken version
skipping csharp version
skipping modula3 version
skipping lua version
skipping allegrocl version
skipping clisp version
skipping uffi version
skipping cffi version
skipping r version
showing go version
go version go1.4 linux/amd64
skipping d version
skipping tcl check
checking Examples/perl5/callback
checking Examples/perl5/class
checking Examples/perl5/constants
checking Examples/perl5/constants2
checking Examples/perl5/extend
checking Examples/perl5/funcptr
checking Examples/perl5/import
skipping Examples/perl5/java check (gcj test)
checking Examples/perl5/multimap
checking Examples/perl5/multiple_inheritance
checking Examples/perl5/pointer
checking Examples/perl5/reference
checking Examples/perl5/simple
checking Examples/perl5/value
checking Examples/perl5/variables
checking Examples/python/callback
checking Examples/python/class
checking Examples/python/constants
checking Examples/python/contract
checking Examples/python/docstrings
checking Examples/python/enum
checking Examples/python/exception
checking Examples/python/exceptproxy
checking Examples/python/extend
checking Examples/python/funcptr
checking Examples/python/funcptr2
checking Examples/python/functor
checking Examples/python/import
checking Examples/python/import_template
checking Examples/python/import_packages
skipping Examples/python/java check (gcj test)
checking Examples/python/multimap
checking Examples/python/operator
checking Examples/python/pointer
checking Examples/python/reference
checking Examples/python/simple
checking Examples/python/smartptr
checking Examples/python/std_vector
checking Examples/python/std_map
checking Examples/python/template
checking Examples/python/varargs
checking Examples/python/variables
skipping java check
skipping android check
skipping guile check
skipping mzscheme check
skipping ruby check
skipping ocaml check
skipping octave check
skipping php check
skipping pike check
skipping chicken check
skipping csharp check
skipping modula3 check
skipping lua check
skipping allegrocl check
skipping clisp check
skipping uffi check
skipping cffi check
skipping r check
checking Examples/go/callback
checking Examples/go/class
checking Examples/go/constants
checking Examples/go/enum
checking Examples/go/extend
checking Examples/go/funcptr
checking Examples/go/multimap
checking Examples/go/pointer
checking Examples/go/reference
checking Examples/go/simple
checking Examples/go/template
checking Examples/go/variables
skipping d check
skipping javascript check
checking errors test-suite
checking errors testcase cpp_bad_extern
checking errors testcase cpp_extend_destructors
checking errors testcase cpp_extend_redefine
checking errors testcase cpp_extend_undefined
checking errors testcase cpp_extra_brackets2
checking errors testcase cpp_extra_brackets
checking errors testcase cpp_inherit
checking errors testcase cpp_inline_namespace
checking errors testcase cpp_macro_locator
checking errors testcase cpp_missing_rparenthesis
checking errors testcase cpp_missing_rtemplate
checking errors testcase cpp_namespace_alias
checking errors testcase cpp_namespace_aliasnot
checking errors testcase cpp_namespace_aliasundef
checking errors testcase cpp_nested_template
checking errors testcase cpp_no_access
checking errors testcase cpp_nobase
checking errors testcase cpp_no_return_type
checking errors testcase cpp_overload_const
checking errors testcase cpp_overload
checking errors testcase cpp_private_defvalue
checking errors testcase cpp_private_inherit
checking errors testcase cpp_recursive_typedef
checking errors testcase cpp_shared_ptr
checking errors testcase cpp_template_argname
checking errors testcase cpp_template_nargs
checking errors testcase cpp_template_not
checking errors testcase cpp_template_partial
checking errors testcase cpp_template_repeat
checking errors testcase cpp_template_undef
checking errors testcase cpp_using_not
checking errors testcase cpp_using_undef
checking errors testcase c_bad_name
checking errors testcase c_bad_native
checking errors testcase c_class
checking errors testcase c_default_error
checking errors testcase c_deprecated
checking errors testcase c_empty_char
checking errors testcase c_enum_badvalue
checking errors testcase c_extra_rblock
checking errors testcase c_extra_rbrace
checking errors testcase c_extra_unsigned
checking errors testcase c_insert_missing
checking errors testcase c_long_short
checking errors testcase c_missing_rbrace
checking errors testcase c_missing_semi
checking errors testcase c_redefine
checking errors testcase c_varargs
checking errors testcase c_varargs_neg
checking errors testcase nomodule
checking errors testcase pp_badeval
checking errors testcase pp_constant
checking errors testcase pp_defined
checking errors testcase pp_deprecated
checking errors testcase pp_illegal_argument
checking errors testcase pp_macro_args
checking errors testcase pp_macro_badchar
checking errors testcase pp_macro_defined_unterminated
checking errors testcase pp_macro_expansion
checking errors testcase pp_macro_expansion_multiline
checking errors testcase pp_macro_inline_unterminated
checking errors testcase pp_macro_missing_expression
checking errors testcase pp_macro_nargs
checking errors testcase pp_macro_redef
checking errors testcase pp_macro_rparen
checking errors testcase pp_macro_unexpected_tokens
checking errors testcase pp_macro_unterminated
checking errors testcase pp_misplaced_elif
checking errors testcase pp_misplaced_else
checking errors testcase pp_missing_enddef
checking errors testcase pp_missing_endif
checking errors testcase pp_missing_file
checking errors testcase pp_missing_rblock
checking errors testcase pp_pragma
checking errors testcase pp_unterm_char
checking errors testcase pp_unterm_comment
checking errors testcase pp_unterm_string
checking errors testcase pp_variable_args
checking errors testcase swig_apply_nargs
checking errors testcase swig_extend
checking errors testcase swig_fragment_missing
checking errors testcase swig_identifier
checking errors testcase swig_insert_bad
checking errors testcase swig_typemap_copy
checking errors testcase swig_typemap_old
checking errors testcase swig_typemap_warn
skipping tcl test-suite check
checking perl5 test-suite
checking perl5 testcase primitive_types (with run test)
checking perl5 testcase li_cdata
checking perl5 testcase li_cstring
checking perl5 testcase li_cdata_carrays (with run test)
checking perl5 testcase li_reference (with run test)
checking perl5 testcase director_nestedmodule
checking perl5 testcase abstract_access
checking perl5 testcase abstract_inherit
checking perl5 testcase abstract_inherit_ok
checking perl5 testcase abstract_signature
checking perl5 testcase abstract_typedef
checking perl5 testcase abstract_typedef2
checking perl5 testcase abstract_virtual
checking perl5 testcase access_change
checking perl5 testcase add_link
checking perl5 testcase aggregate (with run test)
checking perl5 testcase allowexcept
checking perl5 testcase allprotected
checking perl5 testcase allprotected_not
checking perl5 testcase anonymous_bitfield
checking perl5 testcase apply_signed_char (with run test)
checking perl5 testcase apply_strings (with run test)
checking perl5 testcase argout
checking perl5 testcase array_member (with run test)
checking perl5 testcase array_typedef_memberin
checking perl5 testcase arrayref
checking perl5 testcase arrays_dimensionless
checking perl5 testcase arrays_global
checking perl5 testcase arrays_global_twodim
checking perl5 testcase arrays_scope
checking perl5 testcase autodoc
checking perl5 testcase bloody_hell
checking perl5 testcase bools
checking perl5 testcase catches
checking perl5 testcase cast_operator
checking perl5 testcase casts
checking perl5 testcase char_binary (with run test)
checking perl5 testcase char_strings (with run test)
checking perl5 testcase class_forward
checking perl5 testcase class_ignore (with run test)
checking perl5 testcase class_scope_weird
checking perl5 testcase compactdefaultargs
checking perl5 testcase const_const_2
checking perl5 testcase constant_directive
checking perl5 testcase constant_pointers
checking perl5 testcase constover
checking perl5 testcase constructor_copy
checking perl5 testcase constructor_exception
checking perl5 testcase constructor_explicit
checking perl5 testcase constructor_ignore
checking perl5 testcase constructor_rename
checking perl5 testcase constructor_value
checking perl5 testcase contract (with run test)
checking perl5 testcase conversion
checking perl5 testcase conversion_namespace
checking perl5 testcase conversion_ns_template
checking perl5 testcase cplusplus_throw
checking perl5 testcase cpp_basic
checking perl5 testcase cpp_enum
checking perl5 testcase cpp_namespace
checking perl5 testcase cpp_nodefault
checking perl5 testcase cpp_static
checking perl5 testcase cpp_typedef
checking perl5 testcase curiously_recurring_template_pattern
checking perl5 testcase default_args (with run test)
checking perl5 testcase default_arg_values
checking perl5 testcase default_constructor (with run test)
checking perl5 testcase defvalue_constructor
checking perl5 testcase derived_byvalue
checking perl5 testcase derived_nested
checking perl5 testcase destructor_reprotected
checking perl5 testcase director_abstract (with run test)
checking perl5 testcase director_alternating (with run test)
checking perl5 testcase director_basic (with run test)
checking perl5 testcase director_property
checking perl5 testcase director_binary_string
checking perl5 testcase director_classes (with run test)
checking perl5 testcase director_classic (with run test)
checking perl5 testcase director_constructor (with run test)
checking perl5 testcase director_default (with run test)
checking perl5 testcase director_detect (with run test)
checking perl5 testcase director_enum (with run test)
checking perl5 testcase director_exception (with run test)
checking perl5 testcase director_extend (with run test)
checking perl5 testcase director_finalizer (with run test)
checking perl5 testcase director_frob (with run test)
checking perl5 testcase director_ignore (with run test)
checking perl5 testcase director_keywords
checking perl5 testcase director_namespace_clash
checking perl5 testcase director_nspace
checking perl5 testcase director_nspace_director_name_collision
checking perl5 testcase director_nested (with run test)
checking perl5 testcase director_overload
checking perl5 testcase director_overload2
checking perl5 testcase director_primitives (with run test)
checking perl5 testcase director_protected (with run test)
checking perl5 testcase director_protected_overloaded
checking perl5 testcase director_redefined
checking perl5 testcase director_smartptr
checking perl5 testcase director_thread
checking perl5 testcase director_unroll (with run test)
checking perl5 testcase director_using
checking perl5 testcase director_wombat (with run test)
checking perl5 testcase disown (with run test)
checking perl5 testcase dynamic_cast (with run test)
checking perl5 testcase empty
checking perl5 testcase enum_ignore
checking perl5 testcase enum_plus
checking perl5 testcase enum_rename
checking perl5 testcase enum_scope_template
checking perl5 testcase enum_template (with run test)
checking perl5 testcase enum_thorough (with run test)
checking perl5 testcase enum_var
checking perl5 testcase equality
checking perl5 testcase evil_diamond
checking perl5 testcase evil_diamond_ns
checking perl5 testcase evil_diamond_prop
checking perl5 testcase exception_order (with run test)
checking perl5 testcase extend
checking perl5 testcase extend_constructor_destructor
checking perl5 testcase extend_default
checking perl5 testcase extend_placement
checking perl5 testcase extend_special_variables
checking perl5 testcase extend_template
checking perl5 testcase extend_template_ns
checking perl5 testcase extend_typedef_class
checking perl5 testcase extern_c
checking perl5 testcase extern_namespace
checking perl5 testcase extern_throws
checking perl5 testcase expressions
checking perl5 testcase features
checking perl5 testcase fragments
checking perl5 testcase friends
checking perl5 testcase funcptr_cpp
checking perl5 testcase fvirtual
checking perl5 testcase global_namespace
checking perl5 testcase global_ns_arg
checking perl5 testcase global_scope_types
checking perl5 testcase global_vars (with run test)
checking perl5 testcase grouping (with run test)
checking perl5 testcase ignore_parameter (with run test)
checking perl5 testcase import_nomodule (with run test)
checking perl5 testcase inherit (with run test)
checking perl5 testcase inherit_missing (with run test)
checking perl5 testcase inherit_same_name
checking perl5 testcase inherit_target_language
checking perl5 testcase inherit_void_arg
checking perl5 testcase inline_initializer
checking perl5 testcase insert_directive
checking perl5 testcase keyword_rename
checking perl5 testcase kind
checking perl5 testcase kwargs_feature
checking perl5 testcase langobj
checking perl5 testcase li_attribute
checking perl5 testcase li_attribute_template
checking perl5 testcase li_boost_shared_ptr
checking perl5 testcase li_boost_shared_ptr_bits
checking perl5 testcase li_boost_shared_ptr_template
checking perl5 testcase li_boost_shared_ptr_attribute
checking perl5 testcase li_carrays (with run test)
checking perl5 testcase li_cpointer
checking perl5 testcase li_std_auto_ptr
checking perl5 testcase li_stdint
checking perl5 testcase li_swigtype_inout
checking perl5 testcase li_typemaps (with run test)
checking perl5 testcase li_typemaps_apply
checking perl5 testcase li_windows
checking perl5 testcase long_long_apply
checking perl5 testcase memberin_extend
checking perl5 testcase member_funcptr_galore
checking perl5 testcase member_pointer (with run test)
checking perl5 testcase member_template
checking perl5 testcase minherit (with run test)
checking perl5 testcase minherit2
checking perl5 testcase mixed_types
checking perl5 testcase multiple_inheritance (with run test)
checking perl5 testcase name_cxx
checking perl5 testcase name_warnings
checking perl5 testcase namespace_class
checking perl5 testcase namespace_enum
checking perl5 testcase namespace_extend
checking perl5 testcase namespace_forward_declaration
checking perl5 testcase namespace_nested
checking perl5 testcase namespace_spaces
checking perl5 testcase namespace_template
checking perl5 testcase namespace_typedef_class
checking perl5 testcase namespace_typemap
checking perl5 testcase namespace_union
checking perl5 testcase namespace_virtual_method
checking perl5 testcase nspace
checking perl5 testcase nspace_extend
checking perl5 testcase naturalvar (with run test)
checking perl5 testcase naturalvar_more
checking perl5 testcase naturalvar_onoff
checking perl5 testcase nested_class
checking perl5 testcase nested_directors
checking perl5 testcase nested_comment
checking perl5 testcase nested_scope
checking perl5 testcase nested_template_base
checking perl5 testcase nested_workaround
checking perl5 testcase newobject1
checking perl5 testcase null_pointer
checking perl5 testcase operator_overload (with run test)
checking perl5 testcase operator_overload_break (with run test)
checking perl5 testcase operator_pointer_ref
checking perl5 testcase operbool
checking perl5 testcase ordering
checking perl5 testcase overload_bool
checking perl5 testcase overload_copy (with run test)
checking perl5 testcase overload_extend
checking perl5 testcase overload_method
checking perl5 testcase overload_numeric
checking perl5 testcase overload_polymorphic
checking perl5 testcase overload_rename
checking perl5 testcase overload_return_type
checking perl5 testcase overload_simple (with run test)
checking perl5 testcase overload_subtype
checking perl5 testcase overload_template
checking perl5 testcase overload_template_fast
checking perl5 testcase pointer_reference
checking perl5 testcase preproc_constants
checking perl5 testcase primitive_ref (with run test)
checking perl5 testcase private_assign
checking perl5 testcase protected_rename
checking perl5 testcase pure_virtual
checking perl5 testcase redefined
checking perl5 testcase redefined_not
checking perl5 testcase refcount
checking perl5 testcase reference_global_vars (with run test)
checking perl5 testcase register_par
checking perl5 testcase rename1
checking perl5 testcase rename2
checking perl5 testcase rename3
checking perl5 testcase rename4
checking perl5 testcase rename_scope (with run test)
checking perl5 testcase rename_simple
checking perl5 testcase rename_strip_encoder
checking perl5 testcase rename_pcre_encoder
checking perl5 testcase rename_pcre_enum
checking perl5 testcase rename_predicates
checking perl5 testcase restrict_cplusplus
checking perl5 testcase return_const_value (with run test)
checking perl5 testcase return_value_scope
checking perl5 testcase rname
checking perl5 testcase samename
checking perl5 testcase sizet (with run test)
checking perl5 testcase smart_pointer_const
checking perl5 testcase smart_pointer_const2
checking perl5 testcase smart_pointer_const_overload
checking perl5 testcase smart_pointer_extend
checking perl5 testcase smart_pointer_member
checking perl5 testcase smart_pointer_multi
checking perl5 testcase smart_pointer_multi_typedef
checking perl5 testcase smart_pointer_namespace
checking perl5 testcase smart_pointer_namespace2
checking perl5 testcase smart_pointer_not
checking perl5 testcase smart_pointer_overload
checking perl5 testcase smart_pointer_protected
checking perl5 testcase smart_pointer_rename
checking perl5 testcase smart_pointer_simple
checking perl5 testcase smart_pointer_static
checking perl5 testcase smart_pointer_template_const_overload
checking perl5 testcase smart_pointer_template_defaults_overload
checking perl5 testcase smart_pointer_templatemethods
checking perl5 testcase smart_pointer_templatevariables
checking perl5 testcase smart_pointer_typedef
checking perl5 testcase special_variables
checking perl5 testcase special_variable_macros
checking perl5 testcase static_array_member
checking perl5 testcase static_const_member
checking perl5 testcase static_const_member_2
checking perl5 testcase struct_initialization_cpp
checking perl5 testcase struct_value
checking perl5 testcase symbol_clash
checking perl5 testcase template_arg_replace
checking perl5 testcase template_arg_scope
checking perl5 testcase template_arg_typename
checking perl5 testcase template_array_numeric
checking perl5 testcase template_basic
checking perl5 testcase template_base_template
checking perl5 testcase template_classes
checking perl5 testcase template_const_ref
checking perl5 testcase template_construct
checking perl5 testcase template_templated_constructors
checking perl5 testcase template_default
checking perl5 testcase template_default2
checking perl5 testcase template_default_arg (with run test)
checking perl5 testcase template_default_arg_virtual_destructor
checking perl5 testcase template_default_class_parms
checking perl5 testcase template_default_class_parms_typedef
checking perl5 testcase template_default_inherit
checking perl5 testcase template_default_qualify
checking perl5 testcase template_default_vw
checking perl5 testcase template_enum
checking perl5 testcase template_enum_ns_inherit
checking perl5 testcase template_enum_typedef
checking perl5 testcase template_explicit
checking perl5 testcase template_extend1
checking perl5 testcase template_extend2
checking perl5 testcase template_extend_overload
checking perl5 testcase template_extend_overload_2
checking perl5 testcase template_forward
checking perl5 testcase template_inherit
checking perl5 testcase template_inherit_abstract
checking perl5 testcase template_int_const
checking perl5 testcase template_methods
checking perl5 testcase template_namespace_forward_declaration
checking perl5 testcase template_using_directive_and_declaration_forward
checking perl5 testcase template_nested
checking perl5 testcase template_nested_typemaps
checking perl5 testcase template_ns
checking perl5 testcase template_ns2
checking perl5 testcase template_ns3
checking perl5 testcase template_ns4
checking perl5 testcase template_ns_enum
checking perl5 testcase template_ns_enum2
checking perl5 testcase template_ns_inherit
checking perl5 testcase template_ns_scope
checking perl5 testcase template_partial_arg
checking perl5 testcase template_partial_specialization
checking perl5 testcase template_partial_specialization_typedef
checking perl5 testcase template_qualifier
checking perl5 testcase template_ref_type (with run test)
checking perl5 testcase template_rename
checking perl5 testcase template_retvalue
checking perl5 testcase template_specialization
checking perl5 testcase template_specialization_defarg
checking perl5 testcase template_specialization_enum
checking perl5 testcase template_static
checking perl5 testcase template_tbase_template
checking perl5 testcase template_template_parameters
checking perl5 testcase template_typedef
checking perl5 testcase template_typedef_class_template
checking perl5 testcase template_typedef_cplx (with run test)
checking perl5 testcase template_typedef_cplx2 (with run test)
checking perl5 testcase template_typedef_cplx3 (with run test)
checking perl5 testcase template_typedef_cplx4
checking perl5 testcase template_typedef_cplx5
checking perl5 testcase template_typedef_funcptr
checking perl5 testcase template_typedef_inherit
checking perl5 testcase template_typedef_ns
checking perl5 testcase template_typedef_ptr
checking perl5 testcase template_typedef_rec
checking perl5 testcase template_typedef_typedef
checking perl5 testcase template_typemaps
checking perl5 testcase template_typemaps_typedef
checking perl5 testcase template_typemaps_typedef2
checking perl5 testcase template_using
checking perl5 testcase template_virtual
checking perl5 testcase template_whitespace
checking perl5 testcase threads
checking perl5 testcase threads_exception
checking perl5 testcase throw_exception
checking perl5 testcase typedef_array_member
checking perl5 testcase typedef_class (with run test)
checking perl5 testcase typedef_funcptr
checking perl5 testcase typedef_inherit
checking perl5 testcase typedef_mptr
checking perl5 testcase typedef_reference
checking perl5 testcase typedef_scope
checking perl5 testcase typedef_sizet
checking perl5 testcase typedef_struct
checking perl5 testcase typedef_typedef
checking perl5 testcase typemap_arrays
checking perl5 testcase typemap_array_qualifiers
checking perl5 testcase typemap_delete
checking perl5 testcase typemap_directorout
checking perl5 testcase typemap_global_scope
checking perl5 testcase typemap_manyargs
checking perl5 testcase typemap_namespace (with run test)
checking perl5 testcase typemap_ns_using
checking perl5 testcase typemap_numinputs
checking perl5 testcase typemap_template
checking perl5 testcase typemap_template_parm_typedef
checking perl5 testcase typemap_out_optimal
checking perl5 testcase typemap_qualifier_strip
checking perl5 testcase typemap_variables
checking perl5 testcase typemap_various
checking perl5 testcase typename (with run test)
checking perl5 testcase types_directive
checking perl5 testcase unicode_strings
checking perl5 testcase union_scope
checking perl5 testcase using1 (with run test)
checking perl5 testcase using2 (with run test)
checking perl5 testcase using_composition
checking perl5 testcase using_directive_and_declaration
checking perl5 testcase using_directive_and_declaration_forward
checking perl5 testcase using_extend
checking perl5 testcase using_inherit
checking perl5 testcase using_namespace
checking perl5 testcase using_namespace_loop
checking perl5 testcase using_pointers
checking perl5 testcase using_private
checking perl5 testcase using_protected
checking perl5 testcase valuewrapper
checking perl5 testcase valuewrapper_base
checking perl5 testcase valuewrapper_const
checking perl5 testcase valuewrapper_opaque
checking perl5 testcase varargs (with run test)
checking perl5 testcase varargs_overload
checking perl5 testcase virtual_destructor
checking perl5 testcase virtual_poly (with run test)
checking perl5 testcase virtual_vs_nonvirtual_base
checking perl5 testcase voidtest (with run test)
checking perl5 testcase wallkw
checking perl5 testcase wrapmacro (with run test)
checking perl5 testcase director_string (with run test)
checking perl5 testcase ignore_template_constructor
checking perl5 testcase li_std_combinations
checking perl5 testcase li_std_deque
checking perl5 testcase li_std_except (with run test)
checking perl5 testcase li_std_except_as_class
checking perl5 testcase li_std_map
checking perl5 testcase li_std_pair
checking perl5 testcase li_std_pair_using
checking perl5 testcase li_std_string (with run test)
checking perl5 testcase li_std_vector
checking perl5 testcase li_std_vector_enum
checking perl5 testcase li_std_vector_member_var
checking perl5 testcase smart_pointer_inherit
checking perl5 testcase template_typedef_fnc
checking perl5 testcase template_type_namespace
checking perl5 testcase template_opaque
checking perl5 testcase li_cdata
checking perl5 testcase li_cstring
checking perl5 testcase li_cdata_carrays (with run test)
checking perl5 testcase arrays
checking perl5 testcase bom_utf8
checking perl5 testcase c_delete
checking perl5 testcase c_delete_function
checking perl5 testcase char_constant
checking perl5 testcase const_const
checking perl5 testcase constant_expr
checking perl5 testcase empty
checking perl5 testcase enums
checking perl5 testcase enum_forward
checking perl5 testcase enum_macro
checking perl5 testcase enum_missing
checking perl5 testcase extern_declaration
checking perl5 testcase funcptr
checking perl5 testcase function_typedef
checking perl5 testcase global_functions
checking perl5 testcase immutable_values
checking perl5 testcase inctest (with run test)
checking perl5 testcase infinity
checking perl5 testcase integers
checking perl5 testcase keyword_rename
checking perl5 testcase lextype
checking perl5 testcase li_carrays (with run test)
checking perl5 testcase li_cmalloc
checking perl5 testcase li_constraints
checking perl5 testcase li_cpointer
checking perl5 testcase li_math
checking perl5 testcase long_long
checking perl5 testcase memberin_extend_c
checking perl5 testcase name
checking perl5 testcase nested
checking perl5 testcase nested_extend_c
checking perl5 testcase nested_structs
checking perl5 testcase newobject2
checking perl5 testcase overload_extend
checking perl5 testcase overload_extendc
checking perl5 testcase preproc (with run test)
checking perl5 testcase preproc_constants_c
checking perl5 testcase preproc_defined
checking perl5 testcase preproc_include
checking perl5 testcase preproc_line_file
checking perl5 testcase ret_by_value (with run test)
checking perl5 testcase simple_array
checking perl5 testcase sizeof_pointer
checking perl5 testcase sneaky1 (with run test)
checking perl5 testcase string_simple
checking perl5 testcase struct_rename
checking perl5 testcase struct_initialization
checking perl5 testcase typedef_struct
checking perl5 testcase typemap_subst
checking perl5 testcase union_parameter
checking perl5 testcase unions (with run test)
checking perl5 testcase clientdata_prop
checking perl5 testcase imports (with run test)
checking perl5 testcase import_stl
checking perl5 testcase packageoption (with run test)
checking perl5 testcase mod
checking perl5 testcase template_typedef_import
checking perl5 testcase multi_import
checking python test-suite
checking python testcase argcargvtest (with run test)
checking python testcase callback (with run test)
checking python testcase complextest (with run test)
checking python testcase director_stl (with run test)
checking python testcase director_wstring (with run test)
checking python testcase file_test (with run test)
checking python testcase iadd (with run test)
checking python testcase implicittest (with run test)
checking python testcase inout (with run test)
checking python testcase inplaceadd (with run test)
checking python testcase input (with run test)
checking python testcase li_cstring (with run test)
checking python testcase li_cwstring (with run test)
checking python testcase li_factory (with run test)
checking python testcase li_implicit (with run test)
checking python testcase li_std_containers_int (with run test)
checking python testcase li_std_map_member (with run test)
checking python testcase li_std_multimap
checking python testcase li_std_pair_extra (with run test)
checking python testcase li_std_set (with run test)
checking python testcase li_std_stream (with run test)
checking python testcase li_std_string_extra (with run test)
checking python testcase li_std_vectora
checking python testcase li_std_vector_extra (with run test)
checking python testcase li_std_wstream (with run test)
checking python testcase li_std_wstring (with run test)
checking python testcase primitive_types (with run test)
checking python testcase python_abstractbase
checking python testcase python_append (with run test)
checking python testcase python_director
checking python testcase python_nondynamic (with run test)
checking python testcase python_overload_simple_cast (with run test)
checking python testcase python_richcompare (with run test)
checking python testcase simutry
checking python testcase std_containers (with run test)
checking python testcase swigobject (with run test)
checking python testcase template_matrix (with run test)
checking python testcase abstract_access (with run test)
checking python testcase abstract_inherit
checking python testcase abstract_inherit_ok
checking python testcase abstract_signature
checking python testcase abstract_typedef (with run test)
checking python testcase abstract_typedef2 (with run test)
checking python testcase abstract_virtual (with run test)
checking python testcase access_change
checking python testcase add_link
checking python testcase aggregate
checking python testcase allowexcept
checking python testcase allprotected
checking python testcase allprotected_not
checking python testcase anonymous_bitfield
checking python testcase apply_signed_char
checking python testcase apply_strings
checking python testcase argout
checking python testcase array_member (with run test)
checking python testcase array_typedef_memberin
checking python testcase arrayref
checking python testcase arrays_dimensionless
checking python testcase arrays_global (with run test)
checking python testcase arrays_global_twodim
checking python testcase arrays_scope
checking python testcase autodoc (with run test)
checking python testcase bloody_hell
checking python testcase bools
checking python testcase catches
checking python testcase cast_operator
checking python testcase casts
checking python testcase char_binary (with run test)
checking python testcase char_strings
checking python testcase class_forward
checking python testcase class_ignore (with run test)
checking python testcase class_scope_weird (with run test)
checking python testcase compactdefaultargs (with run test)
checking python testcase const_const_2
checking python testcase constant_directive
checking python testcase constant_pointers
checking python testcase constover (with run test)
checking python testcase constructor_copy (with run test)
checking python testcase constructor_exception
checking python testcase constructor_explicit
checking python testcase constructor_ignore
checking python testcase constructor_rename (with run test)
checking python testcase constructor_value
checking python testcase contract (with run test)
checking python testcase conversion
checking python testcase conversion_namespace
checking python testcase conversion_ns_template
checking python testcase cplusplus_throw
checking python testcase cpp_basic
checking python testcase cpp_enum (with run test)
checking python testcase cpp_namespace (with run test)
checking python testcase cpp_nodefault
checking python testcase cpp_static (with run test)
checking python testcase cpp_typedef
checking python testcase curiously_recurring_template_pattern
checking python testcase default_args (with run test)
checking python testcase default_arg_values (with run test)
checking python testcase default_constructor (with run test)
checking python testcase defvalue_constructor
checking python testcase derived_byvalue
checking python testcase derived_nested
checking python testcase destructor_reprotected
checking python testcase director_abstract (with run test)
checking python testcase director_alternating (with run test)
checking python testcase director_basic (with run test)
checking python testcase director_property (with run test)
checking python testcase director_binary_string
checking python testcase director_classes
checking python testcase director_classic (with run test)
checking python testcase director_constructor
checking python testcase director_default (with run test)
checking python testcase director_detect (with run test)
checking python testcase director_enum (with run test)
checking python testcase director_exception (with run test)
checking python testcase director_extend (with run test)
checking python testcase director_finalizer (with run test)
checking python testcase director_frob (with run test)
checking python testcase director_ignore
checking python testcase director_keywords (with run test)
checking python testcase director_namespace_clash
checking python testcase director_nspace
checking python testcase director_nspace_director_name_collision
checking python testcase director_nested (with run test)
checking python testcase director_overload
checking python testcase director_overload2
checking python testcase director_primitives
checking python testcase director_protected (with run test)
checking python testcase director_protected_overloaded
checking python testcase director_redefined
checking python testcase director_smartptr
checking python testcase director_thread (with run test)
checking python testcase director_unroll (with run test)
checking python testcase director_using
checking python testcase director_wombat
checking python testcase disown (with run test)
checking python testcase dynamic_cast (with run test)
checking python testcase empty (with run test)
checking python testcase enum_ignore
checking python testcase enum_plus
checking python testcase enum_rename
checking python testcase enum_scope_template
checking python testcase enum_template (with run test)
checking python testcase enum_thorough
checking python testcase enum_var
checking python testcase equality
checking python testcase evil_diamond
checking python testcase evil_diamond_ns
checking python testcase evil_diamond_prop
checking python testcase exception_order (with run test)
checking python testcase extend
checking python testcase extend_constructor_destructor
checking python testcase extend_default
checking python testcase extend_placement (with run test)
checking python testcase extend_special_variables
checking python testcase extend_template (with run test)
checking python testcase extend_template_ns (with run test)
checking python testcase extend_typedef_class
checking python testcase extern_c (with run test)
checking python testcase extern_namespace
checking python testcase extern_throws
checking python testcase expressions
checking python testcase features
checking python testcase fragments
checking python testcase friends (with run test)
checking python testcase funcptr_cpp (with run test)
checking python testcase fvirtual (with run test)
checking python testcase global_namespace (with run test)
checking python testcase global_ns_arg (with run test)
checking python testcase global_scope_types
checking python testcase global_vars (with run test)
checking python testcase grouping (with run test)
checking python testcase ignore_parameter
checking python testcase import_nomodule (with run test)
checking python testcase inherit
checking python testcase inherit_missing (with run test)
checking python testcase inherit_same_name
checking python testcase inherit_target_language
checking python testcase inherit_void_arg
checking python testcase inline_initializer
checking python testcase insert_directive
checking python testcase keyword_rename (with run test)
checking python testcase kind
checking python testcase kwargs_feature (with run test)
checking python testcase langobj (with run test)
checking python testcase li_attribute (with run test)
checking python testcase li_attribute_template (with run test)
checking python testcase li_boost_shared_ptr (with run test)
checking python testcase li_boost_shared_ptr_bits (with run test)
checking python testcase li_boost_shared_ptr_template (with run test)
checking python testcase li_boost_shared_ptr_attribute
checking python testcase li_carrays (with run test)
checking python testcase li_cdata (with run test)
checking python testcase li_cpointer (with run test)
checking python testcase li_std_auto_ptr (with run test)
checking python testcase li_stdint
checking python testcase li_swigtype_inout
checking python testcase li_typemaps
checking python testcase li_typemaps_apply
checking python testcase li_windows
checking python testcase long_long_apply
checking python testcase memberin_extend
checking python testcase member_funcptr_galore
checking python testcase member_pointer (with run test)
checking python testcase member_template
checking python testcase minherit (with run test)
checking python testcase minherit2
checking python testcase mixed_types
checking python testcase multiple_inheritance
checking python testcase name_cxx
checking python testcase name_warnings
checking python testcase namespace_class (with run test)
checking python testcase namespace_enum
checking python testcase namespace_extend
checking python testcase namespace_forward_declaration
checking python testcase namespace_nested
checking python testcase namespace_spaces
checking python testcase namespace_template
checking python testcase namespace_typedef_class
checking python testcase namespace_typemap (with run test)
checking python testcase namespace_union
checking python testcase namespace_virtual_method (with run test)
checking python testcase nspace
checking python testcase nspace_extend
checking python testcase naturalvar (with run test)
checking python testcase naturalvar_more
checking python testcase naturalvar_onoff
checking python testcase nested_class
checking python testcase nested_directors
checking python testcase nested_comment
checking python testcase nested_scope
checking python testcase nested_template_base (with run test)
checking python testcase nested_workaround (with run test)
checking python testcase newobject1
checking python testcase null_pointer
checking python testcase operator_overload
checking python testcase operator_overload_break
checking python testcase operator_pointer_ref
checking python testcase operbool (with run test)
checking python testcase ordering
checking python testcase overload_bool (with run test)
checking python testcase overload_copy (with run test)
checking python testcase overload_extend (with run test)
checking python testcase overload_method
checking python testcase overload_numeric (with run test)
checking python testcase overload_polymorphic
checking python testcase overload_rename (with run test)
checking python testcase overload_return_type
checking python testcase overload_simple (with run test)
checking python testcase overload_subtype (with run test)
checking python testcase overload_template (with run test)
checking python testcase overload_template_fast (with run test)
checking python testcase pointer_reference (with run test)
checking python testcase preproc_constants
checking python testcase primitive_ref (with run test)
checking python testcase private_assign
checking python testcase protected_rename
checking python testcase pure_virtual
checking python testcase redefined
checking python testcase redefined_not
checking python testcase refcount (with run test)
checking python testcase reference_global_vars (with run test)
checking python testcase register_par
checking python testcase rename1
checking python testcase rename2
checking python testcase rename3
checking python testcase rename4
checking python testcase rename_scope (with run test)
checking python testcase rename_simple
checking python testcase rename_strip_encoder (with run test)
checking python testcase rename_pcre_encoder (with run test)
checking python testcase rename_pcre_enum
checking python testcase rename_predicates (with run test)
checking python testcase restrict_cplusplus
checking python testcase return_const_value (with run test)
checking python testcase return_value_scope
checking python testcase rname
checking python testcase samename
checking python testcase sizet
checking python testcase smart_pointer_const
checking python testcase smart_pointer_const2
checking python testcase smart_pointer_const_overload (with run test)
checking python testcase smart_pointer_extend (with run test)
checking python testcase smart_pointer_member (with run test)
checking python testcase smart_pointer_multi (with run test)
checking python testcase smart_pointer_multi_typedef (with run test)
checking python testcase smart_pointer_namespace
checking python testcase smart_pointer_namespace2
checking python testcase smart_pointer_not (with run test)
checking python testcase smart_pointer_overload (with run test)
checking python testcase smart_pointer_protected
checking python testcase smart_pointer_rename (with run test)
checking python testcase smart_pointer_simple (with run test)
checking python testcase smart_pointer_static
checking python testcase smart_pointer_template_const_overload
checking python testcase smart_pointer_template_defaults_overload
checking python testcase smart_pointer_templatemethods
checking python testcase smart_pointer_templatevariables (with run test)
checking python testcase smart_pointer_typedef (with run test)
checking python testcase special_variables
checking python testcase special_variable_macros (with run test)
checking python testcase static_array_member
checking python testcase static_const_member
checking python testcase static_const_member_2 (with run test)
checking python testcase struct_initialization_cpp
checking python testcase struct_value (with run test)
checking python testcase symbol_clash
checking python testcase template_arg_replace
checking python testcase template_arg_scope
checking python testcase template_arg_typename
checking python testcase template_array_numeric
checking python testcase template_basic
checking python testcase template_base_template
checking python testcase template_classes
checking python testcase template_const_ref
checking python testcase template_construct (with run test)
checking python testcase template_templated_constructors
checking python testcase template_default
checking python testcase template_default2
checking python testcase template_default_arg (with run test)
checking python testcase template_default_arg_virtual_destructor
checking python testcase template_default_class_parms
checking python testcase template_default_class_parms_typedef
checking python testcase template_default_inherit
checking python testcase template_default_qualify
checking python testcase template_default_vw
checking python testcase template_enum
checking python testcase template_enum_ns_inherit
checking python testcase template_enum_typedef
checking python testcase template_explicit
checking python testcase template_extend1 (with run test)
checking python testcase template_extend2 (with run test)
checking python testcase template_extend_overload
checking python testcase template_extend_overload_2
checking python testcase template_forward
checking python testcase template_inherit (with run test)
checking python testcase template_inherit_abstract
checking python testcase template_int_const
checking python testcase template_methods
checking python testcase template_namespace_forward_declaration
checking python testcase template_using_directive_and_declaration_forward
checking python testcase template_nested
checking python testcase template_nested_typemaps
checking python testcase template_ns (with run test)
checking python testcase template_ns2
checking python testcase template_ns3
checking python testcase template_ns4 (with run test)
checking python testcase template_ns_enum
checking python testcase template_ns_enum2
checking python testcase template_ns_inherit
checking python testcase template_ns_scope
checking python testcase template_partial_arg
checking python testcase template_partial_specialization
checking python testcase template_partial_specialization_typedef
checking python testcase template_qualifier
checking python testcase template_ref_type (with run test)
checking python testcase template_rename (with run test)
checking python testcase template_retvalue
checking python testcase template_specialization
checking python testcase template_specialization_defarg
checking python testcase template_specialization_enum
checking python testcase template_static (with run test)
checking python testcase template_tbase_template (with run test)
checking python testcase template_template_parameters
checking python testcase template_typedef (with run test)
checking python testcase template_typedef_class_template
checking python testcase template_typedef_cplx (with run test)
checking python testcase template_typedef_cplx2 (with run test)
checking python testcase template_typedef_cplx3 (with run test)
checking python testcase template_typedef_cplx4 (with run test)
checking python testcase template_typedef_cplx5
checking python testcase template_typedef_funcptr
checking python testcase template_typedef_inherit
checking python testcase template_typedef_ns
checking python testcase template_typedef_ptr
checking python testcase template_typedef_rec
checking python testcase template_typedef_typedef
checking python testcase template_typemaps
checking python testcase template_typemaps_typedef (with run test)
checking python testcase template_typemaps_typedef2 (with run test)
checking python testcase template_using
checking python testcase template_virtual
checking python testcase template_whitespace
checking python testcase threads
checking python testcase threads_exception (with run test)
checking python testcase throw_exception
checking python testcase typedef_array_member
checking python testcase typedef_class (with run test)
checking python testcase typedef_funcptr
checking python testcase typedef_inherit (with run test)
checking python testcase typedef_mptr
checking python testcase typedef_reference
checking python testcase typedef_scope (with run test)
checking python testcase typedef_sizet
checking python testcase typedef_struct
checking python testcase typedef_typedef (with run test)
checking python testcase typemap_arrays (with run test)
checking python testcase typemap_array_qualifiers
checking python testcase typemap_delete (with run test)
checking python testcase typemap_directorout
checking python testcase typemap_global_scope
checking python testcase typemap_manyargs
checking python testcase typemap_namespace (with run test)
checking python testcase typemap_ns_using (with run test)
checking python testcase typemap_numinputs
checking python testcase typemap_template
checking python testcase typemap_template_parm_typedef
checking python testcase typemap_out_optimal (with run test)
checking python testcase typemap_qualifier_strip (with run test)
checking python testcase typemap_variables
checking python testcase typemap_various
checking python testcase typename (with run test)
checking python testcase types_directive (with run test)
checking python testcase unicode_strings (with run test)
checking python testcase union_scope
checking python testcase using1 (with run test)
checking python testcase using2 (with run test)
checking python testcase using_composition (with run test)
checking python testcase using_directive_and_declaration
checking python testcase using_directive_and_declaration_forward
checking python testcase using_extend (with run test)
checking python testcase using_inherit (with run test)
checking python testcase using_namespace
checking python testcase using_namespace_loop
checking python testcase using_pointers
checking python testcase using_private (with run test)
checking python testcase using_protected (with run test)
checking python testcase valuewrapper
checking python testcase valuewrapper_base
checking python testcase valuewrapper_const
checking python testcase valuewrapper_opaque
checking python testcase varargs (with run test)
checking python testcase varargs_overload (with run test)
checking python testcase virtual_destructor
checking python testcase virtual_poly (with run test)
checking python testcase virtual_vs_nonvirtual_base
checking python testcase voidtest (with run test)
checking python testcase wallkw
checking python testcase wrapmacro (with run test)
checking python testcase director_string (with run test)
checking python testcase ignore_template_constructor
checking python testcase li_std_combinations
checking python testcase li_std_deque
checking python testcase li_std_except
checking python testcase li_std_except_as_class (with run test)
checking python testcase li_std_map (with run test)
checking python testcase li_std_pair
checking python testcase li_std_pair_using (with run test)
checking python testcase li_std_string
checking python testcase li_std_vector (with run test)
checking python testcase li_std_vector_enum (with run test)
checking python testcase li_std_vector_member_var
checking python testcase smart_pointer_inherit
checking python testcase template_typedef_fnc
checking python testcase template_type_namespace (with run test)
checking python testcase template_opaque (with run test)
checking python testcase file_test (with run test)
checking python testcase li_cstring (with run test)
checking python testcase li_cwstring (with run test)
checking python testcase python_nondynamic (with run test)
checking python testcase python_varargs_typemap (with run test)
checking python testcase arrays
checking python testcase bom_utf8
checking python testcase c_delete
checking python testcase c_delete_function
checking python testcase char_constant
checking python testcase const_const
checking python testcase constant_expr
checking python testcase empty (with run test)
checking python testcase enums (with run test)
checking python testcase enum_forward (with run test)
checking python testcase enum_macro
checking python testcase enum_missing
checking python testcase extern_declaration
checking python testcase funcptr
checking python testcase function_typedef
checking python testcase global_functions (with run test)
checking python testcase immutable_values
checking python testcase inctest (with run test)
checking python testcase infinity
checking python testcase integers
checking python testcase keyword_rename (with run test)
checking python testcase lextype
checking python testcase li_carrays (with run test)
checking python testcase li_cdata (with run test)
checking python testcase li_cmalloc (with run test)
checking python testcase li_constraints
checking python testcase li_cpointer (with run test)
checking python testcase li_math
checking python testcase long_long
checking python testcase memberin_extend_c (with run test)
checking python testcase name
checking python testcase nested
checking python testcase nested_extend_c
checking python testcase nested_structs
checking python testcase newobject2
checking python testcase overload_extend (with run test)
checking python testcase overload_extendc (with run test)
checking python testcase preproc (with run test)
checking python testcase preproc_constants_c
checking python testcase preproc_defined (with run test)
checking python testcase preproc_include (with run test)
checking python testcase preproc_line_file
checking python testcase ret_by_value (with run test)
checking python testcase simple_array
checking python testcase sizeof_pointer
checking python testcase sneaky1 (with run test)
checking python testcase string_simple
checking python testcase struct_rename (with run test)
checking python testcase struct_initialization (with run test)
checking python testcase typedef_struct
checking python testcase typemap_subst
checking python testcase union_parameter
checking python testcase unions (with run test)
checking python testcase clientdata_prop
checking python testcase imports (with run test)
checking python testcase import_stl (with run test)
checking python testcase packageoption
checking python testcase mod (with run test)
checking python testcase template_typedef_import (with run test)
checking python testcase multi_import (with run test)
skipping java test-suite check
skipping guile test-suite check
skipping mzscheme test-suite check
skipping ruby test-suite check
skipping ocaml test-suite check
skipping octave test-suite check
skipping php test-suite check
skipping pike test-suite check
skipping csharp test-suite check
skipping modula3 test-suite check
skipping lua test-suite check
skipping allegrocl test-suite check
skipping clisp test-suite check
skipping uffi test-suite check
skipping cffi test-suite check
skipping chicken test-suite check
skipping r test-suite check
checking go test-suite
checking go testcase go_inout (with run test)
checking go testcase go_director_inout (with run test)
checking go testcase abstract_access (with run test)
checking go testcase abstract_inherit
checking go testcase abstract_inherit_ok
checking go testcase abstract_signature
checking go testcase abstract_typedef (with run test)
checking go testcase abstract_typedef2 (with run test)
checking go testcase abstract_virtual (with run test)
checking go testcase access_change
checking go testcase add_link
checking go testcase aggregate
checking go testcase allowexcept
checking go testcase allprotected
checking go testcase allprotected_not
checking go testcase anonymous_bitfield
checking go testcase apply_signed_char
checking go testcase apply_strings
checking go testcase argout (with run test)
checking go testcase array_member (with run test)
checking go testcase array_typedef_memberin
checking go testcase arrayref
checking go testcase arrays_dimensionless
checking go testcase arrays_global (with run test)
checking go testcase arrays_global_twodim
checking go testcase arrays_scope
checking go testcase autodoc
checking go testcase bloody_hell
checking go testcase bools
checking go testcase catches
checking go testcase cast_operator
checking go testcase casts
checking go testcase char_binary (with run test)
checking go testcase char_strings
checking go testcase class_forward
checking go testcase class_ignore (with run test)
checking go testcase class_scope_weird (with run test)
checking go testcase compactdefaultargs (with run test)
checking go testcase const_const_2
checking go testcase constant_directive
checking go testcase constant_pointers
checking go testcase constover (with run test)
checking go testcase constructor_copy (with run test)
checking go testcase constructor_exception
checking go testcase constructor_explicit
checking go testcase constructor_ignore
checking go testcase constructor_rename
checking go testcase constructor_value
checking go testcase contract (with run test)
checking go testcase conversion
checking go testcase conversion_namespace
checking go testcase conversion_ns_template
checking go testcase cplusplus_throw
checking go testcase cpp_basic
checking go testcase cpp_enum (with run test)
checking go testcase cpp_namespace (with run test)
checking go testcase cpp_nodefault
checking go testcase cpp_static (with run test)
checking go testcase cpp_typedef
checking go testcase curiously_recurring_template_pattern
checking go testcase default_args (with run test)
checking go testcase default_arg_values
checking go testcase default_constructor (with run test)
checking go testcase defvalue_constructor
checking go testcase derived_byvalue
checking go testcase derived_nested
checking go testcase destructor_reprotected
checking go testcase director_abstract
checking go testcase director_alternating (with run test)
checking go testcase director_basic (with run test)
checking go testcase director_property
checking go testcase director_binary_string
checking go testcase director_classes
checking go testcase director_classic (with run test)
checking go testcase director_constructor
checking go testcase director_default (with run test)
checking go testcase director_detect (with run test)
checking go testcase director_enum (with run test)
checking go testcase director_exception (with run test)
checking go testcase director_extend (with run test)
checking go testcase director_finalizer (with run test)
checking go testcase director_frob (with run test)
checking go testcase director_ignore
checking go testcase director_keywords
checking go testcase director_namespace_clash
checking go testcase director_nspace
checking go testcase director_nspace_director_name_collision
checking go testcase director_nested (with run test)
checking go testcase director_overload
checking go testcase director_overload2
checking go testcase director_primitives
checking go testcase director_protected (with run test)
checking go testcase director_protected_overloaded
checking go testcase director_redefined
checking go testcase director_smartptr
checking go testcase director_thread
checking go testcase director_unroll (with run test)
checking go testcase director_using
checking go testcase director_wombat
checking go testcase disown (with run test)
checking go testcase dynamic_cast (with run test)
checking go testcase empty (with run test)
checking go testcase enum_ignore
checking go testcase enum_plus
checking go testcase enum_rename
checking go testcase enum_scope_template
checking go testcase enum_template (with run test)
checking go testcase enum_thorough
checking go testcase enum_var
checking go testcase equality
checking go testcase evil_diamond
checking go testcase evil_diamond_ns
checking go testcase evil_diamond_prop
checking go testcase exception_order (with run test)
checking go testcase extend
checking go testcase extend_constructor_destructor
checking go testcase extend_default
checking go testcase extend_placement (with run test)
checking go testcase extend_special_variables
checking go testcase extend_template (with run test)
checking go testcase extend_template_ns (with run test)
checking go testcase extend_typedef_class
checking go testcase extern_c (with run test)
checking go testcase extern_namespace
checking go testcase extern_throws
checking go testcase expressions
checking go testcase features
checking go testcase fragments
checking go testcase friends (with run test)
checking go testcase funcptr_cpp
checking go testcase fvirtual (with run test)
checking go testcase global_namespace
checking go testcase global_ns_arg (with run test)
checking go testcase global_scope_types
checking go testcase global_vars
checking go testcase grouping (with run test)
checking go testcase ignore_parameter
checking go testcase import_nomodule (with run test)
checking go testcase inherit
checking go testcase inherit_missing (with run test)
checking go testcase inherit_same_name
checking go testcase inherit_target_language
checking go testcase inherit_void_arg
checking go testcase inline_initializer
checking go testcase insert_directive
checking go testcase keyword_rename (with run test)
checking go testcase kind
checking go testcase kwargs_feature
checking go testcase langobj
checking go testcase li_attribute (with run test)
checking go testcase li_attribute_template
checking go testcase li_boost_shared_ptr
checking go testcase li_boost_shared_ptr_bits
checking go testcase li_boost_shared_ptr_template
checking go testcase li_boost_shared_ptr_attribute
checking go testcase li_carrays (with run test)
checking go testcase li_cdata (with run test)
checking go testcase li_cpointer (with run test)
checking go testcase li_std_auto_ptr
checking go testcase li_stdint
checking go testcase li_swigtype_inout
checking go testcase li_typemaps
checking go testcase li_typemaps_apply
checking go testcase li_windows
checking go testcase long_long_apply
checking go testcase memberin_extend
checking go testcase member_funcptr_galore
checking go testcase member_pointer (with run test)
checking go testcase member_template
checking go testcase minherit (with run test)
checking go testcase minherit2
checking go testcase mixed_types
checking go testcase multiple_inheritance
checking go testcase name_cxx
checking go testcase name_warnings
checking go testcase namespace_class (with run test)
checking go testcase namespace_enum
checking go testcase namespace_extend
checking go testcase namespace_forward_declaration
checking go testcase namespace_nested
checking go testcase namespace_spaces
checking go testcase namespace_template
checking go testcase namespace_typedef_class
checking go testcase namespace_typemap (with run test)
checking go testcase namespace_union
checking go testcase namespace_virtual_method (with run test)
checking go testcase nspace
checking go testcase nspace_extend
checking go testcase naturalvar (with run test)
checking go testcase naturalvar_more
checking go testcase naturalvar_onoff
checking go testcase nested_class
checking go testcase nested_directors
checking go testcase nested_comment
checking go testcase nested_scope
checking go testcase nested_template_base
checking go testcase nested_workaround (with run test)
checking go testcase newobject1
checking go testcase null_pointer
checking go testcase operator_overload
checking go testcase operator_overload_break
checking go testcase operator_pointer_ref
checking go testcase operbool
checking go testcase ordering
checking go testcase overload_bool
checking go testcase overload_copy (with run test)
checking go testcase overload_extend (with run test)
checking go testcase overload_method
checking go testcase overload_numeric
checking go testcase overload_polymorphic (with run test)
checking go testcase overload_rename (with run test)
checking go testcase overload_return_type
checking go testcase overload_simple (with run test)
checking go testcase overload_subtype (with run test)
checking go testcase overload_template (with run test)
checking go testcase overload_template_fast (with run test)
checking go testcase pointer_reference
checking go testcase preproc_constants
checking go testcase primitive_ref (with run test)
checking go testcase private_assign
checking go testcase protected_rename
checking go testcase pure_virtual
checking go testcase redefined
checking go testcase redefined_not
checking go testcase refcount (with run test)
checking go testcase reference_global_vars (with run test)
checking go testcase register_par
checking go testcase rename1
checking go testcase rename2
checking go testcase rename3
checking go testcase rename4
checking go testcase rename_scope (with run test)
checking go testcase rename_simple (with run test)
checking go testcase rename_strip_encoder (with run test)
checking go testcase rename_pcre_encoder
checking go testcase rename_pcre_enum
checking go testcase rename_predicates
checking go testcase restrict_cplusplus
checking go testcase return_const_value (with run test)
checking go testcase return_value_scope
checking go testcase rname
checking go testcase samename
checking go testcase sizet
checking go testcase smart_pointer_const
checking go testcase smart_pointer_const2
checking go testcase smart_pointer_const_overload
checking go testcase smart_pointer_extend (with run test)
checking go testcase smart_pointer_member (with run test)
checking go testcase smart_pointer_multi (with run test)
checking go testcase smart_pointer_multi_typedef (with run test)
checking go testcase smart_pointer_namespace
checking go testcase smart_pointer_namespace2
checking go testcase smart_pointer_not
checking go testcase smart_pointer_overload (with run test)
checking go testcase smart_pointer_protected
checking go testcase smart_pointer_rename (with run test)
checking go testcase smart_pointer_simple (with run test)
checking go testcase smart_pointer_static
checking go testcase smart_pointer_template_const_overload
checking go testcase smart_pointer_template_defaults_overload
checking go testcase smart_pointer_templatemethods
checking go testcase smart_pointer_templatevariables (with run test)
checking go testcase smart_pointer_typedef (with run test)
checking go testcase special_variables
checking go testcase special_variable_macros (with run test)
checking go testcase static_array_member
checking go testcase static_const_member
checking go testcase static_const_member_2 (with run test)
checking go testcase struct_initialization_cpp
checking go testcase struct_value (with run test)
checking go testcase symbol_clash
checking go testcase template_arg_replace
checking go testcase template_arg_scope
checking go testcase template_arg_typename
checking go testcase template_array_numeric
checking go testcase template_basic
checking go testcase template_base_template
checking go testcase template_classes
checking go testcase template_const_ref
checking go testcase template_construct
checking go testcase template_templated_constructors
checking go testcase template_default
checking go testcase template_default2
checking go testcase template_default_arg (with run test)
checking go testcase template_default_arg_virtual_destructor
checking go testcase template_default_class_parms
checking go testcase template_default_class_parms_typedef
checking go testcase template_default_inherit
checking go testcase template_default_qualify
checking go testcase template_default_vw
checking go testcase template_enum
checking go testcase template_enum_ns_inherit
checking go testcase template_enum_typedef
checking go testcase template_explicit
checking go testcase template_extend1 (with run test)
checking go testcase template_extend2 (with run test)
checking go testcase template_extend_overload
checking go testcase template_extend_overload_2
checking go testcase template_forward
checking go testcase template_inherit (with run test)
checking go testcase template_inherit_abstract
checking go testcase template_int_const
checking go testcase template_methods
checking go testcase template_namespace_forward_declaration
checking go testcase template_using_directive_and_declaration_forward
checking go testcase template_nested
checking go testcase template_nested_typemaps
checking go testcase template_ns (with run test)
checking go testcase template_ns2
checking go testcase template_ns3
checking go testcase template_ns4 (with run test)
checking go testcase template_ns_enum
checking go testcase template_ns_enum2
checking go testcase template_ns_inherit
checking go testcase template_ns_scope
checking go testcase template_partial_arg
checking go testcase template_partial_specialization
checking go testcase template_partial_specialization_typedef
checking go testcase template_qualifier
checking go testcase template_ref_type (with run test)
checking go testcase template_rename (with run test)
checking go testcase template_retvalue
checking go testcase template_specialization
checking go testcase template_specialization_defarg
checking go testcase template_specialization_enum
checking go testcase template_static (with run test)
checking go testcase template_tbase_template (with run test)
checking go testcase template_template_parameters
checking go testcase template_typedef
checking go testcase template_typedef_class_template
checking go testcase template_typedef_cplx
checking go testcase template_typedef_cplx2
checking go testcase template_typedef_cplx3 (with run test)
checking go testcase template_typedef_cplx4 (with run test)
checking go testcase template_typedef_cplx5
checking go testcase template_typedef_funcptr
checking go testcase template_typedef_inherit
checking go testcase template_typedef_ns
checking go testcase template_typedef_ptr
checking go testcase template_typedef_rec
checking go testcase template_typedef_typedef
checking go testcase template_typemaps
checking go testcase template_typemaps_typedef
checking go testcase template_typemaps_typedef2
checking go testcase template_using
checking go testcase template_virtual
checking go testcase template_whitespace
checking go testcase threads
checking go testcase threads_exception (with run test)
checking go testcase throw_exception
checking go testcase typedef_array_member
checking go testcase typedef_class (with run test)
checking go testcase typedef_funcptr
checking go testcase typedef_inherit (with run test)
checking go testcase typedef_mptr
checking go testcase typedef_reference
checking go testcase typedef_scope (with run test)
checking go testcase typedef_sizet
checking go testcase typedef_struct
checking go testcase typedef_typedef
checking go testcase typemap_arrays
checking go testcase typemap_array_qualifiers
checking go testcase typemap_delete
checking go testcase typemap_directorout
checking go testcase typemap_global_scope
checking go testcase typemap_manyargs
checking go testcase typemap_namespace (with run test)
checking go testcase typemap_ns_using (with run test)
checking go testcase typemap_numinputs
checking go testcase typemap_template
checking go testcase typemap_template_parm_typedef
checking go testcase typemap_out_optimal (with run test)
checking go testcase typemap_qualifier_strip
checking go testcase typemap_variables
checking go testcase typemap_various
checking go testcase typename (with run test)
checking go testcase types_directive
checking go testcase unicode_strings
checking go testcase union_scope
checking go testcase using1 (with run test)
checking go testcase using2 (with run test)
checking go testcase using_composition (with run test)
checking go testcase using_directive_and_declaration
checking go testcase using_directive_and_declaration_forward
checking go testcase using_extend (with run test)
checking go testcase using_inherit (with run test)
checking go testcase using_namespace
checking go testcase using_namespace_loop
checking go testcase using_pointers
checking go testcase using_private (with run test)
checking go testcase using_protected (with run test)
checking go testcase valuewrapper
checking go testcase valuewrapper_base
checking go testcase valuewrapper_const
checking go testcase valuewrapper_opaque
checking go testcase varargs (with run test)
checking go testcase varargs_overload (with run test)
checking go testcase virtual_destructor
checking go testcase virtual_poly (with run test)
checking go testcase virtual_vs_nonvirtual_base
checking go testcase voidtest (with run test)
checking go testcase wallkw
checking go testcase wrapmacro (with run test)
checking go testcase director_string (with run test)
checking go testcase ignore_template_constructor
checking go testcase li_std_combinations
checking go testcase li_std_deque
checking go testcase li_std_except
checking go testcase li_std_except_as_class
checking go testcase li_std_map (with run test)
checking go testcase li_std_pair
checking go testcase li_std_pair_using
checking go testcase li_std_string
checking go testcase li_std_vector
checking go testcase li_std_vector_enum
checking go testcase li_std_vector_member_var
checking go testcase smart_pointer_inherit
checking go testcase template_typedef_fnc
checking go testcase template_type_namespace (with run test)
checking go testcase template_opaque (with run test)
checking go testcase arrays
checking go testcase bom_utf8
checking go testcase c_delete
checking go testcase c_delete_function
checking go testcase char_constant
checking go testcase const_const
checking go testcase constant_expr
checking go testcase empty (with run test)
checking go testcase enums (with run test)
checking go testcase enum_forward
checking go testcase enum_macro
checking go testcase enum_missing
checking go testcase extern_declaration
checking go testcase funcptr
checking go testcase function_typedef
checking go testcase global_functions
checking go testcase immutable_values
checking go testcase inctest (with run test)
checking go testcase infinity
checking go testcase integers
checking go testcase keyword_rename (with run test)
checking go testcase lextype
checking go testcase li_carrays (with run test)
checking go testcase li_cdata (with run test)
checking go testcase li_cmalloc (with run test)
checking go testcase li_constraints
checking go testcase li_cpointer (with run test)
checking go testcase li_math
checking go testcase long_long
checking go testcase memberin_extend_c (with run test)
checking go testcase name
checking go testcase nested
checking go testcase nested_extend_c
checking go testcase nested_structs
checking go testcase newobject2
checking go testcase overload_extend (with run test)
checking go testcase overload_extendc (with run test)
checking go testcase preproc (with run test)
checking go testcase preproc_constants_c
checking go testcase preproc_defined
checking go testcase preproc_include
checking go testcase preproc_line_file
checking go testcase ret_by_value (with run test)
checking go testcase simple_array
checking go testcase sizeof_pointer
checking go testcase sneaky1 (with run test)
checking go testcase string_simple
checking go testcase struct_rename (with run test)
checking go testcase struct_initialization (with run test)
checking go testcase typedef_struct
checking go testcase typemap_subst
checking go testcase union_parameter
checking go testcase unions (with run test)
checking go testcase clientdata_prop
checking go testcase imports (with run test)
checking go testcase import_stl
checking go testcase packageoption
checking go testcase mod (with run test)
checking go testcase template_typedef_import
checking go testcase multi_import (with run test)
skipping d test-suite check
skipping javascript test-suite check
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
$ make distclean
distcleaning Source
distcleaning Examples/test-suite
distcleaning errors test-suite
distcleaning tcl test-suite
distcleaning perl5 test-suite
distcleaning python test-suite
distcleaning java test-suite
distcleaning guile test-suite
distcleaning mzscheme test-suite
distcleaning ruby test-suite
distcleaning ocaml test-suite
distcleaning octave test-suite
distcleaning php test-suite
distcleaning pike test-suite
distcleaning csharp test-suite
warning: cannot distclean modula3 test-suite (no dir Examples/test-suite/modula3)
distcleaning lua test-suite
distcleaning allegrocl test-suite
distcleaning clisp test-suite
distcleaning uffi test-suite
distcleaning cffi test-suite
distcleaning chicken test-suite
distcleaning r test-suite
distcleaning go test-suite
distcleaning d test-suite
distcleaning javascript test-suite
distcleaning Examples
skipping tcl clean
cleaning Examples/perl5/callback
cleaning Examples/perl5/class
cleaning Examples/perl5/constants
cleaning Examples/perl5/constants2
cleaning Examples/perl5/extend
cleaning Examples/perl5/funcptr
cleaning Examples/perl5/import
skipping Examples/perl5/java clean (gcj test)
cleaning Examples/perl5/multimap
cleaning Examples/perl5/multiple_inheritance
cleaning Examples/perl5/pointer
cleaning Examples/perl5/reference
cleaning Examples/perl5/simple
cleaning Examples/perl5/value
cleaning Examples/perl5/variables
cleaning Examples/python/callback
cleaning Examples/python/class
cleaning Examples/python/constants
cleaning Examples/python/contract
cleaning Examples/python/docstrings
cleaning Examples/python/enum
cleaning Examples/python/exception
cleaning Examples/python/exceptproxy
cleaning Examples/python/extend
cleaning Examples/python/funcptr
cleaning Examples/python/funcptr2
cleaning Examples/python/functor
cleaning Examples/python/import
cleaning Examples/python/import_template
cleaning Examples/python/import_packages
skipping Examples/python/java clean (gcj test)
cleaning Examples/python/multimap
cleaning Examples/python/operator
cleaning Examples/python/pointer
cleaning Examples/python/reference
cleaning Examples/python/simple
cleaning Examples/python/smartptr
cleaning Examples/python/std_vector
cleaning Examples/python/std_map
cleaning Examples/python/template
cleaning Examples/python/varargs
cleaning Examples/python/variables
skipping java clean
skipping android clean
skipping guile clean
skipping mzscheme clean
skipping ruby clean
skipping ocaml clean
skipping octave clean
skipping php clean
skipping pike clean
skipping chicken clean
skipping csharp clean
skipping modula3 clean
skipping lua clean
skipping allegrocl clean
skipping clisp clean
skipping uffi clean
skipping cffi clean
skipping r clean
cleaning Examples/go/callback
cleaning Examples/go/class
cleaning Examples/go/constants
cleaning Examples/go/enum
cleaning Examples/go/extend
cleaning Examples/go/funcptr
cleaning Examples/go/multimap
cleaning Examples/go/pointer
cleaning Examples/go/reference
cleaning Examples/go/simple
cleaning Examples/go/template
cleaning Examples/go/variables
skipping d clean
skipping javascript clean
distcleaning Tools
rm -f config.status config.log config.cache swig.spec Makefile mkmf.log libtool preinst-swig
rm -rf autom4te.cache
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment