Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

swig-examples-4.2.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: swig-examples Distribution: openSUSE Tumbleweed
Version: 4.2.1 Vendor: openSUSE
Release: 1.2 Build date: Sun Feb 25 10:25:59 2024
Group: Documentation/Howto Build host: reproducible
Size: 1221347 Source RPM: swig-4.2.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.swig.org/
Summary: SWIG example files
SWIG is a compiler that attempts to make it easy to integrate C, C++,
or Objective-C code with scripting languages including Perl, Tcl, and
Python.  In a nutshell, you give it a bunch of ANSI C/C++ declarations
and it generates an interface between C and your favorite scripting
language.  However, this is only scratching the surface of what SWIG
can do--some of its more advanced features include automatic
documentation generation, module and library management, extensive
customization options, and more.

This package contains SWIG examples, useful both for testing and
understandig SWIG usage.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Feb 25 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 4.2.1:
    * Tcl 9.0 support
    * Octave 9.0 support
    * Improvements wrapping friend functions
    * Variadic templated functions within a template support
    * Type deduction enhancements
    * Stability and regression fixes
  - package examples as noarch
* Thu Jan 25 2024 ecsos <ecsos@opensuse.org>
  - Fix build error on Leap.
* Tue Jan 02 2024 kkaempf@suse.com
  - Update to version 4.2.0:
    * Drop version number from index.html
    * Visual C++ warning suppression
    * Fix some warnings for Py_LIMITED_API
    * Ruby 3.3 released and works now in GHA
    * Visual C++ warning fixes
    * Add 4.2.0 release date
    * Revert mistaken commit
    * Document -std= options
    * [Tcl] Prepare `load` command usage for TIP 595 (#2737)
    * Python castmode minor tweaks
    * CHANGES file correction
    * Remove removed -stable-abi option from --help output
    * [PHP] Fix %feature(php:allowdynamicproperties, 0)
    * Add Node-API to release notes
    * Create tarball in one step
    * Fix maybe uninitialized warnings
    * Document directorout std::string_view limitations
    * python/cast_mode: Add tests for min/max of double -> int convertions.
    * python/cast_mode: Fix integer overflow of LONG_MAX+1.
* Thu Dec 21 2023 kkaempf@suse.com
  - Update to version 4.2.0-beta1:
    * HTML fixes
    * Update release notes summary
    * Expand director_string_runme.*
    * Sort out directorout typemaps for std::string_view
    * Fix testcase comment typo
    * Make csharp_argument_defaults_feature testcase c++98 compatible
    * Changes file update for Ruby negative number checks
    * Minor tweaks and docs for the cs:defaultargs feature
    * Reworked python limited api when checking type of a PyObject
    * Python stable ABI notes
    * Avoid testing python_runtime_data.multicpptest for builtin and stable abi
    * Stable abi and std::string_view
    * docstring example for stable abi
    * Corrections for using EXTRA_CXXFLAGS in GHA
    * Fix for python-3.11+ and stable abi
    * Fix seg fault using stable abi for Python < 3.10 for invalid unicode
    * Document Python stable ABI support
    * SWIG_AsCharPtrAndSize simplification and performance improvement
    * Revert mistaken directorout std::string_view typemap change
    * Fix std::string_view typemaps for Py_LIMITED_API
    * -Werror=declaration-after-statement fix for Python 2
    * Rename SWIG’s Tcl_GetBoolFromObj()
    * Replace SWIG_Python_str_AsChar with SWIG_PyUnicode_AsUTF8AndSize
    * Simpler SWIG_AsCharPtrAndSize implementation - remove usage of SWIG_Python_str_AsChar
    * CHANGES.current: Add entry for previous commit
    * Use Tcl_GetString() instead of Tcl_GetStringFromObj(…, NULL)
    * [perl] Fix compiler warnings
    * Expand cpp_decltype_unsupported error testcase
    * Update references to libv8-dev
    * Remove incorrect ticket reference
    * Fix typo
    * Rename -py3-stable-abi option to -stable-abi
    * Expand cpp_decltype_unsupported error testcase
    * feature("cs:defaultargs") interface test
    * [Tcl] Add missing casts to NULL sentinel
    * Python stable abi memory leak fix
    * Python stable abi for std::filesystem
    * Merge conflict fixes and consistent error reporting in stable abi checks
    * Workaround SWIG/Go bug triggered by extended testcase
    * Add testcase for decltype cases we don't yet deduce
    * Extend type deduction
    * Fix deduced type of unary *
    * [Ocaml] Remove deprecated -suffix command line option
    * Fix minor doc typos
    * Remove deprecated shared_ptr and intrusive_ptr macros
    * Remove specialize_std_map_on_* for guile and mzscheme
    * Remove deprecated map and vector specialisation macros
    * Remove long-deprecated %attribute_ref
    * feature("cs:defaultargs") review changes
    * Add changes entry for python potential multi-thread crash
    * Update comment referencing removed GH API
    * [guile] Remove unnecessary (char*) casts
    * Eliminate lingering use of removed GH API
    * Fix out-dated developer docs
    * Removed unused T_ENUM code
    * Support type deduction of enums
    * Address decltype(foo(0)) segfault better
    * feature("cs:defaultargs")
    * Fix segfault on decltype(foo(0))
    * Update type inference documentation
    * Fix typos in comments and docs
    * Add missing cpp20_constexpr_destructor testcase
    * Add support for C++20 constexpr destructors
    * Only suppress -Wbool-compare for GCC >= 5
    * Avoid warning in cpp11_decltype
    * Deduce type of TYPE(EXPRESSION)
    * Fix director_classes testcase failures on x86
    * Suppress -Wbool-comapre warnings in constant_expr_c testcase
    * Fix testcase addition in previous commit
    * Fix dropping of parentheses around < and > expressions
    * Fix deduced result type of bitwise not
    * Add <type_traits> fragment for traits usage in std::filesystem
    * Correct const std::filesystem & typemaps
    * Improve type deduction
    * Fix memory leak wrapping const std::filesystem&
    * std::filesystem pointer handling correction
    * Python std::filesystem cleanup
    * Cosmetic whitespace corrections
    * GHA allow fail for ruby-3.3
    * Fix for closing off C# property declaration
    * Fix random doubled spaces in code
    * Add CHANGES entries for previous two commits
    * [Tcl] Avoid `-Wmissing-braces` warning
    * [Tcl] Migrate `CONST` to `const`
    * Enhance the C# std::unordered_set testcase
    * CMake: Bump required version (#2696)
    * Replace empty() method with IsEmpty C# property in STL containers
    * Add C# std_unordered_set.i for wrapping std::std_unordered_set
    * [Tcl] Remove docs for CONSTANT typemaps
    * Fix text formatting
    * Support -std= command line option
    * Add runtime tests for C# std::unordered_map
    * Add csbegin, dbegin, javabegin for %module
    * Modify testcase to be c++98 compliant
    * $typemap() fix for handling variable overrides
    * Improvements to $typemap() special variable replacement overrides
    * [ci] Fix Ruby 3.3 job
    * Remove reintroduced reference to BOTH
    * Correct the implementation of Python PEP 207.
    * csharp: Added std_unordered_map.i
    * Correct initialization order in Language
    * Correct github issue link
    * C++11 enum base type is now used for D enum base type
    * C++11 enum base type is now used for C# underlying enum type
    * Use single characters instead of strings where possible
    * Call swig_msg.c_str() directly rather than virtual method
    * Remove redundant initialization code
    * Further using declarations fix for inheritance hierarchies
    * Swig_symbol_clookup_check bug fix
    * Fix minor typos in manual
    * [ci] Add Ruby 3.3 build
    * [doc] Update "known to work" for Ruby
    * Fix redundant cast warning in Java std::map wrapper put method
    * carrays.i library modified to use size_t instead of int
    * D size_t typecheck
    * [ci] Add job for PHP 8.3
    * [PHP] Fix testcase director_finalizer with PHP 8.3
    * Fix misindented line
    * Fix comment typos
    * Give https: URL for PCRE download
    * Fix suggested replacement for -feature
    * Java STL changes to use Java int, support 64-bit size_t
    * Improved C long handling for C#
    * simplify swigarch
    * Slim down swigarch.i
    * Java - SWIGWORDSIZE64 for long type
    * Simplify inttypes.i
    * Enhanced std::map for non-default constructible types changes entry
    * Add missing exception.i for std::map wrappers for MzScheme and Guile
    * std::map wrappers and non-default constructible
    * Changes file update for array variable initialisation
    * Upgrade boost version to fix appveyor testing
    * to run the CI
    * Add test for C++ boolean types in preprocessor
    * Source/Preprocessor/expr.c: Support boolean values in preprocessor expressions
    * Rtest3 (#2448)
    * Complete transition to rtypecheck typemaps from hard coded logic
    * Redundant code removal in nested.cxx
    * Ruby constants and uppercasing regression fix
    * Fix incorrect variable setters being generated when wrapping arrays
    * Non-assignable detection fixes when wrapping const 2D arrays
    * Non-assignable detection fixes when wrapping const member variables
    * Restore missing variable setters for types containing non-assignable static members
    * Correct instantiate of std::basic_istream and std::basic_ostream
    * Non-assignable detection fixes when wrapping rvalue reference variables
    * Non-assignable detection fixes when wrapping reference variables
    * Assignment operator detection fixes when wrapping static member variables
    * Replace Language::is_assignable with Language::is_immutable
    * Implicit assignment operator detection fixes.
    * template_private_assign
    * Add tests for C++11 deleted assignment operators and member variables
    * Private assignment for templates testcase
    * Variable setters for non-assignable types
    * Guile, Ocaml, Perl - add missing use of is_assignment() for variable wrappers
    * Fix testcase for C++20
    * C++11 deleted destructors fixes
    * Tidy up internal "has_copy_constructor" attribute
    * Tidy up internal "has_destructor" attributes
    * Remove unused "has_constructor" internal attribute
    * Fix %copyctor feature and C++11 deleted copy constructors
    * C++11 single default deleted constructor fix
    * C++11 default deleted constructors fix
    * Fixed make file ordering
    * Language module sections clarification
    * Fixed line endings
    * Remove debug output from Octave test
    * Fix for gcc-13 warning in SWIGTYPE[ANY][ANY] typemaps
    * Remove incorrect fragment dependency
    * Fix testcase warning with gcc-13
    * Fix gcc-13 warning in scilab example
    * CCache mdfour refactor to fix gcc-13 warning
    * GHA: Add node 20, add gcc-13, test with clang-14
    * Fix python 3.12 tests
    * Add in missing feature:python:tp_watched for python-3.12
    * Test python-3.12 on GHA, fix missing field initialization for builtin
    * Fix testcase for python-3.12
    * Testcase fix for python-3.12
    * Fix missing-field-initializers warning with Py3.12
    * Correct attempts to not run tests in Javascript and Octave
    * Add some missing tests not being run
    * Suppress clang warnings in test-suite
    * Add reference to fixed SF bug
    * Remove lingering bit of except typemap support
    * [Ruby] Remove -feature command line option
    * handle `"tmap:in" == NULL`
    * Work around Visual Studio 2017 bug in testcase
    * Add support for using declarations to introduce templated members
    * Fix using declarations for deep inheritance hierarchies
    * Missing scope restore in Allocate::classDeclaration
    * Fix missing constructor generation due to abstract class test failure
    * Comment correction since recent code refactor
    * Corrected type returned from calling nodeType
    * Fail at compile time for multiple typemap substitution
    * [PHP] Add missing overloading functionality
    * [php] Fix new template_construct testcase warning
    * Fix comments to match actual function return value
    * Documentation clarification about $action in Python "shadow" feature
    * Fix %copyctor used on class hierarchies with non-const copy constructor
    * Fix duplicate sym:overname values using %copyctor
    * Fix duplicate sym:overname values using %copyctor
    * Warning 302 rewording update for %extend
    * Warnings 302 and 322 code refactor
    * Reword and simplify warnings 302 and 322
    * Correct display of redundant typedefs in Warnings 302 and 322
    * Correct display of class names in Warnings 302 and 322
    * More redefinition/redeclaration warning message improvements
    * Redefinition/redeclaration warning message improvements
    * Consistency in warnings for ambiguous/redefined templated constructors
    * Fix display of template names in error messages in parser
    * Expand constructor runtime tests to Ruby
    * Javascript - ignore constructor renaming
    * More refactoring for internal destructor and constructor names
    * C++11 using declarations for inheriting implicit base templated constructors
    * Default constructor detection fix for templated constructors
    * Constructors and destructors declared with template parameters
    * More director protected constructor tests
    * C++11 using declarations for inheriting constructors
    * Document change in Allocate module
    * Add warning for incorrect using declarations for inheriting constructors
    * Fix C++11 using declarations for inheriting implicit base constructors
    * Move adding members due to using declaration from Allocate to TypePass
    * Move addCopyConstructor, addDefaultConstructor, addDestructor from Language to Allocate
    * Replace Language::directorsEnabled() with Swig_directors_enabled()
    * Fix using declarations and templates with explicitly declared constructors
    * Add testcase for using declarations and templates
    * C++11 using declarations for inheriting constructors - template classes with template base classes
    * Internal destructor name no longer contains template parameters
    * Internal constructor name no longer contains template parameters
    * Visual C++ warning fixes in testcases
    * Appveyor - upgrade boost
    * settle for an abort
    * Clean up and comment template parameter patching code
    * use SWIG_Exception_fail
    * guard against applying in typemaps twice
    * Temporarily disable access_change test for D
    * C++11 using declarations for template classes with non-template base classes
    * [ocaml] Rename value in cpp11_function_objects.i to avoid clash
    * [ocaml] Rename value in bools.i to avoid clash
    * Add missing testcase
    * C++11 using declarations for inheriting overloaded constructors
    * Refactor accessDeclaration methods
    * Add support for C++11 using declarations for inheriting constructors
    * Added unit test
    * Using #ifdef instead of #if to prevent warnings
    * Fix for #2625 Using c++17 insert_or_assign for std::map when available.
    * Try to use wstring/wchar_t on windows
    * Reformat
    * Rename the helpers within the fragment to be more uniquely named
    * Make CI rerun (and output all failed cases for the specialPath)
    * Address review comments
    * Need to see which assert is failing on mingw
    * Verbose assert to try and see the failure on mingw
    * path::string() returns a copy not a const ref.
    * Remove cpp17_std_filesystem from common.mk, only defined for Python for now
    * Extend roundtrip test
    * Address review comment by @degasus on #1999 originally
    * Had trouble getting the test to be properly ignored. If I wrap the inline line 35 in #if __cplusplus the wrapper code isn't generated
    * Tweak tests setup
    * Cherry pick from yasamoka/master
    * Fix syntax error parsing an expression
    * Syntax error parsing expression calling function using ()
    * HTML fixes
    * Rework napi.h header file detection
    * Update COPYRIGHT file
    * Minor Javascript doc typo fixes
    * Remove trace output from Javascript testcase
    * .gitignore javascript cleanup
    * Cosmetic formatting after using make beautify
    * Javascript Node-API support added
    * Remove -dump_xml command line option
    * Fix function definition to match declaration
    * Remove more long-deprecated command line options
    * Eliminate duplicate scanner codes
    * Document missing tokens to Doc/Devel/scanner.html
    * Remove override of CXXLINK
    * [Java] Completely remove ancient pragmas
    * Eliminate T_ERROR
    * Fix directors and allprotected mode and using declarations.
    * Remove unused T_NUMERIC and T_SYMBOL
    * Fix incorrect indentation
    * Distinguish return value of <=> from int
    * Remove redundant break after return
    * Adjust parser to always treat $N as const
    * Remove some unreachable code in parser
    * Fix `make partialcheck-go-test-suite`
    * Fix typo and trailing whitespace
    * Add test that `<(`...`)>` in expression is handled
    * Fix handling of template in array size
    * [Java] Remove deprecated command line options
    * [Guile] Drop support for -Linkage ltdlmod
    * Remove superfluous casts
    * Make result variable for parser void*
    * Fix copy-and-pasted debug messages
    * Remove set but not used variable
    * Remove unused TYPE_TYPEDEF
    * Fix bogus code in C++14 auto return type handling
    * Clean up after removal of ignore typemaps
    * [Guile] Remove -gh and -scm command line options
    * Remove pointer.i from the SWIG library
    * Lib/python/embed.i: Note doesn't work with Python 3
    * Fix mislocated text in Lua docs
    * Remove deprecated BOTH typemap rule
    * Remove deprecated fallback to using include path
    * Remove deprecated -make_default, -no_default, etc
    * Remove support for -xml out.xml
    * Add CHANGES.current entry
    * Eliminate reference to old SWIG doc system
    * Add test coverage for #error and #warning
    * Remove long deprecated features
    * Use non-Doh-prefixed symbols outside of DOH itself
    * [Guile] Fix freearg typemaps for INOUT typemaps
    * char_binary_runme.m, char_binary_runme.rb
    * char_binary_runme.php: Fill in missing parts
    * Add 'char_binary' test to Ruby, PHP, Octave
    * Drop now unnecessary removal of autom4te.cache
    * Make a release distribution by running configure
    * Fix clean-d-examples for in-source-tree build
    * Fix PHP test suite error reporting
    * Make use of bison typed midrule actions
    * Mark parser rules that conflict with %expect
    * Enable bison api.token.raw option
    * Require Bison 3.5
    * [ci] Use newer bison for appveyor builds with old version
    * Remove unnecessary casting away of const
    * Fix type of c_enum_key
    * Stop defining yylex to itself
    * Stop redefining alloca
    * Remove pointless zero-ing of $$ before Exit()
    * Remove redundant explicit $$ = 0 actions
    * Make use of Bison's default action being $$ = $1;
    * Eliminate pointless zeroings of $$
    * Remove commented out testcase line
    * Fix type of parser symbol cpp_alternate_rettype
    * auto type warning improvements
    * auto without return type warning suppression
    * auto without return type cleanup
    * Fix comment typo
    * Remove INIT token which is entirely unused
    * Run bison with -Werror
    * Fix bison -Wmidrule-values warning
    * Fix bison -Wprecedence warnings
    * Run bison with -Wall
    * Use Bison %empty to mark empty rules
    * [doc] Add note that Mingw instructions are outdated
    * Remove erroneous reference to lex
    * Require Bison 3.5
    * Fix bug in previous commit
    * Fix preprocessor scanning bug
    * Fix parsing of <= and >= in templated lambda
    * Remove commented out reference to old doc system
    * Perl.html: Remove memberout from list of typemaps
    * Revert attempt to improve parsing of &&
    * Fix regression from previous change
    * Handle && in template parameter expressions
    * Fix bogus code in C++11 trailing return type handling
    * Add CHANGES.current entry for #2626
    * fix the JSC incompatibilities
    * add the last bulk batch of Python tests to JS
    * [Perl] Fix some warnings in generated wrappers
    * batch of JS run tests
    * add overload + extend + default args run test
    * bring in the `size_t` `cmalloc` in JS
    * remove hacks and implement default arguments
    * Avoid setting python error for bytes input
    * Remove commented out code left over from development
    * [python] Support bytes in std::string_view typemaps
    * use NULL instead of nullptr
    * add more JS run tests
    * Fix passing a Lua number for C++ std::string
    * Add CHANGES.current entry
    * remove the check from free
    * reset the persistent in the weak callback
    * fix JSC too
    * remove debugging leftovers
    * fix member pointers
    * another batch of run tests
    * add two Python tests
    * first batch of tests
    * [mzscheme] Document lack of support for Racket 8
    * Add missing newlines at end on new files
    * Remove lingering uses of ancient documentation system
    * Update lingering uses of %addmethods
    * add a missing rename
    * try using finally as JS keyword
    * add two Python unit tests to JS
    * add more JS run tests
    * Hook up cpp17_director_string_view testcase
    * Remove obsolete Python version checks
    * [Python] Add string_view support
    * Lib/php/std_string_view.i: Tweak order of typemaps
    * Expand std::string_view test coverage
    * [tcl] Expand li_std_string_runme.tcl
    * Fix std::string mentions in string_view testcases
    * Allow `using typename Foo;`
    * Update preproc_constants_c_runme.php
    * Update preproc_constants* testcases
    * Support deducing type of some expressions
    * Support parsing C++11 auto variables
    * [R] argcargv.i: Remove noblock=1 to support C90
    * fix a copy & paste blunder
    * [Ruby] Fix deprecation warnings with Ruby 3.x
    * Suppress syntax error after skip_balanced() fails
    * unit test for resolving abstract types inside a namespace (#2554)
    * [R] argcargv.i: Simplify in typemap
    * Fix indentation
    * argcargv.i: NULL terminate argv with empty input
    * Comment fixes
    * Add argc and argv multi-argument typemap.
    * [R] Fix use of %typemap(rtypecheck).
    * Tweak comment formatting
    * [D] Rename internal c_dstring* to SWIG_c_dstring*
    * [D] argcagv.i: Allow empty D array as input
    * Test empty array and empty string with argcargv.i
    * [scilab] Allow empty matrix as input
    * [mzscheme] argcargv.i: Allow empty array
    * [js] argcargv.i: Allow empty array or empty string
    * [Java] Handle empty Java array
    * [guile] argcargv.i: Allow empty array or empty string
    * [go] argcargv.i: Allow empty array or empty string
    * [c#] argcargv.i: Allow empty array or empty string
    * [octave] Fix argcargv.i bug
    * [MzScheme] Add throw capture for std::out_of_range.
    * [MzScheme] Add argc and argv multi-argument typemap.
    * [MzScheme] Resolve compiler warning:  control reaches end of non-void function [-Werror=return-type]
    * Clean up naming of csharp array helpers
    * Put csharp string array helpers in a fragment
    * Tweak comment formatting
    * [C#] Update argv argc typemap to generic format.
    * Drop extra tokens after #endif
    * [js] Add _runme.js files for ynit tests that pass
    * Remove another redundant NULL check before free()
    * Eliminate docs implying free() doesn't accept NULL
    * Remove more redundant NULL checks before free()
    * Add missing CHANGES entry for additional argcargv support
    * Correct to standard approach to mentioning SWIG version info in docs
    * Keep tests in alphabetical order
    * Remove redundant NULL checks before free()
    * Add D language typemaps  - "char *STRING, size_t LENGTH"  - argc and argv multi-argument
    * Fix comment typo
    * Add argc and argv multi-argument typemap to Java, Guile, JavaScript, Scilab and C#
    * Add li_constraints test for D Language.
    * Add D language to 'can throw' exceptions flag.
    * [D] Fix D examples to work when srcdir != builddir
    * Fix typo ('not' -> 'now')
    * [D] Note fixes in CHANGES.current and RELEASENOTES
    * [D] Require gdmd to be used to run tests with gdc
    * [D] Drop explicit -fversion=/-version=
    * [D] Fix to support recent D releases
    * Remove marker comment left over from debugging
    * CHANGES.current: Restore accidentally deleted lines
    * Relocate a comment to where it makes sense
    * Support deducing decltype for false and true
    * Improve #2446 fix
    * Add CHANGES.current entry for #2446
    * Stop defining SWIGOPT_* preprocessor symbols
    * [Perl] Add string_view support
    * Implement cpp11_decltype_runme.php
    * Add missing new file for Ruby string_view support
    * [Ruby] Add string_view support
    * Add comment explaining new parser rule
    * Partial support for auto without trailing return type
    * Add test that __cplusplus isn't defined in C mode
    * Define __STDC__ to 1 rather than an empty value
    * Allow defining __cplusplus on the command line
    * Define all predefined symbols after option parsing
    * Relocate comment to where it makes sense
    * Add new -U command line option
    * Clean up handling of -D a little
    * Improve --help output for -D
    * Remove duplicate defining of __cplusplus
    * Add CHANGES.current entry
    * More maintainable warning message
    * Update comment wrt #1589
    * Simplify grammar rules for alternative start symbols
    * Support parsing arbitrary expression in decltype
    * Remove obsolete debug line from callback_runme.py
    * [tcl] Add string_view support
    * Use Putc instead of Append on a temp 1 or 2 char string
    * Document what c_spaceship.i is testing
    * Improve docs for Scanner_skip_balanced() return value
    * Clean up double spaces between words in comments
    * Emit extra message for missing typecheck typemap
    * Use strchr/Strchr for single character searches
    * Add %rename to %pythoncode example
    * Add CHANGES.current entry
    * Expand li_std_string_runme.*
    * Add li_constraints test, testing 'constraints.i'. For: JavaScript, C#, go, Java, Lua, Perl, PHP, python, Ruby, TCL and Octave.
    * support check typemaps in JS
    * [java] Suppress removal warnings for finalize()
    * Fix SWIG warning from testcase cpp11_constexpr
    * Parse storage class more flexibly
    * [doc] Fix SWIG_AsCharPtrAndSize arg types
    * Initial support for std::string_view
    * Removed unused default parameter value
    * [PHP] Wrap method with both static and non-static overloads
    * Tweak to struct name in testcase for R
    * Partial revert of previous commit for typedefs
    * add an unit test
    * tentative fix for typedef/using declaration to struct typedef
    * Add #366 reference to fix for #1037
    * Fix testcase comment typo
    * [D] Stop generating Examples/d/example.mk
    * [D] Fix typo in -d2 option description
    * [D] Update docs for D1 removal
    * Drop D version 1
    * Fix CHANGES.current factual error
    * Fix typo: "temporal" which should be "temporary"
    * Allow using snprintf() instead of sprintf() in wrappers
    * [Lua] Alternative SWIG_LUA_CONSTTAB_INT fix
    * Revert "Lua variadic templates sizeof... constants fix"
    * Finish removal of SwigPySequence_Cont
    * Remove undocumented and non-existent STL std::carray
    * Remove assign method uses by the removed Python Sequence Protocol
    * Remove now redundant use of Python Sequence protocol in STL wrappers
    * Add support for all STL containers to be constructible from a Python set
    * Iterator Protocol support for std::array wrappers
    * try to ninja fix jsc
    * take into account numinputs when counting arguments
    * catches_strings_runme.php: Check exact exception message
    * [php] Add throws typemaps for string* + const string*
    * Make typemaps consistently use string::data() vs c_str()
    * [doc] Update sample swig -debug-tags output
    * Update CHANGES.current for Javascript changes
    * [js] Stop using swig -c++ for C examples
    * [js] Improve default for JSENGINE
    * [js] Turn on C++ output for node too
    * Add CHANGES.current entry
    * use the renamed name when creating a constant
    * [perl,ruby] Test OUTPUT string& typemap
    * [lua] Test INPUT,INOUT,OUTPUT for std::string&
    * [php] Support INPUT,INOUT,OUTPUT for std::string&
    * Warnings.html: Add missing warning numbers 472,473
    * Fix CanCastAsInteger if errno is set.
    * Add CHANGES.current entry for Ocaml std::string changes
    * [ci] Update to latest actions/checkout
    * Python: Suggest argcargv.i to handle char**
    * C#: Add missing explicit `global::System` in manual
    * [OCaml] Fix reference typemaps for std::string
    * [ocaml] Use CXXFLAGS when compiling C++ testcases
    * Fix #ifdef and #ifndef to work inside a %define
    * Add regression test for << in array size bug
    * Restore handling for '<<' in array size
    * Add missing newline on new error message
    * Improve error for array size with a '<' character
    * Remove remaining traces of PHP7 support
    * [php] Remove unused exception.i include
    * Make string& consistent in PHP's std_string.i
    * Clarify comment in _runme.go
    * Drop __cplusplus conditionals from testcase
    * [ci] Fix scilab 2023.0.0 download URL
    * Note that #1882 is fixed by recent change
    * scilab: add a gateway xml v6 with full function names
    * scilab: detect version 2023 correctly
    * [ci] Add scilab 6.1 build
    * Add argc and argv multi-argument to go. Make argc and argv test works in C.
    * Make y const in new testcase
    * Add CHANGES.current entry
    * Adjust new tests
    * Copy over missing parts of macro expansion code
    * Add CHANGES.current entry
    * Really fix "mixed declarations and code" warning
    * [ci] Resurrect Ruby 2.0-2.3 jobs and add 3.2 job
    * [scilab] Extract values with ":"
    * [ci] Resurrect scilab 6.0 build
    * [ci] Disable ubuntu-18.04 jobs
    * inline the header into the interface file
    * [ci] Update to latest actions/checkout
    * actually test the value
    * suppress a warning
    * save missing files from previous commit
    * move the unit tests
    * fix code readability issues
    * Remove support for PHP7
    * Fix "ISO C90 forbids mixed declarations and code" warning
    * Fix "undefining the allocator of T_DATA" error seen in Ruby 3.2
    * restore the unit test
    * alternative, much cleaner, approach
    * STL support for copying Python objects supporting Iterator protocol
    * Octave 8.1 support
    * Use $self instead of self
    * document C# std_array.i enhancements
    * std_array.i std_vector.i tweaks
    * Update octruntime.swg
    * Update octrun.swg to work with Octave v8.1.0
    * Update octruntime.swg to work with Octave v8.1.0
    * Improved error checking when defining classes and using %template.
    * Redefined identifer testcase now correctly errors
    * Update errors tests to use new template error
    * Fix duplicate const in generated code wrapping templates
    * Cosmetic change in template terminology
    * Update partial specialization test
    * Partial template specialization fixes to support default arguments
    * Revert "Allow Scilab 5.5 failure since downloads have moved"
    * Duplicate parameter name handling improvements
    * Improved variadic parameter names expansion
    * Make new testcase c++98 compliant
    * Template partial specialization improvements
    * Fix deduction of partially specialized template parameters
    * Rewrite does_parm_match used in template partial specialization
    * Add missing template_function_parm testcase
    * Added usage of nullptr instead of NULL
    * Drop configure probe for popen()
    * Fix a couple of typos in CHANGES
    * Add CHANGES.current entry for previous commit
    * Avoid unused parameter self warning
    * configure: Check for php8.2 too
    * CCache: Do not rely on C89-only features in configure.ac
    * Lib/csharp: Resolve a few warnings about unused parameters
    * Lib/csharp: Better standardized std_vector.i and std_array.i
    * Fix seg fault using %template
    * Instantiation of C++11 variadic function templates
    * Move variadic function template tests to separate testcase
    * Complete copy of testcase from Python
    * Allow Scilab 5.5 failure since downloads have moved
    * More variadic template testing
    * Slight simplification parsing variadic template parameters
    * Syntax error fixes parsing more elaborate parameter pack arguments
    * Fix instantiation of variadic class templates
    * Fix syntax error parsing variadic template parameter pack arguments
    * Lua variadic templates sizeof... constants fix
    * Parser code refactor around variadic types
    * Document improved variadic template support
    * Extend variadic template support to various type combinations
    * Support multiple arguments in variadic templates.
    * Refactor Swig_cparse_template_parms_expand()
    * Refactor %template parameters handling
    * Eliminate sprintf in generated python code
    * Fix syntax error for misplaced Doxygen comment after struct/class member. Fix syntax error using Doxygen member groups syntax, "///*}", when used after final struct/class member.
    * Improved handling of Doxygen comments in parameter lists
    * [OCaml] Runtime tests for rename_rstrip_encoder and using2
    * Fix syntax error parsing of Doxygen comments after last enum item
    * Fix parsing of unconventional Doxygen post comments for enum items.
    * Testcase fix for -Wdelete-non-virtual-dtor
    * swig-4.1.1 changes
    * Template parameters handling tidy up
    * Improved template template parameters support.
    * Add ccache-swig hash fix to RELEASENOTES
    * Ocaml name mangling fix
    * Fix push/pop mismatch
    * Add SWIG-4.1.1 RELEASENOTES summary
    * Fix UBSAN errors in ccache-swig
    * Test case fix for std::complex and non-floating types deprecation
    * Test cases fix
    * Add missing testcase cpp11_template_parameters_decltype
    * Slightly better decltype() support for expressions
    * Fix syntax error parsing unnamed template parameters with a default.
    * Follow-on fix for previous change
    * Fix undefined behaviour in parser
    * Variadic template docs correction
    * Optimise SwigType_base implementation
    * Restore testing template_expr testcase
    * Fix seg fault handling template parameter expressions containing '>='
    * Fix seg fault handling template parameter expressions containing '<='
    * more r tests
    * SwigType * handling corrections - Python builtin mangling
    * Duplicate class template instantiations via %template changes
    * more r tests
    * added testcase pointer_reference
    * [PHP] Update docs for removal of -noproxy in SWIG 4.1.0
    * Minor refactor of D, C#, Java director code
    * Simpler names when using SwigType_manglestr for templates
    * Consolidate name mangling functions
    * Remove unused code in mzscheme.cxx
    * SwigType * handling corrections - mangling
    * SwigType * handling corrections
    * SwigValueWrapper and SwigType * correction
    * Workaround for incomplete or/and keyword support in VC++
    * more tests for R
    * rename cpp14_enable_if_t to cpp17_enable_if_t
    * Add changes entry for -swiglib CMake fix
    * Correct ordering in CHANGES.current file
    * Fix infinite loop handling non-type template parameters
    * R rtypecheck typemaps
    * Overloading fixes for R and rtypecheck typemap
    * Improve R wrapper error message calling overloaded methods
    * Fix memory leak in R shared_ptr wrappers
    * li_boost_shared_ptr testcase for R
    * cpp11_attribute_specifiers testcase warning suppression
    * Bump version to 4.2.0 and migrate CHANGES to CHANGES.current
    * Use more portable PyUnicode_AsUTF8* methods.
    * Document that -php7 is for PHP 7 *or later*
    * build: harden nuget.yml permissions
    * CMake: Fix -swiglib on win32
    * [python] Prevent a potential multithreading crash
    * Add CI build using -py3-stable-abi option
    * Make Python buffer typemaps compatible with limited API
    * Don't use PyUnicode_AsUTF8() when python limited API is used
    * Make directors implementation for Python work with limited API
    * Support using stable Python ABI
    * Ruby: Add check for lower bounds of unsigned long (long) parameters
    * Ruby: Add test case for checking bounds of integral function parameters
* Thu Mar 02 2023 Martin Liška <mliska@suse.cz>
  - Use -fexcess-precision=fast as GCC 13 changes the default
    for C++ compiler and without the change some tests fail on i586.
    More info can be seen here:
    https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
* Thu Dec 01 2022 Klaus Kämpf <kkaempf@suse.com>
  - Update to 4.1.1
    * Couple of stability fixes.
    * Stability fix in ccache-swig when calculating hashes of inputs.
    * Some template handling improvements.
    * R - minor fixes plus deprecation for rtypecheck typemaps being
      optional.
* Wed Nov 02 2022 Klaus Kämpf <kkaempf@suse.com>
  - adapt source name to please build service
* Tue Oct 25 2022 kkaempf@suse.com
  - Update to version 4.1.0 from 4.1.0-beta1
* Sun Oct 16 2022 Klaus Kämpf <kkaempf@suse.com>
  - Update to 4.1.0~beta1
    * Add Javascript Node v12-v18 support, remove support prior to v6.
    * Octave 6.0 to 6.4 support added.
    * Add PHP 8 support.
    * PHP wrapping is now done entirely via PHP's C API
    - no more .php wrapper.
    * Perl 5.8.0 is now the oldest version SWIG supports.
    * Python 3.3 is now the oldest Python 3 version SWIG supports.
    * Python 3.9-3.11 support added.
    * Various memory leak fixes in Python generated code.
    * Scilab 5.5-6.1 support improved.
    * Many improvements for each and every target language.
    * Various preprocessor expression handling improvements.
    * Improved C99, C++11, C++14, C++17 support.
      Start adding C++20 standard.
    * Make SWIG much more move semantics friendly.
    * Add C++ std::unique_ptr support.
    * Few minor C++ template handling improvements.
    * Various C++ using declaration fixes.
    * Few fixes for handling Doxygen comments.
    * GitHub Actions is now used instead of Travis CI for continuous
      integration.
    * Add building SWIG using CMake as a secondary build system.
    * Update optional SWIG build dependency for regex support
      from PCRE to PCRE2.
  - dropped patches, all upstream
    * 15515f390c5e3316a7faf0cf85d661a297d45a50.patch
    * fix-gcc12-error.patch
    * swig-Define-PY_SSIZE_T_CLEAN-macro.patch
    * swig-Define-PY_SSIZE_T_CLEAN-only-when-not-defined-yet.patch
    * swig-Python-define-PY_SSIZE_T_CLEAN.patch
    * swig-octave-6.patch
    * swig-python310.patch
    * swig308-isfinite.diff
* Fri Oct 14 2022 kkaempf@suse.com
  - Update to version rel-4.0.2:
    * [R] Run destructors of local C++ objects on SWIG_fail
    * [php] Update exception_memory_leak_runme.php
    * [lua] Run destructors of local C++ objects on SWIG_fail
    * Fix issues with exception_memory_leak testcase
    * Define PY_SSIZE_T_CLEAN only when not defined yet
    * Add missing SWIGTYPE *const& typemaps
    * Revert "[xml] Move to "Experimental" target language status"
    * Cleanup SWIG_VERSION definition
    * Additional SWIG_VERSION testing
* Thu Sep 08 2022 Stephan Kulow <coolo@suse.com>
  - Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from
    upstream to replace obsolete pcre1 with pcre2
* Sun May 08 2022 Ben Greiner <code@bnavigator.de>
  - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test
    suite with Python 3.10
* Wed Jan 19 2022 Martin Liška <mliska@suse.cz>
  - Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
* Tue Jun 08 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Add swig-octave-6.patch -- Allow swig to work with octave 6 and
    above; patch part of upstream merge request [gh#swig/swig#2020].

Files

/usr/share/doc/packages/swig/Examples
/usr/share/licenses/swig-examples
/usr/share/licenses/swig-examples/LICENSE
/usr/share/swig/examples
/usr/share/swig/examples/Makefile
/usr/share/swig/examples/Makefile.in
/usr/share/swig/examples/README
/usr/share/swig/examples/android
/usr/share/swig/examples/android/check.list
/usr/share/swig/examples/android/class
/usr/share/swig/examples/android/class/AndroidManifest.xml
/usr/share/swig/examples/android/class/Makefile
/usr/share/swig/examples/android/class/ant.properties
/usr/share/swig/examples/android/class/build.xml
/usr/share/swig/examples/android/class/jni
/usr/share/swig/examples/android/class/jni/Android.mk
/usr/share/swig/examples/android/class/jni/example.cpp
/usr/share/swig/examples/android/class/jni/example.h
/usr/share/swig/examples/android/class/jni/example.i
/usr/share/swig/examples/android/class/local.properties
/usr/share/swig/examples/android/class/proguard.cfg
/usr/share/swig/examples/android/class/project.properties
/usr/share/swig/examples/android/class/res
/usr/share/swig/examples/android/class/res/layout
/usr/share/swig/examples/android/class/res/layout/main.xml
/usr/share/swig/examples/android/class/res/values
/usr/share/swig/examples/android/class/res/values/strings.xml
/usr/share/swig/examples/android/class/src
/usr/share/swig/examples/android/class/src/org
/usr/share/swig/examples/android/class/src/org/swig
/usr/share/swig/examples/android/class/src/org/swig/classexample
/usr/share/swig/examples/android/class/src/org/swig/classexample/SwigClass.java
/usr/share/swig/examples/android/extend
/usr/share/swig/examples/android/extend/AndroidManifest.xml
/usr/share/swig/examples/android/extend/Makefile
/usr/share/swig/examples/android/extend/ant.properties
/usr/share/swig/examples/android/extend/build.xml
/usr/share/swig/examples/android/extend/jni
/usr/share/swig/examples/android/extend/jni/Android.mk
/usr/share/swig/examples/android/extend/jni/Application.mk
/usr/share/swig/examples/android/extend/jni/example.cpp
/usr/share/swig/examples/android/extend/jni/example.h
/usr/share/swig/examples/android/extend/jni/example.i
/usr/share/swig/examples/android/extend/local.properties
/usr/share/swig/examples/android/extend/proguard.cfg
/usr/share/swig/examples/android/extend/project.properties
/usr/share/swig/examples/android/extend/res
/usr/share/swig/examples/android/extend/res/layout
/usr/share/swig/examples/android/extend/res/layout/main.xml
/usr/share/swig/examples/android/extend/res/values
/usr/share/swig/examples/android/extend/res/values/strings.xml
/usr/share/swig/examples/android/extend/src
/usr/share/swig/examples/android/extend/src/org
/usr/share/swig/examples/android/extend/src/org/swig
/usr/share/swig/examples/android/extend/src/org/swig/extendexample
/usr/share/swig/examples/android/extend/src/org/swig/extendexample/SwigExtend.java
/usr/share/swig/examples/android/simple
/usr/share/swig/examples/android/simple/AndroidManifest.xml
/usr/share/swig/examples/android/simple/Makefile
/usr/share/swig/examples/android/simple/ant.properties
/usr/share/swig/examples/android/simple/build.xml
/usr/share/swig/examples/android/simple/jni
/usr/share/swig/examples/android/simple/jni/Android.mk
/usr/share/swig/examples/android/simple/jni/example.c
/usr/share/swig/examples/android/simple/jni/example.i
/usr/share/swig/examples/android/simple/local.properties
/usr/share/swig/examples/android/simple/proguard.cfg
/usr/share/swig/examples/android/simple/project.properties
/usr/share/swig/examples/android/simple/res
/usr/share/swig/examples/android/simple/res/layout
/usr/share/swig/examples/android/simple/res/layout/main.xml
/usr/share/swig/examples/android/simple/res/values
/usr/share/swig/examples/android/simple/res/values/strings.xml
/usr/share/swig/examples/android/simple/src
/usr/share/swig/examples/android/simple/src/org
/usr/share/swig/examples/android/simple/src/org/swig
/usr/share/swig/examples/android/simple/src/org/swig/simple
/usr/share/swig/examples/android/simple/src/org/swig/simple/SwigSimple.java
/usr/share/swig/examples/csharp
/usr/share/swig/examples/csharp/arrays
/usr/share/swig/examples/csharp/arrays/Makefile
/usr/share/swig/examples/csharp/arrays/example-cs.csproj
/usr/share/swig/examples/csharp/arrays/example.c
/usr/share/swig/examples/csharp/arrays/example.h
/usr/share/swig/examples/csharp/arrays/example.i
/usr/share/swig/examples/csharp/arrays/runme.cs
/usr/share/swig/examples/csharp/callback
/usr/share/swig/examples/csharp/callback/Makefile
/usr/share/swig/examples/csharp/callback/example-cs.csproj
/usr/share/swig/examples/csharp/callback/example.cxx
/usr/share/swig/examples/csharp/callback/example.h
/usr/share/swig/examples/csharp/callback/example.i
/usr/share/swig/examples/csharp/callback/runme.cs
/usr/share/swig/examples/csharp/check.list
/usr/share/swig/examples/csharp/class
/usr/share/swig/examples/csharp/class/Makefile
/usr/share/swig/examples/csharp/class/example-cs.csproj
/usr/share/swig/examples/csharp/class/example.cxx
/usr/share/swig/examples/csharp/class/example.h
/usr/share/swig/examples/csharp/class/example.i
/usr/share/swig/examples/csharp/class/runme.cs
/usr/share/swig/examples/csharp/enum
/usr/share/swig/examples/csharp/enum/Makefile
/usr/share/swig/examples/csharp/enum/example-cs.csproj
/usr/share/swig/examples/csharp/enum/example.cxx
/usr/share/swig/examples/csharp/enum/example.h
/usr/share/swig/examples/csharp/enum/example.i
/usr/share/swig/examples/csharp/enum/runme.cs
/usr/share/swig/examples/csharp/extend
/usr/share/swig/examples/csharp/extend/Makefile
/usr/share/swig/examples/csharp/extend/example-cs.csproj
/usr/share/swig/examples/csharp/extend/example.cxx
/usr/share/swig/examples/csharp/extend/example.h
/usr/share/swig/examples/csharp/extend/example.i
/usr/share/swig/examples/csharp/extend/runme.cs
/usr/share/swig/examples/csharp/funcptr
/usr/share/swig/examples/csharp/funcptr/Makefile
/usr/share/swig/examples/csharp/funcptr/example-cs.csproj
/usr/share/swig/examples/csharp/funcptr/example.c
/usr/share/swig/examples/csharp/funcptr/example.h
/usr/share/swig/examples/csharp/funcptr/example.i
/usr/share/swig/examples/csharp/funcptr/runme.cs
/usr/share/swig/examples/csharp/nested
/usr/share/swig/examples/csharp/nested/Makefile
/usr/share/swig/examples/csharp/nested/example-cs.csproj
/usr/share/swig/examples/csharp/nested/example.cxx
/usr/share/swig/examples/csharp/nested/example.h
/usr/share/swig/examples/csharp/nested/example.i
/usr/share/swig/examples/csharp/nested/runme.cs
/usr/share/swig/examples/csharp/reference
/usr/share/swig/examples/csharp/reference/Makefile
/usr/share/swig/examples/csharp/reference/example-cs.csproj
/usr/share/swig/examples/csharp/reference/example.cxx
/usr/share/swig/examples/csharp/reference/example.h
/usr/share/swig/examples/csharp/reference/example.i
/usr/share/swig/examples/csharp/reference/runme.cs
/usr/share/swig/examples/csharp/simple
/usr/share/swig/examples/csharp/simple/Makefile
/usr/share/swig/examples/csharp/simple/example-cs.csproj
/usr/share/swig/examples/csharp/simple/example.c
/usr/share/swig/examples/csharp/simple/example.i
/usr/share/swig/examples/csharp/simple/runme.cs
/usr/share/swig/examples/csharp/template
/usr/share/swig/examples/csharp/template/Makefile
/usr/share/swig/examples/csharp/template/example-cs.csproj
/usr/share/swig/examples/csharp/template/example.h
/usr/share/swig/examples/csharp/template/example.i
/usr/share/swig/examples/csharp/template/runme.cs
/usr/share/swig/examples/csharp/variables
/usr/share/swig/examples/csharp/variables/Makefile
/usr/share/swig/examples/csharp/variables/example-cs.csproj
/usr/share/swig/examples/csharp/variables/example.c
/usr/share/swig/examples/csharp/variables/example.h
/usr/share/swig/examples/csharp/variables/example.i
/usr/share/swig/examples/csharp/variables/runme.cs
/usr/share/swig/examples/d
/usr/share/swig/examples/d/callback
/usr/share/swig/examples/d/callback/Makefile
/usr/share/swig/examples/d/callback/d2
/usr/share/swig/examples/d/callback/d2/runme.d
/usr/share/swig/examples/d/callback/example.cxx
/usr/share/swig/examples/d/callback/example.h
/usr/share/swig/examples/d/callback/example.i
/usr/share/swig/examples/d/check.list
/usr/share/swig/examples/d/class
/usr/share/swig/examples/d/class/Makefile
/usr/share/swig/examples/d/class/d2
/usr/share/swig/examples/d/class/d2/runme.d
/usr/share/swig/examples/d/class/example.cxx
/usr/share/swig/examples/d/class/example.h
/usr/share/swig/examples/d/class/example.i
/usr/share/swig/examples/d/constants
/usr/share/swig/examples/d/constants/Makefile
/usr/share/swig/examples/d/constants/d2
/usr/share/swig/examples/d/constants/d2/runme.d
/usr/share/swig/examples/d/constants/example.i
/usr/share/swig/examples/d/enum
/usr/share/swig/examples/d/enum/Makefile
/usr/share/swig/examples/d/enum/d2
/usr/share/swig/examples/d/enum/d2/runme.d
/usr/share/swig/examples/d/enum/example.cxx
/usr/share/swig/examples/d/enum/example.h
/usr/share/swig/examples/d/enum/example.i
/usr/share/swig/examples/d/example.mk
/usr/share/swig/examples/d/extend
/usr/share/swig/examples/d/extend/Makefile
/usr/share/swig/examples/d/extend/d2
/usr/share/swig/examples/d/extend/d2/runme.d
/usr/share/swig/examples/d/extend/example.cxx
/usr/share/swig/examples/d/extend/example.h
/usr/share/swig/examples/d/extend/example.i
/usr/share/swig/examples/d/funcptr
/usr/share/swig/examples/d/funcptr/Makefile
/usr/share/swig/examples/d/funcptr/d2
/usr/share/swig/examples/d/funcptr/d2/runme.d
/usr/share/swig/examples/d/funcptr/example.c
/usr/share/swig/examples/d/funcptr/example.h
/usr/share/swig/examples/d/funcptr/example.i
/usr/share/swig/examples/d/simple
/usr/share/swig/examples/d/simple/Makefile
/usr/share/swig/examples/d/simple/d2
/usr/share/swig/examples/d/simple/d2/runme.d
/usr/share/swig/examples/d/simple/example.c
/usr/share/swig/examples/d/simple/example.i
/usr/share/swig/examples/d/variables
/usr/share/swig/examples/d/variables/Makefile
/usr/share/swig/examples/d/variables/d2
/usr/share/swig/examples/d/variables/d2/runme.d
/usr/share/swig/examples/d/variables/example.c
/usr/share/swig/examples/d/variables/example.h
/usr/share/swig/examples/d/variables/example.i
/usr/share/swig/examples/go
/usr/share/swig/examples/go/callback
/usr/share/swig/examples/go/callback/Makefile
/usr/share/swig/examples/go/callback/callback.cxx
/usr/share/swig/examples/go/callback/example.h
/usr/share/swig/examples/go/callback/example.i
/usr/share/swig/examples/go/callback/gocallback.go
/usr/share/swig/examples/go/callback/index.html
/usr/share/swig/examples/go/callback/runme.go
/usr/share/swig/examples/go/check.list
/usr/share/swig/examples/go/class
/usr/share/swig/examples/go/class/Makefile
/usr/share/swig/examples/go/class/class.cxx
/usr/share/swig/examples/go/class/example.h
/usr/share/swig/examples/go/class/example.i
/usr/share/swig/examples/go/class/index.html
/usr/share/swig/examples/go/class/runme.go
/usr/share/swig/examples/go/constants
/usr/share/swig/examples/go/constants/Makefile
/usr/share/swig/examples/go/constants/example.i
/usr/share/swig/examples/go/constants/index.html
/usr/share/swig/examples/go/constants/runme.go
/usr/share/swig/examples/go/director
/usr/share/swig/examples/go/director/Makefile
/usr/share/swig/examples/go/director/director.go
/usr/share/swig/examples/go/director/director.h
/usr/share/swig/examples/go/director/example.i
/usr/share/swig/examples/go/director/index.html
/usr/share/swig/examples/go/director/runme.go
/usr/share/swig/examples/go/enum
/usr/share/swig/examples/go/enum/Makefile
/usr/share/swig/examples/go/enum/enum.cxx
/usr/share/swig/examples/go/enum/example.h
/usr/share/swig/examples/go/enum/example.i
/usr/share/swig/examples/go/enum/index.html
/usr/share/swig/examples/go/enum/runme.go
/usr/share/swig/examples/go/extend
/usr/share/swig/examples/go/extend/Makefile
/usr/share/swig/examples/go/extend/ceo.go
/usr/share/swig/examples/go/extend/example.h
/usr/share/swig/examples/go/extend/example.i
/usr/share/swig/examples/go/extend/extend.cxx
/usr/share/swig/examples/go/extend/index.html
/usr/share/swig/examples/go/extend/runme.go
/usr/share/swig/examples/go/funcptr
/usr/share/swig/examples/go/funcptr/Makefile
/usr/share/swig/examples/go/funcptr/example.h
/usr/share/swig/examples/go/funcptr/example.i
/usr/share/swig/examples/go/funcptr/funcptr.c
/usr/share/swig/examples/go/funcptr/index.html
/usr/share/swig/examples/go/funcptr/runme.go
/usr/share/swig/examples/go/goin
/usr/share/swig/examples/go/goin/Makefile
/usr/share/swig/examples/go/goin/example.i
/usr/share/swig/examples/go/goin/index.html
/usr/share/swig/examples/go/goin/runme.go
/usr/share/swig/examples/go/index.html
/usr/share/swig/examples/go/multimap
/usr/share/swig/examples/go/multimap/Makefile
/usr/share/swig/examples/go/multimap/example.i
/usr/share/swig/examples/go/multimap/multimap.c
/usr/share/swig/examples/go/multimap/runme.go
/usr/share/swig/examples/go/pointer
/usr/share/swig/examples/go/pointer/Makefile
/usr/share/swig/examples/go/pointer/example.i
/usr/share/swig/examples/go/pointer/index.html
/usr/share/swig/examples/go/pointer/pointer.c
/usr/share/swig/examples/go/pointer/runme.go
/usr/share/swig/examples/go/reference
/usr/share/swig/examples/go/reference/Makefile
/usr/share/swig/examples/go/reference/example.h
/usr/share/swig/examples/go/reference/example.i
/usr/share/swig/examples/go/reference/index.html
/usr/share/swig/examples/go/reference/reference.cxx
/usr/share/swig/examples/go/reference/runme.go
/usr/share/swig/examples/go/simple
/usr/share/swig/examples/go/simple/Makefile
/usr/share/swig/examples/go/simple/example.i
/usr/share/swig/examples/go/simple/index.html
/usr/share/swig/examples/go/simple/runme.go
/usr/share/swig/examples/go/simple/simple.c
/usr/share/swig/examples/go/template
/usr/share/swig/examples/go/template/Makefile
/usr/share/swig/examples/go/template/example.h
/usr/share/swig/examples/go/template/example.i
/usr/share/swig/examples/go/template/index.html
/usr/share/swig/examples/go/template/runme.go
/usr/share/swig/examples/go/variables
/usr/share/swig/examples/go/variables/Makefile
/usr/share/swig/examples/go/variables/example.h
/usr/share/swig/examples/go/variables/example.i
/usr/share/swig/examples/go/variables/index.html
/usr/share/swig/examples/go/variables/runme.go
/usr/share/swig/examples/go/variables/variables.c
/usr/share/swig/examples/guile
/usr/share/swig/examples/guile/README
/usr/share/swig/examples/guile/check.list
/usr/share/swig/examples/guile/class
/usr/share/swig/examples/guile/class/Makefile
/usr/share/swig/examples/guile/class/example.cxx
/usr/share/swig/examples/guile/class/example.h
/usr/share/swig/examples/guile/class/example.i
/usr/share/swig/examples/guile/class/runme.scm
/usr/share/swig/examples/guile/constants
/usr/share/swig/examples/guile/constants/Makefile
/usr/share/swig/examples/guile/constants/example.i
/usr/share/swig/examples/guile/constants/runme.scm
/usr/share/swig/examples/guile/matrix
/usr/share/swig/examples/guile/matrix/Makefile
/usr/share/swig/examples/guile/matrix/README
/usr/share/swig/examples/guile/matrix/example.i
/usr/share/swig/examples/guile/matrix/matrix.c
/usr/share/swig/examples/guile/matrix/matrix.i
/usr/share/swig/examples/guile/matrix/runme.scm
/usr/share/swig/examples/guile/matrix/vector.c
/usr/share/swig/examples/guile/matrix/vector.h
/usr/share/swig/examples/guile/matrix/vector.i
/usr/share/swig/examples/guile/multimap
/usr/share/swig/examples/guile/multimap/Makefile
/usr/share/swig/examples/guile/multimap/example.c
/usr/share/swig/examples/guile/multimap/example.i
/usr/share/swig/examples/guile/multimap/runme.scm
/usr/share/swig/examples/guile/multivalue
/usr/share/swig/examples/guile/multivalue/Makefile
/usr/share/swig/examples/guile/multivalue/example.c
/usr/share/swig/examples/guile/multivalue/example.i
/usr/share/swig/examples/guile/multivalue/runme.scm
/usr/share/swig/examples/guile/port
/usr/share/swig/examples/guile/port/Makefile
/usr/share/swig/examples/guile/port/README
/usr/share/swig/examples/guile/port/example.c
/usr/share/swig/examples/guile/port/example.i
/usr/share/swig/examples/guile/port/runme.scm
/usr/share/swig/examples/guile/simple
/usr/share/swig/examples/guile/simple/Makefile
/usr/share/swig/examples/guile/simple/README
/usr/share/swig/examples/guile/simple/example.c
/usr/share/swig/examples/guile/simple/example.i
/usr/share/swig/examples/guile/simple/runme.scm
/usr/share/swig/examples/guile/std_vector
/usr/share/swig/examples/guile/std_vector/Makefile
/usr/share/swig/examples/guile/std_vector/example.h
/usr/share/swig/examples/guile/std_vector/example.i
/usr/share/swig/examples/guile/std_vector/runme.scm
/usr/share/swig/examples/index.html
/usr/share/swig/examples/java
/usr/share/swig/examples/java/callback
/usr/share/swig/examples/java/callback/Makefile
/usr/share/swig/examples/java/callback/example.cxx
/usr/share/swig/examples/java/callback/example.h
/usr/share/swig/examples/java/callback/example.i
/usr/share/swig/examples/java/callback/index.html
/usr/share/swig/examples/java/callback/runme.java
/usr/share/swig/examples/java/check.list
/usr/share/swig/examples/java/class
/usr/share/swig/examples/java/class/Makefile
/usr/share/swig/examples/java/class/example.cxx
/usr/share/swig/examples/java/class/example.h
/usr/share/swig/examples/java/class/example.i
/usr/share/swig/examples/java/class/index.html
/usr/share/swig/examples/java/class/runme.java
/usr/share/swig/examples/java/constants
/usr/share/swig/examples/java/constants/Makefile
/usr/share/swig/examples/java/constants/example.i
/usr/share/swig/examples/java/constants/index.html
/usr/share/swig/examples/java/constants/runme.java
/usr/share/swig/examples/java/doxygen
/usr/share/swig/examples/java/doxygen/Makefile
/usr/share/swig/examples/java/doxygen/example.cxx
/usr/share/swig/examples/java/doxygen/example.h
/usr/share/swig/examples/java/doxygen/example.i
/usr/share/swig/examples/java/doxygen/runme.java
/usr/share/swig/examples/java/enum
/usr/share/swig/examples/java/enum/Makefile
/usr/share/swig/examples/java/enum/example.cxx
/usr/share/swig/examples/java/enum/example.h
/usr/share/swig/examples/java/enum/example.i
/usr/share/swig/examples/java/enum/index.html
/usr/share/swig/examples/java/enum/runme.java
/usr/share/swig/examples/java/extend
/usr/share/swig/examples/java/extend/Makefile
/usr/share/swig/examples/java/extend/example.cxx
/usr/share/swig/examples/java/extend/example.h
/usr/share/swig/examples/java/extend/example.i
/usr/share/swig/examples/java/extend/index.html
/usr/share/swig/examples/java/extend/runme.java
/usr/share/swig/examples/java/funcptr
/usr/share/swig/examples/java/funcptr/Makefile
/usr/share/swig/examples/java/funcptr/example.c
/usr/share/swig/examples/java/funcptr/example.h
/usr/share/swig/examples/java/funcptr/example.i
/usr/share/swig/examples/java/funcptr/index.html
/usr/share/swig/examples/java/funcptr/runme.java
/usr/share/swig/examples/java/index.html
/usr/share/swig/examples/java/multimap
/usr/share/swig/examples/java/multimap/Makefile
/usr/share/swig/examples/java/multimap/example.c
/usr/share/swig/examples/java/multimap/example.i
/usr/share/swig/examples/java/multimap/runme.java
/usr/share/swig/examples/java/native
/usr/share/swig/examples/java/native/Makefile
/usr/share/swig/examples/java/native/example.i
/usr/share/swig/examples/java/native/index.html
/usr/share/swig/examples/java/native/runme.java
/usr/share/swig/examples/java/nested
/usr/share/swig/examples/java/nested/Makefile
/usr/share/swig/examples/java/nested/example.cxx
/usr/share/swig/examples/java/nested/example.h
/usr/share/swig/examples/java/nested/example.i
/usr/share/swig/examples/java/nested/runme.java
/usr/share/swig/examples/java/pointer
/usr/share/swig/examples/java/pointer/Makefile
/usr/share/swig/examples/java/pointer/example.c
/usr/share/swig/examples/java/pointer/example.i
/usr/share/swig/examples/java/pointer/index.html
/usr/share/swig/examples/java/pointer/runme.java
/usr/share/swig/examples/java/reference
/usr/share/swig/examples/java/reference/Makefile
/usr/share/swig/examples/java/reference/example.cxx
/usr/share/swig/examples/java/reference/example.h
/usr/share/swig/examples/java/reference/example.i
/usr/share/swig/examples/java/reference/index.html
/usr/share/swig/examples/java/reference/runme.java
/usr/share/swig/examples/java/simple
/usr/share/swig/examples/java/simple/Makefile
/usr/share/swig/examples/java/simple/example.c
/usr/share/swig/examples/java/simple/example.i
/usr/share/swig/examples/java/simple/index.html
/usr/share/swig/examples/java/simple/runme.java
/usr/share/swig/examples/java/template
/usr/share/swig/examples/java/template/Makefile
/usr/share/swig/examples/java/template/example.h
/usr/share/swig/examples/java/template/example.i
/usr/share/swig/examples/java/template/index.html
/usr/share/swig/examples/java/template/runme.java
/usr/share/swig/examples/java/typemap
/usr/share/swig/examples/java/typemap/Makefile
/usr/share/swig/examples/java/typemap/example.i
/usr/share/swig/examples/java/typemap/index.html
/usr/share/swig/examples/java/typemap/runme.java
/usr/share/swig/examples/java/variables
/usr/share/swig/examples/java/variables/Makefile
/usr/share/swig/examples/java/variables/example.c
/usr/share/swig/examples/java/variables/example.h
/usr/share/swig/examples/java/variables/example.i
/usr/share/swig/examples/java/variables/index.html
/usr/share/swig/examples/java/variables/runme.java
/usr/share/swig/examples/javascript
/usr/share/swig/examples/javascript/check.list
/usr/share/swig/examples/javascript/class
/usr/share/swig/examples/javascript/class/Makefile
/usr/share/swig/examples/javascript/class/binding.gyp.in
/usr/share/swig/examples/javascript/class/example.cxx
/usr/share/swig/examples/javascript/class/example.h
/usr/share/swig/examples/javascript/class/example.i
/usr/share/swig/examples/javascript/class/example.js
/usr/share/swig/examples/javascript/class/runme.js
/usr/share/swig/examples/javascript/constant
/usr/share/swig/examples/javascript/constant/Makefile
/usr/share/swig/examples/javascript/constant/binding.gyp.in
/usr/share/swig/examples/javascript/constant/example.h
/usr/share/swig/examples/javascript/constant/example.i
/usr/share/swig/examples/javascript/constant/example.js
/usr/share/swig/examples/javascript/constant/runme.js
/usr/share/swig/examples/javascript/enum
/usr/share/swig/examples/javascript/enum/Makefile
/usr/share/swig/examples/javascript/enum/binding.gyp.in
/usr/share/swig/examples/javascript/enum/example.cxx
/usr/share/swig/examples/javascript/enum/example.h
/usr/share/swig/examples/javascript/enum/example.i
/usr/share/swig/examples/javascript/enum/example.js
/usr/share/swig/examples/javascript/enum/runme.js
/usr/share/swig/examples/javascript/example.mk
/usr/share/swig/examples/javascript/exception
/usr/share/swig/examples/javascript/exception/Makefile
/usr/share/swig/examples/javascript/exception/binding.gyp.in
/usr/share/swig/examples/javascript/exception/example.cxx
/usr/share/swig/examples/javascript/exception/example.h
/usr/share/swig/examples/javascript/exception/example.i
/usr/share/swig/examples/javascript/exception/example.js
/usr/share/swig/examples/javascript/exception/runme.js
/usr/share/swig/examples/javascript/functor
/usr/share/swig/examples/javascript/functor/Makefile
/usr/share/swig/examples/javascript/functor/binding.gyp.in
/usr/share/swig/examples/javascript/functor/example.i
/usr/share/swig/examples/javascript/functor/example.js
/usr/share/swig/examples/javascript/functor/runme.js
/usr/share/swig/examples/javascript/native
/usr/share/swig/examples/javascript/native/Makefile
/usr/share/swig/examples/javascript/native/binding.gyp.in
/usr/share/swig/examples/javascript/native/example.i
/usr/share/swig/examples/javascript/native/example.js
/usr/share/swig/examples/javascript/native/index.html
/usr/share/swig/examples/javascript/native/runme.js
/usr/share/swig/examples/javascript/nspace
/usr/share/swig/examples/javascript/nspace/Makefile
/usr/share/swig/examples/javascript/nspace/binding.gyp.in
/usr/share/swig/examples/javascript/nspace/example.h
/usr/share/swig/examples/javascript/nspace/example.i
/usr/share/swig/examples/javascript/nspace/example.js
/usr/share/swig/examples/javascript/nspace/runme.js
/usr/share/swig/examples/javascript/operator
/usr/share/swig/examples/javascript/operator/Makefile
/usr/share/swig/examples/javascript/operator/binding.gyp.in
/usr/share/swig/examples/javascript/operator/example.h
/usr/share/swig/examples/javascript/operator/example.i
/usr/share/swig/examples/javascript/operator/example.js
/usr/share/swig/examples/javascript/operator/runme.js
/usr/share/swig/examples/javascript/overload
/usr/share/swig/examples/javascript/overload/Makefile
/usr/share/swig/examples/javascript/overload/binding.gyp.in
/usr/share/swig/examples/javascript/overload/example.h
/usr/share/swig/examples/javascript/overload/example.i
/usr/share/swig/examples/javascript/overload/example.js
/usr/share/swig/examples/javascript/overload/runme.js
/usr/share/swig/examples/javascript/pointer
/usr/share/swig/examples/javascript/pointer/Makefile
/usr/share/swig/examples/javascript/pointer/binding.gyp.in
/usr/share/swig/examples/javascript/pointer/example.c
/usr/share/swig/examples/javascript/pointer/example.i
/usr/share/swig/examples/javascript/pointer/example.js
/usr/share/swig/examples/javascript/pointer/runme.js
/usr/share/swig/examples/javascript/reference
/usr/share/swig/examples/javascript/reference/Makefile
/usr/share/swig/examples/javascript/reference/binding.gyp.in
/usr/share/swig/examples/javascript/reference/example.cxx
/usr/share/swig/examples/javascript/reference/example.h
/usr/share/swig/examples/javascript/reference/example.i
/usr/share/swig/examples/javascript/reference/example.js
/usr/share/swig/examples/javascript/reference/runme.js
/usr/share/swig/examples/javascript/simple
/usr/share/swig/examples/javascript/simple/Makefile
/usr/share/swig/examples/javascript/simple/binding.gyp.in
/usr/share/swig/examples/javascript/simple/example.c
/usr/share/swig/examples/javascript/simple/example.i
/usr/share/swig/examples/javascript/simple/example.js
/usr/share/swig/examples/javascript/simple/runme.js
/usr/share/swig/examples/javascript/template
/usr/share/swig/examples/javascript/template/Makefile
/usr/share/swig/examples/javascript/template/binding.gyp.in
/usr/share/swig/examples/javascript/template/example.h
/usr/share/swig/examples/javascript/template/example.i
/usr/share/swig/examples/javascript/template/example.js
/usr/share/swig/examples/javascript/template/runme.js
/usr/share/swig/examples/javascript/variables
/usr/share/swig/examples/javascript/variables/Makefile
/usr/share/swig/examples/javascript/variables/binding.gyp.in
/usr/share/swig/examples/javascript/variables/example.c
/usr/share/swig/examples/javascript/variables/example.h
/usr/share/swig/examples/javascript/variables/example.i
/usr/share/swig/examples/javascript/variables/example.js
/usr/share/swig/examples/javascript/variables/runme.js
/usr/share/swig/examples/lua
/usr/share/swig/examples/lua/arrays
/usr/share/swig/examples/lua/arrays/Makefile
/usr/share/swig/examples/lua/arrays/example.c
/usr/share/swig/examples/lua/arrays/example.i
/usr/share/swig/examples/lua/arrays/runme.lua
/usr/share/swig/examples/lua/check.list
/usr/share/swig/examples/lua/class
/usr/share/swig/examples/lua/class/Makefile
/usr/share/swig/examples/lua/class/example.cxx
/usr/share/swig/examples/lua/class/example.h
/usr/share/swig/examples/lua/class/example.i
/usr/share/swig/examples/lua/class/runme.lua
/usr/share/swig/examples/lua/constants
/usr/share/swig/examples/lua/constants/Makefile
/usr/share/swig/examples/lua/constants/example.i
/usr/share/swig/examples/lua/constants/runme.lua
/usr/share/swig/examples/lua/dual
/usr/share/swig/examples/lua/dual/Makefile
/usr/share/swig/examples/lua/dual/dual.cpp
/usr/share/swig/examples/lua/dual/example.i
/usr/share/swig/examples/lua/dual/example2.i
/usr/share/swig/examples/lua/embed
/usr/share/swig/examples/lua/embed/Makefile
/usr/share/swig/examples/lua/embed/embed.c
/usr/share/swig/examples/lua/embed/example.c
/usr/share/swig/examples/lua/embed/example.i
/usr/share/swig/examples/lua/embed/runme.lua
/usr/share/swig/examples/lua/embed2
/usr/share/swig/examples/lua/embed2/Makefile
/usr/share/swig/examples/lua/embed2/embed2.c
/usr/share/swig/examples/lua/embed2/example.c
/usr/share/swig/examples/lua/embed2/example.i
/usr/share/swig/examples/lua/embed2/runme.lua
/usr/share/swig/examples/lua/embed3
/usr/share/swig/examples/lua/embed3/Makefile
/usr/share/swig/examples/lua/embed3/embed3.cpp
/usr/share/swig/examples/lua/embed3/example.cpp
/usr/share/swig/examples/lua/embed3/example.h
/usr/share/swig/examples/lua/embed3/example.i
/usr/share/swig/examples/lua/embed3/runme.lua
/usr/share/swig/examples/lua/exception
/usr/share/swig/examples/lua/exception/Makefile
/usr/share/swig/examples/lua/exception/example.h
/usr/share/swig/examples/lua/exception/example.i
/usr/share/swig/examples/lua/exception/runme.lua
/usr/share/swig/examples/lua/funcptr3
/usr/share/swig/examples/lua/funcptr3/Makefile
/usr/share/swig/examples/lua/funcptr3/example.c
/usr/share/swig/examples/lua/funcptr3/example.h
/usr/share/swig/examples/lua/funcptr3/example.i
/usr/share/swig/examples/lua/funcptr3/runme.lua
/usr/share/swig/examples/lua/functest
/usr/share/swig/examples/lua/functest/Makefile
/usr/share/swig/examples/lua/functest/example.c
/usr/share/swig/examples/lua/functest/example.i
/usr/share/swig/examples/lua/functest/runme.lua
/usr/share/swig/examples/lua/functor
/usr/share/swig/examples/lua/functor/Makefile
/usr/share/swig/examples/lua/functor/example.i
/usr/share/swig/examples/lua/functor/runme.lua
/usr/share/swig/examples/lua/import
/usr/share/swig/examples/lua/import.lua
/usr/share/swig/examples/lua/import/Makefile
/usr/share/swig/examples/lua/import/README
/usr/share/swig/examples/lua/import/bar.h
/usr/share/swig/examples/lua/import/bar.i
/usr/share/swig/examples/lua/import/base.h
/usr/share/swig/examples/lua/import/base.i
/usr/share/swig/examples/lua/import/foo.h
/usr/share/swig/examples/lua/import/foo.i
/usr/share/swig/examples/lua/import/runme.lua
/usr/share/swig/examples/lua/import/spam.h
/usr/share/swig/examples/lua/import/spam.i
/usr/share/swig/examples/lua/lua.c
/usr/share/swig/examples/lua/nspace
/usr/share/swig/examples/lua/nspace/Makefile
/usr/share/swig/examples/lua/nspace/example.h
/usr/share/swig/examples/lua/nspace/example.i
/usr/share/swig/examples/lua/nspace/runme.lua
/usr/share/swig/examples/lua/owner
/usr/share/swig/examples/lua/owner/Makefile
/usr/share/swig/examples/lua/owner/example.cxx
/usr/share/swig/examples/lua/owner/example.h
/usr/share/swig/examples/lua/owner/example.i
/usr/share/swig/examples/lua/owner/runme.lua
/usr/share/swig/examples/lua/pointer
/usr/share/swig/examples/lua/pointer/Makefile
/usr/share/swig/examples/lua/pointer/example.c
/usr/share/swig/examples/lua/pointer/example.i
/usr/share/swig/examples/lua/pointer/runme.lua
/usr/share/swig/examples/lua/simple
/usr/share/swig/examples/lua/simple/Makefile
/usr/share/swig/examples/lua/simple/example.c
/usr/share/swig/examples/lua/simple/example.i
/usr/share/swig/examples/lua/simple/runme.lua
/usr/share/swig/examples/lua/variables
/usr/share/swig/examples/lua/variables/Makefile
/usr/share/swig/examples/lua/variables/example.c
/usr/share/swig/examples/lua/variables/example.h
/usr/share/swig/examples/lua/variables/example.i
/usr/share/swig/examples/lua/variables/runme.lua
/usr/share/swig/examples/mzscheme
/usr/share/swig/examples/mzscheme/check.list
/usr/share/swig/examples/mzscheme/class
/usr/share/swig/examples/mzscheme/class/Makefile
/usr/share/swig/examples/mzscheme/class/example.cxx
/usr/share/swig/examples/mzscheme/class/example.h
/usr/share/swig/examples/mzscheme/class/example.i
/usr/share/swig/examples/mzscheme/class/runme.scm
/usr/share/swig/examples/mzscheme/multimap
/usr/share/swig/examples/mzscheme/multimap/Makefile
/usr/share/swig/examples/mzscheme/multimap/example.c
/usr/share/swig/examples/mzscheme/multimap/example.i
/usr/share/swig/examples/mzscheme/multimap/runme.scm
/usr/share/swig/examples/mzscheme/simple
/usr/share/swig/examples/mzscheme/simple/Makefile
/usr/share/swig/examples/mzscheme/simple/example.c
/usr/share/swig/examples/mzscheme/simple/example.i
/usr/share/swig/examples/mzscheme/simple/runme.scm
/usr/share/swig/examples/mzscheme/std_vector
/usr/share/swig/examples/mzscheme/std_vector/Makefile
/usr/share/swig/examples/mzscheme/std_vector/example.h
/usr/share/swig/examples/mzscheme/std_vector/example.i
/usr/share/swig/examples/mzscheme/std_vector/runme.scm
/usr/share/swig/examples/ocaml
/usr/share/swig/examples/ocaml/argout_ref
/usr/share/swig/examples/ocaml/argout_ref/Makefile
/usr/share/swig/examples/ocaml/argout_ref/example.c
/usr/share/swig/examples/ocaml/argout_ref/example.i
/usr/share/swig/examples/ocaml/argout_ref/runme.ml
/usr/share/swig/examples/ocaml/callback
/usr/share/swig/examples/ocaml/callback/Makefile
/usr/share/swig/examples/ocaml/callback/example.c
/usr/share/swig/examples/ocaml/callback/example.h
/usr/share/swig/examples/ocaml/callback/example.i
/usr/share/swig/examples/ocaml/callback/runme.ml
/usr/share/swig/examples/ocaml/check.list
/usr/share/swig/examples/ocaml/class
/usr/share/swig/examples/ocaml/class/Makefile
/usr/share/swig/examples/ocaml/class/example.c
/usr/share/swig/examples/ocaml/class/example.h
/usr/share/swig/examples/ocaml/class/example.i
/usr/share/swig/examples/ocaml/class/runme.ml
/usr/share/swig/examples/ocaml/contract
/usr/share/swig/examples/ocaml/contract/Makefile
/usr/share/swig/examples/ocaml/contract/example.i
/usr/share/swig/examples/ocaml/contract/runme.ml
/usr/share/swig/examples/ocaml/scoped_enum
/usr/share/swig/examples/ocaml/scoped_enum/Makefile
/usr/share/swig/examples/ocaml/scoped_enum/README
/usr/share/swig/examples/ocaml/scoped_enum/example.i
/usr/share/swig/examples/ocaml/scoped_enum/foo.h
/usr/share/swig/examples/ocaml/scoped_enum/runme.ml
/usr/share/swig/examples/ocaml/shapes
/usr/share/swig/examples/ocaml/shapes/Makefile
/usr/share/swig/examples/ocaml/shapes/example.c
/usr/share/swig/examples/ocaml/shapes/example.h
/usr/share/swig/examples/ocaml/shapes/example.i
/usr/share/swig/examples/ocaml/shapes/runme.ml
/usr/share/swig/examples/ocaml/simple
/usr/share/swig/examples/ocaml/simple/Makefile
/usr/share/swig/examples/ocaml/simple/example.c
/usr/share/swig/examples/ocaml/simple/example.i
/usr/share/swig/examples/ocaml/simple/index.html
/usr/share/swig/examples/ocaml/simple/runme.ml
/usr/share/swig/examples/ocaml/std_string
/usr/share/swig/examples/ocaml/std_string/Makefile
/usr/share/swig/examples/ocaml/std_string/README
/usr/share/swig/examples/ocaml/std_string/example.h
/usr/share/swig/examples/ocaml/std_string/example.i
/usr/share/swig/examples/ocaml/std_string/runme.ml
/usr/share/swig/examples/ocaml/std_vector
/usr/share/swig/examples/ocaml/std_vector/Makefile
/usr/share/swig/examples/ocaml/std_vector/example.h
/usr/share/swig/examples/ocaml/std_vector/example.i
/usr/share/swig/examples/ocaml/std_vector/runme.ml
/usr/share/swig/examples/ocaml/stl
/usr/share/swig/examples/ocaml/stl/Makefile
/usr/share/swig/examples/ocaml/stl/example.h
/usr/share/swig/examples/ocaml/stl/example.i
/usr/share/swig/examples/ocaml/stl/runme.ml
/usr/share/swig/examples/ocaml/string_from_ptr
/usr/share/swig/examples/ocaml/string_from_ptr/Makefile
/usr/share/swig/examples/ocaml/string_from_ptr/example.i
/usr/share/swig/examples/ocaml/string_from_ptr/runme.ml
/usr/share/swig/examples/ocaml/strings_test
/usr/share/swig/examples/ocaml/strings_test/Makefile
/usr/share/swig/examples/ocaml/strings_test/example.h
/usr/share/swig/examples/ocaml/strings_test/example.i
/usr/share/swig/examples/ocaml/strings_test/runme.ml
/usr/share/swig/examples/octave
/usr/share/swig/examples/octave/callback
/usr/share/swig/examples/octave/callback/Makefile
/usr/share/swig/examples/octave/callback/example.cxx
/usr/share/swig/examples/octave/callback/example.h
/usr/share/swig/examples/octave/callback/example.i
/usr/share/swig/examples/octave/callback/runme.m
/usr/share/swig/examples/octave/check.list
/usr/share/swig/examples/octave/class
/usr/share/swig/examples/octave/class/Makefile
/usr/share/swig/examples/octave/class/example.cxx
/usr/share/swig/examples/octave/class/example.h
/usr/share/swig/examples/octave/class/example.i
/usr/share/swig/examples/octave/class/runme.m
/usr/share/swig/examples/octave/constants
/usr/share/swig/examples/octave/constants/Makefile
/usr/share/swig/examples/octave/constants/example.i
/usr/share/swig/examples/octave/constants/runme.m
/usr/share/swig/examples/octave/contract
/usr/share/swig/examples/octave/contract/Makefile
/usr/share/swig/examples/octave/contract/example.c
/usr/share/swig/examples/octave/contract/example.i
/usr/share/swig/examples/octave/contract/runme.m
/usr/share/swig/examples/octave/enum
/usr/share/swig/examples/octave/enum/Makefile
/usr/share/swig/examples/octave/enum/example.cxx
/usr/share/swig/examples/octave/enum/example.h
/usr/share/swig/examples/octave/enum/example.i
/usr/share/swig/examples/octave/enum/runme.m
/usr/share/swig/examples/octave/example.mk
/usr/share/swig/examples/octave/extend
/usr/share/swig/examples/octave/extend/Makefile
/usr/share/swig/examples/octave/extend/example.cxx
/usr/share/swig/examples/octave/extend/example.h
/usr/share/swig/examples/octave/extend/example.i
/usr/share/swig/examples/octave/extend/runme.m
/usr/share/swig/examples/octave/funcptr
/usr/share/swig/examples/octave/funcptr/Makefile
/usr/share/swig/examples/octave/funcptr/example.c
/usr/share/swig/examples/octave/funcptr/example.h
/usr/share/swig/examples/octave/funcptr/example.i
/usr/share/swig/examples/octave/funcptr/runme.m
/usr/share/swig/examples/octave/funcptr2
/usr/share/swig/examples/octave/funcptr2/Makefile
/usr/share/swig/examples/octave/funcptr2/example.c
/usr/share/swig/examples/octave/funcptr2/example.h
/usr/share/swig/examples/octave/funcptr2/example.i
/usr/share/swig/examples/octave/funcptr2/runme.m
/usr/share/swig/examples/octave/functor
/usr/share/swig/examples/octave/functor/Makefile
/usr/share/swig/examples/octave/functor/example.i
/usr/share/swig/examples/octave/functor/runme.m
/usr/share/swig/examples/octave/module_load
/usr/share/swig/examples/octave/module_load/Makefile
/usr/share/swig/examples/octave/module_load/example.c
/usr/share/swig/examples/octave/module_load/example.h
/usr/share/swig/examples/octave/module_load/example.i
/usr/share/swig/examples/octave/module_load/runme.m
/usr/share/swig/examples/octave/operator
/usr/share/swig/examples/octave/operator/@swig_ref
/usr/share/swig/examples/octave/operator/@swig_ref/horzcat.m
/usr/share/swig/examples/octave/operator/Makefile
/usr/share/swig/examples/octave/operator/example.h
/usr/share/swig/examples/octave/operator/example.i
/usr/share/swig/examples/octave/operator/runme.m
/usr/share/swig/examples/octave/pointer
/usr/share/swig/examples/octave/pointer/Makefile
/usr/share/swig/examples/octave/pointer/example.c
/usr/share/swig/examples/octave/pointer/example.i
/usr/share/swig/examples/octave/pointer/runme.m
/usr/share/swig/examples/octave/reference
/usr/share/swig/examples/octave/reference/Makefile
/usr/share/swig/examples/octave/reference/example.cxx
/usr/share/swig/examples/octave/reference/example.h
/usr/share/swig/examples/octave/reference/example.i
/usr/share/swig/examples/octave/reference/runme.m
/usr/share/swig/examples/octave/simple
/usr/share/swig/examples/octave/simple/Makefile
/usr/share/swig/examples/octave/simple/example.c
/usr/share/swig/examples/octave/simple/example.i
/usr/share/swig/examples/octave/simple/runme.m
/usr/share/swig/examples/octave/template
/usr/share/swig/examples/octave/template/Makefile
/usr/share/swig/examples/octave/template/example.h
/usr/share/swig/examples/octave/template/example.i
/usr/share/swig/examples/octave/template/runme.m
/usr/share/swig/examples/octave/variables
/usr/share/swig/examples/octave/variables/Makefile
/usr/share/swig/examples/octave/variables/example.c
/usr/share/swig/examples/octave/variables/example.h
/usr/share/swig/examples/octave/variables/example.i
/usr/share/swig/examples/octave/variables/runme.m
/usr/share/swig/examples/perl5
/usr/share/swig/examples/perl5/callback
/usr/share/swig/examples/perl5/callback/Makefile
/usr/share/swig/examples/perl5/callback/example.cxx
/usr/share/swig/examples/perl5/callback/example.h
/usr/share/swig/examples/perl5/callback/example.i
/usr/share/swig/examples/perl5/callback/index.html
/usr/share/swig/examples/perl5/callback/runme.pl
/usr/share/swig/examples/perl5/check.list
/usr/share/swig/examples/perl5/class
/usr/share/swig/examples/perl5/class/Makefile
/usr/share/swig/examples/perl5/class/example.cxx
/usr/share/swig/examples/perl5/class/example.h
/usr/share/swig/examples/perl5/class/example.i
/usr/share/swig/examples/perl5/class/index.html
/usr/share/swig/examples/perl5/class/runme.pl
/usr/share/swig/examples/perl5/constants
/usr/share/swig/examples/perl5/constants/Makefile
/usr/share/swig/examples/perl5/constants/example.i
/usr/share/swig/examples/perl5/constants/index.html
/usr/share/swig/examples/perl5/constants/runme.pl
/usr/share/swig/examples/perl5/constants2
/usr/share/swig/examples/perl5/constants2/Makefile
/usr/share/swig/examples/perl5/constants2/example.i
/usr/share/swig/examples/perl5/constants2/runme.pl
/usr/share/swig/examples/perl5/extend
/usr/share/swig/examples/perl5/extend/Makefile
/usr/share/swig/examples/perl5/extend/example.cxx
/usr/share/swig/examples/perl5/extend/example.h
/usr/share/swig/examples/perl5/extend/example.i
/usr/share/swig/examples/perl5/extend/index.html
/usr/share/swig/examples/perl5/extend/runme.pl
/usr/share/swig/examples/perl5/funcptr
/usr/share/swig/examples/perl5/funcptr/Makefile
/usr/share/swig/examples/perl5/funcptr/example.c
/usr/share/swig/examples/perl5/funcptr/example.h
/usr/share/swig/examples/perl5/funcptr/example.i
/usr/share/swig/examples/perl5/funcptr/index.html
/usr/share/swig/examples/perl5/funcptr/runme.pl
/usr/share/swig/examples/perl5/import
/usr/share/swig/examples/perl5/import/Makefile
/usr/share/swig/examples/perl5/import/README
/usr/share/swig/examples/perl5/import/bar.h
/usr/share/swig/examples/perl5/import/bar.i
/usr/share/swig/examples/perl5/import/base.h
/usr/share/swig/examples/perl5/import/base.i
/usr/share/swig/examples/perl5/import/example.dsw
/usr/share/swig/examples/perl5/import/foo.h
/usr/share/swig/examples/perl5/import/foo.i
/usr/share/swig/examples/perl5/import/runme.pl
/usr/share/swig/examples/perl5/import/spam.h
/usr/share/swig/examples/perl5/import/spam.i
/usr/share/swig/examples/perl5/index.html
/usr/share/swig/examples/perl5/inline
/usr/share/swig/examples/perl5/inline/Makefile
/usr/share/swig/examples/perl5/inline/README
/usr/share/swig/examples/perl5/inline/runme.pl
/usr/share/swig/examples/perl5/multimap
/usr/share/swig/examples/perl5/multimap/Makefile
/usr/share/swig/examples/perl5/multimap/example.c
/usr/share/swig/examples/perl5/multimap/example.i
/usr/share/swig/examples/perl5/multimap/runme.pl
/usr/share/swig/examples/perl5/multiple_inheritance
/usr/share/swig/examples/perl5/multiple_inheritance/Makefile
/usr/share/swig/examples/perl5/multiple_inheritance/example.h
/usr/share/swig/examples/perl5/multiple_inheritance/example.i
/usr/share/swig/examples/perl5/multiple_inheritance/runme.pl
/usr/share/swig/examples/perl5/pointer
/usr/share/swig/examples/perl5/pointer/Makefile
/usr/share/swig/examples/perl5/pointer/example.c
/usr/share/swig/examples/perl5/pointer/example.i
/usr/share/swig/examples/perl5/pointer/index.html
/usr/share/swig/examples/perl5/pointer/runme.pl
/usr/share/swig/examples/perl5/reference
/usr/share/swig/examples/perl5/reference/Makefile
/usr/share/swig/examples/perl5/reference/example.cxx
/usr/share/swig/examples/perl5/reference/example.h
/usr/share/swig/examples/perl5/reference/example.i
/usr/share/swig/examples/perl5/reference/index.html
/usr/share/swig/examples/perl5/reference/runme.pl
/usr/share/swig/examples/perl5/simple
/usr/share/swig/examples/perl5/simple/Makefile
/usr/share/swig/examples/perl5/simple/example.c
/usr/share/swig/examples/perl5/simple/example.i
/usr/share/swig/examples/perl5/simple/index.html
/usr/share/swig/examples/perl5/simple/runme.pl
/usr/share/swig/examples/perl5/value
/usr/share/swig/examples/perl5/value/Makefile
/usr/share/swig/examples/perl5/value/example.c
/usr/share/swig/examples/perl5/value/example.h
/usr/share/swig/examples/perl5/value/example.i
/usr/share/swig/examples/perl5/value/index.html
/usr/share/swig/examples/perl5/value/runme.pl
/usr/share/swig/examples/perl5/variables
/usr/share/swig/examples/perl5/variables/Makefile
/usr/share/swig/examples/perl5/variables/example.c
/usr/share/swig/examples/perl5/variables/example.h
/usr/share/swig/examples/perl5/variables/example.i
/usr/share/swig/examples/perl5/variables/index.html
/usr/share/swig/examples/perl5/variables/runme.pl
/usr/share/swig/examples/perl5/xmlstring
/usr/share/swig/examples/perl5/xmlstring/Makefile
/usr/share/swig/examples/perl5/xmlstring/example.cxx
/usr/share/swig/examples/perl5/xmlstring/example.h
/usr/share/swig/examples/perl5/xmlstring/example.i
/usr/share/swig/examples/perl5/xmlstring/runme.pl
/usr/share/swig/examples/perl5/xmlstring/xmlstring.i
/usr/share/swig/examples/php
/usr/share/swig/examples/php/callback
/usr/share/swig/examples/php/callback/Makefile
/usr/share/swig/examples/php/callback/example.cxx
/usr/share/swig/examples/php/callback/example.h
/usr/share/swig/examples/php/callback/example.i
/usr/share/swig/examples/php/callback/index.html
/usr/share/swig/examples/php/callback/runme.php
/usr/share/swig/examples/php/check.list
/usr/share/swig/examples/php/class
/usr/share/swig/examples/php/class/Makefile
/usr/share/swig/examples/php/class/example.cxx
/usr/share/swig/examples/php/class/example.h
/usr/share/swig/examples/php/class/example.i
/usr/share/swig/examples/php/class/runme.php
/usr/share/swig/examples/php/constants
/usr/share/swig/examples/php/constants/Makefile
/usr/share/swig/examples/php/constants/example.i
/usr/share/swig/examples/php/constants/runme.php
/usr/share/swig/examples/php/cpointer
/usr/share/swig/examples/php/cpointer/Makefile
/usr/share/swig/examples/php/cpointer/example.c
/usr/share/swig/examples/php/cpointer/example.i
/usr/share/swig/examples/php/cpointer/runme.php
/usr/share/swig/examples/php/disown
/usr/share/swig/examples/php/disown/Makefile
/usr/share/swig/examples/php/disown/example.cxx
/usr/share/swig/examples/php/disown/example.h
/usr/share/swig/examples/php/disown/example.i
/usr/share/swig/examples/php/disown/runme.php
/usr/share/swig/examples/php/enum
/usr/share/swig/examples/php/enum/Makefile
/usr/share/swig/examples/php/enum/example.cxx
/usr/share/swig/examples/php/enum/example.h
/usr/share/swig/examples/php/enum/example.i
/usr/share/swig/examples/php/enum/runme.php
/usr/share/swig/examples/php/extend
/usr/share/swig/examples/php/extend/Makefile
/usr/share/swig/examples/php/extend/example.cxx
/usr/share/swig/examples/php/extend/example.h
/usr/share/swig/examples/php/extend/example.i
/usr/share/swig/examples/php/extend/index.html
/usr/share/swig/examples/php/extend/runme.php
/usr/share/swig/examples/php/funcptr
/usr/share/swig/examples/php/funcptr/Makefile
/usr/share/swig/examples/php/funcptr/example.c
/usr/share/swig/examples/php/funcptr/example.h
/usr/share/swig/examples/php/funcptr/example.i
/usr/share/swig/examples/php/funcptr/runme.php
/usr/share/swig/examples/php/overloading
/usr/share/swig/examples/php/overloading/Makefile
/usr/share/swig/examples/php/overloading/example.cxx
/usr/share/swig/examples/php/overloading/example.h
/usr/share/swig/examples/php/overloading/example.i
/usr/share/swig/examples/php/overloading/runme.php
/usr/share/swig/examples/php/pointer
/usr/share/swig/examples/php/pointer/Makefile
/usr/share/swig/examples/php/pointer/example.c
/usr/share/swig/examples/php/pointer/example.i
/usr/share/swig/examples/php/pointer/runme.php
/usr/share/swig/examples/php/pragmas
/usr/share/swig/examples/php/pragmas/Makefile
/usr/share/swig/examples/php/pragmas/example.i
/usr/share/swig/examples/php/pragmas/include.php
/usr/share/swig/examples/php/pragmas/runme.php
/usr/share/swig/examples/php/proxy
/usr/share/swig/examples/php/proxy/Makefile
/usr/share/swig/examples/php/proxy/example.cxx
/usr/share/swig/examples/php/proxy/example.h
/usr/share/swig/examples/php/proxy/example.i
/usr/share/swig/examples/php/proxy/runme.php
/usr/share/swig/examples/php/reference
/usr/share/swig/examples/php/reference/Makefile
/usr/share/swig/examples/php/reference/example.cxx
/usr/share/swig/examples/php/reference/example.h
/usr/share/swig/examples/php/reference/example.i
/usr/share/swig/examples/php/reference/runme.php
/usr/share/swig/examples/php/simple
/usr/share/swig/examples/php/simple/Makefile
/usr/share/swig/examples/php/simple/example.c
/usr/share/swig/examples/php/simple/example.i
/usr/share/swig/examples/php/simple/runme.php
/usr/share/swig/examples/php/sync
/usr/share/swig/examples/php/sync/Makefile
/usr/share/swig/examples/php/sync/example.cxx
/usr/share/swig/examples/php/sync/example.h
/usr/share/swig/examples/php/sync/example.i
/usr/share/swig/examples/php/sync/runme.php
/usr/share/swig/examples/php/value
/usr/share/swig/examples/php/value/Makefile
/usr/share/swig/examples/php/value/example.c
/usr/share/swig/examples/php/value/example.h
/usr/share/swig/examples/php/value/example.i
/usr/share/swig/examples/php/value/runme.php
/usr/share/swig/examples/php/variables
/usr/share/swig/examples/php/variables/Makefile
/usr/share/swig/examples/php/variables/example.c
/usr/share/swig/examples/php/variables/example.h
/usr/share/swig/examples/php/variables/example.i
/usr/share/swig/examples/php/variables/runme.php
/usr/share/swig/examples/python
/usr/share/swig/examples/python/callback
/usr/share/swig/examples/python/callback/Makefile
/usr/share/swig/examples/python/callback/example.cxx
/usr/share/swig/examples/python/callback/example.h
/usr/share/swig/examples/python/callback/example.i
/usr/share/swig/examples/python/callback/index.html
/usr/share/swig/examples/python/callback/runme.py
/usr/share/swig/examples/python/check.list
/usr/share/swig/examples/python/class
/usr/share/swig/examples/python/class/Makefile
/usr/share/swig/examples/python/class/example.cxx
/usr/share/swig/examples/python/class/example.h
/usr/share/swig/examples/python/class/example.i
/usr/share/swig/examples/python/class/index.html
/usr/share/swig/examples/python/class/runme.py
/usr/share/swig/examples/python/constants
/usr/share/swig/examples/python/constants/Makefile
/usr/share/swig/examples/python/constants/example.i
/usr/share/swig/examples/python/constants/index.html
/usr/share/swig/examples/python/constants/runme.py
/usr/share/swig/examples/python/contract
/usr/share/swig/examples/python/contract/Makefile
/usr/share/swig/examples/python/contract/example.c
/usr/share/swig/examples/python/contract/example.i
/usr/share/swig/examples/python/contract/runme.py
/usr/share/swig/examples/python/docstrings
/usr/share/swig/examples/python/docstrings/Makefile
/usr/share/swig/examples/python/docstrings/example.cxx
/usr/share/swig/examples/python/docstrings/example.h
/usr/share/swig/examples/python/docstrings/example.i
/usr/share/swig/examples/python/docstrings/runme.py
/usr/share/swig/examples/python/doxygen
/usr/share/swig/examples/python/doxygen/Makefile
/usr/share/swig/examples/python/doxygen/example.cxx
/usr/share/swig/examples/python/doxygen/example.h
/usr/share/swig/examples/python/doxygen/example.i
/usr/share/swig/examples/python/doxygen/runme.py
/usr/share/swig/examples/python/enum
/usr/share/swig/examples/python/enum/Makefile
/usr/share/swig/examples/python/enum/example.cxx
/usr/share/swig/examples/python/enum/example.h
/usr/share/swig/examples/python/enum/example.i
/usr/share/swig/examples/python/enum/index.html
/usr/share/swig/examples/python/enum/runme.py
/usr/share/swig/examples/python/exception
/usr/share/swig/examples/python/exception/Makefile
/usr/share/swig/examples/python/exception/example.h
/usr/share/swig/examples/python/exception/example.i
/usr/share/swig/examples/python/exception/runme.py
/usr/share/swig/examples/python/exceptproxy
/usr/share/swig/examples/python/exceptproxy/Makefile
/usr/share/swig/examples/python/exceptproxy/example.h
/usr/share/swig/examples/python/exceptproxy/example.i
/usr/share/swig/examples/python/exceptproxy/runme.py
/usr/share/swig/examples/python/extend
/usr/share/swig/examples/python/extend/Makefile
/usr/share/swig/examples/python/extend/example.cxx
/usr/share/swig/examples/python/extend/example.h
/usr/share/swig/examples/python/extend/example.i
/usr/share/swig/examples/python/extend/index.html
/usr/share/swig/examples/python/extend/runme.py
/usr/share/swig/examples/python/funcptr
/usr/share/swig/examples/python/funcptr/Makefile
/usr/share/swig/examples/python/funcptr/example.c
/usr/share/swig/examples/python/funcptr/example.h
/usr/share/swig/examples/python/funcptr/example.i
/usr/share/swig/examples/python/funcptr/index.html
/usr/share/swig/examples/python/funcptr/runme.py
/usr/share/swig/examples/python/funcptr2
/usr/share/swig/examples/python/funcptr2/Makefile
/usr/share/swig/examples/python/funcptr2/example.c
/usr/share/swig/examples/python/funcptr2/example.h
/usr/share/swig/examples/python/funcptr2/example.i
/usr/share/swig/examples/python/funcptr2/runme.py
/usr/share/swig/examples/python/functor
/usr/share/swig/examples/python/functor/Makefile
/usr/share/swig/examples/python/functor/example.i
/usr/share/swig/examples/python/functor/runme.py
/usr/share/swig/examples/python/import
/usr/share/swig/examples/python/import/Makefile
/usr/share/swig/examples/python/import/README
/usr/share/swig/examples/python/import/bar.h
/usr/share/swig/examples/python/import/bar.i
/usr/share/swig/examples/python/import/base.h
/usr/share/swig/examples/python/import/base.i
/usr/share/swig/examples/python/import/example.dsw
/usr/share/swig/examples/python/import/foo.h
/usr/share/swig/examples/python/import/foo.i
/usr/share/swig/examples/python/import/runme.py
/usr/share/swig/examples/python/import/spam.h
/usr/share/swig/examples/python/import/spam.i
/usr/share/swig/examples/python/import_packages
/usr/share/swig/examples/python/import_packages/Makefile
/usr/share/swig/examples/python/import_packages/README
/usr/share/swig/examples/python/import_packages/from_init1
/usr/share/swig/examples/python/import_packages/from_init1/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/README
/usr/share/swig/examples/python/import_packages/from_init1/py2
/usr/share/swig/examples/python/import_packages/from_init1/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py2/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/from_init1/py3
/usr/share/swig/examples/python/import_packages/from_init1/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init1/py3/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/from_init1/runme.py
/usr/share/swig/examples/python/import_packages/from_init2
/usr/share/swig/examples/python/import_packages/from_init2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/README
/usr/share/swig/examples/python/import_packages/from_init2/py2
/usr/share/swig/examples/python/import_packages/from_init2/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/from_init2/py3
/usr/share/swig/examples/python/import_packages/from_init2/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init2/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/from_init2/runme.py
/usr/share/swig/examples/python/import_packages/from_init3
/usr/share/swig/examples/python/import_packages/from_init3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/README
/usr/share/swig/examples/python/import_packages/from_init3/py2
/usr/share/swig/examples/python/import_packages/from_init3/py2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py2/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/from_init3/py3
/usr/share/swig/examples/python/import_packages/from_init3/py3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/from_init3/py3/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/from_init3/runme.py
/usr/share/swig/examples/python/import_packages/module_is_init
/usr/share/swig/examples/python/import_packages/module_is_init/Makefile
/usr/share/swig/examples/python/import_packages/module_is_init/README
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/module_is_init/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/module_is_init/runme.py
/usr/share/swig/examples/python/import_packages/namespace_pkg
/usr/share/swig/examples/python/import_packages/namespace_pkg/Makefile
/usr/share/swig/examples/python/import_packages/namespace_pkg/README
/usr/share/swig/examples/python/import_packages/namespace_pkg/nonpkg.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/normal.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/nstest.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/robin.i
/usr/share/swig/examples/python/import_packages/namespace_pkg/runme.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/split.py
/usr/share/swig/examples/python/import_packages/namespace_pkg/zipsplit.py
/usr/share/swig/examples/python/import_packages/relativeimport1
/usr/share/swig/examples/python/import_packages/relativeimport1/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/README
/usr/share/swig/examples/python/import_packages/relativeimport1/py2
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py3
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport1/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport1/runme.py
/usr/share/swig/examples/python/import_packages/relativeimport2
/usr/share/swig/examples/python/import_packages/relativeimport2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/README
/usr/share/swig/examples/python/import_packages/relativeimport2/py2
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py2/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py3
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport2/py3/pkg2/pkg3/pkg4/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport2/runme.py
/usr/share/swig/examples/python/import_packages/relativeimport3
/usr/share/swig/examples/python/import_packages/relativeimport3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/README
/usr/share/swig/examples/python/import_packages/relativeimport3/py2
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py2/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py3
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/bar.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/bar.i
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/Makefile
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/__init__.py
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.hpp
/usr/share/swig/examples/python/import_packages/relativeimport3/py3/pkg2/pkg3/foo.i
/usr/share/swig/examples/python/import_packages/relativeimport3/runme.py
/usr/share/swig/examples/python/import_packages/same_modnames1
/usr/share/swig/examples/python/import_packages/same_modnames1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/README
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames1/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames1/runme.py
/usr/share/swig/examples/python/import_packages/same_modnames2
/usr/share/swig/examples/python/import_packages/same_modnames2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/README
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/Makefile
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/__init__.py
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/foo.hpp
/usr/share/swig/examples/python/import_packages/same_modnames2/pkg1/pkg2/foo.i
/usr/share/swig/examples/python/import_packages/same_modnames2/runme.py
/usr/share/swig/examples/python/import_packages/split_modules
/usr/share/swig/examples/python/import_packages/split_modules/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/README
/usr/share/swig/examples/python/import_packages/split_modules/vanilla
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/pkg1/foo.i
/usr/share/swig/examples/python/import_packages/split_modules/vanilla/runme.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/Makefile
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/foo.i
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/pkg1
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/pkg1/__init__.py
/usr/share/swig/examples/python/import_packages/split_modules/vanilla_split/runme.py
/usr/share/swig/examples/python/import_template
/usr/share/swig/examples/python/import_template/Makefile
/usr/share/swig/examples/python/import_template/README
/usr/share/swig/examples/python/import_template/bar.h
/usr/share/swig/examples/python/import_template/bar.i
/usr/share/swig/examples/python/import_template/base.h
/usr/share/swig/examples/python/import_template/base.i
/usr/share/swig/examples/python/import_template/foo.h
/usr/share/swig/examples/python/import_template/foo.i
/usr/share/swig/examples/python/import_template/runme.py
/usr/share/swig/examples/python/import_template/spam.h
/usr/share/swig/examples/python/import_template/spam.i
/usr/share/swig/examples/python/index.html
/usr/share/swig/examples/python/multimap
/usr/share/swig/examples/python/multimap/Makefile
/usr/share/swig/examples/python/multimap/example.c
/usr/share/swig/examples/python/multimap/example.i
/usr/share/swig/examples/python/multimap/runme.py
/usr/share/swig/examples/python/operator
/usr/share/swig/examples/python/operator/Makefile
/usr/share/swig/examples/python/operator/example.h
/usr/share/swig/examples/python/operator/example.i
/usr/share/swig/examples/python/operator/runme.py
/usr/share/swig/examples/python/performance
/usr/share/swig/examples/python/performance/Makefile
/usr/share/swig/examples/python/performance/constructor
/usr/share/swig/examples/python/performance/constructor/Makefile
/usr/share/swig/examples/python/performance/constructor/Simple.i
/usr/share/swig/examples/python/performance/constructor/runme.py
/usr/share/swig/examples/python/performance/func
/usr/share/swig/examples/python/performance/func/Makefile
/usr/share/swig/examples/python/performance/func/Simple.i
/usr/share/swig/examples/python/performance/func/runme.py
/usr/share/swig/examples/python/performance/harness.py
/usr/share/swig/examples/python/performance/hierarchy
/usr/share/swig/examples/python/performance/hierarchy/Makefile
/usr/share/swig/examples/python/performance/hierarchy/Simple.i
/usr/share/swig/examples/python/performance/hierarchy/runme.py
/usr/share/swig/examples/python/performance/hierarchy_operator
/usr/share/swig/examples/python/performance/hierarchy_operator/Makefile
/usr/share/swig/examples/python/performance/hierarchy_operator/Simple.i
/usr/share/swig/examples/python/performance/hierarchy_operator/runme.py
/usr/share/swig/examples/python/performance/operator
/usr/share/swig/examples/python/performance/operator/Makefile
/usr/share/swig/examples/python/performance/operator/Simple.i
/usr/share/swig/examples/python/performance/operator/runme.py
/usr/share/swig/examples/python/pointer
/usr/share/swig/examples/python/pointer/Makefile
/usr/share/swig/examples/python/pointer/example.c
/usr/share/swig/examples/python/pointer/example.i
/usr/share/swig/examples/python/pointer/index.html
/usr/share/swig/examples/python/pointer/runme.py
/usr/share/swig/examples/python/reference
/usr/share/swig/examples/python/reference/Makefile
/usr/share/swig/examples/python/reference/example.cxx
/usr/share/swig/examples/python/reference/example.h
/usr/share/swig/examples/python/reference/example.i
/usr/share/swig/examples/python/reference/index.html
/usr/share/swig/examples/python/reference/runme.py
/usr/share/swig/examples/python/simple
/usr/share/swig/examples/python/simple/Makefile
/usr/share/swig/examples/python/simple/example.c
/usr/share/swig/examples/python/simple/example.i
/usr/share/swig/examples/python/simple/index.html
/usr/share/swig/examples/python/simple/runme.py
/usr/share/swig/examples/python/smartptr
/usr/share/swig/examples/python/smartptr/Makefile
/usr/share/swig/examples/python/smartptr/example.cxx
/usr/share/swig/examples/python/smartptr/example.h
/usr/share/swig/examples/python/smartptr/example.i
/usr/share/swig/examples/python/smartptr/runme.py
/usr/share/swig/examples/python/smartptr/smartptr.h
/usr/share/swig/examples/python/std_map
/usr/share/swig/examples/python/std_map/Makefile
/usr/share/swig/examples/python/std_map/example.h
/usr/share/swig/examples/python/std_map/example.i
/usr/share/swig/examples/python/std_map/runme.py
/usr/share/swig/examples/python/std_vector
/usr/share/swig/examples/python/std_vector/Makefile
/usr/share/swig/examples/python/std_vector/example.h
/usr/share/swig/examples/python/std_vector/example.i
/usr/share/swig/examples/python/std_vector/runme.py
/usr/share/swig/examples/python/template
/usr/share/swig/examples/python/template/Makefile
/usr/share/swig/examples/python/template/example.h
/usr/share/swig/examples/python/template/example.i
/usr/share/swig/examples/python/template/runme.py
/usr/share/swig/examples/python/varargs
/usr/share/swig/examples/python/varargs/Makefile
/usr/share/swig/examples/python/varargs/example.i
/usr/share/swig/examples/python/varargs/runme.py
/usr/share/swig/examples/python/variables
/usr/share/swig/examples/python/variables/Makefile
/usr/share/swig/examples/python/variables/example.c
/usr/share/swig/examples/python/variables/example.h
/usr/share/swig/examples/python/variables/example.i
/usr/share/swig/examples/python/variables/index.html
/usr/share/swig/examples/python/variables/runme.py
/usr/share/swig/examples/r
/usr/share/swig/examples/r/check.list
/usr/share/swig/examples/r/class
/usr/share/swig/examples/r/class/Makefile
/usr/share/swig/examples/r/class/example.cxx
/usr/share/swig/examples/r/class/example.h
/usr/share/swig/examples/r/class/example.i
/usr/share/swig/examples/r/class/runme.R
/usr/share/swig/examples/r/simple
/usr/share/swig/examples/r/simple/Makefile
/usr/share/swig/examples/r/simple/example.c
/usr/share/swig/examples/r/simple/example.i
/usr/share/swig/examples/r/simple/runme.R
/usr/share/swig/examples/ruby
/usr/share/swig/examples/ruby/check.list
/usr/share/swig/examples/ruby/class
/usr/share/swig/examples/ruby/class/Makefile
/usr/share/swig/examples/ruby/class/example.cxx
/usr/share/swig/examples/ruby/class/example.h
/usr/share/swig/examples/ruby/class/example.i
/usr/share/swig/examples/ruby/class/index.html
/usr/share/swig/examples/ruby/class/runme.rb
/usr/share/swig/examples/ruby/constants
/usr/share/swig/examples/ruby/constants/Makefile
/usr/share/swig/examples/ruby/constants/example.i
/usr/share/swig/examples/ruby/constants/index.html
/usr/share/swig/examples/ruby/constants/runme.rb
/usr/share/swig/examples/ruby/enum
/usr/share/swig/examples/ruby/enum/Makefile
/usr/share/swig/examples/ruby/enum/example.cxx
/usr/share/swig/examples/ruby/enum/example.h
/usr/share/swig/examples/ruby/enum/example.i
/usr/share/swig/examples/ruby/enum/index.html
/usr/share/swig/examples/ruby/enum/runme.rb
/usr/share/swig/examples/ruby/exceptproxy
/usr/share/swig/examples/ruby/exceptproxy/Makefile
/usr/share/swig/examples/ruby/exceptproxy/example.h
/usr/share/swig/examples/ruby/exceptproxy/example.i
/usr/share/swig/examples/ruby/exceptproxy/runme.rb
/usr/share/swig/examples/ruby/free_function
/usr/share/swig/examples/ruby/free_function/Makefile
/usr/share/swig/examples/ruby/free_function/example.cxx
/usr/share/swig/examples/ruby/free_function/example.h
/usr/share/swig/examples/ruby/free_function/example.i
/usr/share/swig/examples/ruby/free_function/runme.rb
/usr/share/swig/examples/ruby/funcptr
/usr/share/swig/examples/ruby/funcptr/Makefile
/usr/share/swig/examples/ruby/funcptr/example.c
/usr/share/swig/examples/ruby/funcptr/example.h
/usr/share/swig/examples/ruby/funcptr/example.i
/usr/share/swig/examples/ruby/funcptr/index.html
/usr/share/swig/examples/ruby/funcptr/runme.rb
/usr/share/swig/examples/ruby/funcptr2
/usr/share/swig/examples/ruby/funcptr2/Makefile
/usr/share/swig/examples/ruby/funcptr2/example.c
/usr/share/swig/examples/ruby/funcptr2/example.h
/usr/share/swig/examples/ruby/funcptr2/example.i
/usr/share/swig/examples/ruby/funcptr2/runme.rb
/usr/share/swig/examples/ruby/functor
/usr/share/swig/examples/ruby/functor/Makefile
/usr/share/swig/examples/ruby/functor/example.i
/usr/share/swig/examples/ruby/functor/runme.rb
/usr/share/swig/examples/ruby/hashargs
/usr/share/swig/examples/ruby/hashargs/Makefile
/usr/share/swig/examples/ruby/hashargs/example.i
/usr/share/swig/examples/ruby/hashargs/runme.rb
/usr/share/swig/examples/ruby/import
/usr/share/swig/examples/ruby/import/Makefile
/usr/share/swig/examples/ruby/import/README
/usr/share/swig/examples/ruby/import/bar.h
/usr/share/swig/examples/ruby/import/bar.i
/usr/share/swig/examples/ruby/import/base.h
/usr/share/swig/examples/ruby/import/base.i
/usr/share/swig/examples/ruby/import/example.dsw
/usr/share/swig/examples/ruby/import/foo.h
/usr/share/swig/examples/ruby/import/foo.i
/usr/share/swig/examples/ruby/import/runme.rb
/usr/share/swig/examples/ruby/import/spam.h
/usr/share/swig/examples/ruby/import/spam.i
/usr/share/swig/examples/ruby/import_template
/usr/share/swig/examples/ruby/import_template/Makefile
/usr/share/swig/examples/ruby/import_template/README
/usr/share/swig/examples/ruby/import_template/bar.h
/usr/share/swig/examples/ruby/import_template/bar.i
/usr/share/swig/examples/ruby/import_template/base.h
/usr/share/swig/examples/ruby/import_template/base.i
/usr/share/swig/examples/ruby/import_template/foo.h
/usr/share/swig/examples/ruby/import_template/foo.i
/usr/share/swig/examples/ruby/import_template/runme.rb
/usr/share/swig/examples/ruby/import_template/spam.h
/usr/share/swig/examples/ruby/import_template/spam.i
/usr/share/swig/examples/ruby/index.html
/usr/share/swig/examples/ruby/mark_function
/usr/share/swig/examples/ruby/mark_function/Makefile
/usr/share/swig/examples/ruby/mark_function/example.cxx
/usr/share/swig/examples/ruby/mark_function/example.h
/usr/share/swig/examples/ruby/mark_function/example.i
/usr/share/swig/examples/ruby/mark_function/runme.rb
/usr/share/swig/examples/ruby/multimap
/usr/share/swig/examples/ruby/multimap/Makefile
/usr/share/swig/examples/ruby/multimap/example.c
/usr/share/swig/examples/ruby/multimap/example.i
/usr/share/swig/examples/ruby/multimap/runme.rb
/usr/share/swig/examples/ruby/operator
/usr/share/swig/examples/ruby/operator/Makefile
/usr/share/swig/examples/ruby/operator/example.h
/usr/share/swig/examples/ruby/operator/example.i
/usr/share/swig/examples/ruby/operator/runme.rb
/usr/share/swig/examples/ruby/overloading
/usr/share/swig/examples/ruby/overloading/Makefile
/usr/share/swig/examples/ruby/overloading/example.cxx
/usr/share/swig/examples/ruby/overloading/example.h
/usr/share/swig/examples/ruby/overloading/example.i
/usr/share/swig/examples/ruby/overloading/runme.rb
/usr/share/swig/examples/ruby/pointer
/usr/share/swig/examples/ruby/pointer/Makefile
/usr/share/swig/examples/ruby/pointer/example.c
/usr/share/swig/examples/ruby/pointer/example.i
/usr/share/swig/examples/ruby/pointer/index.html
/usr/share/swig/examples/ruby/pointer/runme.rb
/usr/share/swig/examples/ruby/reference
/usr/share/swig/examples/ruby/reference/Makefile
/usr/share/swig/examples/ruby/reference/example.cxx
/usr/share/swig/examples/ruby/reference/example.h
/usr/share/swig/examples/ruby/reference/example.i
/usr/share/swig/examples/ruby/reference/index.html
/usr/share/swig/examples/ruby/reference/runme.rb
/usr/share/swig/examples/ruby/simple
/usr/share/swig/examples/ruby/simple/Makefile
/usr/share/swig/examples/ruby/simple/example.c
/usr/share/swig/examples/ruby/simple/example.i
/usr/share/swig/examples/ruby/simple/index.html
/usr/share/swig/examples/ruby/simple/runme.rb
/usr/share/swig/examples/ruby/std_vector
/usr/share/swig/examples/ruby/std_vector/Makefile
/usr/share/swig/examples/ruby/std_vector/example.h
/usr/share/swig/examples/ruby/std_vector/example.i
/usr/share/swig/examples/ruby/std_vector/runme.rb
/usr/share/swig/examples/ruby/template
/usr/share/swig/examples/ruby/template/Makefile
/usr/share/swig/examples/ruby/template/example.h
/usr/share/swig/examples/ruby/template/example.i
/usr/share/swig/examples/ruby/template/runme.rb
/usr/share/swig/examples/ruby/value
/usr/share/swig/examples/ruby/value/Makefile
/usr/share/swig/examples/ruby/value/example.c
/usr/share/swig/examples/ruby/value/example.h
/usr/share/swig/examples/ruby/value/example.i
/usr/share/swig/examples/ruby/value/index.html
/usr/share/swig/examples/ruby/value/runme.rb
/usr/share/swig/examples/ruby/variables
/usr/share/swig/examples/ruby/variables/Makefile
/usr/share/swig/examples/ruby/variables/example.c
/usr/share/swig/examples/ruby/variables/example.h
/usr/share/swig/examples/ruby/variables/example.i
/usr/share/swig/examples/ruby/variables/index.html
/usr/share/swig/examples/ruby/variables/runme.rb
/usr/share/swig/examples/scilab
/usr/share/swig/examples/scilab/check.list
/usr/share/swig/examples/scilab/class
/usr/share/swig/examples/scilab/class/Makefile
/usr/share/swig/examples/scilab/class/example.cxx
/usr/share/swig/examples/scilab/class/example.h
/usr/share/swig/examples/scilab/class/example.i
/usr/share/swig/examples/scilab/class/runme.sci
/usr/share/swig/examples/scilab/constants
/usr/share/swig/examples/scilab/constants/Makefile
/usr/share/swig/examples/scilab/constants/example.i
/usr/share/swig/examples/scilab/constants/runme.sci
/usr/share/swig/examples/scilab/contract
/usr/share/swig/examples/scilab/contract/Makefile
/usr/share/swig/examples/scilab/contract/example.c
/usr/share/swig/examples/scilab/contract/example.i
/usr/share/swig/examples/scilab/contract/runme.sci
/usr/share/swig/examples/scilab/enum
/usr/share/swig/examples/scilab/enum/Makefile
/usr/share/swig/examples/scilab/enum/example.cxx
/usr/share/swig/examples/scilab/enum/example.h
/usr/share/swig/examples/scilab/enum/example.i
/usr/share/swig/examples/scilab/enum/runme.sci
/usr/share/swig/examples/scilab/funcptr
/usr/share/swig/examples/scilab/funcptr/Makefile
/usr/share/swig/examples/scilab/funcptr/example.c
/usr/share/swig/examples/scilab/funcptr/example.h
/usr/share/swig/examples/scilab/funcptr/example.i
/usr/share/swig/examples/scilab/funcptr/runme.sci
/usr/share/swig/examples/scilab/matrix
/usr/share/swig/examples/scilab/matrix/Makefile
/usr/share/swig/examples/scilab/matrix/example.c
/usr/share/swig/examples/scilab/matrix/example.i
/usr/share/swig/examples/scilab/matrix/runme.sci
/usr/share/swig/examples/scilab/matrix2
/usr/share/swig/examples/scilab/matrix2/Makefile
/usr/share/swig/examples/scilab/matrix2/example.c
/usr/share/swig/examples/scilab/matrix2/example.i
/usr/share/swig/examples/scilab/matrix2/main.c
/usr/share/swig/examples/scilab/matrix2/runme.sci
/usr/share/swig/examples/scilab/pointer
/usr/share/swig/examples/scilab/pointer/Makefile
/usr/share/swig/examples/scilab/pointer/example.c
/usr/share/swig/examples/scilab/pointer/example.i
/usr/share/swig/examples/scilab/pointer/runme.sci
/usr/share/swig/examples/scilab/simple
/usr/share/swig/examples/scilab/simple/Makefile
/usr/share/swig/examples/scilab/simple/example.c
/usr/share/swig/examples/scilab/simple/example.i
/usr/share/swig/examples/scilab/simple/runme.sci
/usr/share/swig/examples/scilab/std_list
/usr/share/swig/examples/scilab/std_list/Makefile
/usr/share/swig/examples/scilab/std_list/example.cxx
/usr/share/swig/examples/scilab/std_list/example.h
/usr/share/swig/examples/scilab/std_list/example.i
/usr/share/swig/examples/scilab/std_list/runme.sci
/usr/share/swig/examples/scilab/std_vector
/usr/share/swig/examples/scilab/std_vector/Makefile
/usr/share/swig/examples/scilab/std_vector/example.h
/usr/share/swig/examples/scilab/std_vector/example.i
/usr/share/swig/examples/scilab/std_vector/runme.sci
/usr/share/swig/examples/scilab/struct
/usr/share/swig/examples/scilab/struct/Makefile
/usr/share/swig/examples/scilab/struct/example.i
/usr/share/swig/examples/scilab/struct/runme.sci
/usr/share/swig/examples/scilab/template
/usr/share/swig/examples/scilab/template/Makefile
/usr/share/swig/examples/scilab/template/example.h
/usr/share/swig/examples/scilab/template/example.i
/usr/share/swig/examples/scilab/template/runme.sci
/usr/share/swig/examples/scilab/variables
/usr/share/swig/examples/scilab/variables/Makefile
/usr/share/swig/examples/scilab/variables/example.c
/usr/share/swig/examples/scilab/variables/example.h
/usr/share/swig/examples/scilab/variables/example.i
/usr/share/swig/examples/scilab/variables/runme.sci
/usr/share/swig/examples/tcl
/usr/share/swig/examples/tcl/check.list
/usr/share/swig/examples/tcl/class
/usr/share/swig/examples/tcl/class/Makefile
/usr/share/swig/examples/tcl/class/example.cxx
/usr/share/swig/examples/tcl/class/example.h
/usr/share/swig/examples/tcl/class/example.i
/usr/share/swig/examples/tcl/class/index.html
/usr/share/swig/examples/tcl/class/runme.tcl
/usr/share/swig/examples/tcl/class/runme2.tcl
/usr/share/swig/examples/tcl/constants
/usr/share/swig/examples/tcl/constants/Makefile
/usr/share/swig/examples/tcl/constants/example.i
/usr/share/swig/examples/tcl/constants/index.html
/usr/share/swig/examples/tcl/constants/runme.tcl
/usr/share/swig/examples/tcl/contract
/usr/share/swig/examples/tcl/contract/Makefile
/usr/share/swig/examples/tcl/contract/example.c
/usr/share/swig/examples/tcl/contract/example.i
/usr/share/swig/examples/tcl/contract/runme.tcl
/usr/share/swig/examples/tcl/enum
/usr/share/swig/examples/tcl/enum/Makefile
/usr/share/swig/examples/tcl/enum/example.cxx
/usr/share/swig/examples/tcl/enum/example.h
/usr/share/swig/examples/tcl/enum/example.i
/usr/share/swig/examples/tcl/enum/index.html
/usr/share/swig/examples/tcl/enum/runme.tcl
/usr/share/swig/examples/tcl/funcptr
/usr/share/swig/examples/tcl/funcptr/Makefile
/usr/share/swig/examples/tcl/funcptr/example.c
/usr/share/swig/examples/tcl/funcptr/example.h
/usr/share/swig/examples/tcl/funcptr/example.i
/usr/share/swig/examples/tcl/funcptr/index.html
/usr/share/swig/examples/tcl/funcptr/runme.tcl
/usr/share/swig/examples/tcl/import
/usr/share/swig/examples/tcl/import/Makefile
/usr/share/swig/examples/tcl/import/README
/usr/share/swig/examples/tcl/import/bar.h
/usr/share/swig/examples/tcl/import/bar.i
/usr/share/swig/examples/tcl/import/base.h
/usr/share/swig/examples/tcl/import/base.i
/usr/share/swig/examples/tcl/import/example.dsw
/usr/share/swig/examples/tcl/import/foo.h
/usr/share/swig/examples/tcl/import/foo.i
/usr/share/swig/examples/tcl/import/runme.tcl
/usr/share/swig/examples/tcl/import/spam.h
/usr/share/swig/examples/tcl/import/spam.i
/usr/share/swig/examples/tcl/index.html
/usr/share/swig/examples/tcl/multimap
/usr/share/swig/examples/tcl/multimap/Makefile
/usr/share/swig/examples/tcl/multimap/example.c
/usr/share/swig/examples/tcl/multimap/example.i
/usr/share/swig/examples/tcl/multimap/runme.tcl
/usr/share/swig/examples/tcl/operator
/usr/share/swig/examples/tcl/operator/Makefile
/usr/share/swig/examples/tcl/operator/example.h
/usr/share/swig/examples/tcl/operator/example.i
/usr/share/swig/examples/tcl/operator/runme.tcl
/usr/share/swig/examples/tcl/pointer
/usr/share/swig/examples/tcl/pointer/Makefile
/usr/share/swig/examples/tcl/pointer/example.c
/usr/share/swig/examples/tcl/pointer/example.i
/usr/share/swig/examples/tcl/pointer/index.html
/usr/share/swig/examples/tcl/pointer/runme.tcl
/usr/share/swig/examples/tcl/reference
/usr/share/swig/examples/tcl/reference/Makefile
/usr/share/swig/examples/tcl/reference/example.cxx
/usr/share/swig/examples/tcl/reference/example.h
/usr/share/swig/examples/tcl/reference/example.i
/usr/share/swig/examples/tcl/reference/index.html
/usr/share/swig/examples/tcl/reference/runme.tcl
/usr/share/swig/examples/tcl/simple
/usr/share/swig/examples/tcl/simple/Makefile
/usr/share/swig/examples/tcl/simple/example.c
/usr/share/swig/examples/tcl/simple/example.i
/usr/share/swig/examples/tcl/simple/index.html
/usr/share/swig/examples/tcl/simple/runme.tcl
/usr/share/swig/examples/tcl/std_vector
/usr/share/swig/examples/tcl/std_vector/Makefile
/usr/share/swig/examples/tcl/std_vector/example.h
/usr/share/swig/examples/tcl/std_vector/example.i
/usr/share/swig/examples/tcl/std_vector/runme.tcl
/usr/share/swig/examples/tcl/value
/usr/share/swig/examples/tcl/value/Makefile
/usr/share/swig/examples/tcl/value/example.c
/usr/share/swig/examples/tcl/value/example.h
/usr/share/swig/examples/tcl/value/example.i
/usr/share/swig/examples/tcl/value/index.html
/usr/share/swig/examples/tcl/value/runme.tcl
/usr/share/swig/examples/tcl/variables
/usr/share/swig/examples/tcl/variables/Makefile
/usr/share/swig/examples/tcl/variables/example.c
/usr/share/swig/examples/tcl/variables/example.h
/usr/share/swig/examples/tcl/variables/example.i
/usr/share/swig/examples/tcl/variables/index.html
/usr/share/swig/examples/tcl/variables/runme.tcl
/usr/share/swig/examples/xml
/usr/share/swig/examples/xml/Makefile
/usr/share/swig/examples/xml/Makefile.in
/usr/share/swig/examples/xml/error.expected-xml
/usr/share/swig/examples/xml/error.i
/usr/share/swig/examples/xml/example.expected-xml
/usr/share/swig/examples/xml/example.h
/usr/share/swig/examples/xml/example.i
/usr/share/swig/examples/xml/example_apply.expected-xml
/usr/share/swig/examples/xml/example_apply.i
/usr/share/swig/examples/xml/example_const.expected-xml
/usr/share/swig/examples/xml/example_const.i
/usr/share/swig/examples/xml/example_gif.expected-xml
/usr/share/swig/examples/xml/example_inl.expected-xml
/usr/share/swig/examples/xml/example_inl.h
/usr/share/swig/examples/xml/example_inl.i
/usr/share/swig/examples/xml/example_p5.expected-xml
/usr/share/swig/examples/xml/example_p5.i
/usr/share/swig/examples/xml/example_ro.expected-xml
/usr/share/swig/examples/xml/example_ro.i
/usr/share/swig/examples/xml/example_title_add.expected-xml
/usr/share/swig/examples/xml/example_title_add.i
/usr/share/swig/examples/xml/example_xml.expected-xml
/usr/share/swig/examples/xml/example_xml.h
/usr/share/swig/examples/xml/example_xml.i
/usr/share/swig/examples/xml/gnarly.expected-xml
/usr/share/swig/examples/xml/gnarly.i


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024