summaryrefslogtreecommitdiff
path: root/lib/tools/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in cprof documentationMagnus Ottenklinger2015-05-181-1/+1
|
* Revert "Prepare release"Henrik Nord2015-05-131-59/+0
| | | | This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
* Prepare releaseErlang/OTP2015-05-121-0/+59
|
* Merge tag 'OTP-17.5'Henrik Nord2015-04-011-0/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === OTP-17.5 === Changed Applications: - asn1-3.0.4 - common_test-1.10 - compiler-5.0.4 - crypto-3.5 - debugger-4.0.3 - dialyzer-2.7.4 - diameter-1.9 - eldap-1.1.1 - erts-6.4 - hipe-3.11.3 - inets-5.10.6 - kernel-3.2 - mnesia-4.12.5 - observer-2.0.4 - os_mon-2.3.1 - public_key-0.23 - runtime_tools-1.8.16 - ssh-3.2 - ssl-6.0 - stdlib-2.4 - syntax_tools-1.6.18 - test_server-3.8 - tools-2.7.2 - wx-1.3.3 Unchanged Applications: - cosEvent-2.1.15 - cosEventDomain-1.1.14 - cosFileTransfer-1.1.16 - cosNotification-1.1.21 - cosProperty-1.1.17 - cosTime-1.1.14 - cosTransactions-1.2.14 - edoc-0.7.16 - erl_docgen-0.3.7 - erl_interface-3.7.20 - et-1.5 - eunit-2.2.9 - gs-1.5.16 - ic-4.3.6 - jinterface-1.5.12 - megaco-3.17.3 - odbc-2.10.22 - orber-3.7.1 - ose-1.0.2 - otp_mibs-1.0.10 - parsetools-2.0.12 - percept-0.8.10 - reltool-0.6.6 - sasl-2.4.1 - snmp-5.1.1 - typer-0.9.8 - webtool-0.8.10 - xmerl-1.3.7 Conflicts: OTP_VERSION erts/vsn.mk lib/ssl/vsn.mk
| * Prepare releaseErlang/OTP2015-03-311-0/+26
| |
* | [cover] Improve performanceSiri Hansen2015-02-201-40/+69
|/ | | | | | | | | | | | | | | Add functions for cover compilation and analysis on multiple files. This allows for more parallelisation. All functions for cover compilation can now take a list of modules/files. cover:analyse/analyze and cover:analyse_to_file/analyze_to_file can be called without the Modules arguement in order to analyse all cover compiled and imported modules, or with a list of modules. Also, the number of lookups in ets tables is reduced, which has also improved the performance when analysing and resetting cover data.
* Prepare releaseErlang/OTP2014-12-091-0/+35
|
* Fix minor eprof and fprof doc issuesTuncer Ayaz2014-11-292-2/+2
|
* Update release notesErlang/OTP2014-09-151-0/+15
|
* Prepare releaseErlang/OTP2014-06-191-0/+18
|
* Update release notesErlang/OTP2014-04-071-0/+76
|
* Merge tag 'OTP_R16B03'Magnus Lidén2013-12-101-0/+44
|\ | | | | | | | | | | | | The R16B03 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B03Erlang/OTP2013-12-091-0/+44
| |
* | Merge tag 'OTP_R16B02'Magnus Lidén2013-09-171-0/+31
|\ \ | |/ | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-161-0/+31
| |
| * Change encoding of troublesome notes.xml files to utf-8Björn Gustavsson2013-09-061-4/+4
| | | | | | | | | | Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit.
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-181-0/+66
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-171-0/+66
| |
| * Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2013-06-051-7/+18
|\ \ | |/
| * tools: Document new eprof optionsBjörn-Egil Dahlberg2013-05-031-7/+18
| |
* | Convert XML files to UTF-8Hans Bolinder2013-04-1924-42/+42
| |
* | Convert XML files to UTF-8, where neededHans Bolinder2013-04-193-8/+8
|/
* Remove unused Postscript filesHans Bolinder2013-04-082-489/+0
|
* Extend cover.erl source searchAnders Svensson2013-03-061-2/+7
| | | | | | | | | | | | | | | | | | | | | | Commit 29231033 made cover fall back to compile info if source was not found in pwd or ../src. This isn't sufficient for source that lies in subdirectories of ../src when beams and source have been moved since compilation (eg. install of some OTP applications), so first try finding source relative to the beam directory. For example, given a beam path /installed/path/to/app-1.0/ebin/root.beam and a source path /compiled/path/to/app/src/subdir/root.erl then look for /installed/path/to/app-1.0/ebin/../src/subdir/root.erl before the source path.
* Document change to cover.erl source searchAnders Svensson2013-03-061-4/+5
| | | | The change was introduced in commit 29231033.
* Fix cover.xml formatting errorAnders Svensson2013-03-061-1/+3
|
* Prepare releaseOTP_R16BErlang/OTP2013-02-251-0/+16
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-291-0/+92
|
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
|
* Fix various doc typos for R16Tuncer Ayaz2012-11-281-1/+1
|
* [cover] Allow reconnection if node has been disconnected or downSiri Hansen2012-10-301-0/+5
| | | | | | | | | | | | | | | | OTP-10523 Earlier, if the connection to a remote cover node was lost, all cover data was lost and the cover_server on the remote node would die. This would cause problems if there were cover compiled modules that would still be executed since they would attempt to write to the no longer existing ets tables belonging to the cover_server. This commit changes this behavior so that the cover_server on the remote node will survive connection loss and continue collecting cover data. If the connection is re-established then the main node will sync with the remote node again and cover data will not be lost (unless the node was down).
* [cover] Add support for test_serverSiri Hansen2012-10-301-1/+14
| | | | | | | | | | | OTP-10523 * Added cover:flush(Nodes), which will fetch data from remote nodes without stopping cover on those nodes. * Added cover:get_main_node(), which returns the node name of the main node. This is used by test_server to avoid {error,not_main_node} when a slave starts another slave (e.g. in test_server's own tests).
* Prepare releaseOTP_R15B02Erlang/OTP2012-09-031-0/+63
|
* Update copyright yearsBjörn-Egil Dahlberg2012-08-314-4/+4
|
* Fix various doc typos for R15B02Tuncer Ayaz2012-07-051-1/+1
|
* Merge branch 'rj/fix-eprof-doc' into maintHenrik Nord2012-06-251-5/+5
|\ | | | | | | | | | | | | * rj/fix-eprof-doc: Fix nonsense of eprof doc OTP-10121
| * Fix nonsense of eprof docRicardo Catalinas Jiménez2012-06-121-5/+5
| |
* | Update to work with whitespace in exec pathLukas Larsson2012-06-051-7/+7
|/ | | | | OTP-10106 OTP-10107
* Prepare releaseOTP_R15B01Erlang/OTP2012-04-011-0/+25
|
* Prepare releaseErlang/OTP2011-12-121-0/+79
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-33/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* eprof: Fix invalid references to removed functionsBjörn-Egil Dahlberg2011-10-211-1/+1
|
* Prepare releaseOTP_R14B04Erlang/OTP2011-10-041-0/+38
|
* Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
|
* Fix typos in instrument(3)Tuncer Ayaz2011-09-151-2/+2
|
* Fix bugs in xref(3)Hans Bolinder2011-07-061-4/+4
| | | | Thanks to Matthias Lang.
* Prepare releaseOTP_R14B03Erlang/OTP2011-05-241-0/+67
|