swigwintools 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package swigwintools --version 4.0.0
NuGet\Install-Package swigwintools -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="swigwintools" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add swigwintools --version 4.0.0
#r "nuget: swigwintools, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install swigwintools as a Cake Addin
#addin nuget:?package=swigwintools&version=4.0.0

// Install swigwintools as a Cake Tool
#tool nuget:?package=swigwintools&version=4.0.0

SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua, Octave, R, Scheme (Guile, MzScheme/Racket, CHICKEN), Scilab, Ocaml, Modula-3, Common Lisp (CLISP, Allegro CL, CFFI, UFFI) and Pike. SWIG can also export its parse tree into XML and Lisp s-expressions. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0 660 2/9/2024
4.1.1 624 2/8/2024
4.0.0 210,852 6/28/2019
3.0.12 59,936 6/30/2017

SWIG-4.0.0 summary:
- Support for Doxygen documentation 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.
- 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.
- Octave 4.4-5.1 support added.
- Added support for Javascript NodeJS versions 2-10.

SWIG-3.0.12 summary:
- Add support for Octave-4.2.
- Enhance %extend to support template functions.
- Language specific enhancements and fixes for C#, D, Guile, Java, PHP7.

SWIG-3.0.11 summary:
- 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.

SWIG-3.0.10 summary:
- Regression fixes for smart pointers and importing Python modules.