Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-11 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-03-11 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | emulator: Use module erl_anno | Hans Bolinder | |
2013-11-18 | Use asynchronous check_process_code in code_parallel_SUITE | Rickard Green | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2012-02-21 | test: Safe purging in code_parallel_load_SUITE | Sverker Eriksson | |
erlang:purge_module/1 is brutal and causes core dump if old code is still executing, especially on debug VM. | |||
2012-02-21 | test: many_load_distributed_only_once | Björn-Egil Dahlberg | |
2012-02-21 | test: parallel_load_check_purge_repeat | Björn-Egil Dahlberg | |
* test trivial non-blocking code loading (smoke test) |