Fulton William-WFULTON1 | 9 Apr 2001 14:36

Call for test code for Java module

I am in the process of getting the Java module to work again. As there are
very few Java examples in SWIG, I would appreciate it if anyone could supply
me with some code that they have used with SWIG1.3a3 and the Java module.
This would be much appreciated as I would like to use it to run some tests
ensuring the modifications I do doesn't break anything. 

Thanks
William Fulton

Matthias Koeppe | 9 Apr 2001 17:29

[Swig-CVS] commit 'SWIG/Lib/guile guile.i'

Mon Apr  9 10:29:13 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Lib/guile
In directory schlitz:/tmp/cvs-serv1423/Lib/guile

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	guile.i 
Log Message:

Matthias Koeppe | 9 Apr 2001 18:17

[Swig-CVS] commit 'SWIG/Lib/mzscheme mzscheme.i mzschemedec.swg mzscheme.swg typemaps.i'

Mon Apr  9 11:17:46 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Lib/mzscheme
In directory schlitz:/tmp/cvs-serv1465/Lib/mzscheme

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	mzscheme.swg typemaps.i 
Added Files:
      Tag: mkoeppe-1-3-a5-patches
	mzscheme.i mzschemedec.swg 
Log Message:
This change fixes the MzScheme support.

Added typemaps for `bool'.  Inclusion of headers and support routines
is now data-driven via mzscheme.i.  Headers come from the new file
mzschemdec.swg.  Don't abort immediately when a type-handling error is
reported.  When searching for typemaps for enums, fall back to using
int, like the Guile backend does.  Support char constants.  Emit
correct wrapper code for variables.

Matthias Koeppe | 9 Apr 2001 18:17

[Swig-CVS] commit 'SWIG/Source/Modules1.1 mzscheme.cxx'

Mon Apr  9 11:17:47 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Source/Modules1.1
In directory schlitz:/tmp/cvs-serv1465/Source/Modules1.1

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	mzscheme.cxx 
Log Message:
This change fixes the MzScheme support.

Added typemaps for `bool'.  Inclusion of headers and support routines
is now data-driven via mzscheme.i.  Headers come from the new file
mzschemdec.swg.  Don't abort immediately when a type-handling error is
reported.  When searching for typemaps for enums, fall back to using
int, like the Guile backend does.  Support char constants.  Emit
correct wrapper code for variables.

Matthias Koeppe | 9 Apr 2001 18:36

[Swig-CVS] commit 'SWIG README'

Mon Apr  9 11:36:23 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv1503

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	README 
Log Message:
Oleg Tolmatcev no longer works on the MzScheme backend.  Matthias
Koeppe has taken over maintenance. 

Matthias Koeppe | 9 Apr 2001 18:40

[Swig-CVS] commit 'SWIG README'

Mon Apr  9 11:40:52 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG
In directory schlitz:/tmp/cvs-serv1525

Modified Files:
	README 
Log Message:
Oleg Tolmatcev no longer works on the MzScheme backend.  Matthias
Koeppe has taken over maintenance. 

Luigi Ballabio | 12 Apr 2001 14:15
Picon

SWIG_TypeQuery not exported by swig -c

Hi,
	I was experimenting with multiple modules and I noticed that 
SWIG_TypeQuery is not exported when SWIG_NOINCLUDE is set (yes, I actually 
use the thing in my typemaps. Feel free to call me crazy :)
I'm including the very simple patch below.
Bye,
	Luigi

*** common.swg	2000/09/02 16:25:27	1.4
--- common.swg	2001/04/12 10:49:55
***************
*** 55,60 ****
--- 55,61 ----
   SWIGEXPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *);
   SWIGEXPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *);
   SWIGEXPORT(void *) SWIG_TypeCast(swig_type_info *, void *);
+ SWIGRUNTIME(void *) SWIG_TypeQuery(const char *name);
   #else

   static swig_type_info *swig_type_list = 0;

Rahul Reddy | 13 Apr 2001 02:53

SWIG Developer

Hi

By way of introduction, my name is Rahul Reddy.  I work for Intersoft
Inc., as software consultancy company in Oregon.  We have been doing
some research into SWIG, and considering it for use in some of the
project we are doing.  We would like to get in contact people who have
worked with it already to find out what works well and what does not
(avoid re-inventing the wheel).  We are also looking to hire programmers
who are experienced with SWIG, Python, and Tcl/Tk.

We would be very grateful, if someone could point us in the right
direction or refer us to an experienced SWIG developer.

Thank you in advance.

Rahul
--

-- 
Intersoft Inc.
15110 SW Boones Ferry Rd.
Lake Oswego, OR 97035
Tel: 503-675-6700 ext. 246
Fax: 503-675-5080

Matthias Koeppe | 13 Apr 2001 14:30

[Swig-CVS] commit 'SWIG/Lib/guile ports.i'

Fri Apr 13 07:30:02 CDT 2001
Files: %{sVv}
Update of /cvsroot/SWIG/Lib/guile
In directory schlitz:/tmp/cvs-serv16426

Modified Files:
      Tag: mkoeppe-1-3-a5-patches
	ports.i 
Log Message:
Fixed typo.

Tam Huynh | 13 Apr 2001 23:37
Favicon

SWIG

Is there documentation for Windows 2000 compatibility??

Thanks..


Gmane