summaryrefslogtreecommitdiff
path: root/otherlibs/bigarray
Commit message (Expand)AuthorAgeFilesLines
* Move bigarray to the stdlib (#1685)Jérémie Dimino2018-04-095-2042/+35
* Genarray.nth_dim: add missing bounds checkNicolás Ojeda Bär2018-01-041-1/+1
* Remove -static-libgcc link flag from mingw32 port (#1535)David Allsopp2017-12-191-0/+4
* PR#7363: start documentation headers at {1octachron2017-10-041-9/+9
* GPR#1175: export Array[N].change_layout as valoctachron2017-06-061-8/+4
* Bigarray: add Array[N].change_layout functionsoctachron2017-05-152-0/+59
* Move configuration header files from the config to the byterun/caml directorySébastien Hinderer2017-04-261-10/+10
* Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-061-1/+1
* PR#7505: Memory cannot be released after calling Bigarray.Genarray.change_lay...Damien Doligez2017-03-311-3/+4
* Introduce and use the OUTPUTEXE and OUTPUTOBJ build variablesSébastien Hinderer2017-03-291-2/+2
* Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-291-3/+3
* Get rid of BYTECC and NATIVECCSébastien Hinderer2017-03-291-2/+2
* runtime: bigarray now uses malloc and free instead of caml_stat_*Max Mouratov2017-03-251-1/+2
* Wrong .depend, shoot againXavier Leroy2017-03-131-23/+7
* map_file: fix a C name clash and add more testsXavier Leroy2017-03-131-1/+1
* Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-03-136-955/+11
* Assertions cleanupSébastien Hinderer2017-03-131-8/+8
* Clearly report that dependencies cannot be regenerated for the MSVC portsSébastien Hinderer2017-03-091-1/+4
* Make .depend files generated for C sources more portableSébastien Hinderer2017-03-092-13/+7
* Add runtime functions for integer arithmetic with checked overflowXavier Leroy2017-02-251-49/+7
* Merge pull request #1059 from cakeplus/tweaksGabriel Scherer2017-02-221-1/+2
|\
| * bigarray: fixed a typo in a commentMax Mouratov2017-02-231-1/+1
| * bigarray: added a missing #undef (doesn't affect semantics)Max Mouratov2017-02-231-0/+1
* | Documentation: improve @since annotationsTörök Edwin2017-02-211-5/+9
|/
* Link Genarray.create from Bigarray.Array0.create documentation.Jeremy Yallop2017-01-201-1/+1
* Add some cross-references to the bigarray documentation.Jeremy Yallop2017-01-201-7/+7
* Deprecate Bigarray.*.map_file and add Unix.map_file (#997)Jérémie Dimino2017-01-104-134/+54
* make alldependDavid Allsopp2016-12-141-22/+27
* Bigarray.Genarray.change_layout: missing @since tagGabriel Scherer2016-12-141-1/+4
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-171-1/+1
* Merge pull request #788 from shindere/merge-otherlibs-makefilesDamien Doligez2016-09-053-33/+17
|\
| * Merge makefiles in otherlibs/bigarraySébastien Hinderer2016-08-313-33/+17
* | bigarray_stubs.c: fix code raising a legitimate clang warningGabriel Scherer2016-09-011-2/+4
* | Support the '0 dimension case' for bigarrays (#787)Laurent Mazare2016-09-013-7/+104
|/
* fix whitespace, long lines, headersDamien Doligez2016-08-013-7/+8
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-122-0/+4
* Merge pull request #588 from lijunsong/solaris-buildGabriel Scherer2016-06-151-1/+1
|\
| * MPR#7256 build ocaml on Sparc Solarislijunsong2016-05-161-1/+1
* | Corrected a small bug in the allocation of the new dimensions in [Genarray.ch...Guillaume Hennequin2016-05-221-1/+1
* | No reallocation when the layout doesn't change.Guillaume Hennequin2016-05-211-11/+12
* | Now reversing the dimensions in [change_layout].Guillaume Hennequin2016-05-202-5/+14
* | Added a function [Genarray.change_layout].Guillaume Hennequin2016-05-203-2/+28
|/
* stdlib .mli: forgotten @since 4.03.0Gabriel Scherer2016-05-111-5/+15
* Pass -slash to ocamldep so that dependencies generated from a Windows system ...alainfrisch2016-04-131-1/+1
* otherlibs/bigarray/Makefile{,.nt}: merge.whitequark2016-03-173-19/+30
* Also enable more warnings in otherlibs/ and fix them.Alain Frisch2016-03-151-0/+1
* update .depend and bootstrap compilers before releaseDamien Doligez2016-02-291-19/+16
* Update headers for the new license.Damien Doligez2016-02-188-96/+112
* remove ocamlbuild-specific filesGabriel Scherer2016-02-012-2/+0
* typoJeremie Dimino2016-01-271-1/+1