| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
In the domainslib latest release 0.5.0, there is a change of renaming `num_additional_domains` to `num_domains` in setup_tool.
|
|
|
|
|
|
| |
5.0 docs: Make new multicore chapters easier to discover, and emphasize impact on C bindings
(cherry picked from commit 5f856479c79900c42525543677609b78a2032131)
|
| |
|
|
|
|
| |
Add a warning about using floats for monetary calculations.
|
|
|
| |
Add manual chapters on parallelism and memory model
|
| |
|
|
|
|
|
|
|
|
|
| |
* Move the definition of WITH_CAMLTEX from Makefile.config.in to
Makefile.build_config.in (makes it private)
* Rename the variable from WITH_CAMLTEX to build_ocamltex
* Change its definition in configure.ac so that its false rather than
the empty string when the tool is not built
* Rename the tool itself from caml-tex to ocamltex
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Use (fun i -> i) in all user-facing documentation
* Replace "function x -> ..." with "fun x -> ..."
* Revert removal of Fun.id
Co-authored-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
|
| |
|
|
|
| |
the type of "f" is "($App_'b -> a) term" and not "($App_'b -> a)"
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
DIFF is no longer used anywhere, so remove the Windows-specific command.
Remove $(FIND) completely (it was only used in a clean target, where it wasn't read anyway!)
Move $(CYGPATH) and $(SORT) to testsuite/Makefile
Remove unnecessary SET_LD_PATH calls in manual and Use ocamlrun -I instead
(which has higher precedence than CAML_LD_LIBRARY_PATH) for the ones which
are necessary.
|
|
|
|
|
|
|
| |
(#10206)
* Split Labels / Variants chapter into two
* Move GADT tutorial into the tutorials
* Make beginning of the GADT tutorial less abrupt
|
|
|
|
|
|
| |
Since ocamldoc/Makefile.best_ocamldoc was already using OCAMLRUN (rather
than CAMLRUN), it was possible to remove its definition in that file,
because the value is now initialised globally in Makefile.common.
|
|\
| |
| | |
enable warning 6 [labels-omitted] by default
|
| | |
|
| | |
|
|/
|
|
|
| |
It's a synonymous for ROOTDIR so rather use this later one as in the
rest of the build system.
|
|
|