| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
New test script language, all tests translated automatically (see `tools/translate-all-tests`).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
The C part should be tested on all platforms, given the Windows bug.
|
| |
|
|
|
|
| |
Undecorated constants will be interpreted as int, which on 64-bit
Windows is only 32 bits, causing caml_ba_alloc_dims to read past the end
of the arguments on the stack.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch compiler builds and tests to GitHub actions
* Expose ${cc} in ocamltest
* Allow lib-bigarray-2/bigarrfml.ml to run on 32-bit
* Simplify environment variables passed to scripts
* Reduce matrix to 3 builds
* Move minimum build into Jenkins other-configs
|
| | |
|
| |
|
|
|
|
| |
In order to prepare the transition to autoconf, this commit moves the
configuration Makefile out of the config directory which will disappear
and gives it the name it will have once intstalled, namely Makefile.config.
|
| | |
|
| |
|
|
|
| |
Causes them to pick up Unix line-endings in the repo without special
handling in .gitattributes
|
| |
|
|
|
|
| |
I observed a weird error when clang-6.0 was used as the compiler to build
OCaml. The error may have been related to clang's sanitizers. Still,
play it safe and use gfortran only in conjunction with gcc.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
It is preferred that no copyright notice appears in these files.
The list of files to modify has been obtained with the following command:
ocaml/testsuite/tests$ find . -name '*.ml*' \
| xargs grep -l -i copyright \
> test-files-with-copyright-header
|
| |
|
|
| |
Remains to be done: remove all headers in testsuite/tests.
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16210 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16209 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
|
|
|
|
|
| |
name clashes
(Jérôme Vouillon and Adrien Nader and Peter Zotov)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15757 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14582 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
| |
|
|
| |
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11090 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|
|
|
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9569 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
|