<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools/src, branch OTP-19.1.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'bjorn/fix-make/OTP-13855' into maint</title>
<updated>2016-08-31T09:47:28+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2016-08-31T09:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ee8f2380837321fef4975522bfa53cb9161874ac'/>
<id>ee8f2380837321fef4975522bfa53cb9161874ac</id>
<content type='text'>
* bjorn/fix-make/OTP-13855:
  make, ct_make: Handle warning attributes in source files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/fix-make/OTP-13855:
  make, ct_make: Handle warning attributes in source files
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint</title>
<updated>2016-08-31T08:28:02+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-08-31T08:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bba0f5924fa9478d41903331a3285f117c112731'/>
<id>bba0f5924fa9478d41903331a3285f117c112731</id>
<content type='text'>
* raimo/gen_statem-callback_mode/OTP-13752:
  ssl: Upgrade suite testing skipped if stdlib upgrade is required
  Fix version numbers and dependencies

Conflicts:
	lib/ssl/src/ssl.appup.src
	lib/ssl/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/gen_statem-callback_mode/OTP-13752:
  ssl: Upgrade suite testing skipped if stdlib upgrade is required
  Fix version numbers and dependencies

Conflicts:
	lib/ssl/src/ssl.appup.src
	lib/ssl/vsn.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>make, ct_make: Handle warning attributes in source files</title>
<updated>2016-08-30T12:15:55+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2016-08-30T08:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=362bccfd7d2bcb15e5c62cb17d31442713a5a20b'/>
<id>362bccfd7d2bcb15e5c62cb17d31442713a5a20b</id>
<content type='text'>
epp learned to handle the -warning() directive in 14d72f02, but
make and ct_make were not updated to expect a {warning,_} return
value from epp:parse_erl_form/1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
epp learned to handle the -warning() directive in 14d72f02, but
make and ct_make were not updated to expect a {warning,_} return
value from epp:parse_erl_form/1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version numbers and dependencies</title>
<updated>2016-08-25T12:18:24+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-08-25T12:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cd1ca5e2dd8dde12a33ab7d4ffb9524d7f141fa7'/>
<id>cd1ca5e2dd8dde12a33ab7d4ffb9524d7f141fa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix gc_start\end bug</title>
<updated>2016-07-29T10:31:25+00:00</updated>
<author>
<name>Tihon</name>
<email>com.tihon@mail.ru</email>
</author>
<published>2016-07-29T10:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fdbf5631d9de0d1b7d763c25e634e768cae4bcc0'/>
<id>fdbf5631d9de0d1b7d763c25e634e768cae4bcc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Fix a bug adding multiple modules to an Xref server</title>
<updated>2016-06-28T12:02:14+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-06-28T12:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=44fb5e8c080a682cd47b791ae641c196b1c0ec74'/>
<id>44fb5e8c080a682cd47b791ae641c196b1c0ec74</id>
<content type='text'>
The bug when introduced in OTP-19.0.

Optimize adding multiple modules to an Xref server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug when introduced in OTP-19.0.

Optimize adding multiple modules to an Xref server
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Optimize adding multiple modules to an Xref server</title>
<updated>2016-06-10T07:50:02+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-04-26T12:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b336f995d930d6542e67310b72d855e3571523f'/>
<id>1b336f995d930d6542e67310b72d855e3571523f</id>
<content type='text'>
Extracting data from debug info in BEAM files is parallelized.

The speed-up is not outstanding. If memory is not an issue, adding
`{spawn_opt, [{min_heap_size, &lt;large number&gt;}]}' to the option list of
xref:start/2 can make a (small) difference.

Reading of modules from a directory is parallelized. Attempts to
parallelize all modules when adding a release have been rejected since
the gain showed to be small compared to the increased complexity of
the code.

Using a process for coordinating the reading has not been attempted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extracting data from debug info in BEAM files is parallelized.

The speed-up is not outstanding. If memory is not an issue, adding
`{spawn_opt, [{min_heap_size, &lt;large number&gt;}]}' to the option list of
xref:start/2 can make a (small) difference.

Reading of modules from a directory is parallelized. Attempts to
parallelize all modules when adding a release have been rejected since
the gain showed to be small compared to the increased complexity of
the code.

Using a process for coordinating the reading has not been attempted.
</pre>
</div>
</content>
</entry>
<entry>
<title>xref: Fix unmatched return warnings</title>
<updated>2016-05-10T17:52:13+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-10T17:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e0c7b96e0fd50f0cd913eef30065764f75ae8e3'/>
<id>3e0c7b96e0fd50f0cd913eef30065764f75ae8e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tags: Fix unmatched return warnings</title>
<updated>2016-05-10T17:52:13+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-10T17:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=116afe8f0e6d5638760c08597f38820d397cc534'/>
<id>116afe8f0e6d5638760c08597f38820d397cc534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lcnt: Fix unmatched return warnings</title>
<updated>2016-05-10T17:52:13+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-10T17:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=06b4ea896952c714ab5c80f098a512b7d4acffc5'/>
<id>06b4ea896952c714ab5c80f098a512b7d4acffc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
