Alexander Pyhalov
2016-12-02 49b9cc73085949460d123c3e13e85319023354fa
swig: update to 3.0.10, depend on fixed versions of translators
2 files deleted
3 files added
4 files renamed
5183 ■■■■ changed files
components/developer/swig/Makefile 100 ●●●●● patch | view | raw | blame | history
components/developer/swig/files/ccache-swig.1 29 ●●●●● patch | view | raw | blame | history
components/developer/swig/files/swig.1 8 ●●●● patch | view | raw | blame | history
components/developer/swig/manifests/sample-manifest.p5m 147 ●●●●● patch | view | raw | blame | history
components/developer/swig/swig.license 1394 ●●●● patch | view | raw | blame | history
components/developer/swig/swig.p5m 344 ●●●●● patch | view | raw | blame | history
components/developer/swig/test/results-all.master 3096 ●●●●● patch | view | raw | blame | history
components/swig/Makefile 59 ●●●●● patch | view | raw | blame | history
components/swig/resolve.deps 6 ●●●●● patch | view | raw | blame | history
components/developer/swig/Makefile
New file
@@ -0,0 +1,100 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        swig
COMPONENT_VERSION=    3.0.10
COMPONENT_SUMMARY=    Simplified Wrapper and Interface Generator
COMPONENT_PROJECT_URL=    http://www.swig.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c
COMPONENT_ARCHIVE_URL=    http://prdownloads.sourceforge.net/swig/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        developer/swig
COMPONENT_CLASSIFICATION=    Development/Other Languages
COMPONENT_LICENSE=    GPLv3
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/configure.mk
include $(WS_MAKE_RULES)/ips.mk
PATH=$(JAVA_HOME)/bin:/usr/bin
# This is needed because the community provided 'check' target is not viewpath aware
COMPONENT_PRE_CONFIGURE_ACTION =      ($(CLONEY) $(SOURCE_DIR) $(@D))
PHP.32=/usr/php/5.6/bin/php
PHP.64=/usr/php/5.6/bin/$(MACH64)/php
PHP=$(PHP.$(BITS))
CONFIGURE_ENV += JAVA_HOME="$(JAVA_HOME)"
CONFIGURE_OPTIONS +=    --with-javaincl="$(JAVA_HOME)/include"
CONFIGURE_OPTIONS +=    --with-python="$(PYTHON)"
CONFIGURE_OPTIONS +=    --with-perl="$(PERL)"
CONFIGURE_OPTIONS +=    --with-php="$(PHP)"
CONFIGURE_OPTIONS +=    --with-ruby="$(RUBY)"
ASLR_MODE = $(ASLR_ENABLE)
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
# The additional swig specific set of transforms to be applied to the
# test results to try to normalize them.
COMPONENT_TEST_TRANSFORMS += \
    '-e "/Entering directory/d" ' \
    '-e "/Leaving directory/d" '
# The test-suite can be run in a partialcheck mode where just SWIG is
# executed, that is, the compile, link and running of the testcases is
# not performed. Note that the partialcheck does not require the target
# language to be correctly configured and detected. Just execute the
# languages that we care about and that are known to work.
COMPONENT_TEST_TARGETS = \
        partialcheck-guile-test-suite \
        partialcheck-lua-test-suite \
        partialcheck-perl5-test-suite \
        partialcheck-php-test-suite \
        partialcheck-python-test-suite \
        partialcheck-ruby-test-suite
# common targets
build:        $(BUILD_32_and_64)
install:    $(INSTALL_32_and_64)
test:        $(TEST_32_and_64)
REQUIRED_PACKAGES += developer/java/openjdk7
REQUIRED_PACKAGES += developer/parser/bison
REQUIRED_PACKAGES += library/pcre
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += runtime/lua
REQUIRED_PACKAGES += runtime/ocaml
REQUIRED_PACKAGES += runtime/perl-522
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += runtime/ruby-23
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/g++-4-runtime
REQUIRED_PACKAGES += system/library/gcc-4-runtime
REQUIRED_PACKAGES += web/php-56
components/developer/swig/files/ccache-swig.1
New file
@@ -0,0 +1,29 @@
.\"
.\" generic ccache-swig man page for the swig Project
.br
.br
.TH ccache-swig 1 "07 Jun 2016" "swig 3.0.10" "User commands"
.SH NAME
.P
ccache-swig - a fast compiler cache
.br
.SH SYNOPSIS
.P
ccache-swig [OPTION]
.br
.P
ccache-swig <compiler> [COMPILER OPTIONS]
.br
.P
<compiler> [COMPILER OPTIONS]
.br
.SH DESCRIPTION
.P
ccache-swig is a compiler cache. It speeds up the re-compilation of C/C++/SWIG code by caching previous compiles and detecting when the same compile is being done again. ccache-swig is ccache plus support for SWIG. ccache and ccache-swig are used interchangeably in this document.
.br
.P
.SH "SEE ALSO"
.br
Installed documentation: /usr/share/swig/3.0.10/doc/manual/CCache.html
.br
.P
components/developer/swig/files/swig.1
File was renamed from components/swig/swig.1
@@ -2,7 +2,7 @@
.\" generic swig man page for the swig Project
.br
.br
.TH swig 1 "19 Jun 2008" "swig 1.3.35" "User commands"
.TH swig 1 "07 Jun 2016" "swig 3.0.10" "User commands"
.SH NAME
.P
swig <options> filename
@@ -33,16 +33,16 @@
.P
.SH "SEE ALSO"
.br
Installed documentation: /usr/share/swig/1.3.35/doc
Installed documentation: /usr/share/swig/3.0.10/doc
.br
.P
Additional online documentation in HTML and PDF formats for swig:
.br
.P
User Manual: http://www.swig.org/Doc1.1/HTML/Contents.html
User Manual: http://www.swig.org/Doc3.0/Contents.html
.br
.P
Developer Doc: http://www.swig.org/Doc1.3/index.html
Developer Doc: http://www.swig.org/Doc3.0/index.html
.br
.P
Quick start Tutorial: http://www.swig.org/tutorial.html
components/developer/swig/manifests/sample-manifest.p5m
File was renamed from components/swig/manifests/sample-manifest.p5m
@@ -26,7 +26,6 @@
file path=usr/bin/$(MACH64)/swig
file path=usr/bin/ccache-swig
file path=usr/bin/swig
file path=usr/share/man/man1/ccache-swig.1
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/allegrocl.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/inout_typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/longlongs.i
@@ -60,6 +59,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enums.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumsimple.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumtypesafe.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_except.i
@@ -70,6 +70,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_wstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/swiginterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/swigtype_inout.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/wchar.i
file path=usr/share/swig/$(COMPONENT_VERSION)/cstring.i
@@ -102,6 +104,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/d/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/d/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/d/wrapperloader.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/director_common.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.i
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.swg
@@ -111,6 +114,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/go/go.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/gokw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/goruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/gostring.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_except.i
@@ -123,10 +127,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/go/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/common.scm
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/cplusplus.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/ghinterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh_run.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm_run.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guilemain.i
@@ -157,6 +158,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/java/java.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javahead.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javakw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_except.i
@@ -167,13 +170,69 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_wstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/swiginterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/various.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/arrays_javascript.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/ccomplex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascript.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptcode.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptcomplex.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptfragments.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascripthelpers.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptinit.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptkw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptrun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascripttypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/arrays_javascript.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/ccomplex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascript.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptcode.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptcomplex.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptfragments.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascripthelpers.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptinit.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptkw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptrun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascripttypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/_std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua_fnptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luakw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luarun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luaruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luatypemaps.swg
@@ -221,6 +280,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.ml
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.mli
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swigp4.ml
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typecheck.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typeregister.swg
@@ -257,6 +317,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_list.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/stl.i
@@ -269,6 +330,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cni.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cpointer.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/director.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/jstring.i
@@ -338,7 +400,6 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/defarg.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/director.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed15.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/file.i
@@ -373,6 +434,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyuserdir.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pywstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_carray.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_char_traits.i
@@ -393,6 +456,10 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_sstream.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_streambuf.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_multimap.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vectora.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wios.i
@@ -403,6 +470,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/wchar.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/r.swg
@@ -429,6 +497,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/Makefile.swig
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/argcargv.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/attribute.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cmalloc.i
@@ -471,6 +540,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyuserdir.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubywstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_char_traits.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_common.i
@@ -488,6 +558,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_queue.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_sstream.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_stack.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_streambuf.i
@@ -499,9 +570,71 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/timeval.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/runtime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/cmalloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/cpointer.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/matrix.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciarray.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scibool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scichar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scicontainer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scidouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scienum.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciexception.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scifloat.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciiterators.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilab.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilist.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilonglong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimacros.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixbool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixdouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimisctypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scipointer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scirun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequence.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencebool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencedouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencefloat.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequenceint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencepointer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencestring.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scishort.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisignedchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scistdcommon.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scitypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedlong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedshort.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_char_traits.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_container.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_list.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/_std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_carray.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_char_traits.i
@@ -522,6 +655,10 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_stack.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_streambuf.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_multimap.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vectora.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wios.i
components/developer/swig/swig.license
File was renamed from components/swig/swig.license
@@ -1,798 +1,812 @@
SWIG is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. See the LICENSE-GPL file for
the full terms of the GNU General Public license version 3.
LICENSE file:
Portions of SWIG are also licensed under the terms of the licenses
in the file LICENSE-UNIVERSITIES. You must observe the terms of
these licenses, as well as the terms of the GNU General Public License,
when you distribute SWIG.
SWIG is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. See the LICENSE-GPL file for
the full terms of the GNU General Public license version 3.
The SWIG library and examples, under the Lib and Examples top level
directories, are distributed under the following terms:
Portions of SWIG are also licensed under the terms of the licenses
in the file LICENSE-UNIVERSITIES. You must observe the terms of
these licenses, as well as the terms of the GNU General Public License,
when you distribute SWIG.
  You may copy, modify, distribute, and make derivative works based on
  this software, in source code or object code form, without
  restriction. If you distribute the software to others, you may do
  so according to the terms of your choice. This software is offered as
  is, without warranty of any kind.
The SWIG library and examples, under the Lib and Examples top level
directories, are distributed under the following terms:
See the COPYRIGHT file for a list of contributors to SWIG and their
  You may copy, modify, distribute, and make derivative works based on
  this software, in source code or object code form, without
  restriction. If you distribute the software to others, you may do
  so according to the terms of your choice. This software is offered as
  is, without warranty of any kind.
See the COPYRIGHT file for a list of contributors to SWIG and their
copyright notices.
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007
LICENSE-GPL file:
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007
                            Preamble
 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
  The GNU General Public License is a free, copyleft license for
software and other kinds of works.
                            Preamble
  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.
  The GNU General Public License is a free, copyleft license for
software and other kinds of works.
  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.
  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.
  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.
  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
  The precise terms and conditions for copying, distribution and
modification follow.
  The precise terms and conditions for copying, distribution and
modification follow.
                       TERMS AND CONDITIONS
                       TERMS AND CONDITIONS
  0. Definitions.
  0. Definitions.
  "This License" refers to version 3 of the GNU General Public License.
  "This License" refers to version 3 of the GNU General Public License.
  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.
  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.
  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
  A "covered work" means either the unmodified Program or a work based
on the Program.
  A "covered work" means either the unmodified Program or a work based
on the Program.
  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
  1. Source Code.
  1. Source Code.
  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.
  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.
  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
  The Corresponding Source for a work in source code form is that
same work.
  The Corresponding Source for a work in source code form is that
same work.
  2. Basic Permissions.
  2. Basic Permissions.
  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.
  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.
  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
  4. Conveying Verbatim Copies.
  4. Conveying Verbatim Copies.
  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
  5. Conveying Modified Source Versions.
  5. Conveying Modified Source Versions.
  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.
    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.
    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".
    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".
    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.
    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.
    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.
    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.
  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
  6. Conveying Non-Source Forms.
  6. Conveying Non-Source Forms.
  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.
    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.
    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.
    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.
    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.
    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.
    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.
    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.
    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.
    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.
  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
  7. Additional Terms.
  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
  7. Additional Terms.
  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or
  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or
    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or
    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or
    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or
    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or
    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or
    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or
    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or
    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.
    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or
  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.
  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
  8. Termination.
  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
  8. Termination.
  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
  9. Acceptance Not Required for Having Copies.
  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
  9. Acceptance Not Required for Having Copies.
  10. Automatic Licensing of Downstream Recipients.
  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.
  10. Automatic Licensing of Downstream Recipients.
  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.
  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
  11. Patents.
  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".
  11. Patents.
  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".
  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
  12. No Surrender of Others' Freedom.
  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
  12. No Surrender of Others' Freedom.
  13. Use with the GNU Affero General Public License.
  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
  13. Use with the GNU Affero General Public License.
  14. Revised Versions of this License.
  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
  14. Revised Versions of this License.
  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
  15. Disclaimer of Warranty.
  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
  15. Disclaimer of Warranty.
  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  16. Limitation of Liability.
  16. Limitation of Liability.
  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
  17. Interpretation of Sections 15 and 16.
  17. Interpretation of Sections 15 and 16.
  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
                     END OF TERMS AND CONDITIONS
                     END OF TERMS AND CONDITIONS
            How to Apply These Terms to Your New Programs
            How to Apply These Terms to Your New Programs
  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>
    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
Also add information on how to contact you by electronic and paper mail.
  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.
    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
SWIG is distributed under the following terms:
LICENSE-UNIVERSITIES file:
SWIG is distributed under the following terms:
I.  
Copyright (c) 1995-1998
The University of Utah and the Regents of the University of California
All Rights Reserved
Copyright (c) 1995-1998
The University of Utah and the Regents of the University of California
All Rights Reserved
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that 
(1) The above copyright notice and the following two paragraphs
appear in all copies of the source code and (2) redistributions
including binaries reproduces these notices in the supporting
documentation.   Substantial modifications to this software may be
copyrighted by their authors and need not follow the licensing terms
described here, provided that the new terms are clearly indicated in
all files where they apply.
(1) The above copyright notice and the following two paragraphs
appear in all copies of the source code and (2) redistributions
including binaries reproduces these notices in the supporting
documentation.   Substantial modifications to this software may be
copyrighted by their authors and need not follow the licensing terms
described here, provided that the new terms are clearly indicated in
all files where they apply.
IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE 
UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, 
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 
THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
II. 
This software includes contributions that are Copyright (c) 1998-2005
University of Chicago.
All rights reserved.
This software includes contributions that are Copyright (c) 1998-2005
University of Chicago.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.  Redistributions
in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.  Neither the name of
the University of Chicago nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.  Redistributions
in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.  Neither the name of
the University of Chicago nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
CHICAGO OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
III.  
This software includes contributions that are Copyright (c) 2005-2006
Arizona Board of Regents (University of Arizona).
All Rights Reserved
This software includes contributions that are Copyright (c) 2005-2006
Arizona Board of Regents (University of Arizona).
All Rights Reserved
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that 
(1) The above copyright notice and the following paragraph
appear in all copies of the source code and (2) redistributions
including binaries reproduces these notices in the supporting
documentation.   Substantial modifications to this software may be
copyrighted by their authors and need not follow the licensing terms
described here, provided that the new terms are clearly indicated in
all files where they apply.
(1) The above copyright notice and the following paragraph
appear in all copies of the source code and (2) redistributions
including binaries reproduces these notices in the supporting
documentation.   Substantial modifications to this software may be
copyrighted by their authors and need not follow the licensing terms
described here, provided that the new terms are clearly indicated in
all files where they apply.
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF
ARIZONA OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
COPYRIGHT file:
SWIG Copyright and Authors
--------------------------
Copyright (c) 1995-2011 The SWIG Developers
Copyright (c) 2005-2006 Arizona Board of Regents (University of Arizona).
@@ -802,3 +816,103 @@
Portions also copyrighted by:
 Network Applied Communication Laboratory, Inc
 Information-technology Promotion Agency, Japan
