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
|
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| class_ignore_runme.ml | ||
| makedebugtop | ||
| Makefile.in | ||
| minherit_runme.ml | ||
| name_runme.ml | ||
| newobject1_runme.ml | ||
| overload_copy_runme.ml | ||
| README | ||
| sneaky1_runme.ml | ||
| throw_exception_runme.ml | ||
| typedef_mptr_runme.ml | ||
| typename_runme.ml | ||
| unions_runme.ml | ||
| using_protected_runme.ml | ||
| varargs_runme.ml | ||
| voidtest_runme.ml | ||
I stole most of these runme's from the ruby runme scripts, since the current ocaml interface mirrors the ruby interface in many ways.