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