Active SWIG Developers:
 William Fulton (wsf@fultondesigns.co.uk)                 (SWIG core, Java, C#, Windows, Cygwin)
 Olly Betts (olly@survex.com)                             (PHP)
 Joseph Wang (joequant@gmail.com)                         (R)
 Xavier Delacour (xavier.delacour@gmail.com)              (Octave)
 David Nadlinger (code@klickverbot.at)                    (D)
 Oliver Buchtala (oliver.buchtala@gmail.com)              (Javascript)
 Neha Narang (narangneha03@gmail.com)                     (Javascript)
 Simon Marchetto (simon.marchetto@scilab-enterprises.com) (Scilab)
Past SWIG developers and major contributors include:
 Dave Beazley (dave-swig@dabeaz.com)                      (SWIG core, Python, Tcl, Perl)
 Henning Thielemann (swig@henning-thielemann.de)          (Modula3)
 Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de)      (Guile, MzScheme)
 Luigi Ballabio (luigi.ballabio@fastwebnet.it)            (STL wrapping)
 Mikel Bancroft (mikel@franz.com)                         (Allegro CL)
 Surendra Singhi (efuzzyone@netscape.net)                 (CLISP, CFFI)
 Marcelo Matus (mmatus@acms.arizona.edu)                  (SWIG core, Python, UTL[python,perl,tcl,ruby])
 Art Yerkes (ayerkes@speakeasy.net)                       (Ocaml)
 Lyle Johnson (lyle@users.sourceforge.net)                (Ruby)
 Charlie Savage (cfis@interserv.com)                      (Ruby)
 Thien-Thi Nguyen (ttn@glug.org)                          (build/test/misc)
 Richard Palmer (richard@magicality.org)                  (PHP)
 Sam Liddicott - Ananova Ltd (saml@liddicott.com)         (PHP)
 Tim Hockin - Sun Microsystems (thockin@sun.com)          (PHP)
 Kevin Ruland                                             (PHP)
 Shibukawa Yoshiki                                        (Japanese Translation)
 Jason Stewart (jason@openinformatics.com)                (Perl5)
 Loic Dachary                                             (Perl5)
 David Fletcher                                           (Perl5)
 Gary Holt                                                (Perl5)
 Masaki Fukushima                                         (Ruby)
 Scott Michel (scottm@cs.ucla.edu)                        (Java directors)
 Tiger Feng (songyanf@cs.uchicago.edu)                    (SWIG core)
 Mark Rose (mrose@stm.lbl.gov)                            (Directors)
 Jonah Beckford (beckford@usermail.com)                   (CHICKEN)
 Ahmon Dancy (dancy@franz.com)                            (Allegro CL)
 Dirk Gerrits                                             (Allegro CL)
 Neil Cawse                                               (C#)
 Harco de Hilster                                         (Java)
 Alexey Dyachenko (dyachenko@fromru.com)                  (Tcl)
 Bob Techentin                                            (Tcl)
 Martin Froehlich <MartinFroehlich@ACM.org>               (Guile)
 Marcio Luis Teixeira <marciot@holly.colostate.edu>       (Guile)
 Duncan Temple Lang                                       (R)
 Miklos Vajna <vmiklos@frugalware.org>                    (PHP directors)
 Mark Gossage (mark@gossage.cjb.net)                      (Lua)
 Raman Gopalan (ramangopalan@gmail.com)                   (eLua)
 Gonzalo Garramuno (ggarra@advancedsl.com.ar)             (Ruby, Ruby's UTL)
 John Lenz                                                (Guile, MzScheme updates, Chicken module, runtime system)
 Baozeng Ding  <sploving1@163.com>                        (Scilab)
 Ian Lance Taylor                                         (Go)
 Vadim Zeitlin                                            (PCRE, Python)
 Stefan Zager (szager@gmail.com)                          (Python)
 Vincent Couvert                                          (Scilab)
 Sylvestre Ledru                                          (Scilab)
 Wolfgang Frisch                                          (Scilab)
Past contributors include:
 James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
 Kovuk, Oleg Tolmatcev, Tal Shalif, Lluis Padro, Chris Seatory, Igor Bely, Robin Dunn,
 Edward Zimmermann, David Ascher, Dominique Dumont, Pier Giorgio Esposito, Hasan Baran Kovuk,
 Klaus Wiederänders, Richard Beare, Hans Oesterholt.
 (See CHANGES and CHANGES.current and the bug tracker for a more complete list).
Past students:
 Songyan Feng (Chicago).
 Xinghua Shi (Chicago).
 Jing Cao (Chicago).
 Aquinas Hobor (Chicago).
Historically, the following people contributed to early versions of SWIG.
Peter Lomdahl, Brad Holian, Shujia Zhou, Niels Jensen, and Tim Germann
at Los Alamos National Laboratory were the first users. Patrick
Tullmann at the University of Utah suggested the idea of automatic
documentation generation. John Schmidt and Kurtis Bleeker at the
University of Utah tested out the early versions.  Chris Johnson
supported SWIG's developed at the University of Utah. John Buckman,
Larry Virden, and Tom Schwaller provided valuable input on the first
releases and improving the portability of SWIG. David Fletcher and
Gary Holt have provided a great deal of input on improving SWIG's
Perl5 implementation. Kevin Butler contributed the first Windows NT
port.
Early bug reports and patches:
Adam Hupp, Arthur Smyles, Brad Clements, Brett Williams, Buck Hodges,
Burkhard Kloss, Chia-Liang Kao, Craig Files, Dennis Marsa, Dieter Baron,
Drake Diedrich, Fleur Diana Dragan, Gary Pennington, Geoffrey Hort, Gerald Williams,
Greg Anderson, Greg Kochanski, Greg Troxel, Henry Rowley, Irina Kotlova,
Israel Taller, James Bailey, Jim Fulton, Joel Reed, Jon Travis,
Junio Hamano, Justin Heyes-Jones, Karl Forner, Keith Davidson,
Krzysztof Kozminski, Larry Virden, Luke J Crook, Magnus Ljung, Marc Zonzon,
Mark Howson, Micahel Scharf, Michel Sanner, Mike Romberg, Mike Simons,
Mike Weiblen, Paul Brannan, Ram Bhamidipaty, Reinhard Fobbe, Rich Wales,
Richard Salz, Roy Lecates, Rudy Albachten, Scott Drummonds
Scott Michel, Shaun Lowry, Steve Galser, Tarn Weisner Burton,
Thomas Weidner, Tony Seward, Uwe Steinmann, Vadim Chugunov, Wyss Clemens,
Zhong Ren.
components/developer/swig/swig.p5m
File was renamed from components/swig/swig.p5m
@@ -1,51 +1,42 @@
#
# CDDL HEADER START
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
#
# Copyright 2016 Alexander Pyhalov
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file files/ccache-swig.1 path=usr/share/man/man1/ccache-swig.1
file files/swig.1 path=usr/share/man/man1/swig.1
file Doc/README path=usr/share/swig/$(COMPONENT_VERSION)/doc/README
# Get usr/share/swig/$(COMPONENT_VERSION)/doc/devel files from Doc/Devel
<transform file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/(.+$) -> set action.hash Doc/Devel/%<1>>
# Get usr/share/swig/$(COMPONENT_VERSION)/doc/manual files from Doc/Manual
<transform file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/(.+$) -> set action.hash Doc/Manual/%<1>>
set name=pkg.fmri \
    value=pkg:/developer/swig@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Simplified Wrapper and Interface Generator"
set name=com.oracle.info.description \
    value="SWIG, the Simplified Wrapper and Interface Generator"
set name=com.oracle.info.tpno value=10991
set name=info.classification \
    value="org.opensolaris.category.2008:Development/Other Languages"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2008/475
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file path=usr/bin/$(MACH64)/ccache-swig
file path=usr/bin/$(MACH64)/swig
file path=usr/bin/ccache-swig
file path=usr/bin/swig
file path=usr/share/man/man1/ccache-swig.1
file swig.1 path=usr/share/man/man1/swig.1
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/allegrocl.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/inout_typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/allegrocl/longlongs.i
@@ -76,9 +67,80 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/csharphead.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/csharpkw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/director.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/cmdopt.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/cpp11.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/engineering.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/file.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/index.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/internals.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/migrate.txt
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/parm.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/runtime.txt
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/scanner.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/tree.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/wrapobj.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Allegrocl.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Android.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Arguments.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CCache.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CPlusPlus11.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CSharp.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Chicken.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contents.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contract.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Customization.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/D.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Extending.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Go.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Guile.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Introduction.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Java.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Javascript.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Library.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lisp.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lua.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modula3.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modules.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Mzscheme.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ocaml.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Octave.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Perl5.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Php.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Pike.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preface.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preprocessor.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Python.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/R.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/README
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ruby.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIG.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.pdf
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGPlus.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Scilab.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Scripting.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Sections.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Tcl.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Typemaps.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Varargs.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Warnings.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Windows.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/android-class.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/android-simple.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch2.1.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/chapters
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/fixstyle.py
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/index.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/linkchecker.config
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/makechap.py
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/maketoc.py
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/style.css
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swig16.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swightml.book
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enums.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumsimple.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/enumtypesafe.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_except.i
@@ -89,6 +151,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/std_wstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/swiginterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/swigtype_inout.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/csharp/wchar.i
file path=usr/share/swig/$(COMPONENT_VERSION)/cstring.i
@@ -121,72 +185,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/d/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/d/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/d/wrapperloader.swg
file Doc/README path=usr/share/swig/$(COMPONENT_VERSION)/doc/README
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/cmdopt.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/engineering.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/file.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/index.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/internals.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/migrate.txt
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/parm.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/runtime.txt
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/scanner.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/tree.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/devel/wrapobj.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Allegrocl.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Android.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Arguments.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CCache.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/CSharp.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Chicken.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contents.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Contract.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Customization.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/D.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Extending.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Go.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Guile.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Introduction.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Java.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Library.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lisp.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Lua.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modula3.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Modules.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Mzscheme.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ocaml.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Octave.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Perl5.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Php.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Pike.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preface.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Preprocessor.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Python.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/R.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/README
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Ruby.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIG.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGDocumentation.pdf
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/SWIGPlus.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Scripting.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Sections.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Tcl.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Typemaps.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Varargs.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Warnings.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/Windows.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/android-class.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/android-simple.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/ch2.1.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/chapters
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/index.html
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/linkchecker.config
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/margin-left.patch
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/style.css
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swig16.png
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swightml.book
file path=usr/share/swig/$(COMPONENT_VERSION)/doc/manual/swigpdf.book
file path=usr/share/swig/$(COMPONENT_VERSION)/director_common.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.i
file path=usr/share/swig/$(COMPONENT_VERSION)/gcj/cni.swg
@@ -196,6 +195,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/go/go.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/gokw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/goruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/gostring.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/go/std_except.i
@@ -208,10 +208,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/go/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/common.scm
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/cplusplus.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/ghinterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile.i
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_gh_run.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guile_scm_run.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/guile/guilemain.i
@@ -242,6 +239,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/java/java.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javahead.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/javakw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_except.i
@@ -252,13 +251,69 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/std_wstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/swiginterface.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/java/various.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/arrays_javascript.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/ccomplex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascript.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptcode.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptcomplex.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptfragments.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascripthelpers.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptinit.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptkw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptrun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascriptstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/javascripttypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/jsc/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/arrays_javascript.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/ccomplex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascript.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptcode.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptcomplex.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptfragments.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascripthelpers.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptinit.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptkw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptrun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascriptstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/javascripttypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_complex.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/javascript/v8/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/_std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/lua_fnptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luakw.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luarun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luaruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/lua/luatypemaps.swg
@@ -306,8 +361,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.ml
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swig.mli
file build/$(MACH64)/Lib/ocaml/swigp4.ml \
    path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swigp4.ml
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/swigp4.ml
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typecheck.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ocaml/typeregister.swg
@@ -344,6 +398,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_list.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/octave/stl.i
@@ -356,6 +411,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cni.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cpointer.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/cstring.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/director.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/perl5/jstring.i
@@ -425,7 +481,6 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/defarg.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/director.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/embed15.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/factory.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/file.i
@@ -460,6 +515,8 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pyuserdir.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/pywstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_auto_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_carray.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_char_traits.i
@@ -480,6 +537,10 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_sstream.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_streambuf.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_multimap.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_unordered_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_vectora.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/std_wios.i
@@ -490,6 +551,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/python/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/python/wchar.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/r/r.swg
@@ -516,6 +578,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/Makefile.swig
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/argcargv.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/attribute.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cdata.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/cmalloc.i
@@ -558,6 +621,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubyuserdir.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/rubywstrings.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_char_traits.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_common.i
@@ -575,6 +639,7 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_queue.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_sstream.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_stack.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/std_streambuf.i
@@ -586,9 +651,71 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/timeval.i
file path=usr/share/swig/$(COMPONENT_VERSION)/ruby/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/runtime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/boost_shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/carrays.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/cmalloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/cpointer.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/exception.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/matrix.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciarray.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scibool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scichar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scicontainer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scidouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scienum.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciexception.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scifloat.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciiterators.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilab.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilist.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scilonglong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimacros.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixbool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixdouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimatrixint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scimisctypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scipointer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciprimtypes.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scirun.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciruntime.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequence.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencebool.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencedouble.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencefloat.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequenceint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencepointer.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisequencestring.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scishort.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scisignedchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scistdcommon.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/scitypemaps.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedchar.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedint.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedlong.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/sciunsignedshort.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_char_traits.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_common.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_container.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_except.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_list.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_pair.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/stl.i
file path=usr/share/swig/$(COMPONENT_VERSION)/scilab/typemaps.i
file path=usr/share/swig/$(COMPONENT_VERSION)/shared_ptr.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/_std_deque.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_alloc.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_array.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_basic_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_carray.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_char_traits.i
@@ -609,6 +736,10 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_stack.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_streambuf.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_string.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_map.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_multimap.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_multiset.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_unordered_set.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vector.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_vectora.i
file path=usr/share/swig/$(COMPONENT_VERSION)/std/std_wios.i
@@ -703,4 +834,3 @@
file path=usr/share/swig/$(COMPONENT_VERSION)/uffi/uffi.swg
file path=usr/share/swig/$(COMPONENT_VERSION)/wchar.i
file path=usr/share/swig/$(COMPONENT_VERSION)/windows.i
license swig.license license=GPLv3
components/developer/swig/test/results-all.master
New file
@@ -0,0 +1,3096 @@
partialchecking guile test-suite
partialchecking guile testcase abstract_access
partialchecking guile testcase abstract_inherit
partialchecking guile testcase abstract_inherit_ok
partialchecking guile testcase abstract_signature
partialchecking guile testcase abstract_typedef
partialchecking guile testcase abstract_typedef2
partialchecking guile testcase abstract_virtual
partialchecking guile testcase access_change
partialchecking guile testcase add_link
partialchecking guile testcase aggregate
partialchecking guile testcase allowexcept
partialchecking guile testcase allprotected
partialchecking guile testcase allprotected_not
partialchecking guile testcase anonymous_bitfield
partialchecking guile testcase apply_signed_char
partialchecking guile testcase apply_strings
partialchecking guile testcase argout
partialchecking guile testcase array_member
partialchecking guile testcase array_typedef_memberin
partialchecking guile testcase arrayref
partialchecking guile testcase arrays_dimensionless
partialchecking guile testcase arrays_global
partialchecking guile testcase arrays_global_twodim
partialchecking guile testcase arrays_scope
partialchecking guile testcase autodoc
partialchecking guile testcase bloody_hell
partialchecking guile testcase bools
partialchecking guile testcase catches
partialchecking guile testcase cast_operator
partialchecking guile testcase casts (with run test)
partialchecking guile testcase char_binary
partialchecking guile testcase char_strings
partialchecking guile testcase chartest
partialchecking guile testcase class_forward
partialchecking guile testcase class_ignore (with run test)
partialchecking guile testcase class_scope_weird
partialchecking guile testcase compactdefaultargs
partialchecking guile testcase const_const_2
partialchecking guile testcase constant_directive
$(SOURCE_DIR)/Examples/test-suite/guile/../constant_directive.i:31: Warning 464: Unsupported constant value.
$(SOURCE_DIR)/Examples/test-suite/guile/../constant_directive.i:32: Warning 464: Unsupported constant value.
$(SOURCE_DIR)/Examples/test-suite/guile/../constant_directive.i:42: Warning 464: Unsupported constant value.
partialchecking guile testcase constant_pointers
partialchecking guile testcase constover (with run test)
partialchecking guile testcase constructor_copy
partialchecking guile testcase constructor_exception
partialchecking guile testcase constructor_explicit
partialchecking guile testcase constructor_ignore
partialchecking guile testcase constructor_rename
partialchecking guile testcase constructor_value
partialchecking guile testcase contract (with run test)
partialchecking guile testcase conversion
partialchecking guile testcase conversion_namespace
partialchecking guile testcase conversion_ns_template
partialchecking guile testcase conversion_operators
partialchecking guile testcase cplusplus_throw
partialchecking guile testcase cpp_basic
partialchecking guile testcase cpp_enum (with run test)
partialchecking guile testcase cpp_namespace (with run test)
partialchecking guile testcase cpp_nodefault
partialchecking guile testcase cpp_static
partialchecking guile testcase cpp_typedef
partialchecking guile testcase curiously_recurring_template_pattern
partialchecking guile testcase default_args
partialchecking guile testcase default_arg_values
partialchecking guile testcase default_constructor
partialchecking guile testcase defvalue_constructor
partialchecking guile testcase derived_byvalue
partialchecking guile testcase derived_nested
partialchecking guile testcase destructor_reprotected
partialchecking guile testcase director_abstract
partialchecking guile testcase director_alternating
partialchecking guile testcase director_basic
partialchecking guile testcase director_binary_string
partialchecking guile testcase director_classes
partialchecking guile testcase director_classic
partialchecking guile testcase director_constructor
partialchecking guile testcase director_default
partialchecking guile testcase director_detect
partialchecking guile testcase director_enum
partialchecking guile testcase director_exception
partialchecking guile testcase director_extend
partialchecking guile testcase director_finalizer
partialchecking guile testcase director_frob
partialchecking guile testcase director_ignore
partialchecking guile testcase director_keywords
partialchecking guile testcase director_namespace_clash
partialchecking guile testcase director_nested
partialchecking guile testcase director_nspace
partialchecking guile testcase director_nspace_director_name_collision
partialchecking guile testcase director_overload
partialchecking guile testcase director_overload2
partialchecking guile testcase director_pass_by_value
partialchecking guile testcase director_primitives
partialchecking guile testcase director_property
partialchecking guile testcase director_protected
partialchecking guile testcase director_protected_overloaded
partialchecking guile testcase director_redefined
partialchecking guile testcase director_ref
partialchecking guile testcase director_smartptr
partialchecking guile testcase director_thread
partialchecking guile testcase director_unroll
partialchecking guile testcase director_using
partialchecking guile testcase director_wombat
partialchecking guile testcase disown
partialchecking guile testcase dynamic_cast (with run test)
partialchecking guile testcase empty
partialchecking guile testcase enum_ignore
partialchecking guile testcase enum_plus
partialchecking guile testcase enum_rename
partialchecking guile testcase enum_scope_template
partialchecking guile testcase enum_template
partialchecking guile testcase enum_thorough
partialchecking guile testcase enum_var
partialchecking guile testcase equality
partialchecking guile testcase evil_diamond
partialchecking guile testcase evil_diamond_ns
partialchecking guile testcase evil_diamond_prop
partialchecking guile testcase exception_classname
partialchecking guile testcase exception_order
partialchecking guile testcase extend
partialchecking guile testcase extend_constructor_destructor
partialchecking guile testcase extend_default
partialchecking guile testcase extend_placement
partialchecking guile testcase extend_special_variables
partialchecking guile testcase extend_template
partialchecking guile testcase extend_template_ns
partialchecking guile testcase extend_typedef_class
partialchecking guile testcase extern_c
partialchecking guile testcase extern_namespace
partialchecking guile testcase extern_throws
partialchecking guile testcase expressions
partialchecking guile testcase features
partialchecking guile testcase fragments
partialchecking guile testcase friends
partialchecking guile testcase friends_template
partialchecking guile testcase funcptr_cpp
partialchecking guile testcase fvirtual
partialchecking guile testcase global_namespace
partialchecking guile testcase global_ns_arg
partialchecking guile testcase global_scope_types
partialchecking guile testcase global_vars
partialchecking guile testcase grouping
partialchecking guile testcase ignore_parameter
partialchecking guile testcase import_nomodule (with run test)
partialchecking guile testcase inherit
partialchecking guile testcase inherit_member
partialchecking guile testcase inherit_missing (with run test)
partialchecking guile testcase inherit_same_name
partialchecking guile testcase inherit_target_language
partialchecking guile testcase inherit_void_arg
partialchecking guile testcase inline_initializer
partialchecking guile testcase insert_directive
partialchecking guile testcase keyword_rename
partialchecking guile testcase kind
partialchecking guile testcase kwargs_feature
partialchecking guile testcase langobj
partialchecking guile testcase li_attribute
partialchecking guile testcase li_attribute_template
partialchecking guile testcase li_boost_array
partialchecking guile testcase li_boost_shared_ptr
partialchecking guile testcase li_boost_shared_ptr_bits
partialchecking guile testcase li_boost_shared_ptr_template
partialchecking guile testcase li_boost_shared_ptr_attribute
partialchecking guile testcase li_carrays_cpp
partialchecking guile testcase li_cdata_cpp
partialchecking guile testcase li_cpointer_cpp
partialchecking guile testcase li_std_auto_ptr
partialchecking guile testcase li_stdint
partialchecking guile testcase li_swigtype_inout
partialchecking guile testcase li_typemaps (with run test)
partialchecking guile testcase li_typemaps_apply
partialchecking guile testcase li_windows
partialchecking guile testcase long_long_apply
partialchecking guile testcase memberin_extend
partialchecking guile testcase member_funcptr_galore
partialchecking guile testcase member_pointer
partialchecking guile testcase member_template
partialchecking guile testcase minherit
partialchecking guile testcase minherit2
partialchecking guile testcase mixed_types
partialchecking guile testcase multiple_inheritance
partialchecking guile testcase multiple_inheritance_abstract
partialchecking guile testcase multiple_inheritance_interfaces
partialchecking guile testcase multiple_inheritance_nspace
partialchecking guile testcase multiple_inheritance_shared_ptr
partialchecking guile testcase name_cxx
partialchecking guile testcase name_warnings
partialchecking guile testcase namespace_class
partialchecking guile testcase namespace_enum
partialchecking guile testcase namespace_extend
partialchecking guile testcase namespace_forward_declaration
partialchecking guile testcase namespace_nested
partialchecking guile testcase namespace_spaces
partialchecking guile testcase namespace_template
partialchecking guile testcase namespace_typedef_class
partialchecking guile testcase namespace_typemap
partialchecking guile testcase namespace_union
partialchecking guile testcase namespace_virtual_method
partialchecking guile testcase nspace
partialchecking guile testcase nspace_extend
partialchecking guile testcase naturalvar
partialchecking guile testcase naturalvar_more
partialchecking guile testcase naturalvar_onoff
partialchecking guile testcase nested_class
partialchecking guile testcase nested_directors
partialchecking guile testcase nested_comment
partialchecking guile testcase nested_scope
partialchecking guile testcase nested_template_base
partialchecking guile testcase nested_workaround
partialchecking guile testcase newobject1
partialchecking guile testcase null_pointer
partialchecking guile testcase operator_overload
partialchecking guile testcase operator_overload_break
partialchecking guile testcase operator_pointer_ref
partialchecking guile testcase operbool
partialchecking guile testcase ordering
partialchecking guile testcase overload_arrays
partialchecking guile testcase overload_bool
partialchecking guile testcase overload_copy (with run test)
partialchecking guile testcase overload_extend (with run test)
partialchecking guile testcase overload_method
partialchecking guile testcase overload_numeric
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:36: Warning 509: Overloaded method Nums::over(short) effectively ignored,
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:33: Warning 509: as it is shadowed by Nums::over(signed char).
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:39: Warning 509: Overloaded method Nums::over(int) effectively ignored,
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:33: Warning 509: as it is shadowed by Nums::over(signed char).
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:45: Warning 509: Overloaded method Nums::over(double) effectively ignored,
$(SOURCE_DIR)/Examples/test-suite/guile/../overload_numeric.i:42: Warning 509: as it is shadowed by Nums::over(float).
partialchecking guile testcase overload_polymorphic
partialchecking guile testcase overload_rename
partialchecking guile testcase overload_return_type
partialchecking guile testcase overload_simple (with run test)
partialchecking guile testcase overload_subtype (with run test)
partialchecking guile testcase overload_template
partialchecking guile testcase overload_template_fast
partialchecking guile testcase pointer_reference
partialchecking guile testcase preproc_constants
partialchecking guile testcase primitive_ref
partialchecking guile testcase private_assign
partialchecking guile testcase protected_rename
partialchecking guile testcase pure_virtual
partialchecking guile testcase redefined
partialchecking guile testcase redefined_not
partialchecking guile testcase refcount
partialchecking guile testcase reference_global_vars (with run test)
partialchecking guile testcase register_par
partialchecking guile testcase rename1
partialchecking guile testcase rename2
partialchecking guile testcase rename3
partialchecking guile testcase rename4
partialchecking guile testcase rename_rstrip_encoder
partialchecking guile testcase rename_scope
partialchecking guile testcase rename_simple
partialchecking guile testcase rename_strip_encoder
partialchecking guile testcase rename_pcre_encoder
partialchecking guile testcase rename_pcre_enum
partialchecking guile testcase rename_predicates
partialchecking guile testcase restrict_cplusplus
partialchecking guile testcase return_const_value
partialchecking guile testcase return_value_scope
partialchecking guile testcase rname
partialchecking guile testcase samename
partialchecking guile testcase sizet
partialchecking guile testcase smart_pointer_const
partialchecking guile testcase smart_pointer_const2
partialchecking guile testcase smart_pointer_const_overload
partialchecking guile testcase smart_pointer_extend
partialchecking guile testcase smart_pointer_ignore
partialchecking guile testcase smart_pointer_member
partialchecking guile testcase smart_pointer_multi
partialchecking guile testcase smart_pointer_multi_typedef
partialchecking guile testcase smart_pointer_namespace
partialchecking guile testcase smart_pointer_namespace2
partialchecking guile testcase smart_pointer_not
partialchecking guile testcase smart_pointer_overload
partialchecking guile testcase smart_pointer_protected
partialchecking guile testcase smart_pointer_rename
partialchecking guile testcase smart_pointer_simple
partialchecking guile testcase smart_pointer_static
partialchecking guile testcase smart_pointer_template_const_overload
partialchecking guile testcase smart_pointer_template_defaults_overload
partialchecking guile testcase smart_pointer_templatemethods
partialchecking guile testcase smart_pointer_templatevariables
partialchecking guile testcase smart_pointer_typedef
partialchecking guile testcase special_variables
partialchecking guile testcase special_variable_attributes
partialchecking guile testcase special_variable_macros
partialchecking guile testcase static_array_member
partialchecking guile testcase static_const_member
partialchecking guile testcase static_const_member_2
partialchecking guile testcase string_constants
partialchecking guile testcase struct_initialization_cpp
partialchecking guile testcase struct_value
partialchecking guile testcase symbol_clash
partialchecking guile testcase template_arg_replace
partialchecking guile testcase template_arg_scope
partialchecking guile testcase template_arg_typename
partialchecking guile testcase template_array_numeric
partialchecking guile testcase template_basic
partialchecking guile testcase template_base_template
partialchecking guile testcase template_classes
partialchecking guile testcase template_const_ref
partialchecking guile testcase template_construct
partialchecking guile testcase template_templated_constructors
partialchecking guile testcase template_default
partialchecking guile testcase template_default2
partialchecking guile testcase template_default_arg
partialchecking guile testcase template_default_arg_overloaded
partialchecking guile testcase template_default_arg_overloaded_extend
partialchecking guile testcase template_default_arg_virtual_destructor
partialchecking guile testcase template_default_class_parms
partialchecking guile testcase template_default_class_parms_typedef
partialchecking guile testcase template_default_inherit
partialchecking guile testcase template_default_qualify
partialchecking guile testcase template_default_vw
partialchecking guile testcase template_enum
partialchecking guile testcase template_enum_ns_inherit
partialchecking guile testcase template_enum_typedef
partialchecking guile testcase template_explicit
partialchecking guile testcase template_extend1
partialchecking guile testcase template_extend2
partialchecking guile testcase template_extend_overload
partialchecking guile testcase template_extend_overload_2
partialchecking guile testcase template_forward
partialchecking guile testcase template_inherit
partialchecking guile testcase template_inherit_abstract
partialchecking guile testcase template_int_const
partialchecking guile testcase template_keyword_in_type
partialchecking guile testcase template_methods
partialchecking guile testcase template_namespace_forward_declaration
partialchecking guile testcase template_using_directive_and_declaration_forward
partialchecking guile testcase template_nested
partialchecking guile testcase template_nested_typemaps
partialchecking guile testcase template_ns
partialchecking guile testcase template_ns2
partialchecking guile testcase template_ns3
partialchecking guile testcase template_ns4
partialchecking guile testcase template_ns_enum
partialchecking guile testcase template_ns_enum2
partialchecking guile testcase template_ns_inherit
partialchecking guile testcase template_ns_scope
partialchecking guile testcase template_partial_arg
partialchecking guile testcase template_partial_specialization
partialchecking guile testcase template_partial_specialization_typedef
partialchecking guile testcase template_qualifier
partialchecking guile testcase template_ref_type
partialchecking guile testcase template_rename
partialchecking guile testcase template_retvalue
partialchecking guile testcase template_specialization
partialchecking guile testcase template_specialization_defarg
partialchecking guile testcase template_specialization_enum
partialchecking guile testcase template_static
partialchecking guile testcase template_tbase_template
partialchecking guile testcase template_template_parameters
partialchecking guile testcase template_typedef
partialchecking guile testcase template_typedef_class_template
partialchecking guile testcase template_typedef_cplx
partialchecking guile testcase template_typedef_cplx2
partialchecking guile testcase template_typedef_cplx3
partialchecking guile testcase template_typedef_cplx4
partialchecking guile testcase template_typedef_cplx5
partialchecking guile testcase template_typedef_funcptr
partialchecking guile testcase template_typedef_inherit
partialchecking guile testcase template_typedef_ns
partialchecking guile testcase template_typedef_ptr
partialchecking guile testcase template_typedef_rec
partialchecking guile testcase template_typedef_typedef
partialchecking guile testcase template_typemaps
partialchecking guile testcase template_typemaps_typedef
partialchecking guile testcase template_typemaps_typedef2
partialchecking guile testcase template_using
partialchecking guile testcase template_virtual
partialchecking guile testcase template_whitespace
partialchecking guile testcase threads
partialchecking guile testcase threads_exception
partialchecking guile testcase throw_exception (with run test)
partialchecking guile testcase typedef_array_member
partialchecking guile testcase typedef_class
partialchecking guile testcase typedef_funcptr
partialchecking guile testcase typedef_inherit (with run test)
partialchecking guile testcase typedef_mptr
partialchecking guile testcase typedef_reference
partialchecking guile testcase typedef_scope
partialchecking guile testcase typedef_sizet
partialchecking guile testcase typedef_struct_cpp
partialchecking guile testcase typedef_typedef
partialchecking guile testcase typemap_arrays
partialchecking guile testcase typemap_array_qualifiers
partialchecking guile testcase typemap_delete
partialchecking guile testcase typemap_directorout
partialchecking guile testcase typemap_global_scope
partialchecking guile testcase typemap_manyargs
partialchecking guile testcase typemap_namespace
partialchecking guile testcase typemap_ns_using
partialchecking guile testcase typemap_numinputs
partialchecking guile testcase typemap_template
partialchecking guile testcase typemap_template_parm_typedef
partialchecking guile testcase typemap_out_optimal
partialchecking guile testcase typemap_qualifier_strip
partialchecking guile testcase typemap_variables
partialchecking guile testcase typemap_various
partialchecking guile testcase typename (with run test)
partialchecking guile testcase types_directive
partialchecking guile testcase unicode_strings
partialchecking guile testcase union_scope
partialchecking guile testcase using1
partialchecking guile testcase using2
partialchecking guile testcase using_composition
partialchecking guile testcase using_directive_and_declaration
partialchecking guile testcase using_directive_and_declaration_forward
partialchecking guile testcase using_extend
partialchecking guile testcase using_inherit
partialchecking guile testcase using_namespace
partialchecking guile testcase using_namespace_loop
partialchecking guile testcase using_pointers
partialchecking guile testcase using_private
partialchecking guile testcase using_protected
partialchecking guile testcase valuewrapper
partialchecking guile testcase valuewrapper_base
partialchecking guile testcase valuewrapper_const
partialchecking guile testcase valuewrapper_opaque
partialchecking guile testcase varargs
partialchecking guile testcase varargs_overload
partialchecking guile testcase virtual_destructor
partialchecking guile testcase virtual_poly
partialchecking guile testcase virtual_vs_nonvirtual_base
partialchecking guile testcase voidtest
partialchecking guile testcase wallkw
partialchecking guile testcase wrapmacro
partialchecking guile testcase director_string
partialchecking guile testcase ignore_template_constructor
partialchecking guile testcase li_std_combinations
partialchecking guile testcase li_std_deque
partialchecking guile testcase li_std_except
partialchecking guile testcase li_std_except_as_class
partialchecking guile testcase li_std_map
partialchecking guile testcase li_std_pair
partialchecking guile testcase li_std_pair_using
partialchecking guile testcase li_std_string (with run test)
partialchecking guile testcase li_std_vector
partialchecking guile testcase li_std_vector_enum
partialchecking guile testcase li_std_vector_member_var
partialchecking guile testcase smart_pointer_inherit
partialchecking guile testcase template_typedef_fnc
partialchecking guile testcase template_type_namespace
partialchecking guile testcase template_opaque
partialchecking guile testcase long_long
partialchecking guile testcase list_vector (with run test)
partialchecking guile testcase multivalue (with run test)
partialchecking guile testcase pointer_in_out (with run test)
partialchecking guile testcase arrays
partialchecking guile testcase bom_utf8
partialchecking guile testcase c_delete
partialchecking guile testcase c_delete_function
partialchecking guile testcase char_constant (with run test)
partialchecking guile testcase const_const
partialchecking guile testcase constant_expr
partialchecking guile testcase empty_c
partialchecking guile testcase enums
partialchecking guile testcase enum_forward
partialchecking guile testcase enum_macro
partialchecking guile testcase enum_missing
partialchecking guile testcase extern_declaration
partialchecking guile testcase funcptr
partialchecking guile testcase function_typedef
partialchecking guile testcase global_functions
partialchecking guile testcase immutable_values
partialchecking guile testcase inctest
partialchecking guile testcase infinity
partialchecking guile testcase integers (with run test)
partialchecking guile testcase keyword_rename_c
partialchecking guile testcase lextype
partialchecking guile testcase li_carrays
partialchecking guile testcase li_cdata
partialchecking guile testcase li_cmalloc
partialchecking guile testcase li_constraints
partialchecking guile testcase li_cpointer
partialchecking guile testcase li_math
partialchecking guile testcase memberin_extend_c
partialchecking guile testcase name (with run test)
partialchecking guile testcase nested
partialchecking guile testcase nested_extend_c
partialchecking guile testcase nested_structs
partialchecking guile testcase newobject2
partialchecking guile testcase overload_extend_c (with run test)
partialchecking guile testcase overload_extend2
partialchecking guile testcase preproc
partialchecking guile testcase preproc_constants_c
partialchecking guile testcase preproc_defined
partialchecking guile testcase preproc_include
partialchecking guile testcase preproc_line_file
partialchecking guile testcase ret_by_value
partialchecking guile testcase simple_array
partialchecking guile testcase sizeof_pointer
partialchecking guile testcase sneaky1
partialchecking guile testcase string_simple
partialchecking guile testcase struct_rename
partialchecking guile testcase struct_initialization
partialchecking guile testcase typedef_struct
partialchecking guile testcase typemap_subst
partialchecking guile testcase union_parameter
partialchecking guile testcase unions (with run test)
partialchecking guile testcase clientdata_prop
partialchecking guile testcase imports (with run test)
partialchecking guile testcase import_stl
partialchecking guile testcase packageoption
partialchecking guile testcase mod
partialchecking guile testcase template_typedef_import
partialchecking guile testcase multi_import
partialchecking guile testcase guile_ext_test (with run test)
502 guile tests passed
partialchecking lua test-suite
partialchecking lua testcase lua_no_module_global (with run test)
partialchecking lua testcase lua_inherit_getitem (with run test)
partialchecking lua testcase abstract_access (with run test)
partialchecking lua testcase abstract_inherit
partialchecking lua testcase abstract_inherit_ok
partialchecking lua testcase abstract_signature
partialchecking lua testcase abstract_typedef
partialchecking lua testcase abstract_typedef2
partialchecking lua testcase abstract_virtual
partialchecking lua testcase access_change
partialchecking lua testcase add_link
partialchecking lua testcase aggregate
partialchecking lua testcase allowexcept
partialchecking lua testcase allprotected
partialchecking lua testcase allprotected_not
partialchecking lua testcase anonymous_bitfield
partialchecking lua testcase apply_signed_char
partialchecking lua testcase apply_strings
partialchecking lua testcase argout
partialchecking lua testcase array_member (with run test)
partialchecking lua testcase array_typedef_memberin
partialchecking lua testcase arrayref
partialchecking lua testcase arrays_dimensionless
partialchecking lua testcase arrays_global (with run test)
partialchecking lua testcase arrays_global_twodim
partialchecking lua testcase arrays_scope
partialchecking lua testcase autodoc
partialchecking lua testcase bloody_hell
partialchecking lua testcase bools
partialchecking lua testcase catches
partialchecking lua testcase cast_operator
partialchecking lua testcase casts
partialchecking lua testcase char_binary
$(SOURCE_DIR)/Examples/test-suite/lua/../char_binary.i:7: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
$(SOURCE_DIR)/Examples/test-suite/lua/../char_binary.i:8: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
partialchecking lua testcase char_strings (with run test)
partialchecking lua testcase chartest (with run test)
partialchecking lua testcase class_forward
partialchecking lua testcase class_ignore
partialchecking lua testcase class_scope_weird
partialchecking lua testcase compactdefaultargs
partialchecking lua testcase const_const_2
partialchecking lua testcase constant_directive
partialchecking lua testcase constant_pointers
partialchecking lua testcase constover
partialchecking lua testcase constructor_copy
partialchecking lua testcase constructor_exception
partialchecking lua testcase constructor_explicit
partialchecking lua testcase constructor_ignore
partialchecking lua testcase constructor_rename
partialchecking lua testcase constructor_value
partialchecking lua testcase contract
partialchecking lua testcase conversion
partialchecking lua testcase conversion_namespace
partialchecking lua testcase conversion_ns_template
partialchecking lua testcase conversion_operators
partialchecking lua testcase cplusplus_throw
partialchecking lua testcase cpp_basic (with run test)
partialchecking lua testcase cpp_enum (with run test)
partialchecking lua testcase cpp_namespace (with run test)
partialchecking lua testcase cpp_nodefault (with run test)
partialchecking lua testcase cpp_static (with run test)
partialchecking lua testcase cpp_typedef (with run test)
partialchecking lua testcase curiously_recurring_template_pattern
partialchecking lua testcase default_args
partialchecking lua testcase default_arg_values
partialchecking lua testcase default_constructor
partialchecking lua testcase defvalue_constructor
partialchecking lua testcase derived_byvalue
partialchecking lua testcase derived_nested
partialchecking lua testcase destructor_reprotected
partialchecking lua testcase director_abstract
partialchecking lua testcase director_alternating
partialchecking lua testcase director_basic
partialchecking lua testcase director_binary_string
$(SOURCE_DIR)/Examples/test-suite/lua/../director_binary_string.i:5: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
$(SOURCE_DIR)/Examples/test-suite/lua/../director_binary_string.i:6: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
$(SOURCE_DIR)/Examples/test-suite/lua/../director_binary_string.i:7: Warning 453: Can't apply (char *STRING,size_t LENGTH). No typemaps are defined.
partialchecking lua testcase director_classes
partialchecking lua testcase director_classic
partialchecking lua testcase director_constructor
partialchecking lua testcase director_default
partialchecking lua testcase director_detect
partialchecking lua testcase director_enum
partialchecking lua testcase director_exception
partialchecking lua testcase director_extend
partialchecking lua testcase director_finalizer
partialchecking lua testcase director_frob
partialchecking lua testcase director_ignore
partialchecking lua testcase director_keywords
partialchecking lua testcase director_namespace_clash
partialchecking lua testcase director_nested
partialchecking lua testcase director_nspace
partialchecking lua testcase director_nspace_director_name_collision
partialchecking lua testcase director_overload
partialchecking lua testcase director_overload2
partialchecking lua testcase director_pass_by_value
partialchecking lua testcase director_primitives
partialchecking lua testcase director_property
partialchecking lua testcase director_protected
partialchecking lua testcase director_protected_overloaded
partialchecking lua testcase director_redefined
partialchecking lua testcase director_ref
partialchecking lua testcase director_smartptr
partialchecking lua testcase director_thread
partialchecking lua testcase director_unroll
partialchecking lua testcase director_using
partialchecking lua testcase director_wombat
partialchecking lua testcase disown (with run test)
partialchecking lua testcase dynamic_cast (with run test)
partialchecking lua testcase empty
partialchecking lua testcase enum_ignore
partialchecking lua testcase enum_plus (with run test)
partialchecking lua testcase enum_rename (with run test)
partialchecking lua testcase enum_scope_template (with run test)
partialchecking lua testcase enum_template (with run test)
partialchecking lua testcase enum_thorough
partialchecking lua testcase enum_var
partialchecking lua testcase equality (with run test)
partialchecking lua testcase evil_diamond
partialchecking lua testcase evil_diamond_ns
partialchecking lua testcase evil_diamond_prop
partialchecking lua testcase exception_classname
partialchecking lua testcase exception_order (with run test)
partialchecking lua testcase extend (with run test)
partialchecking lua testcase extend_constructor_destructor (with run test)
partialchecking lua testcase extend_default
partialchecking lua testcase extend_placement (with run test)
partialchecking lua testcase extend_special_variables
partialchecking lua testcase extend_template (with run test)
partialchecking lua testcase extend_template_ns
partialchecking lua testcase extend_typedef_class (with run test)
partialchecking lua testcase extern_c
partialchecking lua testcase extern_namespace
partialchecking lua testcase extern_throws
partialchecking lua testcase expressions
partialchecking lua testcase features
partialchecking lua testcase fragments
partialchecking lua testcase friends (with run test)
partialchecking lua testcase friends_template
partialchecking lua testcase funcptr_cpp (with run test)
partialchecking lua testcase fvirtual (with run test)
partialchecking lua testcase global_namespace (with run test)
partialchecking lua testcase global_ns_arg
partialchecking lua testcase global_scope_types
partialchecking lua testcase global_vars (with run test)
partialchecking lua testcase grouping (with run test)
partialchecking lua testcase ignore_parameter
partialchecking lua testcase import_nomodule (with run test)
partialchecking lua testcase inherit
partialchecking lua testcase inherit_member
partialchecking lua testcase inherit_missing (with run test)
partialchecking lua testcase inherit_same_name
partialchecking lua testcase inherit_target_language
partialchecking lua testcase inherit_void_arg
partialchecking lua testcase inline_initializer
partialchecking lua testcase insert_directive
partialchecking lua testcase keyword_rename (with run test)
partialchecking lua testcase kind
partialchecking lua testcase kwargs_feature
partialchecking lua testcase langobj
partialchecking lua testcase li_attribute
partialchecking lua testcase li_attribute_template
partialchecking lua testcase li_boost_array
partialchecking lua testcase li_boost_shared_ptr
partialchecking lua testcase li_boost_shared_ptr_bits
partialchecking lua testcase li_boost_shared_ptr_template
partialchecking lua testcase li_boost_shared_ptr_attribute
partialchecking lua testcase li_carrays_cpp (with run test)
partialchecking lua testcase li_cdata_cpp
cdata.i module not supported.
partialchecking lua testcase li_cpointer_cpp
partialchecking lua testcase li_std_auto_ptr
partialchecking lua testcase li_stdint
partialchecking lua testcase li_swigtype_inout
partialchecking lua testcase li_typemaps (with run test)
partialchecking lua testcase li_typemaps_apply
partialchecking lua testcase li_windows
partialchecking lua testcase long_long_apply
partialchecking lua testcase memberin_extend
partialchecking lua testcase member_funcptr_galore
partialchecking lua testcase member_pointer (with run test)
partialchecking lua testcase member_template
partialchecking lua testcase minherit
partialchecking lua testcase minherit2
partialchecking lua testcase mixed_types
partialchecking lua testcase multiple_inheritance
partialchecking lua testcase multiple_inheritance_abstract
partialchecking lua testcase multiple_inheritance_interfaces
partialchecking lua testcase multiple_inheritance_nspace
partialchecking lua testcase multiple_inheritance_shared_ptr
partialchecking lua testcase name_cxx
partialchecking lua testcase name_warnings
partialchecking lua testcase namespace_class
partialchecking lua testcase namespace_enum
partialchecking lua testcase namespace_extend
partialchecking lua testcase namespace_forward_declaration
partialchecking lua testcase namespace_nested
partialchecking lua testcase namespace_spaces
partialchecking lua testcase namespace_template
partialchecking lua testcase namespace_typedef_class
partialchecking lua testcase namespace_typemap
partialchecking lua testcase namespace_union
partialchecking lua testcase namespace_virtual_method
partialchecking lua testcase nspace (with run test)
partialchecking lua testcase nspace_extend (with run test)
partialchecking lua testcase naturalvar
partialchecking lua testcase naturalvar_more
partialchecking lua testcase naturalvar_onoff
partialchecking lua testcase nested_class
partialchecking lua testcase nested_directors
partialchecking lua testcase nested_comment
partialchecking lua testcase nested_scope
partialchecking lua testcase nested_template_base
partialchecking lua testcase nested_workaround (with run test)
partialchecking lua testcase newobject1 (with run test)
partialchecking lua testcase null_pointer
partialchecking lua testcase operator_overload (with run test)
partialchecking lua testcase operator_overload_break
partialchecking lua testcase operator_pointer_ref
partialchecking lua testcase operbool
partialchecking lua testcase ordering
partialchecking lua testcase overload_arrays
partialchecking lua testcase overload_bool
partialchecking lua testcase overload_copy
partialchecking lua testcase overload_extend
partialchecking lua testcase overload_method
partialchecking lua testcase overload_numeric
partialchecking lua testcase overload_polymorphic
partialchecking lua testcase overload_rename
partialchecking lua testcase overload_return_type
partialchecking lua testcase overload_simple (with run test)
partialchecking lua testcase overload_subtype
partialchecking lua testcase overload_template (with run test)
partialchecking lua testcase overload_template_fast (with run test)
partialchecking lua testcase pointer_reference (with run test)
partialchecking lua testcase preproc_constants
partialchecking lua testcase primitive_ref (with run test)
partialchecking lua testcase private_assign
partialchecking lua testcase protected_rename
partialchecking lua testcase pure_virtual
partialchecking lua testcase redefined
partialchecking lua testcase redefined_not
partialchecking lua testcase refcount (with run test)
partialchecking lua testcase reference_global_vars
partialchecking lua testcase register_par
partialchecking lua testcase rename1
partialchecking lua testcase rename2
partialchecking lua testcase rename3
partialchecking lua testcase rename4
partialchecking lua testcase rename_rstrip_encoder
partialchecking lua testcase rename_scope
partialchecking lua testcase rename_simple (with run test)
partialchecking lua testcase rename_strip_encoder
partialchecking lua testcase rename_pcre_encoder
partialchecking lua testcase rename_pcre_enum
partialchecking lua testcase rename_predicates
partialchecking lua testcase restrict_cplusplus
partialchecking lua testcase return_const_value
partialchecking lua testcase return_value_scope
partialchecking lua testcase rname
partialchecking lua testcase samename
partialchecking lua testcase sizet (with run test)
partialchecking lua testcase smart_pointer_const
partialchecking lua testcase smart_pointer_const2
partialchecking lua testcase smart_pointer_const_overload
partialchecking lua testcase smart_pointer_extend (with run test)
partialchecking lua testcase smart_pointer_ignore
partialchecking lua testcase smart_pointer_member
partialchecking lua testcase smart_pointer_multi (with run test)
partialchecking lua testcase smart_pointer_multi_typedef
partialchecking lua testcase smart_pointer_namespace
partialchecking lua testcase smart_pointer_namespace2
partialchecking lua testcase smart_pointer_not (with run test)
partialchecking lua testcase smart_pointer_overload (with run test)
partialchecking lua testcase smart_pointer_protected
partialchecking lua testcase smart_pointer_rename (with run test)
partialchecking lua testcase smart_pointer_simple (with run test)
partialchecking lua testcase smart_pointer_static
partialchecking lua testcase smart_pointer_template_const_overload
partialchecking lua testcase smart_pointer_template_defaults_overload
partialchecking lua testcase smart_pointer_templatemethods (with run test)
partialchecking lua testcase smart_pointer_templatevariables
partialchecking lua testcase smart_pointer_typedef
partialchecking lua testcase special_variables
partialchecking lua testcase special_variable_attributes
partialchecking lua testcase special_variable_macros
partialchecking lua testcase static_array_member
partialchecking lua testcase static_const_member (with run test)
partialchecking lua testcase static_const_member_2 (with run test)
partialchecking lua testcase string_constants
partialchecking lua testcase struct_initialization_cpp
partialchecking lua testcase struct_value
partialchecking lua testcase symbol_clash
partialchecking lua testcase template_arg_replace
partialchecking lua testcase template_arg_scope
partialchecking lua testcase template_arg_typename
partialchecking lua testcase template_array_numeric
partialchecking lua testcase template_basic
partialchecking lua testcase template_base_template
partialchecking lua testcase template_classes
partialchecking lua testcase template_const_ref
partialchecking lua testcase template_construct (with run test)
partialchecking lua testcase template_templated_constructors
partialchecking lua testcase template_default
partialchecking lua testcase template_default2
partialchecking lua testcase template_default_arg (with run test)
partialchecking lua testcase template_default_arg_overloaded
partialchecking lua testcase template_default_arg_overloaded_extend
partialchecking lua testcase template_default_arg_virtual_destructor
partialchecking lua testcase template_default_class_parms
partialchecking lua testcase template_default_class_parms_typedef
partialchecking lua testcase template_default_inherit
partialchecking lua testcase template_default_qualify
partialchecking lua testcase template_default_vw
partialchecking lua testcase template_enum
partialchecking lua testcase template_enum_ns_inherit
partialchecking lua testcase template_enum_typedef
partialchecking lua testcase template_explicit
partialchecking lua testcase template_extend1 (with run test)
partialchecking lua testcase template_extend2 (with run test)
partialchecking lua testcase template_extend_overload
partialchecking lua testcase template_extend_overload_2
partialchecking lua testcase template_forward
partialchecking lua testcase template_inherit (with run test)
partialchecking lua testcase template_inherit_abstract
partialchecking lua testcase template_int_const
partialchecking lua testcase template_keyword_in_type
partialchecking lua testcase template_methods
partialchecking lua testcase template_namespace_forward_declaration
partialchecking lua testcase template_using_directive_and_declaration_forward
partialchecking lua testcase template_nested
partialchecking lua testcase template_nested_typemaps
partialchecking lua testcase template_ns
partialchecking lua testcase template_ns2
partialchecking lua testcase template_ns3
partialchecking lua testcase template_ns4
partialchecking lua testcase template_ns_enum
partialchecking lua testcase template_ns_enum2
partialchecking lua testcase template_ns_inherit
partialchecking lua testcase template_ns_scope
partialchecking lua testcase template_partial_arg
partialchecking lua testcase template_partial_specialization
partialchecking lua testcase template_partial_specialization_typedef
partialchecking lua testcase template_qualifier
partialchecking lua testcase template_ref_type
partialchecking lua testcase template_rename
partialchecking lua testcase template_retvalue
partialchecking lua testcase template_specialization
partialchecking lua testcase template_specialization_defarg
partialchecking lua testcase template_specialization_enum
partialchecking lua testcase template_static (with run test)
partialchecking lua testcase template_tbase_template
partialchecking lua testcase template_template_parameters
partialchecking lua testcase template_typedef
partialchecking lua testcase template_typedef_class_template
partialchecking lua testcase template_typedef_cplx
partialchecking lua testcase template_typedef_cplx2
partialchecking lua testcase template_typedef_cplx3
partialchecking lua testcase template_typedef_cplx4
partialchecking lua testcase template_typedef_cplx5
partialchecking lua testcase template_typedef_funcptr
partialchecking lua testcase template_typedef_inherit
partialchecking lua testcase template_typedef_ns
partialchecking lua testcase template_typedef_ptr
partialchecking lua testcase template_typedef_rec
partialchecking lua testcase template_typedef_typedef
partialchecking lua testcase template_typemaps
partialchecking lua testcase template_typemaps_typedef
partialchecking lua testcase template_typemaps_typedef2
partialchecking lua testcase template_using
partialchecking lua testcase template_virtual
partialchecking lua testcase template_whitespace
partialchecking lua testcase threads
partialchecking lua testcase threads_exception
partialchecking lua testcase throw_exception
partialchecking lua testcase typedef_array_member
partialchecking lua testcase typedef_class
partialchecking lua testcase typedef_funcptr
partialchecking lua testcase typedef_inherit
partialchecking lua testcase typedef_mptr
partialchecking lua testcase typedef_reference
partialchecking lua testcase typedef_scope
partialchecking lua testcase typedef_sizet
partialchecking lua testcase typedef_struct_cpp
partialchecking lua testcase typedef_typedef
partialchecking lua testcase typemap_arrays
partialchecking lua testcase typemap_array_qualifiers
partialchecking lua testcase typemap_delete
partialchecking lua testcase typemap_directorout
partialchecking lua testcase typemap_global_scope
partialchecking lua testcase typemap_manyargs
partialchecking lua testcase typemap_namespace
partialchecking lua testcase typemap_ns_using
partialchecking lua testcase typemap_numinputs
partialchecking lua testcase typemap_template
partialchecking lua testcase typemap_template_parm_typedef
partialchecking lua testcase typemap_out_optimal
partialchecking lua testcase typemap_qualifier_strip
partialchecking lua testcase typemap_variables
partialchecking lua testcase typemap_various
partialchecking lua testcase typename
partialchecking lua testcase types_directive
partialchecking lua testcase unicode_strings
partialchecking lua testcase union_scope
partialchecking lua testcase using1
partialchecking lua testcase using2
partialchecking lua testcase using_composition
partialchecking lua testcase using_directive_and_declaration
partialchecking lua testcase using_directive_and_declaration_forward
partialchecking lua testcase using_extend
partialchecking lua testcase using_inherit
partialchecking lua testcase using_namespace
partialchecking lua testcase using_namespace_loop
partialchecking lua testcase using_pointers
partialchecking lua testcase using_private
partialchecking lua testcase using_protected
partialchecking lua testcase valuewrapper (with run test)
partialchecking lua testcase valuewrapper_base
partialchecking lua testcase valuewrapper_const
partialchecking lua testcase valuewrapper_opaque
partialchecking lua testcase varargs (with run test)
partialchecking lua testcase varargs_overload
partialchecking lua testcase virtual_destructor
partialchecking lua testcase virtual_poly
partialchecking lua testcase virtual_vs_nonvirtual_base
partialchecking lua testcase voidtest (with run test)
partialchecking lua testcase wallkw
partialchecking lua testcase wrapmacro
partialchecking lua testcase director_string
partialchecking lua testcase ignore_template_constructor
partialchecking lua testcase li_std_combinations
partialchecking lua testcase li_std_deque
partialchecking lua testcase li_std_except (with run test)
partialchecking lua testcase li_std_except_as_class
partialchecking lua testcase li_std_map
partialchecking lua testcase li_std_pair (with run test)
partialchecking lua testcase li_std_pair_using
partialchecking lua testcase li_std_string (with run test)
partialchecking lua testcase li_std_vector (with run test)
partialchecking lua testcase li_std_vector_enum
partialchecking lua testcase li_std_vector_member_var
partialchecking lua testcase smart_pointer_inherit (with run test)
partialchecking lua testcase template_typedef_fnc
partialchecking lua testcase template_type_namespace
partialchecking lua testcase template_opaque
partialchecking lua testcase lua_no_module_global (with run test)
partialchecking lua testcase arrays
partialchecking lua testcase bom_utf8
partialchecking lua testcase c_delete
partialchecking lua testcase c_delete_function
partialchecking lua testcase char_constant
partialchecking lua testcase const_const
partialchecking lua testcase constant_expr
partialchecking lua testcase empty_c
partialchecking lua testcase enums (with run test)
partialchecking lua testcase enum_forward
partialchecking lua testcase enum_macro
partialchecking lua testcase enum_missing
partialchecking lua testcase extern_declaration
partialchecking lua testcase funcptr
partialchecking lua testcase function_typedef
partialchecking lua testcase global_functions
partialchecking lua testcase immutable_values
partialchecking lua testcase inctest
partialchecking lua testcase infinity
partialchecking lua testcase integers
partialchecking lua testcase keyword_rename_c (with run test)
partialchecking lua testcase lextype
partialchecking lua testcase li_carrays (with run test)
partialchecking lua testcase li_cdata
cdata.i module not supported.
partialchecking lua testcase li_cmalloc
partialchecking lua testcase li_constraints
partialchecking lua testcase li_cpointer
partialchecking lua testcase li_math
partialchecking lua testcase long_long
partialchecking lua testcase memberin_extend_c
partialchecking lua testcase name
partialchecking lua testcase nested
partialchecking lua testcase nested_extend_c
partialchecking lua testcase nested_structs
partialchecking lua testcase newobject2 (with run test)
partialchecking lua testcase overload_extend_c
partialchecking lua testcase overload_extend2
partialchecking lua testcase preproc
partialchecking lua testcase preproc_constants_c
partialchecking lua testcase preproc_defined
partialchecking lua testcase preproc_include
partialchecking lua testcase preproc_line_file
partialchecking lua testcase ret_by_value (with run test)
partialchecking lua testcase simple_array
partialchecking lua testcase sizeof_pointer
partialchecking lua testcase sneaky1
partialchecking lua testcase string_simple
partialchecking lua testcase struct_rename
partialchecking lua testcase struct_initialization
partialchecking lua testcase typedef_struct
partialchecking lua testcase typemap_subst
partialchecking lua testcase union_parameter
partialchecking lua testcase unions
partialchecking lua testcase clientdata_prop
partialchecking lua testcase imports (with run test)
partialchecking lua testcase import_stl
partialchecking lua testcase packageoption
partialchecking lua testcase mod
partialchecking lua testcase template_typedef_import
partialchecking lua testcase multi_import (with run test)
501 lua tests passed
partialchecking perl5 test-suite
partialchecking perl5 testcase primitive_types (with run test)
partialchecking perl5 testcase li_cstring
partialchecking perl5 testcase li_cdata_carrays_cpp (with run test)
partialchecking perl5 testcase li_reference (with run test)
partialchecking perl5 testcase director_nestedmodule
partialchecking perl5 testcase abstract_access
partialchecking perl5 testcase abstract_inherit
partialchecking perl5 testcase abstract_inherit_ok
partialchecking perl5 testcase abstract_signature
partialchecking perl5 testcase abstract_typedef
partialchecking perl5 testcase abstract_typedef2
partialchecking perl5 testcase abstract_virtual
partialchecking perl5 testcase access_change
partialchecking perl5 testcase add_link
partialchecking perl5 testcase aggregate (with run test)
partialchecking perl5 testcase allowexcept
partialchecking perl5 testcase allprotected
partialchecking perl5 testcase allprotected_not
partialchecking perl5 testcase anonymous_bitfield
partialchecking perl5 testcase apply_signed_char (with run test)
partialchecking perl5 testcase apply_strings (with run test)
partialchecking perl5 testcase argout
partialchecking perl5 testcase array_member (with run test)
partialchecking perl5 testcase array_typedef_memberin
partialchecking perl5 testcase arrayref
partialchecking perl5 testcase arrays_dimensionless
partialchecking perl5 testcase arrays_global
partialchecking perl5 testcase arrays_global_twodim
partialchecking perl5 testcase arrays_scope
partialchecking perl5 testcase autodoc
partialchecking perl5 testcase bloody_hell
partialchecking perl5 testcase bools
partialchecking perl5 testcase catches
partialchecking perl5 testcase cast_operator
partialchecking perl5 testcase casts
partialchecking perl5 testcase char_binary (with run test)
partialchecking perl5 testcase char_strings (with run test)
partialchecking perl5 testcase chartest
partialchecking perl5 testcase class_forward
partialchecking perl5 testcase class_ignore (with run test)
partialchecking perl5 testcase class_scope_weird
partialchecking perl5 testcase compactdefaultargs
partialchecking perl5 testcase const_const_2
partialchecking perl5 testcase constant_directive
partialchecking perl5 testcase constant_pointers
partialchecking perl5 testcase constover
partialchecking perl5 testcase constructor_copy
partialchecking perl5 testcase constructor_exception
partialchecking perl5 testcase constructor_explicit
partialchecking perl5 testcase constructor_ignore
partialchecking perl5 testcase constructor_rename
partialchecking perl5 testcase constructor_value
partialchecking perl5 testcase contract (with run test)
partialchecking perl5 testcase conversion
partialchecking perl5 testcase conversion_namespace
partialchecking perl5 testcase conversion_ns_template
partialchecking perl5 testcase conversion_operators
partialchecking perl5 testcase cplusplus_throw
partialchecking perl5 testcase cpp_basic
partialchecking perl5 testcase cpp_enum
partialchecking perl5 testcase cpp_namespace
partialchecking perl5 testcase cpp_nodefault
partialchecking perl5 testcase cpp_static
partialchecking perl5 testcase cpp_typedef
partialchecking perl5 testcase curiously_recurring_template_pattern
partialchecking perl5 testcase default_args (with run test)
partialchecking perl5 testcase default_arg_values
partialchecking perl5 testcase default_constructor (with run test)
partialchecking perl5 testcase defvalue_constructor
partialchecking perl5 testcase derived_byvalue
partialchecking perl5 testcase derived_nested
partialchecking perl5 testcase destructor_reprotected
partialchecking perl5 testcase director_abstract (with run test)
partialchecking perl5 testcase director_alternating (with run test)
partialchecking perl5 testcase director_basic (with run test)
partialchecking perl5 testcase director_binary_string
partialchecking perl5 testcase director_classes (with run test)
partialchecking perl5 testcase director_classic (with run test)
partialchecking perl5 testcase director_constructor (with run test)
partialchecking perl5 testcase director_default (with run test)
partialchecking perl5 testcase director_detect (with run test)
partialchecking perl5 testcase director_enum (with run test)
partialchecking perl5 testcase director_exception (with run test)
partialchecking perl5 testcase director_extend (with run test)
partialchecking perl5 testcase director_finalizer (with run test)
partialchecking perl5 testcase director_frob (with run test)
partialchecking perl5 testcase director_ignore (with run test)
partialchecking perl5 testcase director_keywords
partialchecking perl5 testcase director_namespace_clash
partialchecking perl5 testcase director_nested (with run test)
partialchecking perl5 testcase director_nspace
partialchecking perl5 testcase director_nspace_director_name_collision
partialchecking perl5 testcase director_overload
partialchecking perl5 testcase director_overload2
partialchecking perl5 testcase director_pass_by_value
partialchecking perl5 testcase director_primitives (with run test)
partialchecking perl5 testcase director_property
partialchecking perl5 testcase director_protected (with run test)
partialchecking perl5 testcase director_protected_overloaded
partialchecking perl5 testcase director_redefined
partialchecking perl5 testcase director_ref
partialchecking perl5 testcase director_smartptr
partialchecking perl5 testcase director_thread
partialchecking perl5 testcase director_unroll (with run test)
partialchecking perl5 testcase director_using
partialchecking perl5 testcase director_wombat (with run test)
partialchecking perl5 testcase disown (with run test)
partialchecking perl5 testcase dynamic_cast (with run test)
partialchecking perl5 testcase empty
partialchecking perl5 testcase enum_ignore
partialchecking perl5 testcase enum_plus
partialchecking perl5 testcase enum_rename
partialchecking perl5 testcase enum_scope_template
partialchecking perl5 testcase enum_template (with run test)
partialchecking perl5 testcase enum_thorough (with run test)
partialchecking perl5 testcase enum_var
partialchecking perl5 testcase equality
partialchecking perl5 testcase evil_diamond
partialchecking perl5 testcase evil_diamond_ns
partialchecking perl5 testcase evil_diamond_prop
partialchecking perl5 testcase exception_classname
partialchecking perl5 testcase exception_order (with run test)
partialchecking perl5 testcase extend
partialchecking perl5 testcase extend_constructor_destructor
partialchecking perl5 testcase extend_default
partialchecking perl5 testcase extend_placement
partialchecking perl5 testcase extend_special_variables
partialchecking perl5 testcase extend_template
partialchecking perl5 testcase extend_template_ns
partialchecking perl5 testcase extend_typedef_class
partialchecking perl5 testcase extern_c
partialchecking perl5 testcase extern_namespace
partialchecking perl5 testcase extern_throws
partialchecking perl5 testcase expressions
partialchecking perl5 testcase features
partialchecking perl5 testcase fragments
partialchecking perl5 testcase friends
partialchecking perl5 testcase friends_template
partialchecking perl5 testcase funcptr_cpp
partialchecking perl5 testcase fvirtual
partialchecking perl5 testcase global_namespace
partialchecking perl5 testcase global_ns_arg
partialchecking perl5 testcase global_scope_types
partialchecking perl5 testcase global_vars (with run test)
partialchecking perl5 testcase grouping (with run test)
partialchecking perl5 testcase ignore_parameter (with run test)
partialchecking perl5 testcase import_nomodule (with run test)
partialchecking perl5 testcase inherit (with run test)
partialchecking perl5 testcase inherit_member
partialchecking perl5 testcase inherit_missing (with run test)
partialchecking perl5 testcase inherit_same_name
partialchecking perl5 testcase inherit_target_language
partialchecking perl5 testcase inherit_void_arg
partialchecking perl5 testcase inline_initializer
partialchecking perl5 testcase insert_directive
partialchecking perl5 testcase keyword_rename
partialchecking perl5 testcase kind
partialchecking perl5 testcase kwargs_feature
partialchecking perl5 testcase langobj
partialchecking perl5 testcase li_attribute
partialchecking perl5 testcase li_attribute_template
partialchecking perl5 testcase li_boost_array
partialchecking perl5 testcase li_boost_shared_ptr
partialchecking perl5 testcase li_boost_shared_ptr_bits
partialchecking perl5 testcase li_boost_shared_ptr_template
partialchecking perl5 testcase li_boost_shared_ptr_attribute
partialchecking perl5 testcase li_carrays_cpp (with run test)
partialchecking perl5 testcase li_cdata_cpp
partialchecking perl5 testcase li_cpointer_cpp
partialchecking perl5 testcase li_std_auto_ptr
partialchecking perl5 testcase li_stdint
partialchecking perl5 testcase li_swigtype_inout
partialchecking perl5 testcase li_typemaps (with run test)
partialchecking perl5 testcase li_typemaps_apply
partialchecking perl5 testcase li_windows
partialchecking perl5 testcase long_long_apply
partialchecking perl5 testcase memberin_extend
partialchecking perl5 testcase member_funcptr_galore
partialchecking perl5 testcase member_pointer (with run test)
partialchecking perl5 testcase member_template
partialchecking perl5 testcase minherit (with run test)
partialchecking perl5 testcase minherit2
partialchecking perl5 testcase mixed_types
partialchecking perl5 testcase multiple_inheritance (with run test)
partialchecking perl5 testcase multiple_inheritance_abstract
partialchecking perl5 testcase multiple_inheritance_interfaces
partialchecking perl5 testcase multiple_inheritance_nspace
partialchecking perl5 testcase multiple_inheritance_shared_ptr
partialchecking perl5 testcase name_cxx
partialchecking perl5 testcase name_warnings
partialchecking perl5 testcase namespace_class
partialchecking perl5 testcase namespace_enum
partialchecking perl5 testcase namespace_extend
partialchecking perl5 testcase namespace_forward_declaration
partialchecking perl5 testcase namespace_nested
partialchecking perl5 testcase namespace_spaces
partialchecking perl5 testcase namespace_template
partialchecking perl5 testcase namespace_typedef_class
partialchecking perl5 testcase namespace_typemap
partialchecking perl5 testcase namespace_union
partialchecking perl5 testcase namespace_virtual_method
partialchecking perl5 testcase nspace
partialchecking perl5 testcase nspace_extend
partialchecking perl5 testcase naturalvar (with run test)
partialchecking perl5 testcase naturalvar_more
partialchecking perl5 testcase naturalvar_onoff
partialchecking perl5 testcase nested_class
partialchecking perl5 testcase nested_directors
partialchecking perl5 testcase nested_comment
partialchecking perl5 testcase nested_scope
partialchecking perl5 testcase nested_template_base
partialchecking perl5 testcase nested_workaround
partialchecking perl5 testcase newobject1
partialchecking perl5 testcase null_pointer
partialchecking perl5 testcase operator_overload (with run test)
partialchecking perl5 testcase operator_overload_break (with run test)
partialchecking perl5 testcase operator_pointer_ref
partialchecking perl5 testcase operbool
partialchecking perl5 testcase ordering
partialchecking perl5 testcase overload_arrays
partialchecking perl5 testcase overload_bool
partialchecking perl5 testcase overload_copy (with run test)
partialchecking perl5 testcase overload_extend
partialchecking perl5 testcase overload_method
partialchecking perl5 testcase overload_numeric
partialchecking perl5 testcase overload_polymorphic
partialchecking perl5 testcase overload_rename
partialchecking perl5 testcase overload_return_type
partialchecking perl5 testcase overload_simple (with run test)
partialchecking perl5 testcase overload_subtype
partialchecking perl5 testcase overload_template
partialchecking perl5 testcase overload_template_fast
partialchecking perl5 testcase pointer_reference
partialchecking perl5 testcase preproc_constants
partialchecking perl5 testcase primitive_ref (with run test)
partialchecking perl5 testcase private_assign
partialchecking perl5 testcase protected_rename
partialchecking perl5 testcase pure_virtual
partialchecking perl5 testcase redefined
partialchecking perl5 testcase redefined_not
partialchecking perl5 testcase refcount
partialchecking perl5 testcase reference_global_vars (with run test)
partialchecking perl5 testcase register_par
partialchecking perl5 testcase rename1
partialchecking perl5 testcase rename2
partialchecking perl5 testcase rename3
partialchecking perl5 testcase rename4
partialchecking perl5 testcase rename_rstrip_encoder
partialchecking perl5 testcase rename_scope (with run test)
partialchecking perl5 testcase rename_simple
partialchecking perl5 testcase rename_strip_encoder
partialchecking perl5 testcase rename_pcre_encoder
partialchecking perl5 testcase rename_pcre_enum
partialchecking perl5 testcase rename_predicates
partialchecking perl5 testcase restrict_cplusplus
partialchecking perl5 testcase return_const_value (with run test)
partialchecking perl5 testcase return_value_scope
partialchecking perl5 testcase rname
partialchecking perl5 testcase samename
partialchecking perl5 testcase sizet (with run test)
partialchecking perl5 testcase smart_pointer_const
partialchecking perl5 testcase smart_pointer_const2
partialchecking perl5 testcase smart_pointer_const_overload
partialchecking perl5 testcase smart_pointer_extend
partialchecking perl5 testcase smart_pointer_ignore
partialchecking perl5 testcase smart_pointer_member
partialchecking perl5 testcase smart_pointer_multi
partialchecking perl5 testcase smart_pointer_multi_typedef
partialchecking perl5 testcase smart_pointer_namespace
partialchecking perl5 testcase smart_pointer_namespace2
partialchecking perl5 testcase smart_pointer_not
partialchecking perl5 testcase smart_pointer_overload
partialchecking perl5 testcase smart_pointer_protected
partialchecking perl5 testcase smart_pointer_rename
partialchecking perl5 testcase smart_pointer_simple
partialchecking perl5 testcase smart_pointer_static
partialchecking perl5 testcase smart_pointer_template_const_overload
partialchecking perl5 testcase smart_pointer_template_defaults_overload
partialchecking perl5 testcase smart_pointer_templatemethods
partialchecking perl5 testcase smart_pointer_templatevariables
partialchecking perl5 testcase smart_pointer_typedef
partialchecking perl5 testcase special_variables
partialchecking perl5 testcase special_variable_attributes
partialchecking perl5 testcase special_variable_macros
partialchecking perl5 testcase static_array_member
partialchecking perl5 testcase static_const_member
partialchecking perl5 testcase static_const_member_2
partialchecking perl5 testcase string_constants
partialchecking perl5 testcase struct_initialization_cpp
partialchecking perl5 testcase struct_value
partialchecking perl5 testcase symbol_clash
partialchecking perl5 testcase template_arg_replace
partialchecking perl5 testcase template_arg_scope
partialchecking perl5 testcase template_arg_typename
partialchecking perl5 testcase template_array_numeric
partialchecking perl5 testcase template_basic
partialchecking perl5 testcase template_base_template
partialchecking perl5 testcase template_classes
partialchecking perl5 testcase template_const_ref
partialchecking perl5 testcase template_construct
partialchecking perl5 testcase template_templated_constructors
partialchecking perl5 testcase template_default
partialchecking perl5 testcase template_default2
partialchecking perl5 testcase template_default_arg (with run test)
partialchecking perl5 testcase template_default_arg_overloaded
partialchecking perl5 testcase template_default_arg_overloaded_extend
partialchecking perl5 testcase template_default_arg_virtual_destructor
partialchecking perl5 testcase template_default_class_parms
partialchecking perl5 testcase template_default_class_parms_typedef
partialchecking perl5 testcase template_default_inherit
partialchecking perl5 testcase template_default_qualify
partialchecking perl5 testcase template_default_vw
partialchecking perl5 testcase template_enum
partialchecking perl5 testcase template_enum_ns_inherit
partialchecking perl5 testcase template_enum_typedef
partialchecking perl5 testcase template_explicit
partialchecking perl5 testcase template_extend1
partialchecking perl5 testcase template_extend2
partialchecking perl5 testcase template_extend_overload
partialchecking perl5 testcase template_extend_overload_2
partialchecking perl5 testcase template_forward
partialchecking perl5 testcase template_inherit
partialchecking perl5 testcase template_inherit_abstract
partialchecking perl5 testcase template_int_const
partialchecking perl5 testcase template_keyword_in_type
partialchecking perl5 testcase template_methods
partialchecking perl5 testcase template_namespace_forward_declaration
partialchecking perl5 testcase template_using_directive_and_declaration_forward
partialchecking perl5 testcase template_nested
partialchecking perl5 testcase template_nested_typemaps
partialchecking perl5 testcase template_ns
partialchecking perl5 testcase template_ns2
partialchecking perl5 testcase template_ns3
partialchecking perl5 testcase template_ns4
partialchecking perl5 testcase template_ns_enum
partialchecking perl5 testcase template_ns_enum2
partialchecking perl5 testcase template_ns_inherit
partialchecking perl5 testcase template_ns_scope
partialchecking perl5 testcase template_partial_arg
partialchecking perl5 testcase template_partial_specialization
partialchecking perl5 testcase template_partial_specialization_typedef
partialchecking perl5 testcase template_qualifier
partialchecking perl5 testcase template_ref_type (with run test)
partialchecking perl5 testcase template_rename
partialchecking perl5 testcase template_retvalue
partialchecking perl5 testcase template_specialization
partialchecking perl5 testcase template_specialization_defarg
partialchecking perl5 testcase template_specialization_enum
partialchecking perl5 testcase template_static
partialchecking perl5 testcase template_tbase_template
partialchecking perl5 testcase template_template_parameters
partialchecking perl5 testcase template_typedef
partialchecking perl5 testcase template_typedef_class_template
partialchecking perl5 testcase template_typedef_cplx (with run test)
partialchecking perl5 testcase template_typedef_cplx2 (with run test)
partialchecking perl5 testcase template_typedef_cplx3 (with run test)
partialchecking perl5 testcase template_typedef_cplx4
partialchecking perl5 testcase template_typedef_cplx5
partialchecking perl5 testcase template_typedef_funcptr
partialchecking perl5 testcase template_typedef_inherit
partialchecking perl5 testcase template_typedef_ns
partialchecking perl5 testcase template_typedef_ptr
partialchecking perl5 testcase template_typedef_rec
partialchecking perl5 testcase template_typedef_typedef
partialchecking perl5 testcase template_typemaps
partialchecking perl5 testcase template_typemaps_typedef
partialchecking perl5 testcase template_typemaps_typedef2
partialchecking perl5 testcase template_using
partialchecking perl5 testcase template_virtual
partialchecking perl5 testcase template_whitespace
partialchecking perl5 testcase threads
partialchecking perl5 testcase threads_exception
partialchecking perl5 testcase throw_exception
partialchecking perl5 testcase typedef_array_member
partialchecking perl5 testcase typedef_class (with run test)
partialchecking perl5 testcase typedef_funcptr
partialchecking perl5 testcase typedef_inherit
partialchecking perl5 testcase typedef_mptr
partialchecking perl5 testcase typedef_reference
partialchecking perl5 testcase typedef_scope
partialchecking perl5 testcase typedef_sizet
partialchecking perl5 testcase typedef_struct_cpp
partialchecking perl5 testcase typedef_typedef
partialchecking perl5 testcase typemap_arrays
partialchecking perl5 testcase typemap_array_qualifiers
partialchecking perl5 testcase typemap_delete
partialchecking perl5 testcase typemap_directorout
partialchecking perl5 testcase typemap_global_scope
partialchecking perl5 testcase typemap_manyargs
partialchecking perl5 testcase typemap_namespace (with run test)
partialchecking perl5 testcase typemap_ns_using
partialchecking perl5 testcase typemap_numinputs
partialchecking perl5 testcase typemap_template
partialchecking perl5 testcase typemap_template_parm_typedef
partialchecking perl5 testcase typemap_out_optimal
partialchecking perl5 testcase typemap_qualifier_strip
partialchecking perl5 testcase typemap_variables
partialchecking perl5 testcase typemap_various
partialchecking perl5 testcase typename (with run test)
partialchecking perl5 testcase types_directive
partialchecking perl5 testcase unicode_strings
partialchecking perl5 testcase union_scope
partialchecking perl5 testcase using1 (with run test)
partialchecking perl5 testcase using2 (with run test)
partialchecking perl5 testcase using_composition
partialchecking perl5 testcase using_directive_and_declaration
partialchecking perl5 testcase using_directive_and_declaration_forward
partialchecking perl5 testcase using_extend
partialchecking perl5 testcase using_inherit
partialchecking perl5 testcase using_namespace
partialchecking perl5 testcase using_namespace_loop
partialchecking perl5 testcase using_pointers
partialchecking perl5 testcase using_private
partialchecking perl5 testcase using_protected
partialchecking perl5 testcase valuewrapper
partialchecking perl5 testcase valuewrapper_base
partialchecking perl5 testcase valuewrapper_const
partialchecking perl5 testcase valuewrapper_opaque
partialchecking perl5 testcase varargs (with run test)
partialchecking perl5 testcase varargs_overload
partialchecking perl5 testcase virtual_destructor
partialchecking perl5 testcase virtual_poly (with run test)
partialchecking perl5 testcase virtual_vs_nonvirtual_base
partialchecking perl5 testcase voidtest (with run test)
partialchecking perl5 testcase wallkw
partialchecking perl5 testcase wrapmacro (with run test)
partialchecking perl5 testcase director_string (with run test)
partialchecking perl5 testcase ignore_template_constructor
partialchecking perl5 testcase li_std_combinations
partialchecking perl5 testcase li_std_deque
partialchecking perl5 testcase li_std_except (with run test)
partialchecking perl5 testcase li_std_except_as_class
partialchecking perl5 testcase li_std_map
partialchecking perl5 testcase li_std_pair
partialchecking perl5 testcase li_std_pair_using
partialchecking perl5 testcase li_std_string (with run test)
partialchecking perl5 testcase li_std_vector
partialchecking perl5 testcase li_std_vector_enum
partialchecking perl5 testcase li_std_vector_member_var
partialchecking perl5 testcase smart_pointer_inherit
partialchecking perl5 testcase template_typedef_fnc
partialchecking perl5 testcase template_type_namespace
partialchecking perl5 testcase template_opaque
partialchecking perl5 testcase li_cstring
partialchecking perl5 testcase li_cdata_carrays (with run test)
partialchecking perl5 testcase arrays
partialchecking perl5 testcase bom_utf8
partialchecking perl5 testcase c_delete
partialchecking perl5 testcase c_delete_function
partialchecking perl5 testcase char_constant
partialchecking perl5 testcase const_const
partialchecking perl5 testcase constant_expr
partialchecking perl5 testcase empty_c
partialchecking perl5 testcase enums
partialchecking perl5 testcase enum_forward
partialchecking perl5 testcase enum_macro
partialchecking perl5 testcase enum_missing
partialchecking perl5 testcase extern_declaration
partialchecking perl5 testcase funcptr
partialchecking perl5 testcase function_typedef
partialchecking perl5 testcase global_functions
partialchecking perl5 testcase immutable_values
partialchecking perl5 testcase inctest (with run test)
partialchecking perl5 testcase infinity
partialchecking perl5 testcase integers
partialchecking perl5 testcase keyword_rename_c
partialchecking perl5 testcase lextype
partialchecking perl5 testcase li_carrays (with run test)
partialchecking perl5 testcase li_cdata
partialchecking perl5 testcase li_cmalloc
partialchecking perl5 testcase li_constraints
partialchecking perl5 testcase li_cpointer
partialchecking perl5 testcase li_math
partialchecking perl5 testcase long_long
partialchecking perl5 testcase memberin_extend_c
partialchecking perl5 testcase name
partialchecking perl5 testcase nested
partialchecking perl5 testcase nested_extend_c
partialchecking perl5 testcase nested_structs
partialchecking perl5 testcase newobject2
partialchecking perl5 testcase overload_extend_c
partialchecking perl5 testcase overload_extend2
partialchecking perl5 testcase preproc (with run test)
partialchecking perl5 testcase preproc_constants_c
partialchecking perl5 testcase preproc_defined
partialchecking perl5 testcase preproc_include
partialchecking perl5 testcase preproc_line_file
partialchecking perl5 testcase ret_by_value (with run test)
partialchecking perl5 testcase simple_array
partialchecking perl5 testcase sizeof_pointer
partialchecking perl5 testcase sneaky1 (with run test)
partialchecking perl5 testcase string_simple
partialchecking perl5 testcase struct_rename
partialchecking perl5 testcase struct_initialization
partialchecking perl5 testcase typedef_struct
partialchecking perl5 testcase typemap_subst
partialchecking perl5 testcase union_parameter
partialchecking perl5 testcase unions (with run test)
partialchecking perl5 testcase clientdata_prop
partialchecking perl5 testcase imports (with run test)
partialchecking perl5 testcase import_stl
partialchecking perl5 testcase packageoption (with run test)
partialchecking perl5 testcase mod
partialchecking perl5 testcase template_typedef_import
partialchecking perl5 testcase multi_import
505 perl5 tests passed
partialchecking php test-suite
partialchecking php testcase callback (with run test)
partialchecking php testcase php_iterator (with run test)
partialchecking php testcase php_namewarn_rename
partialchecking php testcase abstract_access
partialchecking php testcase abstract_inherit (with run test)
partialchecking php testcase abstract_inherit_ok (with run test)
partialchecking php testcase abstract_signature
partialchecking php testcase abstract_typedef
partialchecking php testcase abstract_typedef2
partialchecking php testcase abstract_virtual
partialchecking php testcase access_change
partialchecking php testcase add_link (with run test)
partialchecking php testcase aggregate
partialchecking php testcase allowexcept
partialchecking php testcase allprotected
partialchecking php testcase allprotected_not
partialchecking php testcase anonymous_bitfield
partialchecking php testcase apply_signed_char
partialchecking php testcase apply_strings
partialchecking php testcase argout (with run test)
partialchecking php testcase array_member
partialchecking php testcase array_typedef_memberin
partialchecking php testcase arrayref
partialchecking php testcase arrays_dimensionless
partialchecking php testcase arrays_global (with run test)
partialchecking php testcase arrays_global_twodim (with run test)
partialchecking php testcase arrays_scope (with run test)
partialchecking php testcase autodoc
partialchecking php testcase bloody_hell
partialchecking php testcase bools
partialchecking php testcase catches
partialchecking php testcase cast_operator
partialchecking php testcase casts (with run test)
partialchecking php testcase char_binary
partialchecking php testcase char_strings (with run test)
partialchecking php testcase chartest
partialchecking php testcase class_forward
partialchecking php testcase class_ignore (with run test)
partialchecking php testcase class_scope_weird
partialchecking php testcase compactdefaultargs
partialchecking php testcase const_const_2
partialchecking php testcase constant_directive
partialchecking php testcase constant_pointers
partialchecking php testcase constover
partialchecking php testcase constructor_copy
partialchecking php testcase constructor_exception
partialchecking php testcase constructor_explicit
partialchecking php testcase constructor_ignore
partialchecking php testcase constructor_rename
partialchecking php testcase constructor_value
partialchecking php testcase contract
partialchecking php testcase conversion (with run test)
partialchecking php testcase conversion_namespace (with run test)
partialchecking php testcase conversion_ns_template (with run test)
partialchecking php testcase conversion_operators
partialchecking php testcase cplusplus_throw
partialchecking php testcase cpp_basic
partialchecking php testcase cpp_enum
partialchecking php testcase cpp_namespace
partialchecking php testcase cpp_nodefault
partialchecking php testcase cpp_static (with run test)
partialchecking php testcase cpp_typedef
partialchecking php testcase curiously_recurring_template_pattern
partialchecking php testcase default_args
partialchecking php testcase default_arg_values
partialchecking php testcase default_constructor
partialchecking php testcase defvalue_constructor
partialchecking php testcase derived_byvalue
partialchecking php testcase derived_nested
partialchecking php testcase destructor_reprotected
partialchecking php testcase director_abstract (with run test)
partialchecking php testcase director_alternating
partialchecking php testcase director_basic (with run test)
partialchecking php testcase director_binary_string
partialchecking php testcase director_classes
partialchecking php testcase director_classic (with run test)
partialchecking php testcase director_constructor
partialchecking php testcase director_default (with run test)
partialchecking php testcase director_detect (with run test)
partialchecking php testcase director_enum (with run test)
partialchecking php testcase director_exception (with run test)
partialchecking php testcase director_extend (with run test)
partialchecking php testcase director_finalizer (with run test)
partialchecking php testcase director_frob (with run test)
partialchecking php testcase director_ignore
partialchecking php testcase director_keywords
partialchecking php testcase director_namespace_clash
partialchecking php testcase director_nested (with run test)
partialchecking php testcase director_nspace
partialchecking php testcase director_nspace_director_name_collision
partialchecking php testcase director_overload
partialchecking php testcase director_overload2
partialchecking php testcase director_pass_by_value (with run test)
partialchecking php testcase director_primitives
partialchecking php testcase director_property
partialchecking php testcase director_protected (with run test)
partialchecking php testcase director_protected_overloaded
partialchecking php testcase director_redefined
partialchecking php testcase director_ref
partialchecking php testcase director_smartptr
partialchecking php testcase director_thread (with run test)
partialchecking php testcase director_unroll (with run test)
partialchecking php testcase director_using
partialchecking php testcase director_wombat
partialchecking php testcase disown
partialchecking php testcase dynamic_cast
partialchecking php testcase empty
partialchecking php testcase enum_ignore
partialchecking php testcase enum_plus
partialchecking php testcase enum_rename
partialchecking php testcase enum_scope_template (with run test)
partialchecking php testcase enum_template
partialchecking php testcase enum_thorough
partialchecking php testcase enum_var
partialchecking php testcase equality
partialchecking php testcase evil_diamond (with run test)
partialchecking php testcase evil_diamond_ns (with run test)
partialchecking php testcase evil_diamond_prop (with run test)
partialchecking php testcase exception_classname
partialchecking php testcase exception_order (with run test)
partialchecking php testcase extend
partialchecking php testcase extend_constructor_destructor
partialchecking php testcase extend_default
partialchecking php testcase extend_placement
partialchecking php testcase extend_special_variables
partialchecking php testcase extend_template (with run test)
partialchecking php testcase extend_template_ns (with run test)
partialchecking php testcase extend_typedef_class
partialchecking php testcase extern_c
partialchecking php testcase extern_namespace
partialchecking php testcase extern_throws
partialchecking php testcase expressions
partialchecking php testcase features
partialchecking php testcase fragments
partialchecking php testcase friends
partialchecking php testcase friends_template
partialchecking php testcase funcptr_cpp
partialchecking php testcase fvirtual
partialchecking php testcase global_namespace
partialchecking php testcase global_ns_arg
partialchecking php testcase global_scope_types
partialchecking php testcase global_vars
partialchecking php testcase grouping (with run test)
partialchecking php testcase ignore_parameter (with run test)
partialchecking php testcase import_nomodule (with run test)
partialchecking php testcase inherit
partialchecking php testcase inherit_member
partialchecking php testcase inherit_missing
partialchecking php testcase inherit_same_name
partialchecking php testcase inherit_target_language
partialchecking php testcase inherit_void_arg
partialchecking php testcase inline_initializer
partialchecking php testcase insert_directive
partialchecking php testcase keyword_rename
partialchecking php testcase kind
partialchecking php testcase kwargs_feature
partialchecking php testcase langobj
partialchecking php testcase li_attribute
partialchecking php testcase li_attribute_template
partialchecking php testcase li_boost_array
partialchecking php testcase li_boost_shared_ptr
partialchecking php testcase li_boost_shared_ptr_bits
partialchecking php testcase li_boost_shared_ptr_template
partialchecking php testcase li_boost_shared_ptr_attribute
partialchecking php testcase li_carrays_cpp (with run test)
partialchecking php testcase li_cdata_cpp
partialchecking php testcase li_cpointer_cpp
partialchecking php testcase li_std_auto_ptr
partialchecking php testcase li_stdint
partialchecking php testcase li_swigtype_inout
partialchecking php testcase li_typemaps
partialchecking php testcase li_typemaps_apply
partialchecking php testcase li_windows
partialchecking php testcase long_long_apply
partialchecking php testcase memberin_extend
partialchecking php testcase member_funcptr_galore
partialchecking php testcase member_pointer
partialchecking php testcase member_template
partialchecking php testcase minherit
partialchecking php testcase minherit2
partialchecking php testcase mixed_types
partialchecking php testcase multiple_inheritance
partialchecking php testcase multiple_inheritance_abstract
partialchecking php testcase multiple_inheritance_interfaces
partialchecking php testcase multiple_inheritance_nspace
partialchecking php testcase multiple_inheritance_shared_ptr
partialchecking php testcase name_cxx
partialchecking php testcase name_warnings
partialchecking php testcase namespace_class
partialchecking php testcase namespace_enum
partialchecking php testcase namespace_extend
partialchecking php testcase namespace_forward_declaration
partialchecking php testcase namespace_nested
partialchecking php testcase namespace_spaces
partialchecking php testcase namespace_template
partialchecking php testcase namespace_typedef_class
partialchecking php testcase namespace_typemap
partialchecking php testcase namespace_union
partialchecking php testcase namespace_virtual_method
partialchecking php testcase nspace
partialchecking php testcase nspace_extend
partialchecking php testcase naturalvar
partialchecking php testcase naturalvar_more
partialchecking php testcase naturalvar_onoff
partialchecking php testcase nested_class
partialchecking php testcase nested_directors
partialchecking php testcase nested_comment
partialchecking php testcase nested_scope
partialchecking php testcase nested_template_base
partialchecking php testcase nested_workaround
partialchecking php testcase newobject1 (with run test)
partialchecking php testcase null_pointer
partialchecking php testcase operator_overload
partialchecking php testcase operator_overload_break
partialchecking php testcase operator_pointer_ref
partialchecking php testcase operbool
partialchecking php testcase ordering
partialchecking php testcase overload_arrays
partialchecking php testcase overload_bool
partialchecking php testcase overload_copy
partialchecking php testcase overload_extend
partialchecking php testcase overload_method
partialchecking php testcase overload_numeric
partialchecking php testcase overload_polymorphic
partialchecking php testcase overload_rename (with run test)
partialchecking php testcase overload_return_type (with run test)
partialchecking php testcase overload_simple
partialchecking php testcase overload_subtype
partialchecking php testcase overload_template
partialchecking php testcase overload_template_fast
partialchecking php testcase pointer_reference (with run test)
partialchecking php testcase preproc_constants
partialchecking php testcase primitive_ref (with run test)
partialchecking php testcase private_assign
partialchecking php testcase protected_rename
partialchecking php testcase pure_virtual
partialchecking php testcase redefined
partialchecking php testcase redefined_not
partialchecking php testcase refcount
partialchecking php testcase reference_global_vars
partialchecking php testcase register_par
partialchecking php testcase rename1
partialchecking php testcase rename2
partialchecking php testcase rename3
partialchecking php testcase rename4
partialchecking php testcase rename_rstrip_encoder
partialchecking php testcase rename_scope (with run test)
partialchecking php testcase rename_simple
partialchecking php testcase rename_strip_encoder
partialchecking php testcase rename_pcre_encoder
partialchecking php testcase rename_pcre_enum
partialchecking php testcase rename_predicates
partialchecking php testcase restrict_cplusplus
partialchecking php testcase return_const_value
partialchecking php testcase return_value_scope
partialchecking php testcase rname
partialchecking php testcase samename
partialchecking php testcase sizet
partialchecking php testcase smart_pointer_const
partialchecking php testcase smart_pointer_const2
partialchecking php testcase smart_pointer_const_overload
partialchecking php testcase smart_pointer_extend
partialchecking php testcase smart_pointer_ignore
partialchecking php testcase smart_pointer_member
partialchecking php testcase smart_pointer_multi
partialchecking php testcase smart_pointer_multi_typedef
partialchecking php testcase smart_pointer_namespace
partialchecking php testcase smart_pointer_namespace2
partialchecking php testcase smart_pointer_not
partialchecking php testcase smart_pointer_overload
partialchecking php testcase smart_pointer_protected
partialchecking php testcase smart_pointer_rename (with run test)
partialchecking php testcase smart_pointer_simple
partialchecking php testcase smart_pointer_static
partialchecking php testcase smart_pointer_template_const_overload
partialchecking php testcase smart_pointer_template_defaults_overload
partialchecking php testcase smart_pointer_templatemethods
partialchecking php testcase smart_pointer_templatevariables
partialchecking php testcase smart_pointer_typedef
partialchecking php testcase special_variables
partialchecking php testcase special_variable_attributes
partialchecking php testcase special_variable_macros
partialchecking php testcase static_array_member
partialchecking php testcase static_const_member
partialchecking php testcase static_const_member_2
partialchecking php testcase string_constants
partialchecking php testcase struct_initialization_cpp
partialchecking php testcase struct_value
partialchecking php testcase symbol_clash
partialchecking php testcase template_arg_replace
partialchecking php testcase template_arg_scope
partialchecking php testcase template_arg_typename (with run test)
partialchecking php testcase template_array_numeric
partialchecking php testcase template_basic
partialchecking php testcase template_base_template
partialchecking php testcase template_classes
partialchecking php testcase template_const_ref
partialchecking php testcase template_construct (with run test)
partialchecking php testcase template_templated_constructors
partialchecking php testcase template_default
partialchecking php testcase template_default2
partialchecking php testcase template_default_arg
partialchecking php testcase template_default_arg_overloaded
partialchecking php testcase template_default_arg_overloaded_extend
partialchecking php testcase template_default_arg_virtual_destructor
partialchecking php testcase template_default_class_parms
partialchecking php testcase template_default_class_parms_typedef
partialchecking php testcase template_default_inherit
partialchecking php testcase template_default_qualify
partialchecking php testcase template_default_vw
partialchecking php testcase template_enum
partialchecking php testcase template_enum_ns_inherit
partialchecking php testcase template_enum_typedef
partialchecking php testcase template_explicit
partialchecking php testcase template_extend1
partialchecking php testcase template_extend2
partialchecking php testcase template_extend_overload
partialchecking php testcase template_extend_overload_2
partialchecking php testcase template_forward
partialchecking php testcase template_inherit
partialchecking php testcase template_inherit_abstract
partialchecking php testcase template_int_const
partialchecking php testcase template_keyword_in_type
partialchecking php testcase template_methods
partialchecking php testcase template_namespace_forward_declaration
partialchecking php testcase template_using_directive_and_declaration_forward
partialchecking php testcase template_nested
partialchecking php testcase template_nested_typemaps
partialchecking php testcase template_ns
partialchecking php testcase template_ns2
partialchecking php testcase template_ns3
partialchecking php testcase template_ns4
partialchecking php testcase template_ns_enum
partialchecking php testcase template_ns_enum2
partialchecking php testcase template_ns_inherit
partialchecking php testcase template_ns_scope
partialchecking php testcase template_partial_arg
partialchecking php testcase template_partial_specialization
partialchecking php testcase template_partial_specialization_typedef
partialchecking php testcase template_qualifier
partialchecking php testcase template_ref_type
partialchecking php testcase template_rename
partialchecking php testcase template_retvalue
partialchecking php testcase template_specialization
partialchecking php testcase template_specialization_defarg
partialchecking php testcase template_specialization_enum
partialchecking php testcase template_static
partialchecking php testcase template_tbase_template
partialchecking php testcase template_template_parameters
partialchecking php testcase template_typedef
partialchecking php testcase template_typedef_class_template
partialchecking php testcase template_typedef_cplx
partialchecking php testcase template_typedef_cplx2
partialchecking php testcase template_typedef_cplx3
partialchecking php testcase template_typedef_cplx4
partialchecking php testcase template_typedef_cplx5
partialchecking php testcase template_typedef_funcptr
partialchecking php testcase template_typedef_inherit
partialchecking php testcase template_typedef_ns
partialchecking php testcase template_typedef_ptr
partialchecking php testcase template_typedef_rec
partialchecking php testcase template_typedef_typedef
partialchecking php testcase template_typemaps
partialchecking php testcase template_typemaps_typedef
partialchecking php testcase template_typemaps_typedef2
partialchecking php testcase template_using
partialchecking php testcase template_virtual
partialchecking php testcase template_whitespace
partialchecking php testcase threads
partialchecking php testcase threads_exception (with run test)
partialchecking php testcase throw_exception
partialchecking php testcase typedef_array_member
partialchecking php testcase typedef_class
partialchecking php testcase typedef_funcptr
partialchecking php testcase typedef_inherit
partialchecking php testcase typedef_mptr
partialchecking php testcase typedef_reference (with run test)
partialchecking php testcase typedef_scope
partialchecking php testcase typedef_sizet
partialchecking php testcase typedef_struct_cpp
partialchecking php testcase typedef_typedef
partialchecking php testcase typemap_arrays
partialchecking php testcase typemap_array_qualifiers
partialchecking php testcase typemap_delete
partialchecking php testcase typemap_directorout
partialchecking php testcase typemap_global_scope
partialchecking php testcase typemap_manyargs
partialchecking php testcase typemap_namespace
partialchecking php testcase typemap_ns_using (with run test)
partialchecking php testcase typemap_numinputs
partialchecking php testcase typemap_template
partialchecking php testcase typemap_template_parm_typedef
partialchecking php testcase typemap_out_optimal
partialchecking php testcase typemap_qualifier_strip
partialchecking php testcase typemap_variables
partialchecking php testcase typemap_various
partialchecking php testcase typename
partialchecking php testcase types_directive
partialchecking php testcase unicode_strings
partialchecking php testcase union_scope
partialchecking php testcase using1 (with run test)
partialchecking php testcase using2 (with run test)
partialchecking php testcase using_composition
partialchecking php testcase using_directive_and_declaration
partialchecking php testcase using_directive_and_declaration_forward
partialchecking php testcase using_extend
partialchecking php testcase using_inherit
partialchecking php testcase using_namespace
partialchecking php testcase using_namespace_loop
partialchecking php testcase using_pointers
partialchecking php testcase using_private
partialchecking php testcase using_protected
partialchecking php testcase valuewrapper
partialchecking php testcase valuewrapper_base (with run test)
partialchecking php testcase valuewrapper_const
partialchecking php testcase valuewrapper_opaque
partialchecking php testcase varargs
partialchecking php testcase varargs_overload
partialchecking php testcase virtual_destructor
partialchecking php testcase virtual_poly
partialchecking php testcase virtual_vs_nonvirtual_base (with run test)
partialchecking php testcase voidtest
partialchecking php testcase wallkw
partialchecking php testcase wrapmacro (with run test)
partialchecking php testcase director_string (with run test)
partialchecking php testcase ignore_template_constructor
partialchecking php testcase li_std_combinations
partialchecking php testcase li_std_deque
partialchecking php testcase li_std_except
partialchecking php testcase li_std_except_as_class
partialchecking php testcase li_std_map
partialchecking php testcase li_std_pair
partialchecking php testcase li_std_pair_using
partialchecking php testcase li_std_string (with run test)
partialchecking php testcase li_std_vector
partialchecking php testcase li_std_vector_enum
partialchecking php testcase li_std_vector_member_var (with run test)
partialchecking php testcase smart_pointer_inherit
partialchecking php testcase template_typedef_fnc
partialchecking php testcase template_type_namespace
partialchecking php testcase template_opaque
partialchecking php testcase arrays (with run test)
partialchecking php testcase bom_utf8
partialchecking php testcase c_delete
partialchecking php testcase c_delete_function
partialchecking php testcase char_constant
partialchecking php testcase const_const
partialchecking php testcase constant_expr
partialchecking php testcase empty_c
partialchecking php testcase enums
partialchecking php testcase enum_forward
partialchecking php testcase enum_macro
partialchecking php testcase enum_missing
partialchecking php testcase extern_declaration
partialchecking php testcase funcptr
partialchecking php testcase function_typedef
partialchecking php testcase global_functions
partialchecking php testcase immutable_values
partialchecking php testcase inctest
partialchecking php testcase infinity
partialchecking php testcase integers
partialchecking php testcase keyword_rename_c
partialchecking php testcase lextype
partialchecking php testcase li_carrays (with run test)
partialchecking php testcase li_cdata
partialchecking php testcase li_cmalloc
partialchecking php testcase li_constraints
partialchecking php testcase li_cpointer
partialchecking php testcase li_math
partialchecking php testcase long_long
partialchecking php testcase memberin_extend_c
partialchecking php testcase name
partialchecking php testcase nested
partialchecking php testcase nested_extend_c
partialchecking php testcase nested_structs
partialchecking php testcase newobject2
partialchecking php testcase overload_extend_c
partialchecking php testcase overload_extend2
partialchecking php testcase preproc
partialchecking php testcase preproc_constants_c
partialchecking php testcase preproc_defined
partialchecking php testcase preproc_include
partialchecking php testcase preproc_line_file
partialchecking php testcase ret_by_value
partialchecking php testcase simple_array
partialchecking php testcase sizeof_pointer
partialchecking php testcase sneaky1
partialchecking php testcase string_simple
partialchecking php testcase struct_rename
partialchecking php testcase struct_initialization
partialchecking php testcase typedef_struct
partialchecking php testcase typemap_subst
partialchecking php testcase union_parameter
partialchecking php testcase unions
partialchecking php testcase clientdata_prop
partialchecking php testcase imports
partialchecking php testcase import_stl
partialchecking php testcase packageoption
partialchecking php testcase mod
partialchecking php testcase template_typedef_import
partialchecking php testcase multi_import
501 php tests passed
partialchecking python test-suite
partialchecking python testcase argcargvtest (with run test)
partialchecking python testcase callback (with run test)
partialchecking python testcase complextest (with run test)
partialchecking python testcase director_stl (with run test)
partialchecking python testcase director_wstring (with run test)
partialchecking python testcase file_test (with run test)
partialchecking python testcase iadd (with run test)
partialchecking python testcase implicittest (with run test)
partialchecking python testcase inout (with run test)
partialchecking python testcase inplaceadd (with run test)
partialchecking python testcase input (with run test)
partialchecking python testcase li_cstring (with run test)
partialchecking python testcase li_cwstring (with run test)
partialchecking python testcase li_factory (with run test)
partialchecking python testcase li_implicit (with run test)
partialchecking python testcase li_std_containers_int (with run test)
partialchecking python testcase li_std_map_member (with run test)
partialchecking python testcase li_std_multimap
partialchecking python testcase li_std_pair_extra (with run test)
partialchecking python testcase li_std_set (with run test)
partialchecking python testcase li_std_stream (with run test)
partialchecking python testcase li_std_string_extra (with run test)
partialchecking python testcase li_std_vectora
partialchecking python testcase li_std_vector_extra (with run test)
partialchecking python testcase li_std_wstream (with run test)
partialchecking python testcase li_std_wstring (with run test)
partialchecking python testcase primitive_types (with run test)
partialchecking python testcase python_abstractbase
partialchecking python testcase python_append (with run test)
partialchecking python testcase python_destructor_exception (with run test)
partialchecking python testcase python_director
partialchecking python testcase python_docstring (with run test)
partialchecking python testcase python_nondynamic (with run test)
partialchecking python testcase python_overload_simple_cast (with run test)
partialchecking python testcase python_pythoncode (with run test)
partialchecking python testcase python_richcompare (with run test)
partialchecking python testcase python_strict_unicode (with run test)
partialchecking python testcase simutry
partialchecking python testcase std_containers (with run test)
partialchecking python testcase swigobject (with run test)
partialchecking python testcase template_matrix (with run test)
partialchecking python testcase abstract_access (with run test)
partialchecking python testcase abstract_inherit
partialchecking python testcase abstract_inherit_ok
partialchecking python testcase abstract_signature
partialchecking python testcase abstract_typedef (with run test)
partialchecking python testcase abstract_typedef2 (with run test)
partialchecking python testcase abstract_virtual (with run test)
partialchecking python testcase access_change
partialchecking python testcase add_link
partialchecking python testcase aggregate
partialchecking python testcase allowexcept
partialchecking python testcase allprotected
partialchecking python testcase allprotected_not
partialchecking python testcase anonymous_bitfield
partialchecking python testcase apply_signed_char
partialchecking python testcase apply_strings
partialchecking python testcase argout
partialchecking python testcase array_member (with run test)
partialchecking python testcase array_typedef_memberin
partialchecking python testcase arrayref
partialchecking python testcase arrays_dimensionless
partialchecking python testcase arrays_global (with run test)
partialchecking python testcase arrays_global_twodim
partialchecking python testcase arrays_scope
partialchecking python testcase autodoc (with run test)
partialchecking python testcase bloody_hell
partialchecking python testcase bools
partialchecking python testcase catches
partialchecking python testcase cast_operator
partialchecking python testcase casts
partialchecking python testcase char_binary (with run test)
partialchecking python testcase char_strings
partialchecking python testcase chartest
partialchecking python testcase class_forward
partialchecking python testcase class_ignore (with run test)
partialchecking python testcase class_scope_weird (with run test)
partialchecking python testcase compactdefaultargs (with run test)
partialchecking python testcase const_const_2
partialchecking python testcase constant_directive (with run test)
partialchecking python testcase constant_pointers
partialchecking python testcase constover (with run test)
partialchecking python testcase constructor_copy (with run test)
partialchecking python testcase constructor_exception
partialchecking python testcase constructor_explicit
partialchecking python testcase constructor_ignore
partialchecking python testcase constructor_rename (with run test)
partialchecking python testcase constructor_value
partialchecking python testcase contract (with run test)
partialchecking python testcase conversion
partialchecking python testcase conversion_namespace
partialchecking python testcase conversion_ns_template
partialchecking python testcase conversion_operators
partialchecking python testcase cplusplus_throw
partialchecking python testcase cpp_basic
partialchecking python testcase cpp_enum (with run test)
partialchecking python testcase cpp_namespace (with run test)
partialchecking python testcase cpp_nodefault
partialchecking python testcase cpp_static (with run test)
partialchecking python testcase cpp_typedef
partialchecking python testcase curiously_recurring_template_pattern
partialchecking python testcase default_args (with run test)
partialchecking python testcase default_arg_values (with run test)
partialchecking python testcase default_constructor (with run test)
partialchecking python testcase defvalue_constructor
partialchecking python testcase derived_byvalue
partialchecking python testcase derived_nested
partialchecking python testcase destructor_reprotected
partialchecking python testcase director_abstract (with run test)
partialchecking python testcase director_alternating (with run test)
partialchecking python testcase director_basic (with run test)
partialchecking python testcase director_binary_string
partialchecking python testcase director_classes
partialchecking python testcase director_classic (with run test)
partialchecking python testcase director_constructor
partialchecking python testcase director_default (with run test)
partialchecking python testcase director_detect (with run test)
partialchecking python testcase director_enum (with run test)
partialchecking python testcase director_exception (with run test)
partialchecking python testcase director_extend (with run test)
partialchecking python testcase director_finalizer (with run test)
partialchecking python testcase director_frob (with run test)
partialchecking python testcase director_ignore
partialchecking python testcase director_keywords (with run test)
partialchecking python testcase director_namespace_clash
partialchecking python testcase director_nested (with run test)
partialchecking python testcase director_nspace
partialchecking python testcase director_nspace_director_name_collision
partialchecking python testcase director_overload
partialchecking python testcase director_overload2
partialchecking python testcase director_pass_by_value (with run test)
partialchecking python testcase director_primitives
partialchecking python testcase director_property (with run test)
partialchecking python testcase director_protected (with run test)
partialchecking python testcase director_protected_overloaded
partialchecking python testcase director_redefined
partialchecking python testcase director_ref
partialchecking python testcase director_smartptr (with run test)
partialchecking python testcase director_thread (with run test)
partialchecking python testcase director_unroll (with run test)
partialchecking python testcase director_using
partialchecking python testcase director_wombat
partialchecking python testcase disown (with run test)
partialchecking python testcase dynamic_cast (with run test)
partialchecking python testcase empty (with run test)
partialchecking python testcase enum_ignore
partialchecking python testcase enum_plus
partialchecking python testcase enum_rename
partialchecking python testcase enum_scope_template
partialchecking python testcase enum_template (with run test)
partialchecking python testcase enum_thorough
partialchecking python testcase enum_var
partialchecking python testcase equality
partialchecking python testcase evil_diamond
partialchecking python testcase evil_diamond_ns
partialchecking python testcase evil_diamond_prop
partialchecking python testcase exception_classname (with run test)
partialchecking python testcase exception_order (with run test)
partialchecking python testcase extend
partialchecking python testcase extend_constructor_destructor
partialchecking python testcase extend_default
partialchecking python testcase extend_placement (with run test)
partialchecking python testcase extend_special_variables
partialchecking python testcase extend_template (with run test)
partialchecking python testcase extend_template_ns (with run test)
partialchecking python testcase extend_typedef_class
partialchecking python testcase extern_c (with run test)
partialchecking python testcase extern_namespace
partialchecking python testcase extern_throws
partialchecking python testcase expressions
partialchecking python testcase features
partialchecking python testcase fragments
partialchecking python testcase friends (with run test)
partialchecking python testcase friends_template
partialchecking python testcase funcptr_cpp (with run test)
partialchecking python testcase fvirtual (with run test)
partialchecking python testcase global_namespace (with run test)
partialchecking python testcase global_ns_arg (with run test)
partialchecking python testcase global_scope_types
partialchecking python testcase global_vars (with run test)
partialchecking python testcase grouping (with run test)
partialchecking python testcase ignore_parameter
partialchecking python testcase import_nomodule (with run test)
partialchecking python testcase inherit
partialchecking python testcase inherit_member
partialchecking python testcase inherit_missing (with run test)
partialchecking python testcase inherit_same_name
partialchecking python testcase inherit_target_language
partialchecking python testcase inherit_void_arg
partialchecking python testcase inline_initializer
partialchecking python testcase insert_directive
partialchecking python testcase keyword_rename (with run test)
partialchecking python testcase kind
partialchecking python testcase kwargs_feature (with run test)
partialchecking python testcase langobj (with run test)
partialchecking python testcase li_attribute (with run test)
partialchecking python testcase li_attribute_template (with run test)
partialchecking python testcase li_boost_array (with run test)
partialchecking python testcase li_boost_shared_ptr (with run test)
partialchecking python testcase li_boost_shared_ptr_bits (with run test)
partialchecking python testcase li_boost_shared_ptr_template (with run test)
partialchecking python testcase li_boost_shared_ptr_attribute
partialchecking python testcase li_carrays_cpp (with run test)
partialchecking python testcase li_cdata_cpp (with run test)
partialchecking python testcase li_cpointer_cpp (with run test)
partialchecking python testcase li_std_auto_ptr (with run test)
partialchecking python testcase li_stdint
partialchecking python testcase li_swigtype_inout
partialchecking python testcase li_typemaps
partialchecking python testcase li_typemaps_apply
partialchecking python testcase li_windows
partialchecking python testcase long_long_apply
partialchecking python testcase memberin_extend
partialchecking python testcase member_funcptr_galore
partialchecking python testcase member_pointer (with run test)
partialchecking python testcase member_template
partialchecking python testcase minherit (with run test)
partialchecking python testcase minherit2
partialchecking python testcase mixed_types
partialchecking python testcase multiple_inheritance
partialchecking python testcase multiple_inheritance_abstract
partialchecking python testcase multiple_inheritance_interfaces
partialchecking python testcase multiple_inheritance_nspace
partialchecking python testcase multiple_inheritance_shared_ptr
partialchecking python testcase name_cxx
partialchecking python testcase name_warnings
partialchecking python testcase namespace_class (with run test)
partialchecking python testcase namespace_enum
partialchecking python testcase namespace_extend
partialchecking python testcase namespace_forward_declaration
partialchecking python testcase namespace_nested
partialchecking python testcase namespace_spaces
partialchecking python testcase namespace_template
partialchecking python testcase namespace_typedef_class
partialchecking python testcase namespace_typemap (with run test)
partialchecking python testcase namespace_union
partialchecking python testcase namespace_virtual_method (with run test)
partialchecking python testcase nspace
partialchecking python testcase nspace_extend
partialchecking python testcase naturalvar (with run test)
partialchecking python testcase naturalvar_more
partialchecking python testcase naturalvar_onoff
partialchecking python testcase nested_class
partialchecking python testcase nested_directors
partialchecking python testcase nested_comment
partialchecking python testcase nested_scope
partialchecking python testcase nested_template_base (with run test)
partialchecking python testcase nested_workaround (with run test)
partialchecking python testcase newobject1
partialchecking python testcase null_pointer
partialchecking python testcase operator_overload (with run test)
partialchecking python testcase operator_overload_break
partialchecking python testcase operator_pointer_ref
partialchecking python testcase operbool (with run test)
partialchecking python testcase ordering
partialchecking python testcase overload_arrays
partialchecking python testcase overload_bool (with run test)
partialchecking python testcase overload_copy (with run test)
partialchecking python testcase overload_extend (with run test)
partialchecking python testcase overload_method
partialchecking python testcase overload_numeric (with run test)
partialchecking python testcase overload_polymorphic
partialchecking python testcase overload_rename (with run test)
partialchecking python testcase overload_return_type
partialchecking python testcase overload_simple (with run test)
partialchecking python testcase overload_subtype (with run test)
partialchecking python testcase overload_template (with run test)
partialchecking python testcase overload_template_fast (with run test)
partialchecking python testcase pointer_reference (with run test)
partialchecking python testcase preproc_constants
partialchecking python testcase primitive_ref (with run test)
partialchecking python testcase private_assign
partialchecking python testcase protected_rename
partialchecking python testcase pure_virtual
partialchecking python testcase redefined
partialchecking python testcase redefined_not
partialchecking python testcase refcount (with run test)
partialchecking python testcase reference_global_vars (with run test)
partialchecking python testcase register_par
partialchecking python testcase rename1
partialchecking python testcase rename2
partialchecking python testcase rename3
partialchecking python testcase rename4
partialchecking python testcase rename_rstrip_encoder (with run test)
partialchecking python testcase rename_scope (with run test)
partialchecking python testcase rename_simple
partialchecking python testcase rename_strip_encoder (with run test)
partialchecking python testcase rename_pcre_encoder (with run test)
partialchecking python testcase rename_pcre_enum
partialchecking python testcase rename_predicates (with run test)
partialchecking python testcase restrict_cplusplus
partialchecking python testcase return_const_value (with run test)
partialchecking python testcase return_value_scope
partialchecking python testcase rname
partialchecking python testcase samename
partialchecking python testcase sizet
partialchecking python testcase smart_pointer_const
partialchecking python testcase smart_pointer_const2
partialchecking python testcase smart_pointer_const_overload (with run test)
partialchecking python testcase smart_pointer_extend (with run test)
partialchecking python testcase smart_pointer_ignore
partialchecking python testcase smart_pointer_member (with run test)
partialchecking python testcase smart_pointer_multi (with run test)
partialchecking python testcase smart_pointer_multi_typedef (with run test)
partialchecking python testcase smart_pointer_namespace
partialchecking python testcase smart_pointer_namespace2
partialchecking python testcase smart_pointer_not (with run test)
partialchecking python testcase smart_pointer_overload (with run test)
partialchecking python testcase smart_pointer_protected
partialchecking python testcase smart_pointer_rename (with run test)
partialchecking python testcase smart_pointer_simple (with run test)
partialchecking python testcase smart_pointer_static
partialchecking python testcase smart_pointer_template_const_overload
partialchecking python testcase smart_pointer_template_defaults_overload
partialchecking python testcase smart_pointer_templatemethods
partialchecking python testcase smart_pointer_templatevariables (with run test)
partialchecking python testcase smart_pointer_typedef (with run test)
partialchecking python testcase special_variables
partialchecking python testcase special_variable_attributes
partialchecking python testcase special_variable_macros (with run test)
partialchecking python testcase static_array_member
partialchecking python testcase static_const_member
partialchecking python testcase static_const_member_2 (with run test)
partialchecking python testcase string_constants
partialchecking python testcase struct_initialization_cpp
partialchecking python testcase struct_value (with run test)
partialchecking python testcase symbol_clash
partialchecking python testcase template_arg_replace
partialchecking python testcase template_arg_scope
partialchecking python testcase template_arg_typename
partialchecking python testcase template_array_numeric
partialchecking python testcase template_basic
partialchecking python testcase template_base_template
partialchecking python testcase template_classes (with run test)
partialchecking python testcase template_const_ref
partialchecking python testcase template_construct (with run test)
partialchecking python testcase template_templated_constructors
partialchecking python testcase template_default
partialchecking python testcase template_default2
partialchecking python testcase template_default_arg (with run test)
partialchecking python testcase template_default_arg_overloaded (with run test)
partialchecking python testcase template_default_arg_overloaded_extend (with run test)
partialchecking python testcase template_default_arg_virtual_destructor
partialchecking python testcase template_default_class_parms
partialchecking python testcase template_default_class_parms_typedef
partialchecking python testcase template_default_inherit
partialchecking python testcase template_default_qualify
partialchecking python testcase template_default_vw
partialchecking python testcase template_enum
partialchecking python testcase template_enum_ns_inherit
partialchecking python testcase template_enum_typedef
partialchecking python testcase template_explicit
partialchecking python testcase template_extend1 (with run test)
partialchecking python testcase template_extend2 (with run test)
partialchecking python testcase template_extend_overload
partialchecking python testcase template_extend_overload_2
partialchecking python testcase template_forward
partialchecking python testcase template_inherit (with run test)
partialchecking python testcase template_inherit_abstract
partialchecking python testcase template_int_const
partialchecking python testcase template_keyword_in_type
partialchecking python testcase template_methods
partialchecking python testcase template_namespace_forward_declaration
partialchecking python testcase template_using_directive_and_declaration_forward
partialchecking python testcase template_nested
partialchecking python testcase template_nested_typemaps
partialchecking python testcase template_ns (with run test)
partialchecking python testcase template_ns2
partialchecking python testcase template_ns3
partialchecking python testcase template_ns4 (with run test)
partialchecking python testcase template_ns_enum
partialchecking python testcase template_ns_enum2
partialchecking python testcase template_ns_inherit
partialchecking python testcase template_ns_scope
partialchecking python testcase template_partial_arg
partialchecking python testcase template_partial_specialization
partialchecking python testcase template_partial_specialization_typedef
partialchecking python testcase template_qualifier
partialchecking python testcase template_ref_type (with run test)
partialchecking python testcase template_rename (with run test)
partialchecking python testcase template_retvalue
partialchecking python testcase template_specialization
partialchecking python testcase template_specialization_defarg
partialchecking python testcase template_specialization_enum
partialchecking python testcase template_static (with run test)
partialchecking python testcase template_tbase_template (with run test)
partialchecking python testcase template_template_parameters
partialchecking python testcase template_typedef (with run test)
partialchecking python testcase template_typedef_class_template
partialchecking python testcase template_typedef_cplx (with run test)
partialchecking python testcase template_typedef_cplx2 (with run test)
partialchecking python testcase template_typedef_cplx3 (with run test)
partialchecking python testcase template_typedef_cplx4 (with run test)
partialchecking python testcase template_typedef_cplx5
partialchecking python testcase template_typedef_funcptr
partialchecking python testcase template_typedef_inherit
partialchecking python testcase template_typedef_ns
partialchecking python testcase template_typedef_ptr
partialchecking python testcase template_typedef_rec
partialchecking python testcase template_typedef_typedef
partialchecking python testcase template_typemaps
partialchecking python testcase template_typemaps_typedef (with run test)
partialchecking python testcase template_typemaps_typedef2 (with run test)
partialchecking python testcase template_using
partialchecking python testcase template_virtual
partialchecking python testcase template_whitespace
partialchecking python testcase threads
partialchecking python testcase threads_exception (with run test)
partialchecking python testcase throw_exception
partialchecking python testcase typedef_array_member
partialchecking python testcase typedef_class (with run test)
partialchecking python testcase typedef_funcptr
partialchecking python testcase typedef_inherit (with run test)
partialchecking python testcase typedef_mptr
partialchecking python testcase typedef_reference
partialchecking python testcase typedef_scope (with run test)
partialchecking python testcase typedef_sizet
partialchecking python testcase typedef_struct_cpp
partialchecking python testcase typedef_typedef (with run test)
partialchecking python testcase typemap_arrays (with run test)
partialchecking python testcase typemap_array_qualifiers
partialchecking python testcase typemap_delete (with run test)
partialchecking python testcase typemap_directorout
partialchecking python testcase typemap_global_scope
partialchecking python testcase typemap_manyargs
partialchecking python testcase typemap_namespace (with run test)
partialchecking python testcase typemap_ns_using (with run test)
partialchecking python testcase typemap_numinputs
partialchecking python testcase typemap_template
partialchecking python testcase typemap_template_parm_typedef
partialchecking python testcase typemap_out_optimal (with run test)
partialchecking python testcase typemap_qualifier_strip (with run test)
partialchecking python testcase typemap_variables
partialchecking python testcase typemap_various
partialchecking python testcase typename (with run test)
partialchecking python testcase types_directive (with run test)
partialchecking python testcase unicode_strings (with run test)
partialchecking python testcase union_scope
partialchecking python testcase using1 (with run test)
partialchecking python testcase using2 (with run test)
partialchecking python testcase using_composition (with run test)
partialchecking python testcase using_directive_and_declaration
partialchecking python testcase using_directive_and_declaration_forward
partialchecking python testcase using_extend (with run test)
partialchecking python testcase using_inherit (with run test)
partialchecking python testcase using_namespace
partialchecking python testcase using_namespace_loop
partialchecking python testcase using_pointers
partialchecking python testcase using_private (with run test)
partialchecking python testcase using_protected (with run test)
partialchecking python testcase valuewrapper
partialchecking python testcase valuewrapper_base
partialchecking python testcase valuewrapper_const
partialchecking python testcase valuewrapper_opaque
partialchecking python testcase varargs (with run test)
partialchecking python testcase varargs_overload (with run test)
partialchecking python testcase virtual_destructor
partialchecking python testcase virtual_poly (with run test)
partialchecking python testcase virtual_vs_nonvirtual_base
partialchecking python testcase voidtest (with run test)
partialchecking python testcase wallkw
partialchecking python testcase wrapmacro (with run test)
partialchecking python testcase director_string (with run test)
partialchecking python testcase ignore_template_constructor
partialchecking python testcase li_std_combinations
partialchecking python testcase li_std_deque
partialchecking python testcase li_std_except
partialchecking python testcase li_std_except_as_class (with run test)
partialchecking python testcase li_std_map (with run test)
partialchecking python testcase li_std_pair
partialchecking python testcase li_std_pair_using (with run test)
partialchecking python testcase li_std_string
partialchecking python testcase li_std_vector (with run test)
partialchecking python testcase li_std_vector_enum (with run test)
partialchecking python testcase li_std_vector_member_var
partialchecking python testcase smart_pointer_inherit
partialchecking python testcase template_typedef_fnc
partialchecking python testcase template_type_namespace (with run test)
partialchecking python testcase template_opaque (with run test)
partialchecking python testcase file_test (with run test)
partialchecking python testcase li_cstring (with run test)
partialchecking python testcase li_cwstring (with run test)
partialchecking python testcase python_nondynamic (with run test)
partialchecking python testcase python_varargs_typemap (with run test)
partialchecking python testcase arrays
partialchecking python testcase bom_utf8
partialchecking python testcase c_delete
partialchecking python testcase c_delete_function
partialchecking python testcase char_constant
partialchecking python testcase const_const
partialchecking python testcase constant_expr
partialchecking python testcase empty_c (with run test)
partialchecking python testcase enums (with run test)
partialchecking python testcase enum_forward (with run test)
partialchecking python testcase enum_macro
partialchecking python testcase enum_missing
partialchecking python testcase extern_declaration
partialchecking python testcase funcptr
partialchecking python testcase function_typedef
partialchecking python testcase global_functions (with run test)
partialchecking python testcase immutable_values
partialchecking python testcase inctest (with run test)
partialchecking python testcase infinity
partialchecking python testcase integers
partialchecking python testcase keyword_rename_c (with run test)
partialchecking python testcase lextype
partialchecking python testcase li_carrays (with run test)
partialchecking python testcase li_cdata (with run test)
partialchecking python testcase li_cmalloc (with run test)
partialchecking python testcase li_constraints
partialchecking python testcase li_cpointer (with run test)
partialchecking python testcase li_math
partialchecking python testcase long_long
partialchecking python testcase memberin_extend_c (with run test)
partialchecking python testcase name
partialchecking python testcase nested
partialchecking python testcase nested_extend_c
partialchecking python testcase nested_structs
partialchecking python testcase newobject2
partialchecking python testcase overload_extend_c (with run test)
partialchecking python testcase overload_extend2 (with run test)
partialchecking python testcase preproc (with run test)
partialchecking python testcase preproc_constants_c
partialchecking python testcase preproc_defined (with run test)
partialchecking python testcase preproc_include (with run test)
partialchecking python testcase preproc_line_file
partialchecking python testcase ret_by_value (with run test)
partialchecking python testcase simple_array
partialchecking python testcase sizeof_pointer
partialchecking python testcase sneaky1 (with run test)
partialchecking python testcase string_simple
partialchecking python testcase struct_rename (with run test)
partialchecking python testcase struct_initialization (with run test)
partialchecking python testcase typedef_struct
partialchecking python testcase typemap_subst
partialchecking python testcase union_parameter
partialchecking python testcase unions (with run test)
partialchecking python testcase clientdata_prop
partialchecking python testcase imports (with run test)
partialchecking python testcase import_stl (with run test)
partialchecking python testcase packageoption
partialchecking python testcase mod (with run test)
partialchecking python testcase template_typedef_import (with run test)
partialchecking python testcase multi_import (with run test)
544 python tests passed
partialchecking ruby test-suite
partialchecking ruby testcase li_cstring (with run test)
partialchecking ruby testcase li_factory (with run test)
partialchecking ruby testcase li_std_functors (with run test)
partialchecking ruby testcase li_std_multimap (with run test)
partialchecking ruby testcase li_std_pair_lang_object (with run test)
partialchecking ruby testcase li_std_queue (with run test)
partialchecking ruby testcase li_std_set (with run test)
partialchecking ruby testcase li_std_stack (with run test)
partialchecking ruby testcase primitive_types (with run test)
partialchecking ruby testcase ruby_keywords (with run test)
partialchecking ruby testcase ruby_minherit_shared_ptr (with run test)
partialchecking ruby testcase ruby_naming (with run test)
partialchecking ruby testcase ruby_track_objects (with run test)
partialchecking ruby testcase ruby_track_objects_directors (with run test)
partialchecking ruby testcase std_containers (with run test)
partialchecking ruby testcase abstract_access (with run test)
partialchecking ruby testcase abstract_inherit (with run test)
partialchecking ruby testcase abstract_inherit_ok (with run test)
partialchecking ruby testcase abstract_signature (with run test)
partialchecking ruby testcase abstract_typedef (with run test)
partialchecking ruby testcase abstract_typedef2 (with run test)
partialchecking ruby testcase abstract_virtual (with run test)
partialchecking ruby testcase access_change (with run test)
partialchecking ruby testcase add_link (with run test)
partialchecking ruby testcase aggregate (with run test)
partialchecking ruby testcase allowexcept
partialchecking ruby testcase allprotected
partialchecking ruby testcase allprotected_not
partialchecking ruby testcase anonymous_bitfield (with run test)
partialchecking ruby testcase apply_signed_char (with run test)
partialchecking ruby testcase apply_strings (with run test)
partialchecking ruby testcase argout (with run test)
partialchecking ruby testcase array_member (with run test)
partialchecking ruby testcase array_typedef_memberin
partialchecking ruby testcase arrayref
partialchecking ruby testcase arrays_dimensionless
partialchecking ruby testcase arrays_global (with run test)
partialchecking ruby testcase arrays_global_twodim
partialchecking ruby testcase arrays_scope
partialchecking ruby testcase autodoc
partialchecking ruby testcase bloody_hell
partialchecking ruby testcase bools (with run test)
partialchecking ruby testcase catches
partialchecking ruby testcase cast_operator (with run test)
partialchecking ruby testcase casts (with run test)
partialchecking ruby testcase char_binary
partialchecking ruby testcase char_strings
partialchecking ruby testcase chartest
partialchecking ruby testcase class_forward
partialchecking ruby testcase class_ignore (with run test)
partialchecking ruby testcase class_scope_weird
partialchecking ruby testcase compactdefaultargs
partialchecking ruby testcase const_const_2
partialchecking ruby testcase constant_directive
partialchecking ruby testcase constant_pointers
partialchecking ruby testcase constover (with run test)
partialchecking ruby testcase constructor_copy
partialchecking ruby testcase constructor_exception
partialchecking ruby testcase constructor_explicit
partialchecking ruby testcase constructor_ignore
partialchecking ruby testcase constructor_rename
partialchecking ruby testcase constructor_value
partialchecking ruby testcase contract
partialchecking ruby testcase conversion
partialchecking ruby testcase conversion_namespace
partialchecking ruby testcase conversion_ns_template
partialchecking ruby testcase conversion_operators
partialchecking ruby testcase cplusplus_throw
partialchecking ruby testcase cpp_basic
partialchecking ruby testcase cpp_enum
partialchecking ruby testcase cpp_namespace (with run test)
partialchecking ruby testcase cpp_nodefault
partialchecking ruby testcase cpp_static
partialchecking ruby testcase cpp_typedef
partialchecking ruby testcase curiously_recurring_template_pattern
partialchecking ruby testcase default_args
partialchecking ruby testcase default_arg_values
partialchecking ruby testcase default_constructor (with run test)
partialchecking ruby testcase defvalue_constructor
partialchecking ruby testcase derived_byvalue
partialchecking ruby testcase derived_nested
partialchecking ruby testcase destructor_reprotected
partialchecking ruby testcase director_abstract (with run test)
partialchecking ruby testcase director_alternating
partialchecking ruby testcase director_basic (with run test)
partialchecking ruby testcase director_binary_string
partialchecking ruby testcase director_classes
partialchecking ruby testcase director_classic
partialchecking ruby testcase director_constructor (with run test)
partialchecking ruby testcase director_default (with run test)
partialchecking ruby testcase director_detect (with run test)
partialchecking ruby testcase director_enum
partialchecking ruby testcase director_exception (with run test)
partialchecking ruby testcase director_extend
partialchecking ruby testcase director_finalizer
partialchecking ruby testcase director_frob (with run test)
partialchecking ruby testcase director_ignore
partialchecking ruby testcase director_keywords
partialchecking ruby testcase director_namespace_clash
partialchecking ruby testcase director_nested (with run test)
partialchecking ruby testcase director_nspace
partialchecking ruby testcase director_nspace_director_name_collision
partialchecking ruby testcase director_overload
partialchecking ruby testcase director_overload2
partialchecking ruby testcase director_pass_by_value
partialchecking ruby testcase director_primitives
partialchecking ruby testcase director_property
partialchecking ruby testcase director_protected (with run test)
partialchecking ruby testcase director_protected_overloaded
partialchecking ruby testcase director_redefined
partialchecking ruby testcase director_ref
partialchecking ruby testcase director_smartptr (with run test)
partialchecking ruby testcase director_thread
partialchecking ruby testcase director_unroll (with run test)
partialchecking ruby testcase director_using
partialchecking ruby testcase director_wombat (with run test)
partialchecking ruby testcase disown (with run test)
partialchecking ruby testcase dynamic_cast (with run test)
partialchecking ruby testcase empty
partialchecking ruby testcase enum_ignore
partialchecking ruby testcase enum_plus
partialchecking ruby testcase enum_rename
partialchecking ruby testcase enum_scope_template
partialchecking ruby testcase enum_template
partialchecking ruby testcase enum_thorough (with run test)
partialchecking ruby testcase enum_var
partialchecking ruby testcase equality
partialchecking ruby testcase evil_diamond
partialchecking ruby testcase evil_diamond_ns
partialchecking ruby testcase evil_diamond_prop
partialchecking ruby testcase exception_classname
partialchecking ruby testcase exception_order
partialchecking ruby testcase extend
partialchecking ruby testcase extend_constructor_destructor
partialchecking ruby testcase extend_default
partialchecking ruby testcase extend_placement
partialchecking ruby testcase extend_special_variables
partialchecking ruby testcase extend_template (with run test)
partialchecking ruby testcase extend_template_ns (with run test)
partialchecking ruby testcase extend_typedef_class
partialchecking ruby testcase extern_c
partialchecking ruby testcase extern_namespace
partialchecking ruby testcase extern_throws
partialchecking ruby testcase expressions
partialchecking ruby testcase features
partialchecking ruby testcase fragments
partialchecking ruby testcase friends (with run test)
partialchecking ruby testcase friends_template
partialchecking ruby testcase funcptr_cpp
partialchecking ruby testcase fvirtual
partialchecking ruby testcase global_namespace
partialchecking ruby testcase global_ns_arg
partialchecking ruby testcase global_scope_types
partialchecking ruby testcase global_vars
partialchecking ruby testcase grouping (with run test)
partialchecking ruby testcase ignore_parameter (with run test)
partialchecking ruby testcase import_nomodule
partialchecking ruby testcase inherit
partialchecking ruby testcase inherit_member
partialchecking ruby testcase inherit_missing (with run test)
partialchecking ruby testcase inherit_same_name
partialchecking ruby testcase inherit_target_language
partialchecking ruby testcase inherit_void_arg
partialchecking ruby testcase inline_initializer
partialchecking ruby testcase insert_directive
partialchecking ruby testcase keyword_rename
partialchecking ruby testcase kind
partialchecking ruby testcase kwargs_feature
partialchecking ruby testcase langobj
partialchecking ruby testcase li_attribute
partialchecking ruby testcase li_attribute_template
partialchecking ruby testcase li_boost_array (with run test)
partialchecking ruby testcase li_boost_shared_ptr (with run test)
partialchecking ruby testcase li_boost_shared_ptr_bits (with run test)
partialchecking ruby testcase li_boost_shared_ptr_template (with run test)
partialchecking ruby testcase li_boost_shared_ptr_attribute
partialchecking ruby testcase li_carrays_cpp (with run test)
partialchecking ruby testcase li_cdata_cpp
partialchecking ruby testcase li_cpointer_cpp
partialchecking ruby testcase li_std_auto_ptr
partialchecking ruby testcase li_stdint
partialchecking ruby testcase li_swigtype_inout
partialchecking ruby testcase li_typemaps
partialchecking ruby testcase li_typemaps_apply
partialchecking ruby testcase li_windows
partialchecking ruby testcase long_long_apply
partialchecking ruby testcase memberin_extend
partialchecking ruby testcase member_funcptr_galore
partialchecking ruby testcase member_pointer (with run test)
partialchecking ruby testcase member_template
partialchecking ruby testcase minherit (with run test)
partialchecking ruby testcase minherit2
partialchecking ruby testcase mixed_types
partialchecking ruby testcase multiple_inheritance
partialchecking ruby testcase multiple_inheritance_abstract
partialchecking ruby testcase multiple_inheritance_interfaces
partialchecking ruby testcase multiple_inheritance_nspace
partialchecking ruby testcase multiple_inheritance_shared_ptr
partialchecking ruby testcase name_cxx
partialchecking ruby testcase name_warnings
partialchecking ruby testcase namespace_class
partialchecking ruby testcase namespace_enum
partialchecking ruby testcase namespace_extend
partialchecking ruby testcase namespace_forward_declaration
partialchecking ruby testcase namespace_nested
partialchecking ruby testcase namespace_spaces
partialchecking ruby testcase namespace_template
partialchecking ruby testcase namespace_typedef_class
partialchecking ruby testcase namespace_typemap (with run test)
partialchecking ruby testcase namespace_union
partialchecking ruby testcase namespace_virtual_method
partialchecking ruby testcase nspace
partialchecking ruby testcase nspace_extend
partialchecking ruby testcase naturalvar
partialchecking ruby testcase naturalvar_more
partialchecking ruby testcase naturalvar_onoff
partialchecking ruby testcase nested_class
partialchecking ruby testcase nested_directors
partialchecking ruby testcase nested_comment
partialchecking ruby testcase nested_scope
partialchecking ruby testcase nested_template_base
partialchecking ruby testcase nested_workaround
partialchecking ruby testcase newobject1 (with run test)
partialchecking ruby testcase null_pointer
partialchecking ruby testcase operator_overload
partialchecking ruby testcase operator_overload_break
partialchecking ruby testcase operator_pointer_ref
partialchecking ruby testcase operbool
partialchecking ruby testcase ordering
partialchecking ruby testcase overload_arrays
partialchecking ruby testcase overload_bool (with run test)
partialchecking ruby testcase overload_copy (with run test)
partialchecking ruby testcase overload_extend (with run test)
partialchecking ruby testcase overload_method
partialchecking ruby testcase overload_numeric
partialchecking ruby testcase overload_polymorphic
partialchecking ruby testcase overload_rename
partialchecking ruby testcase overload_return_type
partialchecking ruby testcase overload_simple (with run test)
partialchecking ruby testcase overload_subtype (with run test)
partialchecking ruby testcase overload_template (with run test)
partialchecking ruby testcase overload_template_fast
partialchecking ruby testcase pointer_reference
partialchecking ruby testcase preproc_constants
partialchecking ruby testcase primitive_ref (with run test)
partialchecking ruby testcase private_assign
partialchecking ruby testcase protected_rename
partialchecking ruby testcase pure_virtual
partialchecking ruby testcase redefined
partialchecking ruby testcase redefined_not
partialchecking ruby testcase refcount (with run test)
partialchecking ruby testcase reference_global_vars (with run test)
partialchecking ruby testcase register_par
partialchecking ruby testcase rename1
partialchecking ruby testcase rename2
partialchecking ruby testcase rename3
partialchecking ruby testcase rename4
partialchecking ruby testcase rename_rstrip_encoder
partialchecking ruby testcase rename_scope (with run test)
partialchecking ruby testcase rename_simple
partialchecking ruby testcase rename_strip_encoder
partialchecking ruby testcase rename_pcre_encoder
partialchecking ruby testcase rename_pcre_enum
partialchecking ruby testcase rename_predicates
partialchecking ruby testcase restrict_cplusplus
partialchecking ruby testcase return_const_value
partialchecking ruby testcase return_value_scope
partialchecking ruby testcase rname
partialchecking ruby testcase samename
partialchecking ruby testcase sizet
partialchecking ruby testcase smart_pointer_const (with run test)
partialchecking ruby testcase smart_pointer_const2
partialchecking ruby testcase smart_pointer_const_overload
partialchecking ruby testcase smart_pointer_extend
partialchecking ruby testcase smart_pointer_ignore
partialchecking ruby testcase smart_pointer_member
partialchecking ruby testcase smart_pointer_multi (with run test)
partialchecking ruby testcase smart_pointer_multi_typedef (with run test)
partialchecking ruby testcase smart_pointer_namespace
partialchecking ruby testcase smart_pointer_namespace2
partialchecking ruby testcase smart_pointer_not (with run test)
partialchecking ruby testcase smart_pointer_overload (with run test)
partialchecking ruby testcase smart_pointer_protected
partialchecking ruby testcase smart_pointer_rename (with run test)
partialchecking ruby testcase smart_pointer_simple (with run test)
partialchecking ruby testcase smart_pointer_static
partialchecking ruby testcase smart_pointer_template_const_overload
partialchecking ruby testcase smart_pointer_template_defaults_overload
partialchecking ruby testcase smart_pointer_templatemethods
partialchecking ruby testcase smart_pointer_templatevariables
partialchecking ruby testcase smart_pointer_typedef (with run test)
partialchecking ruby testcase special_variables
partialchecking ruby testcase special_variable_attributes
partialchecking ruby testcase special_variable_macros
partialchecking ruby testcase static_array_member
partialchecking ruby testcase static_const_member
partialchecking ruby testcase static_const_member_2 (with run test)
partialchecking ruby testcase string_constants
partialchecking ruby testcase struct_initialization_cpp
partialchecking ruby testcase struct_value (with run test)
partialchecking ruby testcase symbol_clash
partialchecking ruby testcase template_arg_replace
partialchecking ruby testcase template_arg_scope
partialchecking ruby testcase template_arg_typename
partialchecking ruby testcase template_array_numeric
partialchecking ruby testcase template_basic
partialchecking ruby testcase template_base_template
partialchecking ruby testcase template_classes
partialchecking ruby testcase template_const_ref
partialchecking ruby testcase template_construct (with run test)
partialchecking ruby testcase template_templated_constructors
partialchecking ruby testcase template_default
partialchecking ruby testcase template_default2
partialchecking ruby testcase template_default_arg
partialchecking ruby testcase template_default_arg_overloaded
partialchecking ruby testcase template_default_arg_overloaded_extend
partialchecking ruby testcase template_default_arg_virtual_destructor
partialchecking ruby testcase template_default_class_parms
partialchecking ruby testcase template_default_class_parms_typedef
partialchecking ruby testcase template_default_inherit
partialchecking ruby testcase template_default_qualify
partialchecking ruby testcase template_default_vw
partialchecking ruby testcase template_enum
partialchecking ruby testcase template_enum_ns_inherit
partialchecking ruby testcase template_enum_typedef
partialchecking ruby testcase template_explicit
partialchecking ruby testcase template_extend1 (with run test)
partialchecking ruby testcase template_extend2 (with run test)
partialchecking ruby testcase template_extend_overload
partialchecking ruby testcase template_extend_overload_2
partialchecking ruby testcase template_forward
partialchecking ruby testcase template_inherit (with run test)
partialchecking ruby testcase template_inherit_abstract
partialchecking ruby testcase template_int_const
partialchecking ruby testcase template_keyword_in_type
partialchecking ruby testcase template_methods
partialchecking ruby testcase template_namespace_forward_declaration
partialchecking ruby testcase template_using_directive_and_declaration_forward
partialchecking ruby testcase template_nested
partialchecking ruby testcase template_nested_typemaps
partialchecking ruby testcase template_ns (with run test)
partialchecking ruby testcase template_ns2
partialchecking ruby testcase template_ns3
partialchecking ruby testcase template_ns4 (with run test)
partialchecking ruby testcase template_ns_enum
partialchecking ruby testcase template_ns_enum2
partialchecking ruby testcase template_ns_inherit
partialchecking ruby testcase template_ns_scope
partialchecking ruby testcase template_partial_arg
partialchecking ruby testcase template_partial_specialization
partialchecking ruby testcase template_partial_specialization_typedef
partialchecking ruby testcase template_qualifier
partialchecking ruby testcase template_ref_type
partialchecking ruby testcase template_rename (with run test)
partialchecking ruby testcase template_retvalue
partialchecking ruby testcase template_specialization
partialchecking ruby testcase template_specialization_defarg
partialchecking ruby testcase template_specialization_enum
partialchecking ruby testcase template_static
partialchecking ruby testcase template_tbase_template (with run test)
partialchecking ruby testcase template_template_parameters
partialchecking ruby testcase template_typedef
partialchecking ruby testcase template_typedef_class_template
partialchecking ruby testcase template_typedef_cplx (with run test)
partialchecking ruby testcase template_typedef_cplx2 (with run test)
partialchecking ruby testcase template_typedef_cplx3 (with run test)
partialchecking ruby testcase template_typedef_cplx4 (with run test)
partialchecking ruby testcase template_typedef_cplx5
partialchecking ruby testcase template_typedef_funcptr
partialchecking ruby testcase template_typedef_inherit
partialchecking ruby testcase template_typedef_ns
partialchecking ruby testcase template_typedef_ptr
partialchecking ruby testcase template_typedef_rec
partialchecking ruby testcase template_typedef_typedef
partialchecking ruby testcase template_typemaps
partialchecking ruby testcase template_typemaps_typedef
partialchecking ruby testcase template_typemaps_typedef2
partialchecking ruby testcase template_using
partialchecking ruby testcase template_virtual
partialchecking ruby testcase template_whitespace
partialchecking ruby testcase threads
partialchecking ruby testcase threads_exception
partialchecking ruby testcase throw_exception (with run test)
partialchecking ruby testcase typedef_array_member
partialchecking ruby testcase typedef_class
partialchecking ruby testcase typedef_funcptr
partialchecking ruby testcase typedef_inherit (with run test)
partialchecking ruby testcase typedef_mptr
partialchecking ruby testcase typedef_reference
partialchecking ruby testcase typedef_scope (with run test)
partialchecking ruby testcase typedef_sizet
partialchecking ruby testcase typedef_struct_cpp
partialchecking ruby testcase typedef_typedef
partialchecking ruby testcase typemap_arrays
partialchecking ruby testcase typemap_array_qualifiers
partialchecking ruby testcase typemap_delete
partialchecking ruby testcase typemap_directorout
partialchecking ruby testcase typemap_global_scope
partialchecking ruby testcase typemap_manyargs
partialchecking ruby testcase typemap_namespace (with run test)
partialchecking ruby testcase typemap_ns_using (with run test)
partialchecking ruby testcase typemap_numinputs
partialchecking ruby testcase typemap_template
partialchecking ruby testcase typemap_template_parm_typedef
partialchecking ruby testcase typemap_out_optimal
partialchecking ruby testcase typemap_qualifier_strip
partialchecking ruby testcase typemap_variables
partialchecking ruby testcase typemap_various
partialchecking ruby testcase typename (with run test)
partialchecking ruby testcase types_directive
partialchecking ruby testcase unicode_strings
partialchecking ruby testcase union_scope
partialchecking ruby testcase using1 (with run test)
partialchecking ruby testcase using2 (with run test)
partialchecking ruby testcase using_composition (with run test)
partialchecking ruby testcase using_directive_and_declaration
partialchecking ruby testcase using_directive_and_declaration_forward
partialchecking ruby testcase using_extend (with run test)
partialchecking ruby testcase using_inherit (with run test)
partialchecking ruby testcase using_namespace
partialchecking ruby testcase using_namespace_loop
partialchecking ruby testcase using_pointers
partialchecking ruby testcase using_private (with run test)
partialchecking ruby testcase using_protected (with run test)
partialchecking ruby testcase valuewrapper
partialchecking ruby testcase valuewrapper_base
partialchecking ruby testcase valuewrapper_const
partialchecking ruby testcase valuewrapper_opaque
partialchecking ruby testcase varargs (with run test)
partialchecking ruby testcase varargs_overload
partialchecking ruby testcase virtual_destructor
partialchecking ruby testcase virtual_poly (with run test)
partialchecking ruby testcase virtual_vs_nonvirtual_base
partialchecking ruby testcase voidtest (with run test)
partialchecking ruby testcase wallkw
partialchecking ruby testcase wrapmacro
partialchecking ruby testcase director_string (with run test)
partialchecking ruby testcase ignore_template_constructor
partialchecking ruby testcase li_std_combinations
partialchecking ruby testcase li_std_deque (with run test)
partialchecking ruby testcase li_std_except
partialchecking ruby testcase li_std_except_as_class
partialchecking ruby testcase li_std_map (with run test)
partialchecking ruby testcase li_std_pair (with run test)
partialchecking ruby testcase li_std_pair_using
partialchecking ruby testcase li_std_string (with run test)
partialchecking ruby testcase li_std_vector (with run test)
partialchecking ruby testcase li_std_vector_enum (with run test)
partialchecking ruby testcase li_std_vector_member_var
partialchecking ruby testcase smart_pointer_inherit
partialchecking ruby testcase template_typedef_fnc
partialchecking ruby testcase template_type_namespace (with run test)
partialchecking ruby testcase template_opaque
partialchecking ruby testcase li_cstring (with run test)
partialchecking ruby testcase ruby_manual_proxy (with run test)
partialchecking ruby testcase arrays (with run test)
partialchecking ruby testcase bom_utf8
partialchecking ruby testcase c_delete
partialchecking ruby testcase c_delete_function
partialchecking ruby testcase char_constant (with run test)
partialchecking ruby testcase const_const (with run test)
partialchecking ruby testcase constant_expr
partialchecking ruby testcase empty_c
partialchecking ruby testcase enums (with run test)
partialchecking ruby testcase enum_forward
partialchecking ruby testcase enum_macro
partialchecking ruby testcase enum_missing
partialchecking ruby testcase extern_declaration
partialchecking ruby testcase funcptr
partialchecking ruby testcase function_typedef (with run test)
partialchecking ruby testcase global_functions
partialchecking ruby testcase immutable_values
partialchecking ruby testcase inctest
partialchecking ruby testcase infinity
partialchecking ruby testcase integers (with run test)
partialchecking ruby testcase keyword_rename_c
partialchecking ruby testcase lextype
partialchecking ruby testcase li_carrays (with run test)
partialchecking ruby testcase li_cdata
partialchecking ruby testcase li_cmalloc
partialchecking ruby testcase li_constraints
partialchecking ruby testcase li_cpointer
partialchecking ruby testcase li_math (with run test)
partialchecking ruby testcase long_long
partialchecking ruby testcase memberin_extend_c
partialchecking ruby testcase name
partialchecking ruby testcase nested
partialchecking ruby testcase nested_extend_c
partialchecking ruby testcase nested_structs
partialchecking ruby testcase newobject2 (with run test)
partialchecking ruby testcase overload_extend_c (with run test)
partialchecking ruby testcase overload_extend2 (with run test)
partialchecking ruby testcase preproc
partialchecking ruby testcase preproc_constants_c
partialchecking ruby testcase preproc_defined
partialchecking ruby testcase preproc_include
partialchecking ruby testcase preproc_line_file
partialchecking ruby testcase ret_by_value
partialchecking ruby testcase simple_array
partialchecking ruby testcase sizeof_pointer
partialchecking ruby testcase sneaky1 (with run test)
partialchecking ruby testcase string_simple
partialchecking ruby testcase struct_rename
partialchecking ruby testcase struct_initialization
partialchecking ruby testcase typedef_struct
partialchecking ruby testcase typemap_subst
partialchecking ruby testcase union_parameter
partialchecking ruby testcase unions (with run test)
partialchecking ruby testcase clientdata_prop
partialchecking ruby testcase imports (with run test)
partialchecking ruby testcase import_stl
partialchecking ruby testcase packageoption
partialchecking ruby testcase mod
partialchecking ruby testcase template_typedef_import
partialchecking ruby testcase multi_import
515 ruby tests passed
components/swig/Makefile
File was deleted
components/swig/resolve.deps
File was deleted