swig/Examples/test-suite/ocaml
Art Yerkes 3101067a2d Uniform SWIGSTATIC on all prototypes.
#ifdef __GNUC__ -> static inline to remove warning spew using gcc
typemaps: tweaks for arrays, enums
ocaml.cxx: remove Swig. qualifier everywhere it's not needed


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6655 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-11-04 04:17:00 +00:00
..
.cvsignore *** empty log message *** 2003-09-06 15:58:14 +00:00
class_ignore_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
imports_runme.ml Runtime test for multimodule import. 2004-10-17 08:39:52 +00:00
makedebugtop shapes example: slight correction to depth map. 2003-12-04 06:15:07 +00:00
Makefile.in Uniform SWIGSTATIC on all prototypes. 2004-11-04 04:17:00 +00:00
minherit_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
name_runme.ml Uniform SWIGSTATIC on all prototypes. 2004-11-04 04:17:00 +00:00
newobject1_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
overload_copy_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
README The great merge 2002-11-30 22:01:28 +00:00
sneaky1_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
throw_exception_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
typedef_mptr_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
typename_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
unions_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
using_protected_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
varargs_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
voidtest_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00

I stole most of these runme's from the ruby runme scripts, since the current
ocaml interface mirrors the ruby interface in many ways.