Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
swig: Connects C/C++/Objective C to some high-level programming languages.
- Summary
- Simplified Wrapper and Interface Generator (SWIG) is a software
development tool for connecting C, C++ and Objective C programs with a
variety of high-level programming languages. SWIG is primarily used
with Perl, Python and Tcl/TK, but it has also been extended to Java,
Eiffel and Guile. SWIG is normally used to create high-level
interpreted programming environments, systems integration, and as a
tool for building user interfaces.
Changelog
- * Mon Oct 11 19:00:00 2004 Tim Waugh <twaugh{%}redhat{*}com> 1.3.21-6
- Build requires tcl-devel (bug #134788).
- * Thu Sep 30 19:00:00 2004 Joe Orton <jorton{%}redhat{*}com> 1.3.21-5
- don't output -L$libdir in -ldflags
- * Wed Sep 22 19:00:00 2004 Florian La Roche <Florian{*}LaRoche{%}redhat{*}de>
- add ldconfig calls to post/postun