swig/Examples/test-suite/ocaml
Art Yerkes e0dca0ec65 shapes example: slight correction to depth map.
makedebugtop: include swig.cmo
Lib: factored out more common code, slightly reorganized class type.
     added director define and exceptions.
     std_string: length from the original ocaml string (no longer depends on
      null termination)
     ocamldec.swg/ocaml.swg: added caml_string_len
Examples/Makefile.in: quiet about checking out files.
Ocaml.cxx:
     Fixed abstract director test case.
     Include/exclude director.swg based on directors being enabled.
Final edits for 1.3.20, barring bugs being discovered.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5477 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-04 06:15:07 +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
makedebugtop shapes example: slight correction to depth map. 2003-12-04 06:15:07 +00:00
Makefile.in Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
minherit_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +00:00
name_runme.ml Changed test cases to open Swig. 2003-10-25 21:17:06 +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.