summaryrefslogtreecommitdiff
path: root/runtime/bigarray.c
Commit message (Expand)AuthorAgeFilesLines
* Support marshalling of bigarrays with dimensions that don't fit in 4 bytes (#...Jeremy Yallop2020-04-291-7/+15
* Move local_roots, compare unorderd and gc request variables to domain stateKC Sivaramakrishnan2019-08-231-1/+1
* fix memory leak in Bigarray.{slice,change_layout,sub,reshape}Damien Doligez2019-04-021-0/+8
* remove redundant castsDamien Doligez2019-04-011-4/+4
* add missing "fallthrough" annotationDamien Doligez2019-04-011-0/+1
* Add caml_alloc_custom_mem (#1738)Damien Doligez2018-11-061-5/+1
* [minor] fix a macro bug from bd1a7c9b32e75Gabriel Scherer2018-09-141-1/+1
* Add CODE_CUSTOM_FIXED for fixed-size custom serializers.Stephen Dolan2018-08-221-1/+2
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+1223