summaryrefslogtreecommitdiffstats
path: root/otherlibs/bigarray
AgeCommit message (Expand)Author
2015-01-20PR#5418 (comments) : generate dependencies with $(CC) instead of gccDamien Doligez
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-12-13Simplify the definition of custom .{} operatorsGabriel Scherer
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-27PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-05-30PR 6439 part 2: use sysconf instead of the deprecated getpagesize functionMark Shinwell
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-15PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-03-21#PR6269 Optimized string matchingLuc Maranget
2014-01-09make bigarray.mli's documentation consistent with the new GADT interfaceGabriel Scherer
2014-01-09PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kindGabriel Scherer
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-07-24PR#4243: make the Makefiles parallelizableDamien Doligez
2013-07-01configure: store $target and $host in the build configuration (fixed).Wojciech Meyer
2013-06-30build: select win32 variants of unix and graph for mingw.Wojciech Meyer
2013-05-29Wrong quoting chase.Pierre Weis
2012-12-19#5774: fix MSVC port.Alain Frisch
2012-11-09PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarraysFabrice Le Fessant
2012-11-06PR#5762: Add primitives for fast access to bigarray dimensionsFabrice Le Fessant
2012-10-15remove all $Id keywordsDamien Doligez
2012-10-07Refactoring of the computations of the actual size of a struct caml_ba_arrayXavier Leroy
2012-09-27PR#5761: Incorrect bigarray custom block sizeDamien Doligez
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-05-06Remove the 'dispose' functions from Bigarray. Xavier Leroy
2012-04-09PR#3571: in Bigarrays, call msync() before unmapping to commit changesXavier Leroy
2012-04-04PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing fileXavier Leroy
2012-04-03PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp...Xavier Leroy
2012-02-27PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possibleXavier Leroy
2012-02-21PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensionsXavier Leroy
2012-02-10More renaming to OCamlDamien Doligez
2012-01-18Merge branch 'pending'Jonathan Protzenko
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-23PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-05-29Better hashing!Xavier Leroy
2011-03-17Ignoring compiled files.Pierre Weis
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-11Merge branch 'ocaml-git/buildsys' (early part) into trunkNicolas Pouillard
2010-05-04New -help-warnings command-line option.Alain Frisch
2010-04-22fixed several build problemsDamien Doligez
2010-04-01release runtime lock for lseek (mantis 4801)Mark Shinwell
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-20merge changes from release/3.11.1 to release/3.11.2Damien Doligez
2008-12-03merge changes from 3.10.2merged to 3.11.0Damien Doligez
2008-10-08merge changes between 3.10.2 and the end of branch 3.10Damien Doligez
2008-07-14PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy