summaryrefslogtreecommitdiff
path: root/otherlibs/bigarray/bigarray_stubs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bugs de GC signales par Shivkumar ChandrasekaranDamien Doligez2002-10-171-10/+27
* Ajout fonctions kind et layout (PR#1055)Xavier Leroy2002-04-151-0/+14
* Bug dans assertion d'alloc_bigarrayXavier Leroy2002-02-181-1/+1
* Complex bigarraysXavier Leroy2002-02-101-8/+63
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Ne pas utiliser stat_alloc par coherence avec free() utilise plus tard (PR#601)Xavier Leroy2001-11-261-3/+4
* Bug dans le marshaling: lorsqu'on relit le bigarray, il est forcement MANAGED...Xavier Leroy2001-10-021-2/+3
* Chargement dynamique de primitives CXavier Leroy2001-08-281-23/+23
* Revu comparaison bigarrays flottants pour coherence avec l'egalite generique ...Xavier Leroy2001-02-051-1/+2
* Ajout de reshapeXavier Leroy2001-01-211-1/+34
* bcopy -> memmove dans otherlibsDamien Doligez2000-11-231-1/+1
* MacOS: ajout macosunix; portage bigarray et systhreads; tabsDamien Doligez2000-04-051-14/+17
* Ajout memory mapping. Diverses correctionsXavier Leroy2000-02-251-12/+49
* MAJ et ecriture de la docXavier Leroy2000-02-241-25/+25
* Premier jet des bigarraysXavier Leroy2000-02-221-0/+837