| Commit message (Expand) | Author | Age | Files | Lines |
* | Move bigarray to the stdlib (#1685) | Jérémie Dimino | 2018-04-09 | 1 | -820/+0 |
* | Genarray.nth_dim: add missing bounds check | Nicolás Ojeda Bär | 2018-01-04 | 1 | -1/+1 |
* | PR#7505: Memory cannot be released after calling Bigarray.Genarray.change_lay... | Damien Doligez | 2017-03-31 | 1 | -3/+4 |
* | runtime: bigarray now uses malloc and free instead of caml_stat_* | Max Mouratov | 2017-03-25 | 1 | -1/+2 |
* | Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continued | Xavier Leroy | 2017-03-13 | 1 | -474/+1 |
* | Assertions cleanup | Sébastien Hinderer | 2017-03-13 | 1 | -8/+8 |
* | Add runtime functions for integer arithmetic with checked overflow | Xavier Leroy | 2017-02-25 | 1 | -49/+7 |
* | bigarray: fixed a typo in a comment | Max Mouratov | 2017-02-23 | 1 | -1/+1 |
* | bigarray: added a missing #undef (doesn't affect semantics) | Max Mouratov | 2017-02-23 | 1 | -0/+1 |
* | bigarray_stubs.c: fix code raising a legitimate clang warning | Gabriel Scherer | 2016-09-01 | 1 | -2/+4 |
* | Support the '0 dimension case' for bigarrays (#787) | Laurent Mazare | 2016-09-01 | 1 | -5/+5 |
* | fix whitespace, long lines, headers | Damien Doligez | 2016-08-01 | 1 | -3/+3 |
* | Install all include files, and access internals with CAML_INTERNALS | Fabrice Le Fessant | 2016-07-12 | 1 | -0/+2 |
* | Corrected a small bug in the allocation of the new dimensions in [Genarray.ch... | Guillaume Hennequin | 2016-05-22 | 1 | -1/+1 |
* | No reallocation when the layout doesn't change. | Guillaume Hennequin | 2016-05-21 | 1 | -11/+12 |
* | Now reversing the dimensions in [change_layout]. | Guillaume Hennequin | 2016-05-20 | 1 | -4/+11 |
* | Added a function [Genarray.change_layout]. | Guillaume Hennequin | 2016-05-20 | 1 | -0/+18 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | fix commit 15947: MS compiler does not handle 'inline' | Damien Doligez | 2015-03-18 | 1 | -5/+1 |
* | PR#4832: Filling bigarrays may block out runtimeflambda_fork_point | Damien Doligez | 2015-03-17 | 1 | -14/+51 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -7/+7 |
* | merge changes of version/4.02 from r15121 to r15155 | Damien Doligez | 2014-08-29 | 1 | -3/+3 |
* | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy | 2014-08-27 | 1 | -24/+24 |
* | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy | 2014-04-15 | 1 | -44/+26 |
* | PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kind | Gabriel Scherer | 2014-01-09 | 1 | -6/+17 |
* | #5774: fix MSVC port. | Alain Frisch | 2012-12-19 | 1 | -25/+31 |
* | PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarrays | Fabrice Le Fessant | 2012-11-09 | 1 | -0/+149 |
* | PR#5762: Add primitives for fast access to bigarray dimensions | Fabrice Le Fessant | 2012-11-06 | 1 | -0/+15 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | Refactoring of the computations of the actual size of a struct caml_ba_array | Xavier Leroy | 2012-10-07 | 1 | -17/+3 |
* | PR#5761: Incorrect bigarray custom block size | Damien Doligez | 2012-09-27 | 1 | -0/+10 |
* | Remove the 'dispose' functions from Bigarray. | Xavier Leroy | 2012-05-06 | 1 | -14/+2 |
* | PR#3571: in Bigarrays, call msync() before unmapping to commit changes | Xavier Leroy | 2012-04-09 | 1 | -2/+14 |
* | PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp... | Xavier Leroy | 2012-04-03 | 1 | -2/+2 |
* | PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possible | Xavier Leroy | 2012-02-27 | 1 | -7/+11 |
* | PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensions | Xavier Leroy | 2012-02-21 | 1 | -1/+1 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -7/+7 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
* | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy | 2011-07-23 | 1 | -1/+2 |
* | merge changes from 3.12.0 to 3.12.1 | Damien Doligez | 2011-07-20 | 1 | -0/+5 |
* | Better hashing! | Xavier Leroy | 2011-05-29 | 1 | -32/+49 |
* | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez | 2008-12-03 | 1 | -4/+4 |
* | PR#4457: no need to limit each bigarray dimension to 2^31. | Xavier Leroy | 2008-01-04 | 1 | -218/+229 |
* | PR#1956 renommage: bigarray est prefixe par ocaml_ba_ | Damien Doligez | 2006-01-27 | 1 | -119/+119 |
* | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy | 2005-09-22 | 1 | -80/+81 |
* | fusion des changements jusqu'a 3.08.3 | Damien Doligez | 2005-03-24 | 1 | -1/+0 |
* | decontamination (PR#1914, PR#1956) | Damien Doligez | 2003-12-15 | 1 | -2/+1 |
* | Se proteger contre les debordements lorsqu'on calcule la taille d'un nouveau ... | Xavier Leroy | 2003-11-21 | 1 | -19/+92 |
* | Export de alloc_bigarray (PR#1519) | Xavier Leroy | 2003-07-08 | 1 | -2/+2 |
* | accolade mal placee | Damien Doligez | 2003-02-25 | 1 | -1/+1 |