aboutsummaryrefslogtreecommitdiff
path: root/Examples/ocaml/check.list
AgeCommit message (Collapse)Author
2019-01-16[OCaml] Add a callback exampleZackery Spytz
It is based on the the Python and Go examples.
2019-01-11[OCaml] Add a class exampleZackery Spytz
It is based on the Python class example. The Makefile is based on the Makefile used in the OCaml shapes example.
2019-01-07[OCaml] Rename example_prog.ml to runme.ml in the OCaml examplesZackery Spytz
Name the output executable "runme" in the examples. Replace use of "foolib" in the string_from_ptr example. Fix a warning in the std_vector example. Add strings_test to Examples/ocaml/check.list. Disable two tests that were causing the OCaml test suite to fail.
2019-01-03[OCaml] Fix some of the OCaml examplesZackery Spytz
Update some of the OCaml examples so that they run successfully with `make check-ocaml-examples` (important for the CI). Some of the examples were written to depend on passed arguments. Temporarily disable the broken std_string example.
2003-12-05String from ptr example. Demonstrates use of out typemap and handling ofArt Yerkes
return value with argout. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5490 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-04Added checklist entry and corrected warning.Art Yerkes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-23Added contract example.Art Yerkes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5375 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-10Shapes example small correction.Art Yerkes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4488 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27Added to typemaps: reference type in/outArt Yerkes
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
2003-02-25Fixed example makefiles and put extra -gs in the Examples Makefile.inArt Yerkes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4384 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30The great mergeDave Beazley
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22