| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez | 2013-09-04 | 1 | -15/+20 |
| * | PR#4243: make the Makefiles parallelizable | Damien Doligez | 2013-07-24 | 1 | -1/+1 |
| * | configure: store $target and $host in the build configuration (fixed). | Wojciech Meyer | 2013-07-01 | 1 | -2/+1 |
| * | build: select win32 variants of unix and graph for mingw. | Wojciech Meyer | 2013-06-30 | 1 | -3/+4 |
| * | Wrong quoting chase. | Pierre Weis | 2013-05-29 | 1 | -3/+3 |
| * | #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 | 3 | -12/+27 |
| * | remove all $Id keywords | Damien Doligez | 2012-10-15 | 8 | -16/+0 |
| * | Refactoring of the computations of the actual size of a struct caml_ba_array | Xavier Leroy | 2012-10-07 | 2 | -17/+10 |
| * | PR#5761: Incorrect bigarray custom block size | Damien Doligez | 2012-09-27 | 1 | -0/+10 |
| * | clean up TABs and whitespace | Damien Doligez | 2012-07-30 | 1 | -1/+1 |
| * | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 3 | -7/+11 |
| * | Remove the 'dispose' functions from Bigarray. | Xavier Leroy | 2012-05-06 | 3 | -69/+13 |
| * | PR#3571: in Bigarrays, call msync() before unmapping to commit changes | Xavier Leroy | 2012-04-09 | 4 | -19/+84 |
| * | PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file | Xavier Leroy | 2012-04-04 | 1 | -18/+56 |
| * | PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp... | Xavier Leroy | 2012-04-03 | 2 | -4/+4 |
| * | PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possible | Xavier Leroy | 2012-02-27 | 2 | -7/+16 |
| * | 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 | 5 | -31/+31 |
| * | Merge branch 'pending' | Jonathan Protzenko | 2012-01-18 | 1 | -1/+7 |
| * | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 8 | -8/+8 |
| * | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy | 2011-07-23 | 1 | -1/+2 |
| * | uniform .ignore system | Damien Doligez | 2011-07-20 | 1 | -6/+0 |
| * | merge changes from 3.12.0 to 3.12.1 | Damien Doligez | 2011-07-20 | 4 | -4/+10 |
| * | Better hashing! | Xavier Leroy | 2011-05-29 | 1 | -32/+49 |
| * | Ignoring compiled files. | Pierre Weis | 2011-03-17 | 1 | -0/+1 |
| * | merge changes from branching of 3.12 to release/3.12.0 | Damien Doligez | 2010-08-02 | 1 | -15/+15 |
| * | Merge branch 'ocaml-git/buildsys' (early part) into trunk | Nicolas Pouillard | 2010-05-11 | 1 | -1/+0 |
| * | New -help-warnings command-line option. | Alain Frisch | 2010-05-04 | 1 | -15/+15 |
| * | fixed several build problems | Damien Doligez | 2010-04-22 | 1 | -21/+10 |
| * | release runtime lock for lseek (mantis 4801) | Mark Shinwell | 2010-04-01 | 1 | -6/+23 |
| * | clean up spaces and tabs | Damien Doligez | 2010-01-22 | 1 | -1/+1 |
| * | merge changes from release/3.11.1 to release/3.11.2 | Damien Doligez | 2010-01-20 | 2 | -3/+5 |
| * | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez | 2008-12-03 | 3 | -4/+6 |
| * | merge changes between 3.10.2 and the end of branch 3.10 | Damien Doligez | 2008-10-08 | 1 | -18/+18 |
| * | PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set} | Xavier Leroy | 2008-07-14 | 2 | -5/+44 |
| * | merge changes from 3.10.1 to 3.10.2 | Damien Doligez | 2008-02-29 | 1 | -38/+25 |
| * | Now that we compile with -DCAML_NAME_SPACE, we need to use new names here. | Alain Frisch | 2008-01-15 | 1 | -5/+5 |
| * | PR#4457: no need to limit each bigarray dimension to 2^31. | Xavier Leroy | 2008-01-04 | 3 | -24/+24 |
| * | PR#4457: no need to limit each bigarray dimension to 2^31. | Xavier Leroy | 2008-01-04 | 2 | -219/+230 |
| * | Merge the natdynlink branch into HEAD. | Alain Frisch | 2007-11-06 | 3 | -117/+23 |
| * | Typos reported by Hendrik Tews (PR #4292) No 4, 6, 10, 11. | Pierre Weis | 2007-05-25 | 1 | -1/+1 |
| * | Bigarray.*.map_subfile replaced by an optional argument to Bigarray.*.map_file | Xavier Leroy | 2007-02-21 | 2 | -54/+23 |
| * | Some changes to the build system | Nicolas Pouillard | 2007-02-07 | 1 | -1/+1 |
| * | Add many .mllib .mlpack .clib .dlib files | Nicolas Pouillard | 2007-02-07 | 3 | -0/+3 |
| * | Stack backtraces on uncaught exceptions in native code (merge of the opt_back... | Xavier Leroy | 2007-01-29 | 2 | -1/+2 |
| * | Compatibilite avec Visual C++ version 6 | Xavier Leroy | 2006-10-01 | 1 | -0/+4 |
| * | fusion des changements 3.09.2 -> 3.09.3 | Damien Doligez | 2006-09-20 | 1 | -14/+39 |
| * | Typo | Xavier Leroy | 2006-09-19 | 1 | -1/+1 |