SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
283bb830bd
commit
4308dd03cf
346 changed files with 40 additions and 12158 deletions
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* director.swg
|
||||
*
|
||||
* This file contains support for director classes that proxy
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
/**
|
||||
* @file rubyautodoc.swg
|
||||
* @author gga
|
||||
* @date Wed May 2 16:41:59 2007
|
||||
*
|
||||
* @brief This file implements autodoc typemaps for some common
|
||||
* ruby methods.
|
||||
*
|
||||
*
|
||||
*/
|
||||
/* -----------------------------------------------------------------------------
|
||||
* rubyautodoc.swg
|
||||
*
|
||||
* This file implements autodoc typemaps for some common ruby methods.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
%define AUTODOC(func, str)
|
||||
%feature("autodoc", str) func;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* rubycontainer.swg
|
||||
*
|
||||
* Ruby sequence <-> C++ container wrapper
|
||||
|
|
|
|||
|
|
@ -1,17 +1,13 @@
|
|||
/**
|
||||
* @file rubycontainer_extended.swg
|
||||
* @author gga
|
||||
* @date Sat May 5 05:36:01 2007
|
||||
*
|
||||
* @brief This file contains additional functions that make containers
|
||||
* behave closer to ruby primitive types.
|
||||
* However, some of these functions place some restrictions on
|
||||
* the underlying object inside of the container and the iterator
|
||||
* (that it has to have an == comparison function, that it has to have
|
||||
* an = assignment operator, etc).
|
||||
*
|
||||
*/
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* rubycontainer_extended.swg
|
||||
*
|
||||
* This file contains additional functions that make containers
|
||||
* behave closer to ruby primitive types.
|
||||
* However, some of these functions place some restrictions on
|
||||
* the underlying object inside of the container and the iterator
|
||||
* (that it has to have an == comparison function, that it has to have
|
||||
* an = assignment operator, etc).
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
/**
|
||||
* Macro used to add extend functions that require operator== in object.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* rubyiterators.swg
|
||||
*
|
||||
* Implement a C++ 'output' iterator for Ruby.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* rubyprimtypes.swg
|
||||
*
|
||||
* ----------------------------------------------------------------------------- */
|
||||
/* ------------------------------------------------------------
|
||||
* Primitive Types
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* rubyrun.swg
|
||||
*
|
||||
* This file contains the runtime support for Ruby modules
|
||||
|
|
|
|||
|
|
@ -1,12 +1,8 @@
|
|||
/**
|
||||
* @file rubystdautodoc.swg
|
||||
* @author gga
|
||||
* @date Wed May 2 17:20:39 2007
|
||||
/* -----------------------------------------------------------------------------
|
||||
* rubystdautodoc.swg
|
||||
*
|
||||
* @brief This file contains autodocs for standard STL functions.
|
||||
*
|
||||
*
|
||||
*/
|
||||
* This file contains autodocs for standard STL functions.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
//
|
||||
// For STL autodocumentation
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* rubytracking.swg
|
||||
*
|
||||
* This file contains support for tracking mappings from
|
||||
|
|
|
|||
|
|
@ -1,15 +1,11 @@
|
|||
/**
|
||||
* @file rubywstrings.swg
|
||||
* @author
|
||||
* @date Fri May 4 17:49:40 2007
|
||||
*
|
||||
* @brief Currently, Ruby does not support Unicode or WChar properly, so these
|
||||
* are still treated as char arrays for now.
|
||||
* There are other libraries available that add support to this in
|
||||
* ruby including WString, FXString, etc.
|
||||
*
|
||||
*
|
||||
*/
|
||||
/* -----------------------------------------------------------------------------
|
||||
* rubywstrings.swg
|
||||
*
|
||||
* Currently, Ruby does not support Unicode or WChar properly, so these
|
||||
* are still treated as char arrays for now.
|
||||
* There are other libraries available that add support to this in
|
||||
* ruby including WString, FXString, etc.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* utility methods for wchar_t strings
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* stl.i
|
||||
*
|
||||
* Initial STL definition. extended as needed in each language
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* typemaps.i
|
||||
*
|
||||
* Pointer handling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue