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

swig-doc-4.1.1-150600.1.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: swig-doc Distribution: SUSE Linux Enterprise 15
Version: 4.1.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.1 Build date: Thu May 2 14:01:17 2024
Group: Documentation/Man Build host: h04-ch2b
Size: 2581410 Source RPM: swig-4.1.1-150600.1.1.src.rpm
Packager: https://www.suse.com/
Url: http://www.swig.org/
Summary: SWIG Manual
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 the SWIG manual.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Mar 02 2023 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 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 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 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 coolo@suse.com
  - Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from
    upstream to replace obsolete pcre1 with pcre2
* Sun May 08 2022 code@bnavigator.de
  - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test
    suite with Python 3.10
* Wed Jan 19 2022 mliska@suse.cz
  - Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
* Tue Jun 08 2021 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].
* Thu Nov 26 2020 oss@behrisch.de
  - Fixing package dependencies for CentOS
* Mon Nov 23 2020 kkaempf@suse.com
  - move examples to /usr/share/swig/examples
* Wed Jun 10 2020 kkaempf@suse.com
  - Update to 4.0.2
    - A few fixes around doxygen comment handling.
    - Ruby 2.7 support added.
    - Various minor improvements to C#, D, Java, OCaml, Octave, Python,
      R, Ruby.
    - Considerable performance improvement running SWIG on large
      interface files.
  - drop upstreamed patches
    ruby-std-wstring-byte-order.patch
    0001-Fix-code-generated-for-Ruby-global-variables.patch
    0002-Add-support-for-Ruby-2.7.patch
    0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
    0004-Improve-description-of-cast-macros-for-Ruby.patch
* Sat May 23 2020 schwab@suse.de
  - Revert last change, drop 0005-disable_li_std_wstring.patch
  - ruby-std-wstring-byte-order.patch: fix wstring encoding boo#1171368
* Mon May 18 2020 normand@linux.vnet.ibm.com
  - Add 0005-disable_li_std_wstring.patch for BE arches
    (ppc64 s390 s390x) as bypass boo#1171368
* Wed Apr 15 2020 kkaempf@suse.com
  - Ruby 2.7 support (cherry-picked from upstream)
    0001-Fix-code-generated-for-Ruby-global-variables.patch
    0002-Add-support-for-Ruby-2.7.patch
    0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
    0004-Improve-description-of-cast-macros-for-Ruby.patch
* Mon Sep 09 2019 kkaempf@suse.com
  - Update to 4.0.1
    - SWIG now cleans up on error by removing all generated files.
    - Add Python 3.8 support.
    - Python Sphinx compatibility added for Doxygen comments.
    - Some minor regressions introduced in 4.0.0 were fixed.
    - Fix some C++17 compatibility problems in Python and Ruby generated
      code.
    - Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
      Ocaml, Octave and Python.
    See https://raw.githubusercontent.com/swig/swig/master/CHANGES
* Wed May 08 2019 kkaempf@suse.com
  - Update to 4.0.0
    - Support for Doxygen documentation comments which are parsed and
      converted into JavaDoc or PyDoc comments.
    - STL wrappers improved for C#, Java and Ruby.
    - C++11 STL containers added for Java, Python and Ruby.
    - Improved support for parsing C++11 and C++14 code.
    - Various fixes for shared_ptr.
    - Various C preprocessor corner case fixes.
    - Corner case fixes for member function pointers.
    - Python module overhaul by simplifying the generated code and turning
      most optimizations on by default.
    - %template improvements wrt scoping to align with C++ explicit
      template instantiations.
    - Added support for a command-line options file (sometimes
      called a response file).
    - Numerous enhancements and fixes for all supported target languages.
    - SWIG now classifies the status of target languages into either
      'Experimental' or 'Supported' to indicate the expected maturity
      level.
    - Support for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike,
      Modula3 has been removed.
    - Octave 4.4-5.1 support added.
    - PHP5 support removed, PHP7 is now the supported PHP version.
    - Minimum Python version required is now 2.7, 3.2-3.7 are the only
      other versions supported.
    - Added support for Javascript NodeJS versions 2-10.
    - OCaml support is much improved and updated, minimum OCaml version
      required is now 3.12.0.
    See https://raw.githubusercontent.com/swig/swig/master/CHANGES
  - Drop patches (all included)
    swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
    swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
    swig-perl526.patch
    swig-3.0.12-fix-collections.patch
    swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
    swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
    swig-3.0.12-support-octave-4.4.patch
    swig-ocaml-int64.patch
    swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
* Fri Nov 30 2018 badshah400@gmail.com
  - Add swig-3.0.12-support-octave-4.4.patch to add support for
    octave 4.4; patch taken from upstream git (gh#swig/swig#1256).
* Mon Sep 17 2018 tchvatal@suse.com
  - Add patches to build with python 3.7 properly:
    * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
    * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
    * swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
    * swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
    * swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
    * swig-3.0.12-fix-collections.patch
  - Use version req to check for 1500 instead for non-existing release
  - Move to generic requires those that are true under both conditions
  - Use autopatch to apply all the patches at once
* Wed Jan 03 2018 tchvatal@suse.com
  - Reduce some conditionals for old distros lets consider sle11/rhel6
    as minimal supported configuration
  - Make sure we can be built and distributed with python3 only
    present in the system
* Tue Nov 07 2017 mpluskal@suse.com
  - Run python2 and python3 tests for Factory
* Sun Sep 24 2017 coolo@suse.com
  - add swig-perl526.patch from upstream to work with perl 5.26
* Thu Feb 02 2017 adam.majer@suse.de
  - use individual libboost-*-devel packages instead of boost-devel
* Mon Jan 30 2017 kkaempf@suse.com
  - Update to 3.0.12
    - Add support for Octave-4.2.
    - Enhance %extend to support template functions.
    - Language specific enhancements and fixes for C#, D, Guile,
      Java, PHP7.
* Fri Dec 30 2016 kkaempf@suse.com
  - Update to 3.0.11
    - PHP 7 support added.
    - C++11 alias templates and type aliasing support added.
    - Minor fixes and enhancements for C# Go Guile Java Javascript
      Octave PHP Python R Ruby Scilab XML.
* Mon Jun 13 2016 kkaempf@suse.com
  - Update to 3.0.10
    - Regression fixes for smart pointers and importing Python modules.
* Mon May 30 2016 kkaempf@suse.com
  - Update to 3.0.9
    - Add support for Python's implicit namespace packages.
    - Fixes to support Go 1.6.
    - C++11 std::array support added for Java.
    - Improved C++ multiple inheritance support for Java/C# wrappers.
    - Various other minor fixes and improvements for C#, D, Go, Java,
      Javascript, Lua, Python, R, Ruby, Scilab.
  - drop swig308-Fix-li_boost_array-test.patch, upstream
* Mon May 23 2016 olaf@aepfle.de
  - Add disabled build conditional for ocaml support (fate#320836)
  - Add swig-ocaml-int64.patch (ocaml PR#6517, fate#320836)
* Tue Feb 02 2016 rguenther@suse.com
  - Add swig308-isfinite.diff to fix isfinite issue with new glibc.
* Thu Jan 07 2016 idonmez@suse.com
  - Add swig308-Fix-li_boost_array-test.patch to fix boost::array
    test on PPC.
* Thu Jan 07 2016 kkaempf@suse.com
  - Update to 3.0.8
    - pdf documentation enhancements.
    - Various Python 3.5 issues fixed.
    - std::array support added for Ruby and Python.
    - shared_ptr support added for Ruby.
    - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
* Tue Aug 04 2015 kkaempf@suse.com
  - Update to 3.0.7
    - Add support for Octave-4.0.0.
    - Remove potential Android security exploit in generated Java classes.
    - Minor new features and bug fixes.
  - drop swig-octave4.patch and swig-3.0.6.patch, upstream now
* Fri Jul 10 2015 badshah400@gmail.com
  - Add swig-octave4.patch to fix swig bindings for octave >= 4.0
    (patch taken from Fedora, and has been submitted upstream).
* Mon Jul 06 2015 kkaempf@suse.com
  - Fix ocaml check (swig-3.0.6.patch)
* Mon Jul 06 2015 kkaempf@suse.com
  - Update to 3.0.6
    - Stability and regression fixes.
    - Fixed parsing of C++ corner cases.
    - Language improvements and bug fixes for C#, Go, Java, Lua,
      Python, R.
  - explicitly disable ocaml (bug in configure script)
* Sun Feb 01 2015 dmitry_r@opensuse.org
  - Update to version 3.0.5
    * Added support for Scilab.
    * Important Python regression fix when wrapping C++ default arguments.
    * Minor improvements for C#, Go, Octave, PHP and Python.
* Thu Jan 15 2015 kkaempf@suse.com
  - Update to 3.0.4
    - Python regression fix when wrapping C++ default arguments.
    - Improved error messages.
* Wed Jan 07 2015 kkaempf@suse.com
  - Update to 3.0.3
    - Add support for C++11 strongly typed enumerations.
    - Numerous bug fixes and minor enhancements for C#, D, Go, Java,
      Javascript, PHP, Perl and Python wrappers.
  - drop nested_classes.diff, patch is upstream

Files

/usr/share/doc/packages/swig/Devel
/usr/share/doc/packages/swig/Devel/cmdopt.html
/usr/share/doc/packages/swig/Devel/engineering.html
/usr/share/doc/packages/swig/Devel/file.html
/usr/share/doc/packages/swig/Devel/index.html
/usr/share/doc/packages/swig/Devel/internals.html
/usr/share/doc/packages/swig/Devel/migrate.txt
/usr/share/doc/packages/swig/Devel/parm.html
/usr/share/doc/packages/swig/Devel/plan-gsoc-2012.txt
/usr/share/doc/packages/swig/Devel/runtime.txt
/usr/share/doc/packages/swig/Devel/scanner.html
/usr/share/doc/packages/swig/Devel/tree.html
/usr/share/doc/packages/swig/Devel/wrapobj.html
/usr/share/doc/packages/swig/Manual
/usr/share/doc/packages/swig/Manual/Android.html
/usr/share/doc/packages/swig/Manual/Arguments.html
/usr/share/doc/packages/swig/Manual/CCache.html
/usr/share/doc/packages/swig/Manual/CPlusPlus11.html
/usr/share/doc/packages/swig/Manual/CPlusPlus14.html
/usr/share/doc/packages/swig/Manual/CPlusPlus17.html
/usr/share/doc/packages/swig/Manual/CPlusPlus20.html
/usr/share/doc/packages/swig/Manual/CSharp.html
/usr/share/doc/packages/swig/Manual/Contents.html
/usr/share/doc/packages/swig/Manual/Contract.html
/usr/share/doc/packages/swig/Manual/Customization.html
/usr/share/doc/packages/swig/Manual/D.html
/usr/share/doc/packages/swig/Manual/Doxygen.html
/usr/share/doc/packages/swig/Manual/Extending.html
/usr/share/doc/packages/swig/Manual/Go.html
/usr/share/doc/packages/swig/Manual/Guile.html
/usr/share/doc/packages/swig/Manual/Introduction.html
/usr/share/doc/packages/swig/Manual/Java.html
/usr/share/doc/packages/swig/Manual/Javascript.html
/usr/share/doc/packages/swig/Manual/Library.html
/usr/share/doc/packages/swig/Manual/Lua.html
/usr/share/doc/packages/swig/Manual/Makefile
/usr/share/doc/packages/swig/Manual/Modules.html
/usr/share/doc/packages/swig/Manual/Mzscheme.html
/usr/share/doc/packages/swig/Manual/Ocaml.html
/usr/share/doc/packages/swig/Manual/Octave.html
/usr/share/doc/packages/swig/Manual/Perl5.html
/usr/share/doc/packages/swig/Manual/Php.html
/usr/share/doc/packages/swig/Manual/Preface.html
/usr/share/doc/packages/swig/Manual/Preprocessor.html
/usr/share/doc/packages/swig/Manual/Python.html
/usr/share/doc/packages/swig/Manual/R.html
/usr/share/doc/packages/swig/Manual/README
/usr/share/doc/packages/swig/Manual/Ruby.html
/usr/share/doc/packages/swig/Manual/SWIG.html
/usr/share/doc/packages/swig/Manual/SWIGPlus.html
/usr/share/doc/packages/swig/Manual/Scilab.html
/usr/share/doc/packages/swig/Manual/Scripting.html
/usr/share/doc/packages/swig/Manual/Sections.html
/usr/share/doc/packages/swig/Manual/Tcl.html
/usr/share/doc/packages/swig/Manual/Typemaps.html
/usr/share/doc/packages/swig/Manual/Varargs.html
/usr/share/doc/packages/swig/Manual/Warnings.html
/usr/share/doc/packages/swig/Manual/Windows.html
/usr/share/doc/packages/swig/Manual/android-class.png
/usr/share/doc/packages/swig/Manual/android-simple.png
/usr/share/doc/packages/swig/Manual/ch2.1.png
/usr/share/doc/packages/swig/Manual/chapters
/usr/share/doc/packages/swig/Manual/fixstyle.py
/usr/share/doc/packages/swig/Manual/index.html
/usr/share/doc/packages/swig/Manual/linkchecker.config
/usr/share/doc/packages/swig/Manual/makechap.py
/usr/share/doc/packages/swig/Manual/maketoc.py
/usr/share/doc/packages/swig/Manual/style.css
/usr/share/doc/packages/swig/Manual/swig16.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat May 11 23:31:51 2024