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.
- Sources inherited from project SUSE:SLE-15-SP6:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/swig && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000656 656 Bytes | |
_servicedata | 0000000230 230 Bytes | |
swig-v4.1.1.tar.gz | 0003786174 3.61 MB | |
swig.changes | 0000043996 43 KB | |
swig.rpmlintrc | 0000000072 72 Bytes | |
swig.spec | 0000005516 5.39 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
Update swig so we can build newer mapserver boo#1205184, boo#1204736 jsc#PED-7004 - 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 - 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.
Comments 0