summaryrefslogtreecommitdiff
path: root/Doc/Manual/Ocaml.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Added sizeof operator for classes (and struct, unions), enabled withArt Yerkes2003-11-231-0/+2
| | | | | | | "sizeof"="1" on the module node. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5370 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Revised documentation:Art Yerkes2003-11-011-164/+143
| | | | | | | | Added new swigp4 forms. Removed non preprocessed examples. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5237 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* typemap name changes:William S Fulton2003-09-201-16/+16
| | | | | | | | | inv => directorin outv => directorout argoutv => directorargout git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5137 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added <H5> rule to makechap.py.Art Yerkes2003-06-251-20/+207
| | | | | | | | Ocaml.html: Added more about array usage and director typemaps (I got these questions from users recently). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added info about turning on directors.Art Yerkes2003-03-101-3/+18
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4492 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added documentation about director classes.Art Yerkes2003-03-101-0/+109
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4491 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added info about dynamic linking to docArt Yerkes2003-02-271-5/+6
| | | | | | | | | | | Added dynamic targets to example makefiles Added ocaml_dynamic and ocaml_dynamic_cpp targets to Examples/Makefile.in Added OCAMLFIND and OCAMLDLGEN AC_SUBST lines in configure.in Currently, dynamic linking relies on ocamlfind and Gerd Stolpmann's Dl package, as well as some tricky elf linking. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4413 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added to typemaps: reference type in/outArt Yerkes2003-02-271-8/+72
| | | | | | | | | | | | | | | | Strings <=> std::string by value std::wstring accessible from Ocaml. The string example converts a multibyte japanese EUC sequence to a single wchar_t sequence if you have the ja_JP.EUC-JP locale, or similar. Better handling of reference in types Corrected problems with & * mismatch in type verifier. Type verifier now really functional. No more type errors in places they wouldn't be allowed in C++, unless you work at it. Added argout_ref example for argout_ref. Init code now effective (called from let _ = f_<module>_init ()) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4412 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* The great mergeDave Beazley2002-11-301-0/+522
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22