summaryrefslogtreecommitdiff
path: root/Lib/ocaml
Commit message (Expand)AuthorAgeFilesLines
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-272-6/+6
* Make typemaps consistently use string::data() vs c_str()Olly Betts2023-04-241-7/+7
* [OCaml] Fix reference typemaps for std::stringZackery Spytz2023-04-211-21/+19
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+11
* Ocaml typemap typo fixWilliam S Fulton2022-09-031-1/+1
* SWIGTYPE && input typemaps now assume object has been moved - Go and OCamlWilliam S Fulton2022-08-311-2/+3
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-3/+3
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Add OCaml throws typemaps for std::stringWilliam S Fulton2022-07-031-0/+3
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-302-1/+18
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-1/+1
* [Ocaml] Fix to work with CAML_SAFE_STRINGOlly Betts2022-02-011-1/+1
* [OCaml] Fix compilation errors with OCaml 4.09.0Zackery Spytz2019-12-293-6/+6
* [OCaml] Move INPUT, OUTPUT, and INOUT typemaps to typemaps.iZackery Spytz2019-02-182-38/+44
* [OCaml] Rename typemaps.i to ocaml.swgZackery Spytz2019-02-182-2/+2
* [OCaml] Rename ocaml.swg to ocamlrun.swgZackery Spytz2019-02-183-3/+3
* Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-02-185-14/+35
|\
| * Merge pull request #1473 from ZackerySpytz/OCaml-wrapmacro-testWilliam S Fulton2019-02-183-5/+7
| |\
| | * [OCaml] Fix the wrapmacro testZackery Spytz2019-02-173-5/+7
| * | [OCaml] Add a typecheck typemap for SWIGTYPEZackery Spytz2019-02-163-9/+28
| |/
* | [OCaml] Add missing INPUT, OUTPUT, and INOUT typemaps for primitivesZackery Spytz2019-02-183-14/+38
|/
* Merge pull request #1470 from ZackerySpytz/OCaml-dynamic_cast-testWilliam S Fulton2019-02-151-0/+5
|\
| * [OCaml] Fix the dynamic_cast testZackery Spytz2019-02-141-0/+5
* | Merge pull request #1461 from ZackerySpytz/OCaml-argout-typemaps-ref-typesWilliam S Fulton2019-02-152-29/+18
|\ \
| * | [OCaml] Don't use argout typemaps by default for some reference typesZackery Spytz2019-02-092-29/+18
| |/
* | Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* | Add STL container copy constructors where missingWilliam S Fulton2019-02-143-4/+4
* | Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-141-14/+13
* | Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+8
* | Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* | Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* | Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-133-3/+3
* | Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
|/
* Merge branch 'ZackerySpytz-OCaml-exception-improvements'William S Fulton2019-02-093-10/+67
|\
| * [OCaml] Some exception improvementsZackery Spytz2019-02-073-10/+67
* | Merge branch 'ZackerySpytz-OCaml-director-ctors'William S Fulton2019-02-093-0/+13
|\ \
| * | [OCaml] Fix a bug in the ctors of director classesZackery Spytz2019-02-053-0/+13
| |/
* | Merge branch 'ZackerySpytz-OCaml-director_pass_by_value'William S Fulton2019-02-092-53/+34
|\ \
| * | [OCaml] Fix director_pass_by_valueZackery Spytz2019-02-041-0/+11
| * | [OCaml] Reduce the duplication in typemaps.iZackery Spytz2019-02-042-53/+23
| |/
* | [OCaml] Cache the result of caml_named_value() in some casesZackery Spytz2019-02-031-10/+11
|/
* Merge branch 'ZackerySpytz-OCaml-char_binary-test'William S Fulton2019-01-311-0/+4
|\
| * [OCaml] Fix the char_binary test for OCamlZackery Spytz2019-01-291-0/+4
* | Merge branch 'ZackerySpytz-OCaml-define-CAML_NAME_SPACE'William S Fulton2019-01-314-4/+5
|\ \
| * | [OCaml] Define CAML_NAME_SPACE before including caml/ headersZackery Spytz2019-01-284-4/+5
| |/
* | Merge branch 'ZackerySpytz-OCaml-eliminate-wno-write-strings'William S Fulton2019-01-311-1/+1
|\ \
| * | [OCaml] Eliminate use of -Wno-write-stringsZackery Spytz2019-01-241-1/+1
| |/
* | [OCaml] Fix %allowexceptionZackery Spytz2019-01-225-35/+3
|/