Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-04 | Merge branch 'maint' | Peter Andersson | |
2013-12-04 | Update event handling documentation | Peter Andersson | |
2013-12-04 | Merge branch 'maint' | Peter Andersson | |
2013-12-03 | Update documentation | Peter Andersson | |
2013-11-28 | Merge branch 'maint' | Peter Andersson | |
2013-11-19 | Modify the auto_skip report for group config funcs to include group name | Peter Andersson | |
Also correct failing test cases and find and fix remaining bugs. | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-11 | Merge branch 'maint' | Peter Andersson | |
2013-09-11 | Add misc documentation | Peter Andersson | |
2013-09-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-08-29 | Corrections so that the documentation confirms to the DTD | Kenneth Lundin | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-03-28 | [common_test] Document '-force_stop skip_rest' option to ct_run | Siri Hansen | |
2013-03-06 | Remove obsolete common_test note regarding source paths | Anders Svensson | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-29 | Revert "Prepare release" | Sverker Eriksson | |
This reverts commit a0e362765d9d4afb0211f49eb787d2139b3eb7be. Conflicts: erts/vsn.mk | |||
2013-01-27 | Merge branch 'peppe/common_test/testspec_include' | Peter Andersson | |
* peppe/common_test/testspec_include: Add more tests Update documentation Add tests and correct errors Update CT Master Implement support for including test specifications Make it possible to execute one test run per test specification Conflicts: lib/common_test/src/ct_master.erl lib/common_test/src/ct_run.erl lib/common_test/src/ct_testspec.erl OTP-9881 | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-24 | Update documentation | Peter Andersson | |
OTP-9881 | |||
2013-01-17 | Merge branch 'maint-r15' | Fredrik Gustafsson | |
Conflicts: erts/vsn.mk | |||
2013-01-10 | Merge branch 'siri/cross-cover/OTP-9870' | Siri Hansen | |
* siri/cross-cover/OTP-9870: [test_server] Don't use print/3 in cross_cover_analyse [common_test] Add documentation for cross cover analysis [common_test] Add test case for cross cover mechanism [test_server] Update documentation about cross cover [test_server] Add test of code cover mechanism [test_server,common_test] Fix cross cover mechansim | |||
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2013-01-07 | Prepare release | Erlang/OTP | |
2012-12-18 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/common_test/test/Makefile | |||
2012-12-12 | Prepare release | Erlang/OTP | |
2012-12-12 | [common_test] Add documentation of new url_base option to cth_surefire | Siri Hansen | |
2012-12-04 | [common_test] Add documentation for cross cover analysis | Siri Hansen | |
2012-11-27 | Merge tag 'OTP_R15B03' | Björn-Egil Dahlberg | |
The R15B03 release | |||
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-22 | Merge branch 'maint' | Peter Andersson | |
2012-11-21 | Document the new group search feature | Peter Andersson | |
2012-10-30 | [common_test] Add option cover_stop | Siri Hansen | |
By default, test_server will always stop cover (and thus load back the non cover compiled original beam files) after a test with code coverage analysis is completed. The new option allows the common_test user to specify that cover shall not be stopped. This can be useful if there are processes still running old code, i.e. processes that have not done any fully qualified function call after the cover compilation, since loading the original code then will kill those processes. This is only recommended if the erlang node is to be stopped after the test run, or if cover can be manually stopped. | |||
2012-09-10 | Update release notes | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'lukas/doc-fixes' into maint | Lukas Larsson | |
* lukas/doc-fixes: Document that CTHs can get fail/skip as Config Ignore calls to dialyzer_timing when checking deprecated Do not verify del_path as it is not always there Fix broken links Generate <a name="name"> tags in edoc xml headings Fix compile warning Fix boken spec | |||
2012-08-30 | Document that CTHs can get fail/skip as Config | Lukas Larsson | |
OTP-10077 | |||
2012-08-30 | Merge remote branch 'origin/peppe/common_test/extend_getting_started_ch' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/extend_getting_started_ch: Extend the Getting Started chapter | |||
2012-08-30 | Merge remote branch 'origin/peppe/common_test/documentation_r15b02.2' into maint | Peter Andersson | |
* origin/peppe/common_test/documentation_r15b02.2: Update the documentation for R15B02 OTP-10050 OTP-10069 OTP-10072 OTP-10087 OTP-9865 OTP-10049 OTP-10089 OTP-10145 OTP-9896 OTP-10135 OTP-10067 OTP-9625 OTP-10127 OTP-10172 OTP-10248 OTP-9625 OTP-10086 OTP-10248 | |||
2012-08-30 | Extend the Getting Started chapter | Peter Andersson | |
2012-08-29 | Update the documentation for R15B02 | Peter Andersson | |
OTP-10050 OTP-10069 OTP-10072 OTP-10087 OTP-9865 OTP-10049 OTP-10089 OTP-10145 OTP-9896 OTP-10135 OTP-10067 OTP-9625 OTP-10127 OTP-10172 OTP-10248 OTP-9625 OTP-10086 | |||
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 |