Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-06-13 | Remove unused functions in test emulator test suites | Björn Gustavsson | |
2017-06-13 | message_queue_data_SUITE: Don't leave processes running | Björn Gustavsson | |
2016-08-25 | Update test-cases to use new symbolic time units | Rickard Green | |
2016-05-25 | Remove the 'message_queue_data' option 'mixed' | Rickard Green | |
2016-04-26 | erts: Fix total_heap_size calculation for on_heap | Lukas Larsson | |
2016-04-26 | erts: Rename erl flag +xmqd to +hmqd | Lukas Larsson | |
Flags that control the heap should all fall under the +h flag | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-11 | Replace ?t with test_server | Björn-Egil Dahlberg | |
The macro ?t is deprecated. Replace its use with 'test_server'. | |||
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-12-08 | Replace off_heap_message_queue option with message_queue_data option | Rickard Green | |
The message_queue_data option can have the values - off_heap - on_heap - mixed |