[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] SWIG-Java binding work

From: Sander Roobol <phy_at_wanadoo.nl>
Date: 2003-05-13 13:57:14 CEST

Do you want me to file an issue for this patch?
If not, I guess you should start a new thread to get some attention :)

Sander

On Mon, Apr 28, 2003 at 12:31:40AM -0400, Brad P. Crochet wrote:
> * Makefile.in
> (RUN_SWIG_JAVA): Change paths to make build more sane. Now works for build outside of main dir.
>
> * Notifier.java
> (notifyWC): Add new signature for notifyWC. The old signature should probably go away at some point.
>
> * swigutil_java_cache.h
> (*): Add new class and method defs for the cache. Also, fix some declarations for some of the cache items (ArrayList, List, Map, etc.)
>
> * swigutil_java.c
> (JCALL*): Add new JCALL* macros for calling with 8 and 9 params.
> (make_pointer): Fix compiler warning. Pointers in java are jint size, not jlong.
> (*): Use values from swigutil_java_cache.h.
> (svn_swig_java_add_to_list): Rudimentary implementation.
> (svn_swig_java_array_to_list): Fix method signature.
> (svn_swig_java_make_editor): Make it a hand-rolled JNI function. SWIG will create the Java wrapper, but emit no C code.
> (svn_swig_java_notify_func): Rudimentary implementation.
> (snv_swig_java_cancel_func): Rudimentary implementation.
>
> * swigutil_java.h
> (svn_swig_java_make_editor): Make it a hand-rolled JNI function. SWIG will create the Java wrapper, but emit no C code.
>
> * svn_delta.i
> (svn_swig_java_make_editor): Add definition, and make it native, so SWIG doesn't create any C code for it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 14:17:35 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.