summaryrefslogtreecommitdiff
path: root/otherlibs/bigarray/bigarray_stubs.c
Commit message (Expand)AuthorAgeFilesLines
* Move bigarray to the stdlib (#1685)Jérémie Dimino2018-04-091-820/+0
* Genarray.nth_dim: add missing bounds checkNicolás Ojeda Bär2018-01-041-1/+1
* PR#7505: Memory cannot be released after calling Bigarray.Genarray.change_lay...Damien Doligez2017-03-311-3/+4
* runtime: bigarray now uses malloc and free instead of caml_stat_*Max Mouratov2017-03-251-1/+2
* Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-03-131-474/+1
* Assertions cleanupSébastien Hinderer2017-03-131-8/+8
* Add runtime functions for integer arithmetic with checked overflowXavier Leroy2017-02-251-49/+7
* bigarray: fixed a typo in a commentMax Mouratov2017-02-231-1/+1
* bigarray: added a missing #undef (doesn't affect semantics)Max Mouratov2017-02-231-0/+1
* bigarray_stubs.c: fix code raising a legitimate clang warningGabriel Scherer2016-09-011-2/+4
* Support the '0 dimension case' for bigarrays (#787)Laurent Mazare2016-09-011-5/+5
* fix whitespace, long lines, headersDamien Doligez2016-08-011-3/+3
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-0/+2
* Corrected a small bug in the allocation of the new dimensions in [Genarray.ch...Guillaume Hennequin2016-05-221-1/+1
* No reallocation when the layout doesn't change.Guillaume Hennequin2016-05-211-11/+12
* Now reversing the dimensions in [change_layout].Guillaume Hennequin2016-05-201-4/+11
* Added a function [Genarray.change_layout].Guillaume Hennequin2016-05-201-0/+18
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* fix commit 15947: MS compiler does not handle 'inline'Damien Doligez2015-03-181-5/+1
* PR#4832: Filling bigarrays may block out runtimeflambda_fork_pointDamien Doligez2015-03-171-14/+51
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-7/+7
* merge changes of version/4.02 from r15121 to r15155Damien Doligez2014-08-291-3/+3
* PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy2014-08-271-24/+24
* PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy2014-04-151-44/+26
* PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kindGabriel Scherer2014-01-091-6/+17
* #5774: fix MSVC port.Alain Frisch2012-12-191-25/+31
* PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarraysFabrice Le Fessant2012-11-091-0/+149
* PR#5762: Add primitives for fast access to bigarray dimensionsFabrice Le Fessant2012-11-061-0/+15
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Refactoring of the computations of the actual size of a struct caml_ba_arrayXavier Leroy2012-10-071-17/+3
* PR#5761: Incorrect bigarray custom block sizeDamien Doligez2012-09-271-0/+10
* Remove the 'dispose' functions from Bigarray. Xavier Leroy2012-05-061-14/+2
* PR#3571: in Bigarrays, call msync() before unmapping to commit changesXavier Leroy2012-04-091-2/+14
* PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp...Xavier Leroy2012-04-031-2/+2
* PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possibleXavier Leroy2012-02-271-7/+11
* PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensionsXavier Leroy2012-02-211-1/+1
* More renaming to OCamlDamien Doligez2012-02-101-7/+7
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy2011-07-231-1/+2
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-0/+5
* Better hashing!Xavier Leroy2011-05-291-32/+49
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-4/+4
* PR#4457: no need to limit each bigarray dimension to 2^31.Xavier Leroy2008-01-041-218/+229
* PR#1956 renommage: bigarray est prefixe par ocaml_ba_Damien Doligez2006-01-271-119/+119
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-80/+81
* fusion des changements jusqu'a 3.08.3Damien Doligez2005-03-241-1/+0
* decontamination (PR#1914, PR#1956)Damien Doligez2003-12-151-2/+1
* Se proteger contre les debordements lorsqu'on calcule la taille d'un nouveau ...Xavier Leroy2003-11-211-19/+92
* Export de alloc_bigarray (PR#1519)Xavier Leroy2003-07-081-2/+2
* accolade mal placeeDamien Doligez2003-02-251-1/+1