summaryrefslogtreecommitdiff
path: root/Source/Modules/ocaml.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ocaml name mangling fixWilliam S Fulton2022-11-291-0/+3
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-1/+1
* OCaml director return fixWilliam S Fulton2022-10-101-11/+4
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Fix OCaml %rename for enum itemsWilliam S Fulton2022-10-051-4/+5
* Remove set but not used variablesOlly Betts2022-06-301-7/+0
* Header file tidyupWilliam S Fulton2022-05-071-1/+0
* Eliminate calls to abort()Olly Betts2022-03-061-15/+7
* Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-5/+5
* Clean up uses of Replace()Olly Betts2022-02-061-1/+1
* Remove support for $source and $targetOlly Betts2021-04-301-19/+0
* [OCaml] Fix compilation errors with OCaml 4.09.0Zackery Spytz2019-12-291-1/+1
* $arg and $input were incorrectly substituted in the argout typemapWilliam S Fulton2019-06-281-4/+2
* Merge remote-tracking branch 'upstream/master' into OCaml-INPUT-OUTPUT-INOUT-...Zackery Spytz2019-05-081-1/+1
|\
| * [OCaml] Fix possible memory leaks in generated dispatch functionsZackery Spytz2019-02-231-1/+1
* | [OCaml] Rename ocaml.swg to ocamlrun.swgZackery Spytz2019-02-181-2/+2
|/
* [OCaml] Fix segfaults when too few arguments are passed to a functionZackery Spytz2019-02-151-1/+12
* Merge branch 'ZackerySpytz-OCaml-classDirectorMethod-CAMLreturn'William S Fulton2019-02-091-5/+8
|\
| * [OCaml] Fix possible GC issues in generated director codeZackery Spytz2019-02-071-5/+8
* | Merge branch 'ZackerySpytz-OCaml-director-ctors'William S Fulton2019-02-091-6/+7
|\ \
| * | [OCaml] Fix a bug in the ctors of director classesZackery Spytz2019-02-051-6/+7
| |/
* | Merge branch 'ZackerySpytz-OCaml-cache-caml_named_value'William S Fulton2019-02-091-2/+4
|\ \
| * | [OCaml] Cache the result of caml_named_value() in some casesZackery Spytz2019-02-031-2/+4
| |/
* | [OCaml] Add support for the docstring option in the module directiveZackery Spytz2019-01-311-0/+10
|/
* 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
* | Merge branch 'ZackerySpytz-OCaml-director-classes-throw'William S Fulton2019-01-311-2/+34
|\ \
| * | [OCaml] Fix handling of exception specifications for director classesZackery Spytz2019-01-261-2/+34
| |/
* | Merge branch 'ZackerySpytz-OCaml-overloaded-duplicates'William S Fulton2019-01-311-10/+21
|\ \
| * | [OCaml] Don't generate duplicate declarations for overloaded functionsZackery Spytz2019-01-251-10/+21
| |/
* | [OCaml] Fix %allowexceptionZackery Spytz2019-01-221-14/+10
|/
* Merge branch 'ZackerySpytz-OCaml-dead-code-overloaded-funcs'William S Fulton2019-01-191-11/+0
|\
| * [OCaml] Fix dead code generation in overloaded function wrappersZackery Spytz2019-01-161-11/+0
* | [OCaml] Improve the error message for incorrect overloaded function callsZackery Spytz2019-01-161-1/+12
|/
* Merge branch 'ZackerySpytz-OCaml-constant-char-wrapping'William S Fulton2019-01-161-27/+3
|\
| * [OCaml] Fix the wrapping of static const member charsZackery Spytz2019-01-151-27/+3
* | [OCaml] Add the caml_ prefix to some OCaml functionsZackery Spytz2019-01-141-3/+3
|/
* Merge branch 'ZackerySpytz-OCaml-fix-member-var-access'William S Fulton2019-01-111-24/+33
|\
| * OCaml's classHandler() requires name, not sym:name.Zackery Spytz2019-01-081-8/+8
| * [OCaml] Fix member var getters and settersZackery Spytz2019-01-061-18/+27
* | [OCaml] Don't generate unused _v variablesZackery Spytz2019-01-051-2/+0
|/
* Fix comment typo "aruments"Olly Betts2018-05-291-1/+1
* Generation of director method declarations fixesWilliam S Fulton2017-10-231-4/+4
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-1/+1
* Fix potential use of uninitialized variables in directorsWilliam S Fulton2017-05-131-3/+13
* Add support for "ret" typemap where missing and improve documentation on it.William S Fulton2016-09-291-0/+8
* Fix assertion for some languages when wrapping a C++11 enum class that is pri...William S Fulton2016-03-311-0/+3
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-2/+2
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-2/+2
* Fix C&P references to Python in commentsOlly Betts2015-03-271-3/+3