Octave support for SWIG 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Octave support for SWIG 0.1 (Default branch)
# 1  
Old 03-01-2008
Octave support for SWIG 0.1 (Default branch)

This software adds Octave support to SWIG. Octavecode can use C/C++ functions, variables, constantsand enums, classes (member variables, methods,single/multiple inheritance, etc), and templates.Argument/result translation is completelyextensible via %typemap and other declarations ininterface files. Octave operators map to C++operators, methods, or global functions. Octavecode can subclass C++ types and implement theirvirtual methods (i.e., C++ code transparentlycalls Octave code). There is some support for STLcontainers. There are many automated tests andexamples.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MAKE-OCTAVE-FORGE-DEBPKG(1)				User Contributed Perl Documentation			       MAKE-OCTAVE-FORGE-DEBPKG(1)

NAME
make-octave-forge-debpkg -- Generate a Debian package from the sources of an Octave-Forge package SYNOPSIS
make-octave-forge-debpkg DESCRIPTION
make-octave-forge-debpkg is a helper script for generating a first version of a Debian package for an Octave-Forge package. The command should be launched from the top directory of the unpacked sources of an Octave-Forge packages. A file called DESCRIPTION must be present, from which the informations about the package is gathered. The following files are generated, with sensible contents, but needing further editing: debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format debian/watch ENVIRONMENT VARIABLES
The environment variables DEBFULLNAME and DEBEMAIL are used for generating the identity of the developer, which will appear in debian/changelog and debian/copyright. If they do not exist, FULLNAME and EMAIL are used instead. DISCLAIMER
make-octave-forge-debpkg is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. COPYRIGHT
Copyright 2012 Rafael Laboissiere This script is free software; you can redistribute it and/or modify it under the terms of the GNU GPL, v3 or later. AUTHOR
Rafael Laboissiere <rafael@laboissiere.net> perl v5.14.2 2012-05-08 MAKE-OCTAVE-FORGE-DEBPKG(1)