Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: swig | Distribution: openSUSE Tumbleweed |
Version: 4.2.1 | Vendor: openSUSE |
Release: 1.2 | Build date: Sun Feb 25 10:25:59 2024 |
Group: Development/Languages/C and C++ | Build host: reproducible |
Size: 6707779 | Source RPM: swig-4.2.1-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.swig.org/ | |
Summary: Simplified Wrapper and Interface Generator |
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.
BSD-3-Clause AND GPL-3.0-or-later
* 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].
/usr/bin/swig /usr/share/doc/packages/swig /usr/share/doc/packages/swig/ANNOUNCE /usr/share/doc/packages/swig/CHANGES /usr/share/doc/packages/swig/CHANGES.current /usr/share/doc/packages/swig/README /usr/share/doc/packages/swig/TODO /usr/share/licenses/swig /usr/share/licenses/swig/LICENSE /usr/share/swig /usr/share/swig/4.2.1 /usr/share/swig/4.2.1/allkw.swg /usr/share/swig/4.2.1/attribute.i /usr/share/swig/4.2.1/carrays.i /usr/share/swig/4.2.1/cdata.i /usr/share/swig/4.2.1/cmalloc.i /usr/share/swig/4.2.1/constraints.i /usr/share/swig/4.2.1/cpointer.i /usr/share/swig/4.2.1/csharp /usr/share/swig/4.2.1/csharp/argcargv.i /usr/share/swig/4.2.1/csharp/arrays_csharp.i /usr/share/swig/4.2.1/csharp/boost_intrusive_ptr.i /usr/share/swig/4.2.1/csharp/boost_shared_ptr.i /usr/share/swig/4.2.1/csharp/complex.i /usr/share/swig/4.2.1/csharp/csharp.swg /usr/share/swig/4.2.1/csharp/csharphead.swg /usr/share/swig/4.2.1/csharp/csharpkw.swg /usr/share/swig/4.2.1/csharp/director.swg /usr/share/swig/4.2.1/csharp/enums.swg /usr/share/swig/4.2.1/csharp/enumsimple.swg /usr/share/swig/4.2.1/csharp/enumtypesafe.swg /usr/share/swig/4.2.1/csharp/std_array.i /usr/share/swig/4.2.1/csharp/std_auto_ptr.i /usr/share/swig/4.2.1/csharp/std_common.i /usr/share/swig/4.2.1/csharp/std_complex.i /usr/share/swig/4.2.1/csharp/std_deque.i /usr/share/swig/4.2.1/csharp/std_except.i /usr/share/swig/4.2.1/csharp/std_list.i /usr/share/swig/4.2.1/csharp/std_map.i /usr/share/swig/4.2.1/csharp/std_pair.i /usr/share/swig/4.2.1/csharp/std_set.i /usr/share/swig/4.2.1/csharp/std_shared_ptr.i /usr/share/swig/4.2.1/csharp/std_string.i /usr/share/swig/4.2.1/csharp/std_string_view.i /usr/share/swig/4.2.1/csharp/std_unique_ptr.i /usr/share/swig/4.2.1/csharp/std_unordered_map.i /usr/share/swig/4.2.1/csharp/std_unordered_set.i /usr/share/swig/4.2.1/csharp/std_vector.i /usr/share/swig/4.2.1/csharp/std_wstring.i /usr/share/swig/4.2.1/csharp/stl.i /usr/share/swig/4.2.1/csharp/swiginterface.i /usr/share/swig/4.2.1/csharp/swigmove.i /usr/share/swig/4.2.1/csharp/swigtype_inout.i /usr/share/swig/4.2.1/csharp/typemaps.i /usr/share/swig/4.2.1/csharp/wchar.i /usr/share/swig/4.2.1/cstring.i /usr/share/swig/4.2.1/cwstring.i /usr/share/swig/4.2.1/d /usr/share/swig/4.2.1/d/argcargv.i /usr/share/swig/4.2.1/d/boost_shared_ptr.i /usr/share/swig/4.2.1/d/carrays.i /usr/share/swig/4.2.1/d/cpointer.i /usr/share/swig/4.2.1/d/d.swg /usr/share/swig/4.2.1/d/dclassgen.swg /usr/share/swig/4.2.1/d/ddirectives.swg /usr/share/swig/4.2.1/d/denums.swg /usr/share/swig/4.2.1/d/dexception.swg /usr/share/swig/4.2.1/d/dhead.swg /usr/share/swig/4.2.1/d/director.swg /usr/share/swig/4.2.1/d/dkw.swg /usr/share/swig/4.2.1/d/dmemberfunctionpointers.swg /usr/share/swig/4.2.1/d/doperators.swg /usr/share/swig/4.2.1/d/dprimitives.swg /usr/share/swig/4.2.1/d/dstrings.swg /usr/share/swig/4.2.1/d/dswigtype.swg /usr/share/swig/4.2.1/d/dvoid.swg /usr/share/swig/4.2.1/d/std_auto_ptr.i /usr/share/swig/4.2.1/d/std_common.i /usr/share/swig/4.2.1/d/std_deque.i /usr/share/swig/4.2.1/d/std_except.i /usr/share/swig/4.2.1/d/std_map.i /usr/share/swig/4.2.1/d/std_pair.i /usr/share/swig/4.2.1/d/std_shared_ptr.i /usr/share/swig/4.2.1/d/std_string.i /usr/share/swig/4.2.1/d/std_unique_ptr.i /usr/share/swig/4.2.1/d/std_vector.i /usr/share/swig/4.2.1/d/stl.i /usr/share/swig/4.2.1/d/swigmove.i /usr/share/swig/4.2.1/d/typemaps.i /usr/share/swig/4.2.1/d/wrapperloader.swg /usr/share/swig/4.2.1/director_common.swg /usr/share/swig/4.2.1/exception.i /usr/share/swig/4.2.1/go /usr/share/swig/4.2.1/go/argcargv.i /usr/share/swig/4.2.1/go/cdata.i /usr/share/swig/4.2.1/go/director.swg /usr/share/swig/4.2.1/go/exception.i /usr/share/swig/4.2.1/go/go.swg /usr/share/swig/4.2.1/go/gokw.swg /usr/share/swig/4.2.1/go/goruntime.swg /usr/share/swig/4.2.1/go/gostring.swg /usr/share/swig/4.2.1/go/std_array.i /usr/share/swig/4.2.1/go/std_common.i /usr/share/swig/4.2.1/go/std_deque.i /usr/share/swig/4.2.1/go/std_except.i /usr/share/swig/4.2.1/go/std_list.i /usr/share/swig/4.2.1/go/std_map.i /usr/share/swig/4.2.1/go/std_pair.i /usr/share/swig/4.2.1/go/std_string.i /usr/share/swig/4.2.1/go/std_vector.i /usr/share/swig/4.2.1/go/stl.i /usr/share/swig/4.2.1/go/swigmove.i /usr/share/swig/4.2.1/go/typemaps.i /usr/share/swig/4.2.1/guile /usr/share/swig/4.2.1/guile/argcargv.i /usr/share/swig/4.2.1/guile/common.scm /usr/share/swig/4.2.1/guile/cplusplus.i /usr/share/swig/4.2.1/guile/guile.i /usr/share/swig/4.2.1/guile/guile_scm.swg /usr/share/swig/4.2.1/guile/guile_scm_run.swg /usr/share/swig/4.2.1/guile/guilemain.i /usr/share/swig/4.2.1/guile/interpreter.i /usr/share/swig/4.2.1/guile/list-vector.i /usr/share/swig/4.2.1/guile/pointer-in-out.i /usr/share/swig/4.2.1/guile/ports.i /usr/share/swig/4.2.1/guile/std_auto_ptr.i /usr/share/swig/4.2.1/guile/std_common.i /usr/share/swig/4.2.1/guile/std_deque.i /usr/share/swig/4.2.1/guile/std_except.i /usr/share/swig/4.2.1/guile/std_map.i /usr/share/swig/4.2.1/guile/std_pair.i /usr/share/swig/4.2.1/guile/std_string.i /usr/share/swig/4.2.1/guile/std_unique_ptr.i /usr/share/swig/4.2.1/guile/std_vector.i /usr/share/swig/4.2.1/guile/stl.i /usr/share/swig/4.2.1/guile/swigmove.i /usr/share/swig/4.2.1/guile/swigrun.i /usr/share/swig/4.2.1/guile/typemaps.i /usr/share/swig/4.2.1/intrusive_ptr.i /usr/share/swig/4.2.1/inttypes.i /usr/share/swig/4.2.1/java /usr/share/swig/4.2.1/java/argcargv.i /usr/share/swig/4.2.1/java/arrays_java.i /usr/share/swig/4.2.1/java/boost_intrusive_ptr.i /usr/share/swig/4.2.1/java/boost_shared_ptr.i /usr/share/swig/4.2.1/java/director.swg /usr/share/swig/4.2.1/java/enums.swg /usr/share/swig/4.2.1/java/enumsimple.swg /usr/share/swig/4.2.1/java/enumtypesafe.swg /usr/share/swig/4.2.1/java/enumtypeunsafe.swg /usr/share/swig/4.2.1/java/java.swg /usr/share/swig/4.2.1/java/javahead.swg /usr/share/swig/4.2.1/java/javakw.swg /usr/share/swig/4.2.1/java/std_array.i /usr/share/swig/4.2.1/java/std_auto_ptr.i /usr/share/swig/4.2.1/java/std_common.i /usr/share/swig/4.2.1/java/std_deque.i /usr/share/swig/4.2.1/java/std_except.i /usr/share/swig/4.2.1/java/std_list.i /usr/share/swig/4.2.1/java/std_map.i /usr/share/swig/4.2.1/java/std_pair.i /usr/share/swig/4.2.1/java/std_set.i /usr/share/swig/4.2.1/java/std_shared_ptr.i /usr/share/swig/4.2.1/java/std_string.i /usr/share/swig/4.2.1/java/std_string_view.i /usr/share/swig/4.2.1/java/std_unique_ptr.i /usr/share/swig/4.2.1/java/std_unordered_map.i /usr/share/swig/4.2.1/java/std_unordered_set.i /usr/share/swig/4.2.1/java/std_vector.i /usr/share/swig/4.2.1/java/std_wstring.i /usr/share/swig/4.2.1/java/stl.i /usr/share/swig/4.2.1/java/swiginterface.i /usr/share/swig/4.2.1/java/swigmove.i /usr/share/swig/4.2.1/java/typemaps.i /usr/share/swig/4.2.1/java/various.i /usr/share/swig/4.2.1/javascript /usr/share/swig/4.2.1/javascript/jsc /usr/share/swig/4.2.1/javascript/jsc/argcargv.i /usr/share/swig/4.2.1/javascript/jsc/arrays_javascript.i /usr/share/swig/4.2.1/javascript/jsc/ccomplex.i /usr/share/swig/4.2.1/javascript/jsc/cdata.i /usr/share/swig/4.2.1/javascript/jsc/cmalloc.i /usr/share/swig/4.2.1/javascript/jsc/complex.i /usr/share/swig/4.2.1/javascript/jsc/exception.i /usr/share/swig/4.2.1/javascript/jsc/factory.i /usr/share/swig/4.2.1/javascript/jsc/javascript.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptcode.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptcomplex.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptfragments.swg /usr/share/swig/4.2.1/javascript/jsc/javascripthelpers.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptinit.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptprimtypes.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptrun.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptruntime.swg /usr/share/swig/4.2.1/javascript/jsc/javascriptstrings.swg /usr/share/swig/4.2.1/javascript/jsc/javascripttypemaps.swg /usr/share/swig/4.2.1/javascript/jsc/std_auto_ptr.i /usr/share/swig/4.2.1/javascript/jsc/std_common.i /usr/share/swig/4.2.1/javascript/jsc/std_complex.i /usr/share/swig/4.2.1/javascript/jsc/std_deque.i /usr/share/swig/4.2.1/javascript/jsc/std_except.i /usr/share/swig/4.2.1/javascript/jsc/std_map.i /usr/share/swig/4.2.1/javascript/jsc/std_pair.i /usr/share/swig/4.2.1/javascript/jsc/std_string.i /usr/share/swig/4.2.1/javascript/jsc/std_unique_ptr.i /usr/share/swig/4.2.1/javascript/jsc/std_vector.i /usr/share/swig/4.2.1/javascript/jsc/stl.i /usr/share/swig/4.2.1/javascript/jsc/swigmove.i /usr/share/swig/4.2.1/javascript/jsc/typemaps.i /usr/share/swig/4.2.1/javascript/napi /usr/share/swig/4.2.1/javascript/napi/argcargv.i /usr/share/swig/4.2.1/javascript/napi/arrays_javascript.i /usr/share/swig/4.2.1/javascript/napi/ccomplex.i /usr/share/swig/4.2.1/javascript/napi/cdata.i /usr/share/swig/4.2.1/javascript/napi/cmalloc.i /usr/share/swig/4.2.1/javascript/napi/complex.i /usr/share/swig/4.2.1/javascript/napi/exception.i /usr/share/swig/4.2.1/javascript/napi/factory.i /usr/share/swig/4.2.1/javascript/napi/javascript.swg /usr/share/swig/4.2.1/javascript/napi/javascriptcode.swg /usr/share/swig/4.2.1/javascript/napi/javascriptcomplex.swg /usr/share/swig/4.2.1/javascript/napi/javascriptfragments.swg /usr/share/swig/4.2.1/javascript/napi/javascriptinit.swg /usr/share/swig/4.2.1/javascript/napi/javascriptprimtypes.swg /usr/share/swig/4.2.1/javascript/napi/javascriptrun.swg /usr/share/swig/4.2.1/javascript/napi/javascriptruntime.swg /usr/share/swig/4.2.1/javascript/napi/javascriptstrings.swg /usr/share/swig/4.2.1/javascript/napi/javascripttypemaps.swg /usr/share/swig/4.2.1/javascript/napi/nodejs_buffer.i /usr/share/swig/4.2.1/javascript/napi/std_auto_ptr.i /usr/share/swig/4.2.1/javascript/napi/std_common.i /usr/share/swig/4.2.1/javascript/napi/std_complex.i /usr/share/swig/4.2.1/javascript/napi/std_deque.i /usr/share/swig/4.2.1/javascript/napi/std_except.i /usr/share/swig/4.2.1/javascript/napi/std_map.i /usr/share/swig/4.2.1/javascript/napi/std_pair.i /usr/share/swig/4.2.1/javascript/napi/std_string.i /usr/share/swig/4.2.1/javascript/napi/std_unique_ptr.i /usr/share/swig/4.2.1/javascript/napi/std_vector.i /usr/share/swig/4.2.1/javascript/napi/stl.i /usr/share/swig/4.2.1/javascript/napi/swigmove.i /usr/share/swig/4.2.1/javascript/napi/typemaps.i /usr/share/swig/4.2.1/javascript/v8 /usr/share/swig/4.2.1/javascript/v8/argcargv.i /usr/share/swig/4.2.1/javascript/v8/arrays_javascript.i /usr/share/swig/4.2.1/javascript/v8/ccomplex.i /usr/share/swig/4.2.1/javascript/v8/cdata.i /usr/share/swig/4.2.1/javascript/v8/cmalloc.i /usr/share/swig/4.2.1/javascript/v8/complex.i /usr/share/swig/4.2.1/javascript/v8/exception.i /usr/share/swig/4.2.1/javascript/v8/factory.i /usr/share/swig/4.2.1/javascript/v8/javascript.swg /usr/share/swig/4.2.1/javascript/v8/javascriptcode.swg /usr/share/swig/4.2.1/javascript/v8/javascriptcomplex.swg /usr/share/swig/4.2.1/javascript/v8/javascriptfragments.swg /usr/share/swig/4.2.1/javascript/v8/javascripthelpers.swg /usr/share/swig/4.2.1/javascript/v8/javascriptinit.swg /usr/share/swig/4.2.1/javascript/v8/javascriptprimtypes.swg /usr/share/swig/4.2.1/javascript/v8/javascriptrun.swg /usr/share/swig/4.2.1/javascript/v8/javascriptruntime.swg /usr/share/swig/4.2.1/javascript/v8/javascriptstrings.swg /usr/share/swig/4.2.1/javascript/v8/javascripttypemaps.swg /usr/share/swig/4.2.1/javascript/v8/std_auto_ptr.i /usr/share/swig/4.2.1/javascript/v8/std_common.i /usr/share/swig/4.2.1/javascript/v8/std_complex.i /usr/share/swig/4.2.1/javascript/v8/std_deque.i /usr/share/swig/4.2.1/javascript/v8/std_except.i /usr/share/swig/4.2.1/javascript/v8/std_map.i /usr/share/swig/4.2.1/javascript/v8/std_pair.i /usr/share/swig/4.2.1/javascript/v8/std_string.i /usr/share/swig/4.2.1/javascript/v8/std_unique_ptr.i /usr/share/swig/4.2.1/javascript/v8/std_vector.i /usr/share/swig/4.2.1/javascript/v8/stl.i /usr/share/swig/4.2.1/javascript/v8/swigmove.i /usr/share/swig/4.2.1/javascript/v8/typemaps.i /usr/share/swig/4.2.1/javascriptkw.swg /usr/share/swig/4.2.1/lua /usr/share/swig/4.2.1/lua/_std_common.i /usr/share/swig/4.2.1/lua/argcargv.i /usr/share/swig/4.2.1/lua/carrays.i /usr/share/swig/4.2.1/lua/factory.i /usr/share/swig/4.2.1/lua/lua.swg /usr/share/swig/4.2.1/lua/lua_fnptr.i /usr/share/swig/4.2.1/lua/luakw.swg /usr/share/swig/4.2.1/lua/luarun.swg /usr/share/swig/4.2.1/lua/luaruntime.swg /usr/share/swig/4.2.1/lua/luatypemaps.swg /usr/share/swig/4.2.1/lua/std_auto_ptr.i /usr/share/swig/4.2.1/lua/std_common.i /usr/share/swig/4.2.1/lua/std_deque.i /usr/share/swig/4.2.1/lua/std_except.i /usr/share/swig/4.2.1/lua/std_map.i /usr/share/swig/4.2.1/lua/std_pair.i /usr/share/swig/4.2.1/lua/std_string.i /usr/share/swig/4.2.1/lua/std_string_view.i /usr/share/swig/4.2.1/lua/std_unique_ptr.i /usr/share/swig/4.2.1/lua/std_vector.i /usr/share/swig/4.2.1/lua/stl.i /usr/share/swig/4.2.1/lua/swigmove.i /usr/share/swig/4.2.1/lua/typemaps.i /usr/share/swig/4.2.1/lua/wchar.i /usr/share/swig/4.2.1/math.i /usr/share/swig/4.2.1/mzscheme /usr/share/swig/4.2.1/mzscheme/argcargv.i /usr/share/swig/4.2.1/mzscheme/mzrun.swg /usr/share/swig/4.2.1/mzscheme/mzscheme.swg /usr/share/swig/4.2.1/mzscheme/std_auto_ptr.i /usr/share/swig/4.2.1/mzscheme/std_common.i /usr/share/swig/4.2.1/mzscheme/std_deque.i /usr/share/swig/4.2.1/mzscheme/std_map.i /usr/share/swig/4.2.1/mzscheme/std_pair.i /usr/share/swig/4.2.1/mzscheme/std_string.i /usr/share/swig/4.2.1/mzscheme/std_unique_ptr.i /usr/share/swig/4.2.1/mzscheme/std_vector.i /usr/share/swig/4.2.1/mzscheme/stl.i /usr/share/swig/4.2.1/mzscheme/swigmove.i /usr/share/swig/4.2.1/mzscheme/typemaps.i /usr/share/swig/4.2.1/ocaml /usr/share/swig/4.2.1/ocaml/carray.i /usr/share/swig/4.2.1/ocaml/class.swg /usr/share/swig/4.2.1/ocaml/cstring.i /usr/share/swig/4.2.1/ocaml/director.swg /usr/share/swig/4.2.1/ocaml/ocaml.i /usr/share/swig/4.2.1/ocaml/ocaml.swg /usr/share/swig/4.2.1/ocaml/ocamlkw.swg /usr/share/swig/4.2.1/ocaml/ocamlrun.swg /usr/share/swig/4.2.1/ocaml/ocamlrundec.swg /usr/share/swig/4.2.1/ocaml/preamble.swg /usr/share/swig/4.2.1/ocaml/std_common.i /usr/share/swig/4.2.1/ocaml/std_complex.i /usr/share/swig/4.2.1/ocaml/std_deque.i /usr/share/swig/4.2.1/ocaml/std_except.i /usr/share/swig/4.2.1/ocaml/std_list.i /usr/share/swig/4.2.1/ocaml/std_map.i /usr/share/swig/4.2.1/ocaml/std_pair.i /usr/share/swig/4.2.1/ocaml/std_string.i /usr/share/swig/4.2.1/ocaml/std_vector.i /usr/share/swig/4.2.1/ocaml/stl.i /usr/share/swig/4.2.1/ocaml/swig.ml /usr/share/swig/4.2.1/ocaml/swig.mli /usr/share/swig/4.2.1/ocaml/swigmove.i /usr/share/swig/4.2.1/ocaml/swigp4.ml /usr/share/swig/4.2.1/ocaml/typecheck.i /usr/share/swig/4.2.1/ocaml/typemaps.i /usr/share/swig/4.2.1/ocaml/typeregister.swg /usr/share/swig/4.2.1/octave /usr/share/swig/4.2.1/octave/argcargv.i /usr/share/swig/4.2.1/octave/attribute.i /usr/share/swig/4.2.1/octave/boost_shared_ptr.i /usr/share/swig/4.2.1/octave/carrays.i /usr/share/swig/4.2.1/octave/cdata.i /usr/share/swig/4.2.1/octave/cmalloc.i /usr/share/swig/4.2.1/octave/director.swg /usr/share/swig/4.2.1/octave/exception.i /usr/share/swig/4.2.1/octave/factory.i /usr/share/swig/4.2.1/octave/implicit.i /usr/share/swig/4.2.1/octave/octave.swg /usr/share/swig/4.2.1/octave/octcomplex.swg /usr/share/swig/4.2.1/octave/octcontainer.swg /usr/share/swig/4.2.1/octave/octfragments.swg /usr/share/swig/4.2.1/octave/octheaders.hpp /usr/share/swig/4.2.1/octave/octiterators.swg /usr/share/swig/4.2.1/octave/octopers.swg /usr/share/swig/4.2.1/octave/octprimtypes.swg /usr/share/swig/4.2.1/octave/octrun.swg /usr/share/swig/4.2.1/octave/octruntime.swg /usr/share/swig/4.2.1/octave/octstdcommon.swg /usr/share/swig/4.2.1/octave/octtypemaps.swg /usr/share/swig/4.2.1/octave/octuserdir.swg /usr/share/swig/4.2.1/octave/std_alloc.i /usr/share/swig/4.2.1/octave/std_auto_ptr.i /usr/share/swig/4.2.1/octave/std_basic_string.i /usr/share/swig/4.2.1/octave/std_char_traits.i /usr/share/swig/4.2.1/octave/std_common.i /usr/share/swig/4.2.1/octave/std_complex.i /usr/share/swig/4.2.1/octave/std_container.i /usr/share/swig/4.2.1/octave/std_deque.i /usr/share/swig/4.2.1/octave/std_except.i /usr/share/swig/4.2.1/octave/std_list.i /usr/share/swig/4.2.1/octave/std_map.i /usr/share/swig/4.2.1/octave/std_pair.i /usr/share/swig/4.2.1/octave/std_shared_ptr.i /usr/share/swig/4.2.1/octave/std_string.i /usr/share/swig/4.2.1/octave/std_unique_ptr.i /usr/share/swig/4.2.1/octave/std_vector.i /usr/share/swig/4.2.1/octave/std_wstring.i /usr/share/swig/4.2.1/octave/stl.i /usr/share/swig/4.2.1/octave/swigmove.i /usr/share/swig/4.2.1/octave/typemaps.i /usr/share/swig/4.2.1/perl5 /usr/share/swig/4.2.1/perl5/Makefile.pl /usr/share/swig/4.2.1/perl5/argcargv.i /usr/share/swig/4.2.1/perl5/attribute.i /usr/share/swig/4.2.1/perl5/carrays.i /usr/share/swig/4.2.1/perl5/cdata.i /usr/share/swig/4.2.1/perl5/cmalloc.i /usr/share/swig/4.2.1/perl5/cpointer.i /usr/share/swig/4.2.1/perl5/cstring.i /usr/share/swig/4.2.1/perl5/director.swg /usr/share/swig/4.2.1/perl5/exception.i /usr/share/swig/4.2.1/perl5/factory.i /usr/share/swig/4.2.1/perl5/noembed.h /usr/share/swig/4.2.1/perl5/perl5.swg /usr/share/swig/4.2.1/perl5/perlerrors.swg /usr/share/swig/4.2.1/perl5/perlfragments.swg /usr/share/swig/4.2.1/perl5/perlhead.swg /usr/share/swig/4.2.1/perl5/perlinit.swg /usr/share/swig/4.2.1/perl5/perlkw.swg /usr/share/swig/4.2.1/perl5/perlmacros.swg /usr/share/swig/4.2.1/perl5/perlmain.i /usr/share/swig/4.2.1/perl5/perlopers.swg /usr/share/swig/4.2.1/perl5/perlprimtypes.swg /usr/share/swig/4.2.1/perl5/perlrun.swg /usr/share/swig/4.2.1/perl5/perlruntime.swg /usr/share/swig/4.2.1/perl5/perlstrings.swg /usr/share/swig/4.2.1/perl5/perltypemaps.swg /usr/share/swig/4.2.1/perl5/perluserdir.swg /usr/share/swig/4.2.1/perl5/reference.i /usr/share/swig/4.2.1/perl5/std_auto_ptr.i /usr/share/swig/4.2.1/perl5/std_common.i /usr/share/swig/4.2.1/perl5/std_deque.i /usr/share/swig/4.2.1/perl5/std_except.i /usr/share/swig/4.2.1/perl5/std_list.i /usr/share/swig/4.2.1/perl5/std_map.i /usr/share/swig/4.2.1/perl5/std_pair.i /usr/share/swig/4.2.1/perl5/std_string.i /usr/share/swig/4.2.1/perl5/std_string_view.i /usr/share/swig/4.2.1/perl5/std_unique_ptr.i /usr/share/swig/4.2.1/perl5/std_vector.i /usr/share/swig/4.2.1/perl5/stl.i /usr/share/swig/4.2.1/perl5/swigmove.i /usr/share/swig/4.2.1/perl5/typemaps.i /usr/share/swig/4.2.1/php /usr/share/swig/4.2.1/php/argcargv.i /usr/share/swig/4.2.1/php/const.i /usr/share/swig/4.2.1/php/director.swg /usr/share/swig/4.2.1/php/factory.i /usr/share/swig/4.2.1/php/php.swg /usr/share/swig/4.2.1/php/phpinit.swg /usr/share/swig/4.2.1/php/phpinterfaces.i /usr/share/swig/4.2.1/php/phpkw.swg /usr/share/swig/4.2.1/php/phppointers.i /usr/share/swig/4.2.1/php/phprun.swg /usr/share/swig/4.2.1/php/std_auto_ptr.i /usr/share/swig/4.2.1/php/std_common.i /usr/share/swig/4.2.1/php/std_deque.i /usr/share/swig/4.2.1/php/std_map.i /usr/share/swig/4.2.1/php/std_pair.i /usr/share/swig/4.2.1/php/std_string.i /usr/share/swig/4.2.1/php/std_string_view.i /usr/share/swig/4.2.1/php/std_unique_ptr.i /usr/share/swig/4.2.1/php/std_vector.i /usr/share/swig/4.2.1/php/stl.i /usr/share/swig/4.2.1/php/swigmove.i /usr/share/swig/4.2.1/php/typemaps.i /usr/share/swig/4.2.1/php/utils.i /usr/share/swig/4.2.1/python /usr/share/swig/4.2.1/python/argcargv.i /usr/share/swig/4.2.1/python/attribute.i /usr/share/swig/4.2.1/python/boost_shared_ptr.i /usr/share/swig/4.2.1/python/builtin.swg /usr/share/swig/4.2.1/python/carrays.i /usr/share/swig/4.2.1/python/ccomplex.i /usr/share/swig/4.2.1/python/cdata.i /usr/share/swig/4.2.1/python/cmalloc.i /usr/share/swig/4.2.1/python/complex.i /usr/share/swig/4.2.1/python/cpointer.i /usr/share/swig/4.2.1/python/cstring.i /usr/share/swig/4.2.1/python/cwstring.i /usr/share/swig/4.2.1/python/director.swg /usr/share/swig/4.2.1/python/embed.i /usr/share/swig/4.2.1/python/exception.i /usr/share/swig/4.2.1/python/factory.i /usr/share/swig/4.2.1/python/file.i /usr/share/swig/4.2.1/python/implicit.i /usr/share/swig/4.2.1/python/pyabc.i /usr/share/swig/4.2.1/python/pyapi.swg /usr/share/swig/4.2.1/python/pybackward.swg /usr/share/swig/4.2.1/python/pybuffer.i /usr/share/swig/4.2.1/python/pyclasses.swg /usr/share/swig/4.2.1/python/pycomplex.swg /usr/share/swig/4.2.1/python/pycontainer.swg /usr/share/swig/4.2.1/python/pydocs.swg /usr/share/swig/4.2.1/python/pyerrors.swg /usr/share/swig/4.2.1/python/pyfragments.swg /usr/share/swig/4.2.1/python/pyhead.swg /usr/share/swig/4.2.1/python/pyinit.swg /usr/share/swig/4.2.1/python/pyiterators.swg /usr/share/swig/4.2.1/python/pymacros.swg /usr/share/swig/4.2.1/python/pyname_compat.i /usr/share/swig/4.2.1/python/pyopers.swg /usr/share/swig/4.2.1/python/pyprimtypes.swg /usr/share/swig/4.2.1/python/pyrun.swg /usr/share/swig/4.2.1/python/pyruntime.swg /usr/share/swig/4.2.1/python/pystdcommon.swg /usr/share/swig/4.2.1/python/pystrings.swg /usr/share/swig/4.2.1/python/python.swg /usr/share/swig/4.2.1/python/pythonkw.swg /usr/share/swig/4.2.1/python/pythreads.swg /usr/share/swig/4.2.1/python/pytuplehlp.swg /usr/share/swig/4.2.1/python/pytypemaps.swg /usr/share/swig/4.2.1/python/pyuserdir.swg /usr/share/swig/4.2.1/python/pywstrings.swg /usr/share/swig/4.2.1/python/std_alloc.i /usr/share/swig/4.2.1/python/std_array.i /usr/share/swig/4.2.1/python/std_auto_ptr.i /usr/share/swig/4.2.1/python/std_basic_string.i /usr/share/swig/4.2.1/python/std_char_traits.i /usr/share/swig/4.2.1/python/std_common.i /usr/share/swig/4.2.1/python/std_complex.i /usr/share/swig/4.2.1/python/std_container.i /usr/share/swig/4.2.1/python/std_deque.i /usr/share/swig/4.2.1/python/std_except.i /usr/share/swig/4.2.1/python/std_filesystem.i /usr/share/swig/4.2.1/python/std_ios.i /usr/share/swig/4.2.1/python/std_iostream.i /usr/share/swig/4.2.1/python/std_list.i /usr/share/swig/4.2.1/python/std_map.i /usr/share/swig/4.2.1/python/std_multimap.i /usr/share/swig/4.2.1/python/std_multiset.i /usr/share/swig/4.2.1/python/std_pair.i /usr/share/swig/4.2.1/python/std_set.i /usr/share/swig/4.2.1/python/std_shared_ptr.i /usr/share/swig/4.2.1/python/std_sstream.i /usr/share/swig/4.2.1/python/std_streambuf.i /usr/share/swig/4.2.1/python/std_string.i /usr/share/swig/4.2.1/python/std_string_view.i /usr/share/swig/4.2.1/python/std_unique_ptr.i /usr/share/swig/4.2.1/python/std_unordered_map.i /usr/share/swig/4.2.1/python/std_unordered_multimap.i /usr/share/swig/4.2.1/python/std_unordered_multiset.i /usr/share/swig/4.2.1/python/std_unordered_set.i /usr/share/swig/4.2.1/python/std_vector.i /usr/share/swig/4.2.1/python/std_vectora.i /usr/share/swig/4.2.1/python/std_wios.i /usr/share/swig/4.2.1/python/std_wiostream.i /usr/share/swig/4.2.1/python/std_wsstream.i /usr/share/swig/4.2.1/python/std_wstreambuf.i /usr/share/swig/4.2.1/python/std_wstring.i /usr/share/swig/4.2.1/python/stl.i /usr/share/swig/4.2.1/python/swigmove.i /usr/share/swig/4.2.1/python/typemaps.i /usr/share/swig/4.2.1/python/wchar.i /usr/share/swig/4.2.1/r /usr/share/swig/4.2.1/r/argcargv.i /usr/share/swig/4.2.1/r/boost_shared_ptr.i /usr/share/swig/4.2.1/r/cdata.i /usr/share/swig/4.2.1/r/exception.i /usr/share/swig/4.2.1/r/r.swg /usr/share/swig/4.2.1/r/rcontainer.swg /usr/share/swig/4.2.1/r/rfragments.swg /usr/share/swig/4.2.1/r/rkw.swg /usr/share/swig/4.2.1/r/ropers.swg /usr/share/swig/4.2.1/r/rrun.swg /usr/share/swig/4.2.1/r/rstdcommon.swg /usr/share/swig/4.2.1/r/rtype.swg /usr/share/swig/4.2.1/r/srun.swg /usr/share/swig/4.2.1/r/std_alloc.i /usr/share/swig/4.2.1/r/std_common.i /usr/share/swig/4.2.1/r/std_container.i /usr/share/swig/4.2.1/r/std_deque.i /usr/share/swig/4.2.1/r/std_except.i /usr/share/swig/4.2.1/r/std_list.i /usr/share/swig/4.2.1/r/std_map.i /usr/share/swig/4.2.1/r/std_pair.i /usr/share/swig/4.2.1/r/std_shared_ptr.i /usr/share/swig/4.2.1/r/std_string.i /usr/share/swig/4.2.1/r/std_vector.i /usr/share/swig/4.2.1/r/stl.i /usr/share/swig/4.2.1/r/swigmove.i /usr/share/swig/4.2.1/r/typemaps.i /usr/share/swig/4.2.1/ruby /usr/share/swig/4.2.1/ruby/Makefile.swig /usr/share/swig/4.2.1/ruby/argcargv.i /usr/share/swig/4.2.1/ruby/attribute.i /usr/share/swig/4.2.1/ruby/boost_shared_ptr.i /usr/share/swig/4.2.1/ruby/carrays.i /usr/share/swig/4.2.1/ruby/cdata.i /usr/share/swig/4.2.1/ruby/cmalloc.i /usr/share/swig/4.2.1/ruby/cpointer.i /usr/share/swig/4.2.1/ruby/cstring.i /usr/share/swig/4.2.1/ruby/director.swg /usr/share/swig/4.2.1/ruby/embed.i /usr/share/swig/4.2.1/ruby/exception.i /usr/share/swig/4.2.1/ruby/extconf.rb /usr/share/swig/4.2.1/ruby/factory.i /usr/share/swig/4.2.1/ruby/file.i /usr/share/swig/4.2.1/ruby/progargcargv.i /usr/share/swig/4.2.1/ruby/ruby.swg /usr/share/swig/4.2.1/ruby/rubyapi.swg /usr/share/swig/4.2.1/ruby/rubyautodoc.swg /usr/share/swig/4.2.1/ruby/rubyclasses.swg /usr/share/swig/4.2.1/ruby/rubycomplex.swg /usr/share/swig/4.2.1/ruby/rubycontainer.swg /usr/share/swig/4.2.1/ruby/rubycontainer_extended.swg /usr/share/swig/4.2.1/ruby/rubydef.swg /usr/share/swig/4.2.1/ruby/rubyerrors.swg /usr/share/swig/4.2.1/ruby/rubyfragments.swg /usr/share/swig/4.2.1/ruby/rubyhead.swg /usr/share/swig/4.2.1/ruby/rubyinit.swg /usr/share/swig/4.2.1/ruby/rubyiterators.swg /usr/share/swig/4.2.1/ruby/rubykw.swg /usr/share/swig/4.2.1/ruby/rubymacros.swg /usr/share/swig/4.2.1/ruby/rubyopers.swg /usr/share/swig/4.2.1/ruby/rubyprimtypes.swg /usr/share/swig/4.2.1/ruby/rubyrun.swg /usr/share/swig/4.2.1/ruby/rubyruntime.swg /usr/share/swig/4.2.1/ruby/rubystdautodoc.swg /usr/share/swig/4.2.1/ruby/rubystdcommon.swg /usr/share/swig/4.2.1/ruby/rubystdcommon_forward.swg /usr/share/swig/4.2.1/ruby/rubystdfunctors.swg /usr/share/swig/4.2.1/ruby/rubystrings.swg /usr/share/swig/4.2.1/ruby/rubytracking.swg /usr/share/swig/4.2.1/ruby/rubytypemaps.swg /usr/share/swig/4.2.1/ruby/rubyuserdir.swg /usr/share/swig/4.2.1/ruby/rubywstrings.swg /usr/share/swig/4.2.1/ruby/std_alloc.i /usr/share/swig/4.2.1/ruby/std_array.i /usr/share/swig/4.2.1/ruby/std_auto_ptr.i /usr/share/swig/4.2.1/ruby/std_basic_string.i /usr/share/swig/4.2.1/ruby/std_char_traits.i /usr/share/swig/4.2.1/ruby/std_common.i /usr/share/swig/4.2.1/ruby/std_complex.i /usr/share/swig/4.2.1/ruby/std_container.i /usr/share/swig/4.2.1/ruby/std_deque.i /usr/share/swig/4.2.1/ruby/std_except.i /usr/share/swig/4.2.1/ruby/std_functors.i /usr/share/swig/4.2.1/ruby/std_ios.i /usr/share/swig/4.2.1/ruby/std_iostream.i /usr/share/swig/4.2.1/ruby/std_list.i /usr/share/swig/4.2.1/ruby/std_map.i /usr/share/swig/4.2.1/ruby/std_multimap.i /usr/share/swig/4.2.1/ruby/std_multiset.i /usr/share/swig/4.2.1/ruby/std_pair.i /usr/share/swig/4.2.1/ruby/std_queue.i /usr/share/swig/4.2.1/ruby/std_set.i /usr/share/swig/4.2.1/ruby/std_shared_ptr.i /usr/share/swig/4.2.1/ruby/std_sstream.i /usr/share/swig/4.2.1/ruby/std_stack.i /usr/share/swig/4.2.1/ruby/std_streambuf.i /usr/share/swig/4.2.1/ruby/std_string.i /usr/share/swig/4.2.1/ruby/std_string_view.i /usr/share/swig/4.2.1/ruby/std_unique_ptr.i /usr/share/swig/4.2.1/ruby/std_unordered_map.i /usr/share/swig/4.2.1/ruby/std_unordered_multimap.i /usr/share/swig/4.2.1/ruby/std_unordered_multiset.i /usr/share/swig/4.2.1/ruby/std_unordered_set.i /usr/share/swig/4.2.1/ruby/std_vector.i /usr/share/swig/4.2.1/ruby/std_vectora.i /usr/share/swig/4.2.1/ruby/std_wstring.i /usr/share/swig/4.2.1/ruby/stl.i /usr/share/swig/4.2.1/ruby/swigmove.i /usr/share/swig/4.2.1/ruby/timeval.i /usr/share/swig/4.2.1/ruby/typemaps.i /usr/share/swig/4.2.1/runtime.swg /usr/share/swig/4.2.1/scilab /usr/share/swig/4.2.1/scilab/argcargv.i /usr/share/swig/4.2.1/scilab/boost_shared_ptr.i /usr/share/swig/4.2.1/scilab/carrays.i /usr/share/swig/4.2.1/scilab/cmalloc.i /usr/share/swig/4.2.1/scilab/cpointer.i /usr/share/swig/4.2.1/scilab/exception.i /usr/share/swig/4.2.1/scilab/matrix.i /usr/share/swig/4.2.1/scilab/sciarray.swg /usr/share/swig/4.2.1/scilab/scibool.swg /usr/share/swig/4.2.1/scilab/scichar.swg /usr/share/swig/4.2.1/scilab/scicontainer.swg /usr/share/swig/4.2.1/scilab/scidouble.swg /usr/share/swig/4.2.1/scilab/scienum.swg /usr/share/swig/4.2.1/scilab/sciexception.swg /usr/share/swig/4.2.1/scilab/scifloat.swg /usr/share/swig/4.2.1/scilab/sciint.swg /usr/share/swig/4.2.1/scilab/sciiterators.swg /usr/share/swig/4.2.1/scilab/scilab.swg /usr/share/swig/4.2.1/scilab/scilist.swg /usr/share/swig/4.2.1/scilab/scilong.swg /usr/share/swig/4.2.1/scilab/scilonglong.swg /usr/share/swig/4.2.1/scilab/scimacros.swg /usr/share/swig/4.2.1/scilab/scimatrixbool.swg /usr/share/swig/4.2.1/scilab/scimatrixchar.swg /usr/share/swig/4.2.1/scilab/scimatrixdouble.swg /usr/share/swig/4.2.1/scilab/scimatrixint.swg /usr/share/swig/4.2.1/scilab/scimisctypes.swg /usr/share/swig/4.2.1/scilab/scipointer.swg /usr/share/swig/4.2.1/scilab/sciprimtypes.swg /usr/share/swig/4.2.1/scilab/scirun.swg /usr/share/swig/4.2.1/scilab/sciruntime.swg /usr/share/swig/4.2.1/scilab/scisequence.swg /usr/share/swig/4.2.1/scilab/scisequencebool.swg /usr/share/swig/4.2.1/scilab/scisequencedouble.swg /usr/share/swig/4.2.1/scilab/scisequencefloat.swg /usr/share/swig/4.2.1/scilab/scisequenceint.swg /usr/share/swig/4.2.1/scilab/scisequencepointer.swg /usr/share/swig/4.2.1/scilab/scisequencestring.swg /usr/share/swig/4.2.1/scilab/scishort.swg /usr/share/swig/4.2.1/scilab/scisignedchar.swg /usr/share/swig/4.2.1/scilab/scistdcommon.swg /usr/share/swig/4.2.1/scilab/scitypemaps.swg /usr/share/swig/4.2.1/scilab/sciunsignedchar.swg /usr/share/swig/4.2.1/scilab/sciunsignedint.swg /usr/share/swig/4.2.1/scilab/sciunsignedlong.swg /usr/share/swig/4.2.1/scilab/sciunsignedshort.swg /usr/share/swig/4.2.1/scilab/std_alloc.i /usr/share/swig/4.2.1/scilab/std_basic_string.i /usr/share/swig/4.2.1/scilab/std_char_traits.i /usr/share/swig/4.2.1/scilab/std_common.i /usr/share/swig/4.2.1/scilab/std_container.i /usr/share/swig/4.2.1/scilab/std_deque.i /usr/share/swig/4.2.1/scilab/std_except.i /usr/share/swig/4.2.1/scilab/std_list.i /usr/share/swig/4.2.1/scilab/std_map.i /usr/share/swig/4.2.1/scilab/std_multiset.i /usr/share/swig/4.2.1/scilab/std_pair.i /usr/share/swig/4.2.1/scilab/std_set.i /usr/share/swig/4.2.1/scilab/std_shared_ptr.i /usr/share/swig/4.2.1/scilab/std_string.i /usr/share/swig/4.2.1/scilab/std_vector.i /usr/share/swig/4.2.1/scilab/stl.i /usr/share/swig/4.2.1/scilab/swigmove.i /usr/share/swig/4.2.1/scilab/typemaps.i /usr/share/swig/4.2.1/shared_ptr.i /usr/share/swig/4.2.1/std /usr/share/swig/4.2.1/std/_std_deque.i /usr/share/swig/4.2.1/std/std_alloc.i /usr/share/swig/4.2.1/std/std_array.i /usr/share/swig/4.2.1/std/std_basic_string.i /usr/share/swig/4.2.1/std/std_char_traits.i /usr/share/swig/4.2.1/std/std_common.i /usr/share/swig/4.2.1/std/std_container.i /usr/share/swig/4.2.1/std/std_deque.i /usr/share/swig/4.2.1/std/std_except.i /usr/share/swig/4.2.1/std/std_ios.i /usr/share/swig/4.2.1/std/std_iostream.i /usr/share/swig/4.2.1/std/std_list.i /usr/share/swig/4.2.1/std/std_map.i /usr/share/swig/4.2.1/std/std_multimap.i /usr/share/swig/4.2.1/std/std_multiset.i /usr/share/swig/4.2.1/std/std_pair.i /usr/share/swig/4.2.1/std/std_queue.i /usr/share/swig/4.2.1/std/std_set.i /usr/share/swig/4.2.1/std/std_sstream.i /usr/share/swig/4.2.1/std/std_stack.i /usr/share/swig/4.2.1/std/std_streambuf.i /usr/share/swig/4.2.1/std/std_string.i /usr/share/swig/4.2.1/std/std_unordered_map.i /usr/share/swig/4.2.1/std/std_unordered_multimap.i /usr/share/swig/4.2.1/std/std_unordered_multiset.i /usr/share/swig/4.2.1/std/std_unordered_set.i /usr/share/swig/4.2.1/std/std_vector.i /usr/share/swig/4.2.1/std/std_vectora.i /usr/share/swig/4.2.1/std/std_wios.i /usr/share/swig/4.2.1/std/std_wiostream.i /usr/share/swig/4.2.1/std/std_wsstream.i /usr/share/swig/4.2.1/std/std_wstreambuf.i /usr/share/swig/4.2.1/std/std_wstring.i /usr/share/swig/4.2.1/std_except.i /usr/share/swig/4.2.1/stdint.i /usr/share/swig/4.2.1/stl.i /usr/share/swig/4.2.1/swig.swg /usr/share/swig/4.2.1/swigarch.i /usr/share/swig/4.2.1/swigcompat.swg /usr/share/swig/4.2.1/swigerrors.swg /usr/share/swig/4.2.1/swigfragments.swg /usr/share/swig/4.2.1/swiginit.swg /usr/share/swig/4.2.1/swiglabels.swg /usr/share/swig/4.2.1/swigrun.i /usr/share/swig/4.2.1/swigrun.swg /usr/share/swig/4.2.1/swigwarn.swg /usr/share/swig/4.2.1/swigwarnings.swg /usr/share/swig/4.2.1/tcl /usr/share/swig/4.2.1/tcl/argcargv.i /usr/share/swig/4.2.1/tcl/attribute.i /usr/share/swig/4.2.1/tcl/carrays.i /usr/share/swig/4.2.1/tcl/cdata.i /usr/share/swig/4.2.1/tcl/cmalloc.i /usr/share/swig/4.2.1/tcl/cpointer.i /usr/share/swig/4.2.1/tcl/cstring.i /usr/share/swig/4.2.1/tcl/cwstring.i /usr/share/swig/4.2.1/tcl/exception.i /usr/share/swig/4.2.1/tcl/factory.i /usr/share/swig/4.2.1/tcl/std_auto_ptr.i /usr/share/swig/4.2.1/tcl/std_common.i /usr/share/swig/4.2.1/tcl/std_deque.i /usr/share/swig/4.2.1/tcl/std_except.i /usr/share/swig/4.2.1/tcl/std_map.i /usr/share/swig/4.2.1/tcl/std_pair.i /usr/share/swig/4.2.1/tcl/std_string.i /usr/share/swig/4.2.1/tcl/std_string_view.i /usr/share/swig/4.2.1/tcl/std_unique_ptr.i /usr/share/swig/4.2.1/tcl/std_vector.i /usr/share/swig/4.2.1/tcl/std_wstring.i /usr/share/swig/4.2.1/tcl/stl.i /usr/share/swig/4.2.1/tcl/swigmove.i /usr/share/swig/4.2.1/tcl/tcl8.swg /usr/share/swig/4.2.1/tcl/tclapi.swg /usr/share/swig/4.2.1/tcl/tclerrors.swg /usr/share/swig/4.2.1/tcl/tclfragments.swg /usr/share/swig/4.2.1/tcl/tclinit.swg /usr/share/swig/4.2.1/tcl/tclinterp.i /usr/share/swig/4.2.1/tcl/tclkw.swg /usr/share/swig/4.2.1/tcl/tclmacros.swg /usr/share/swig/4.2.1/tcl/tclopers.swg /usr/share/swig/4.2.1/tcl/tclprimtypes.swg /usr/share/swig/4.2.1/tcl/tclresult.i /usr/share/swig/4.2.1/tcl/tclrun.swg /usr/share/swig/4.2.1/tcl/tclruntime.swg /usr/share/swig/4.2.1/tcl/tclsh.i /usr/share/swig/4.2.1/tcl/tclstrings.swg /usr/share/swig/4.2.1/tcl/tcltypemaps.swg /usr/share/swig/4.2.1/tcl/tcluserdir.swg /usr/share/swig/4.2.1/tcl/tclwstrings.swg /usr/share/swig/4.2.1/tcl/typemaps.i /usr/share/swig/4.2.1/tcl/wish.i /usr/share/swig/4.2.1/typemaps /usr/share/swig/4.2.1/typemaps/attribute.swg /usr/share/swig/4.2.1/typemaps/carrays.swg /usr/share/swig/4.2.1/typemaps/cdata.swg /usr/share/swig/4.2.1/typemaps/cmalloc.swg /usr/share/swig/4.2.1/typemaps/cpointer.swg /usr/share/swig/4.2.1/typemaps/cstring.swg /usr/share/swig/4.2.1/typemaps/cstrings.swg /usr/share/swig/4.2.1/typemaps/cwstring.swg /usr/share/swig/4.2.1/typemaps/enumint.swg /usr/share/swig/4.2.1/typemaps/exception.swg /usr/share/swig/4.2.1/typemaps/factory.swg /usr/share/swig/4.2.1/typemaps/fragments.swg /usr/share/swig/4.2.1/typemaps/implicit.swg /usr/share/swig/4.2.1/typemaps/inoutlist.swg /usr/share/swig/4.2.1/typemaps/misctypes.swg /usr/share/swig/4.2.1/typemaps/primtypes.swg /usr/share/swig/4.2.1/typemaps/ptrtypes.swg /usr/share/swig/4.2.1/typemaps/std_except.swg /usr/share/swig/4.2.1/typemaps/std_string.swg /usr/share/swig/4.2.1/typemaps/std_string_view.swg /usr/share/swig/4.2.1/typemaps/std_strings.swg /usr/share/swig/4.2.1/typemaps/std_wstring.swg /usr/share/swig/4.2.1/typemaps/string.swg /usr/share/swig/4.2.1/typemaps/strings.swg /usr/share/swig/4.2.1/typemaps/swigmacros.swg /usr/share/swig/4.2.1/typemaps/swigmove.swg /usr/share/swig/4.2.1/typemaps/swigobject.swg /usr/share/swig/4.2.1/typemaps/swigtype.swg /usr/share/swig/4.2.1/typemaps/swigtypemaps.swg /usr/share/swig/4.2.1/typemaps/typemaps.swg /usr/share/swig/4.2.1/typemaps/valtypes.swg /usr/share/swig/4.2.1/typemaps/void.swg /usr/share/swig/4.2.1/typemaps/wstring.swg /usr/share/swig/4.2.1/wchar.i /usr/share/swig/4.2.1/windows.i /usr/share/swig/4.2.1/xml /usr/share/swig/4.2.1/xml/typemaps.i /usr/share/swig/4.2.1/xml/xml.swg
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 18 00:12:25 2024