<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ocaml.git/api_docgen, branch trunk</title>
<subtitle>github.com: ocaml/ocaml
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/'/>
<entry>
<title>suppress spurious alert when compiling stdlib documentation</title>
<updated>2023-04-17T09:36:32+00:00</updated>
<author>
<name>Damien Doligez</name>
<email>damien.doligez@inria.fr</email>
</author>
<published>2023-04-17T09:36:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=5c0fb8e23865fdbf151bdbe15d91176903c284d3'/>
<id>5c0fb8e23865fdbf151bdbe15d91176903c284d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Less verbose logs from `make` (#11844)</title>
<updated>2023-01-18T08:38:49+00:00</updated>
<author>
<name>Xavier Leroy</name>
<email>xavierleroy@users.noreply.github.com</email>
</author>
<published>2023-01-18T08:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=60260ec72adf6fb542ef022a2d58b26e966ba66a'/>
<id>60260ec72adf6fb542ef022a2d58b26e966ba66a</id>
<content type='text'>
Print concise summaries instead of full commands for some of the most verbose
commands.  For example, print
```
OCAMLC lambda/switch.cmo
```
instead of
```
./boot/ocamlrun ./boot/ocamlc -nostdlib -I ./boot -use-prims runtime/primitives -g -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48 -warn-error +a -bin-annot -strict-formats -I lambda -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I tools -c lambda/switch.ml
```
and
```
CC runtime/addrmap.b.o
```
instead of
```
gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -g -Wall -Werror -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections  -I./runtime  -D_FILE_OFFSET_BITS=64  -DCAMLDLLIMPORT= -DIN_CAML_RUNTIME  -o runtime/addrmap.b.o runtime/addrmap.c
```

The output is generated with the Make function `$(info ...)` to avoid shelling
out to `echo` each time, which can be expensive under Cygwin.

A variable `V` controls whether to use the new style. When `V=0` (the default),
it is used. If `V=1`, then the usual full output is used instead.

Co-authored-by: Nicolás Ojeda Bär &lt;n.oje.bar@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print concise summaries instead of full commands for some of the most verbose
commands.  For example, print
```
OCAMLC lambda/switch.cmo
```
instead of
```
./boot/ocamlrun ./boot/ocamlc -nostdlib -I ./boot -use-prims runtime/primitives -g -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48 -warn-error +a -bin-annot -strict-formats -I lambda -I utils -I parsing -I typing -I bytecomp -I file_formats -I lambda -I middle_end -I middle_end/closure -I middle_end/flambda -I middle_end/flambda/base_types -I asmcomp -I driver -I toplevel -I tools -c lambda/switch.ml
```
and
```
CC runtime/addrmap.b.o
```
instead of
```
gcc -c -O2 -fno-strict-aliasing -fwrapv -pthread -g -Wall -Werror -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections  -I./runtime  -D_FILE_OFFSET_BITS=64  -DCAMLDLLIMPORT= -DIN_CAML_RUNTIME  -o runtime/addrmap.b.o runtime/addrmap.c
```

The output is generated with the Make function `$(info ...)` to avoid shelling
out to `echo` each time, which can be expensive under Cygwin.

A variable `V` controls whether to use the new style. When `V=0` (the default),
it is used. If `V=1`, then the usual full output is used instead.

Co-authored-by: Nicolás Ojeda Bär &lt;n.oje.bar@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>latex documentation: synchronize code style with the manual</title>
<updated>2023-01-06T13:10:33+00:00</updated>
<author>
<name>Florian Angeletti</name>
<email>florian.angeletti@inria.fr</email>
</author>
<published>2023-01-06T13:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=704d7dae9142c7e5ea03308cc5967d337f981046'/>
<id>704d7dae9142c7e5ea03308cc5967d337f981046</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation: sort modules alphabetically</title>
<updated>2023-01-03T15:10:07+00:00</updated>
<author>
<name>Florian Angeletti</name>
<email>florian.angeletti@inria.fr</email>
</author>
<published>2023-01-03T14:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=078c22adcf8ee73bf18423c27c80007cdaa27ed1'/>
<id>078c22adcf8ee73bf18423c27c80007cdaa27ed1</id>
<content type='text'>
Sort the index of modules in the API documentation in the following
order
- text documentation
- non-internal modules
- internal modules
In each subcategory, the modules are sorted in alphabetical order
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sort the index of modules in the API documentation in the following
order
- text documentation
- non-internal modules
- internal modules
In each subcategory, the modules are sorted in alphabetical order
</pre>
</div>
</content>
</entry>
<entry>
<title>Make more config vars visible to the whole build system and use them</title>
<updated>2022-09-27T13:15:36+00:00</updated>
<author>
<name>Sébastien Hinderer</name>
<email>Sebastien.Hinderer@inria.fr</email>
</author>
<published>2022-09-11T12:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=629c23920183ab22c98a85aa697f356ba7e34c8c'/>
<id>629c23920183ab22c98a85aa697f356ba7e34c8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce and use the lib_runtime_events boolean configuration variable</title>
<updated>2022-09-27T13:15:36+00:00</updated>
<author>
<name>Sébastien Hinderer</name>
<email>Sebastien.Hinderer@inria.fr</email>
</author>
<published>2022-09-11T11:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=222a3b1d57479c461835c62b20b738b0c6ff8bd2'/>
<id>222a3b1d57479c461835c62b20b738b0c6ff8bd2</id>
<content type='text'>
The configure script sets this variable to "true" if the runtime_events
library has to be built. At the moment it is always built but this may
change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The configure script sets this variable to "true" if the runtime_events
library has to be built. At the moment it is always built but this may
change.
</pre>
</div>
</content>
</entry>
<entry>
<title>latex api documentation: some threads modules have moved to stdlib</title>
<updated>2022-06-07T12:51:24+00:00</updated>
<author>
<name>Florian Angeletti</name>
<email>florian.angeletti@inria.fr</email>
</author>
<published>2022-06-07T12:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=9fda28360d8630ee684097c3e4ef1df2ba8c6854'/>
<id>9fda28360d8630ee684097c3e4ef1df2ba8c6854</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api documentation: add Runtime_events library</title>
<updated>2022-06-07T12:51:24+00:00</updated>
<author>
<name>Florian Angeletti</name>
<email>florian.angeletti@inria.fr</email>
</author>
<published>2022-06-07T12:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=05a884aebbdb9a22b02d1a257975da6aa7474837'/>
<id>05a884aebbdb9a22b02d1a257975da6aa7474837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>otherlibs: Merge win32unix into unix</title>
<updated>2022-04-10T08:03:47+00:00</updated>
<author>
<name>Sébastien Hinderer</name>
<email>Sebastien.Hinderer@inria.fr</email>
</author>
<published>2022-04-06T13:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=988349da1a92da125d3722e306d02931ac428b2a'/>
<id>988349da1a92da125d3722e306d02931ac428b2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build system: factorize the definitions related to ocamldep</title>
<updated>2022-03-22T17:12:02+00:00</updated>
<author>
<name>Sébastien Hinderer</name>
<email>Sebastien.Hinderer@inria.fr</email>
</author>
<published>2022-03-22T16:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=df4759a2205e85302fed1006e7509e73365cd4a1'/>
<id>df4759a2205e85302fed1006e7509e73365cd4a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
