Revisions of swig

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 201664 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 42)
Add patch to fix a swig regression in version 2.0.11 causing void returns in non-void functions; patch submitted upstream. (forwarded request 201652 from badshah400)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200684 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 41)
- 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. (forwarded request 200683 from kwk)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 40)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161585 from Philipp Thomas's avatar Philipp Thomas (psmt) (revision 38)
Fix a declaration to match the one in ocamls headers
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 37)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 146461 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 145941 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 35)
- 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

- fix build on SLE10: disable autogen.sh
  Add patch: PyInt_FromSize_t unavailable under Python 2.4 (forwarded request 145936 from kwk)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 140897 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 34)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 33)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122544 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 32)
- Fix segfault in constructor/destructor warning (upstream ID 3530078)

- Port SWIG to Ruby 1.9 (various patches)
- Disable broken tests

- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116044 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 31)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 113057 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 30)
Added a patch to fix regression leading to uncompilable code when using typedef and function pointer references (forwarded request 113033 from adra)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 108240 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 29)
- 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. (forwarded request 108217 from k0da)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 108122 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 28)
- fix SLES 10 build, disable failing test (bnc#750618) (forwarded request 108119 from kwk)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96075 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 27)
- fix license to be in spdx.org format (forwarded request 96070 from coolo)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 26)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84040 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 25)
- 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.

- Fix RHEL/Fedora build (forwarded request 84038 from kwk)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 24)
Autobuild autoformatter for 70867
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 70867 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- Fix test failures with Perl 5.14
- Use upstream patch for Perl 5.12 support
 (forwarded request 70751 from namtrac)
Displaying revisions 41 - 60 of 82
openSUSE Build Service is sponsored by