Revert rev 11918 "merge revisions 11872:11876 from trunk to gsoc2008-maciekd branch - license changes"
This reverts commit ec942f04ca8b33520442f079e2ea2d8d3e4be73c. From: William S Fulton <wsf@fultondesigns.co.uk> git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@13032 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d1e871f0d2
commit
34a628c7c7
433 changed files with 12591 additions and 1381 deletions
|
|
@ -1,4 +1,13 @@
|
|||
// test of std::queue
|
||||
/**
|
||||
* @file std_queue.i
|
||||
* @author gga
|
||||
* @date Sun May 6 01:52:44 2007
|
||||
*
|
||||
* @brief test of std::queue
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
%module li_std_queue
|
||||
|
||||
%include std_queue.i
|
||||
|
|
|
|||
|
|
@ -1,12 +1,18 @@
|
|||
/*
|
||||
* a test of set containers.
|
||||
* Languages should define swig::LANGUAGE_OBJ to be
|
||||
* an entity of their native pointer type which can be
|
||||
* included in a STL container.
|
||||
/**
|
||||
* @file li_std_set.i
|
||||
* @author gga
|
||||
* @date Tue May 1 02:52:47 2007
|
||||
*
|
||||
* @brief a test of set containers.
|
||||
* Languages should define swig::LANGUAGE_OBJ to be
|
||||
* an entity of their native pointer type which can be
|
||||
* included in a STL container.
|
||||
*
|
||||
* For example:
|
||||
* swig::LANGUAGE_OBJ is GC_VALUE in Ruby
|
||||
* swig::LANGUAGE_OBJ is SwigPtr_PyObject in python
|
||||
* For example:
|
||||
* swig::LANGUAGE_OBJ is GC_VALUE in Ruby
|
||||
* swig::LANGUAGE_OBJ is SwigPtr_PyObject in python
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
%module li_std_set
|
||||
|
|
|
|||
|
|
@ -1,4 +1,13 @@
|
|||
// test of std::stack
|
||||
/**
|
||||
* @file std_stack.i
|
||||
* @author gga
|
||||
* @date Sun May 6 01:52:44 2007
|
||||
*
|
||||
* @brief test of std::stack
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
%module li_std_stack
|
||||
|
||||
%include std_stack.i
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
# This is a simple speed benchmark suite for std containers,
|
||||
# to verify their O(n) performance.
|
||||
# It is not part of the standard tests.
|
||||
#
|
||||
# License:: SWIG
|
||||
#
|
||||
|
||||
|
||||
require 'benchmark'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,13 @@
|
|||
// A speed test of the ruby stl
|
||||
/**
|
||||
* @file ruby_li_std_speed.i
|
||||
* @author gga
|
||||
* @date Fri May 18 18:03:15 2007
|
||||
*
|
||||
* @brief A speed test of the ruby stl
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
%module ruby_li_std_speed
|
||||
|
||||
%include <std_list.i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue