| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: swig-doc | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.0.12 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 4.18 | Build date: Fri May 25 22:18:37 2018 |
| Group: Documentation/Man | Build host: sheep55 |
| Size: 10045862 | Source RPM: swig-3.0.12-4.18.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.
BSD-3-Clause
* 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
* Sun Sep 14 2014 schwab@linux-m68k.org
- Fix syntax error in find command
* Mon Aug 25 2014 mls@suse.de
- support nested classes in ruby [bnc#892480]
new patch: nested_classes.diff
* Thu Jun 05 2014 kkaempf@suse.com
- Update to 3.0.2
- Bug fix during install and a couple of other minor changes.
* Wed May 28 2014 kkaempf@suse.com
- Update to 3.0.1
- Javascript module added. This supports JavascriptCore (Safari/Webkit),
v8 (Chromium) and node.js currently.
- A few notable regressions introduced in 3.0.0 have been fixed - in
Lua, nested classes and parsing of operator <<.
- The usual round of bug fixes and minor improvements for:
C#, GCJ, Go, Java, Lua, PHP and Python.
* Mon Mar 17 2014 kkaempf@suse.com
- Update to 3.0.0
- This is a major new release focusing primarily on C++
improvements.
- C++11 support added. Please see documentation for details of
supported features:
http://www.swig.org/Doc3.0/CPlusPlus11.html
- Nested class support added. This has been taken full advantage
of in Java and C#. Other languages can use the nested classes,
but require further work for a more natural integration into
the target language.
- We urge folk knowledgeable in the other target languages to
step forward and help with this effort.
- Lua: improved metatables and support for %nspace.
- Go 1.3 support added.
- Python import improvements including relative imports.
- Python 3.3 support completed.
- Perl director support added.
- C# .NET 2 support is now the minimum. Generated using statements
are replaced by fully qualified names.
- Bug fixes and improvements to the following languages:
C#, Go, Guile, Java, Lua, Perl, PHP, Python, Octave, R, Ruby, Tcl
- Various other bug fixes and improvements affecting all
languages.
- Note that this release contains some backwards incompatible
changes in some languages.
- Full detailed release notes are in the changes file.
- drop 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch,
ruby-1.8.6-newobject.patch, and swig-fix_ocaml_type.patch.
All upstreamed.
* Mon Mar 10 2014 ro@suse.de
- set CCSHARED to "-fPIC" on s390/s390x
* Sun Feb 09 2014 kkaempf@suse.com
- Update to 2.0.12
- This is a maintenance release backporting some fixes from the
pending 3.0.0 release.
- Octave 3.8 support added.
- C++11 support for new versions of erase/insert in the STL
containers.
- Compilation fixes on some systems for the generated Lua, PHP,
Python and R wrappers.
- Drop upstreamed patches:
swig-lua-fix-void-return-for-int-functions.patch
swig-support-octave-3.8.0.patch
ruby-2.0-encoding-utf8.patch
* Wed Jan 29 2014 badshah400@gmail.com
- Add patch swig-support-octave-3.8.0.patch: adds support for
octave version 3.8.0 to swig; patch taken from upstream git
and rebased for present version.
* Mon Sep 30 2013 badshah400@gmail.com
- Add swig-lua-fix-void-return-for-int-functions.patch to fix
void returns in non-void functions for its lua binding; patch
submitted upstream (bnc#84331,
https://github.com/swig/swig/issues/93).
* Thu Sep 26 2013 kkaempf@suse.com
- Update to SWIG 2.0.11
- Minor bug fixes and enhancements mostly in Python, but also
C#, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl.
* Wed May 29 2013 kkaempf@suse.com
- Ruby 1.8.6 (SLE10) tracks objects differently
Add ruby-1.8.6-newobject.patch
- Remove skip-python-li_std_containers_int.patch, fixed upstream
- Remove python-2.4.patch, fixed upstream
- Fix Fedora/RHEL builds (BuildRequires: perl-Test-Simple)
* Tue May 28 2013 kkaempf@suse.com
- Change Ruby 1.9+ object tracking to use C hashes, fixes all
failed Ruby tests.
Patch added: 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch
Patch removed: 0008-Ruby-Disable-broken-tests.patch
* Tue May 28 2013 kkaempf@suse.com
- Ruby 2.0 strictly enforces encoding
Add ruby-2.0-encoding-utf8.patch
* Tue May 28 2013 kkaempf@suse.com
- Update to SWIG 2.0.10
- Ruby 1.9 support is now complete.
- Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
been dropped.
- Various small language neutral improvements and fixes.
- Various bug fixes and minor improvements specific to C#, CFFI, D,
Java, Octave, PHP, Python,
- Minor bug fix in ccache-swig.
- Development has moved to Github with Travis continuous integration
testing - patches using https://github.com/swig/swig are welcome.
- drop 0012-Python-Disable-broken-test-in-threads_exception.patch
* Thu Mar 28 2013 pth@suse.de
- Add swig-fix_ocaml_type.patch to change the declaration of
caml_array_length to match that in ocaml's header.
* Thu Dec 20 2012 kkaempf@suse.com
- Fix RHEL4 and 6 build
* Mon Dec 17 2012 kkaempf@suse.com
- Update to SWIG 2.0.9
SWIG-2.0.9 summary:
- Improved typemap matching.
- Ruby 1.9 support is much improved.
- Various bug fixes and minor improvements in C#, CFFI, Go, Java,
Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
- Removed patches (included in 2.0.9 release)
- 0001-Ruby-replace-obsolete-STR2CSTR-macro-with-StringValu.patch
- 0002-Ruby-use-RbConfig-instead-of-deprecated-Config-modul.patch
- 0003-Ruby-Fix-include-pathes-for-Ruby-1.9.patch
- 0004-Ruby-Add-local-dir-to-loadpath-for-Ruby-1.9.patch
- 0007-Ruby-1.9-methods-returns-array-of-Symbols-now.patch
- Removed broken patch
- swig-2.0.4-guile2.patch
- Disable tests failing on (deprecated) Python 2.4
- new patch: python-2.4.patch
* Mon Nov 05 2012 kkaempf@suse.com
- fix build on SLE10: disable autogen.sh
Add patch: PyInt_FromSize_t unavailable under Python 2.4
* Sun Nov 04 2012 kkaempf@suse.com
- Update to 2.0.8
* Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
* Improved using declarations and using directives support.
* Minor fixes/enhancements for C#, Java, Octave, Perl and Python.
* Sun May 27 2012 kkaempf@suse.com
- Fix segfault in constructor/destructor warning (upstream ID 3530078)
* Sat May 26 2012 kkaempf@suse.com
- Port SWIG to Ruby 1.9 (various patches)
- Disable broken tests
* Sat May 26 2012 kkaempf@suse.com
- Update to 2.0.7
* Important regression fixes since 2.0.5 for typemaps in general and
in Python.
* Fixes and enhancements for Go, Java, Octave and PHP.
* Mon Apr 30 2012 idonmez@suse.com
- Update to 2.0.6
* Various fixes with templates and typedef types.
* Some template lookup problems fixed.
* Templated type fixes to use correct typemaps.
* Autodoc documentation generation improvements.
* Python STL container wrappers improvements including addition of
stepped slicing.
* Approximately 70 fixes and minor enhancements for the following
target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave,
Perl, PHP, Python, R, Ruby, Tcl, Xml.
* Mon Apr 09 2012 asterios.dramis@gmail.com
- Added a patch (r12814.patch) to fix regression leading to uncompilable code
when using typedef and function pointer references (taken from Debian).
* Tue Mar 06 2012 dvaleev@suse.com
- The perl 5.12 packages are compiled with -Duse64bitint, which
means that IVs are 64-bits even on 32-bit architectures. When
converting IVs, SWIG assumes that an IV is the same size as a
long, which causes OverflowErrors with unsigned longs when
the value is greater than 2^31.
* Tue Mar 06 2012 kkaempf@suse.com
- fix SLES 10 build, disable failing test (bnc#750618)
* Mon Mar 05 2012 kkaempf@suse.com
- fix build, add Group field to subpackages
* Fri Dec 09 2011 coolo@suse.com
- fix license to be in spdx.org format
* Mon Dec 05 2011 pgajdos@suse.com
- generate guile 2 friendly code
* Tue Sep 20 2011 kkaempf@suse.com
- Update to swig 2.0.4
(see CHANGES.current for complete list)
* [Perl] Patch #3260265 fixing overloading of non-primitive types and integers in
Perl 5.12 and later.
* [Ruby] Fix %import where one of the imported files %include one of the STL include
files such as std_vector.i.
* [python] Additional fixes for python3.2 support.
* [python] Fixed PyGetSetDescr for python3.2.
* Bug 2635919: Convenience method to convert std::map to a python dict.
* Fixed bug 1163440: vararg typemaps.
* [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
* [Python] Merged in the szager-python-builtin branch, adding the -builtin feature
for python. The -builtin option may provide a significant performance gain
in python wrappers. For full details and limitations, refer to Doc/Manual/Python.html.
A small test suite designed to demonstrate the performance gain is in
Examples/python/performance.
* Tue Sep 20 2011 kkaempf@suse.com
- Fix RHEL/Fedora build
* Thu May 19 2011 idoenmez@novell.com
- Drop adapt-perl512.diff and replace it with swig-2.0.3-perl512.patch
which is applied upstream.
* Thu May 19 2011 idoenmez@novell.com
- Add swig-2.0.3-perl514.patch: fix test failures with Perl 5.14
* Mon May 02 2011 idoenmez@novell.com
- Update to swig 2.0.3
* Much better nested class/struct support.
* Much improved template partial specialization and explicit
specialization handling.
* Namespace support improved with the 'nspace' feature where
namespaces can be automatically translated into Java packages or C# namespaces.
* Improved typemap and symbol table debugging.
* Numerous subtle typemap matching rule changes when using the
default (SWIGTYPE) type. These now work much like C++ class template
partial specialization matching.
* Other small enhancements for typemaps.
Typemap fragments are also now official and documented.
* Warning and error display refinements.
* Wrapping of shared_ptr is improved and documented now.
* Numerous C++ unary scope operator (::) fixes.
* Better support for boolean expressions.
* Various bug fixes and improvements in the Allegrocl, C#, Java,
Lua, Octave, PHP, Python, R, Ruby and XML modules.
* Tue Apr 06 2010 coolo@novell.com
- fix build with new perl 5.12: there is no Reference type anymore,
but references and integers are the same, so a 0L was seen as 0
pointer - breaking the test suite. The fix is to remove the check
* Sun Feb 14 2010 coolo@novell.com
- take patch from swig svn to fix assertion on -xmlout (fix
yast2-storage build)
* Thu Dec 17 2009 kkaempf@novell.com
- tune .spec file to build on multiple distros
* Wed Dec 16 2009 jengelh@medozas.de
- package documentation as noarch
* Tue Nov 24 2009 kkaempf@suse.de
- updated to 1.3.40
* SWIG now supports directors for PHP.
* PHP support improved in general.
* Octave 3.2 support added.
* Various bug fixes/enhancements for Allegrocl, C#, Java, Octave,
Perl, Python, Ruby and Tcl.
* Other generic fixes and minor new features.
* Wed Aug 12 2009 mmarek@suse.cz
- updated to 1.3.39
* Python 3 support added
* PHP4 support dropped
* many bugfixes and improvements
- ccache support disabled as it didn't work (todo after 11.2)
/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/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/Allegrocl.html /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/CSharp.html /usr/share/doc/packages/swig/Manual/Chicken.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/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/Lisp.html /usr/share/doc/packages/swig/Manual/Lua.html /usr/share/doc/packages/swig/Manual/Makefile /usr/share/doc/packages/swig/Manual/Modula3.html /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/Pike.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/SWIGDocumentation.html /usr/share/doc/packages/swig/Manual/SWIGDocumentation.pdf /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 /usr/share/doc/packages/swig/Manual/swightml.book
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:40:38 2026