| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix bugs de GC signales par Shivkumar Chandrasekaran | Damien Doligez | 2002-10-17 | 1 | -10/+27 |
* | Ajout fonctions kind et layout (PR#1055) | Xavier Leroy | 2002-04-15 | 1 | -0/+14 |
* | Bug dans assertion d'alloc_bigarray | Xavier Leroy | 2002-02-18 | 1 | -1/+1 |
* | Complex bigarrays | Xavier Leroy | 2002-02-10 | 1 | -8/+63 |
* | MAJ en-tetes pour mentionner la 'special exception' sur la LGPL | Xavier Leroy | 2001-12-07 | 1 | -1/+2 |
* | Ne pas utiliser stat_alloc par coherence avec free() utilise plus tard (PR#601) | Xavier Leroy | 2001-11-26 | 1 | -3/+4 |
* | Bug dans le marshaling: lorsqu'on relit le bigarray, il est forcement MANAGED... | Xavier Leroy | 2001-10-02 | 1 | -2/+3 |
* | Chargement dynamique de primitives C | Xavier Leroy | 2001-08-28 | 1 | -23/+23 |
* | Revu comparaison bigarrays flottants pour coherence avec l'egalite generique ... | Xavier Leroy | 2001-02-05 | 1 | -1/+2 |
* | Ajout de reshape | Xavier Leroy | 2001-01-21 | 1 | -1/+34 |
* | bcopy -> memmove dans otherlibs | Damien Doligez | 2000-11-23 | 1 | -1/+1 |
* | MacOS: ajout macosunix; portage bigarray et systhreads; tabs | Damien Doligez | 2000-04-05 | 1 | -14/+17 |
* | Ajout memory mapping. Diverses corrections | Xavier Leroy | 2000-02-25 | 1 | -12/+49 |
* | MAJ et ecriture de la doc | Xavier Leroy | 2000-02-24 | 1 | -25/+25 |
* | Premier jet des bigarrays | Xavier Leroy | 2000-02-22 | 1 | -0/+837 |