| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896) | Nicolás Ojeda Bär | 2022-01-20 | 1 | -15/+0 |
* | Delete the deprecated Bigarray.*.map_file functions | Jeremie Dimino | 2019-02-26 | 1 | -45/+0 |
* | Move bigarray to the stdlib (#1685) | Jérémie Dimino | 2018-04-09 | 1 | -917/+14 |
* | PR#7363: start documentation headers at {1 | octachron | 2017-10-04 | 1 | -9/+9 |
* | GPR#1175: export Array[N].change_layout as val | octachron | 2017-06-06 | 1 | -8/+4 |
* | Bigarray: add Array[N].change_layout functions | octachron | 2017-05-15 | 1 | -0/+47 |
* | Fixed grammar in user-facing comments and README | Max Mouratov | 2017-04-06 | 1 | -1/+1 |
* | Documentation: improve @since annotations | Török Edwin | 2017-02-21 | 1 | -5/+9 |
* | Link Genarray.create from Bigarray.Array0.create documentation. | Jeremy Yallop | 2017-01-20 | 1 | -1/+1 |
* | Add some cross-references to the bigarray documentation. | Jeremy Yallop | 2017-01-20 | 1 | -7/+7 |
* | Deprecate Bigarray.*.map_file and add Unix.map_file (#997) | Jérémie Dimino | 2017-01-10 | 1 | -71/+38 |
* | Bigarray.Genarray.change_layout: missing @since tag | Gabriel Scherer | 2016-12-14 | 1 | -1/+4 |
* | Support the '0 dimension case' for bigarrays (#787) | Laurent Mazare | 2016-09-01 | 1 | -2/+69 |
* | fix whitespace, long lines, headers | Damien Doligez | 2016-08-01 | 1 | -3/+4 |
* | Now reversing the dimensions in [change_layout]. | Guillaume Hennequin | 2016-05-20 | 1 | -1/+3 |
* | Added a function [Genarray.change_layout]. | Guillaume Hennequin | 2016-05-20 | 1 | -1/+7 |
* | stdlib .mli: forgotten @since 4.03.0 | Gabriel Scherer | 2016-05-11 | 1 | -5/+15 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | typo | Jeremie Dimino | 2016-01-27 | 1 | -1/+1 |
* | Change function names, improve documentation. | Runhang Li | 2016-01-27 | 1 | -10/+15 |
* | Add byte_size and kind_byte_size to Bigarray | Runhang Li | 2016-01-27 | 1 | -0/+15 |
* | Documentation: fix bigarray.mli documentation | octachron | 2015-12-28 | 1 | -3/+3 |
* | Revert "Simplify the definition of custom .{} operators" | Gabriel Scherer | 2015-11-29 | 1 | -47/+0 |
* | whitespace cleanup, cut long lines, add some missing headers | Damien Doligez | 2015-09-11 | 1 | -30/+37 |
* | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 1 | -1/+5 |
* | Simplify the definition of custom .{} operators | Gabriel Scherer | 2014-12-13 | 1 | -0/+40 |
* | fix some of the whitespace problems in the source | Damien Doligez | 2014-04-12 | 1 | -1/+1 |
* | make bigarray.mli's documentation consistent with the new GADT interface | Gabriel Scherer | 2014-01-09 | 1 | -18/+33 |
* | PR#6064: GADT representation for Bigarray.kind + CAML_BA_CHAR runtime kind | Gabriel Scherer | 2014-01-09 | 1 | -17/+32 |
* | Wrong quoting chase. | Pierre Weis | 2013-05-29 | 1 | -3/+3 |
* | PR#5762: Add primitives for fast access to bigarray dimensions | Fabrice Le Fessant | 2012-11-06 | 1 | -6/+6 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -3/+3 |
* | Remove the 'dispose' functions from Bigarray. | Xavier Leroy | 2012-05-06 | 1 | -47/+11 |
* | PR#3571: in Bigarrays, call msync() before unmapping to commit changes | Xavier Leroy | 2012-04-09 | 1 | -11/+47 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -17/+17 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -2/+35 |
* | 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 | 1 | -39/+14 |
* | Added map_subfile functions (memory mapping from a non-zero file offset). Wi... | Xavier Leroy | 2006-06-10 | 1 | -2/+30 |
* | PR#1956 renommage: bigarray est prefixe par ocaml_ba_ | Damien Doligez | 2006-01-27 | 1 | -88/+94 |
* | fusion des modifs de 3.08.4 | Damien Doligez | 2005-08-13 | 1 | -3/+5 |
* | Ajout Genarray.dims | Xavier Leroy | 2002-05-25 | 1 | -0/+4 |
* | Ajout fonctions kind et layout (PR#1055) | Xavier Leroy | 2002-04-15 | 1 | -0/+24 |
* | Complex bigarrays | Xavier Leroy | 2002-02-10 | 1 | -1/+15 |
* | Changement niveaux de titre dans les commentaires | Maxence Guesdon | 2001-12-28 | 1 | -9/+9 |
* | changement de ldots en ... | Maxence Guesdon | 2001-12-28 | 1 | -4/+4 |