X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d694f7099c5ac2ba18a103b36b1563d8da667e65..2ba8549e0a8371efc09c66bad197097f88d93366:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 933eb36256..7567984e5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,12 +9,19 @@ User-visible changes: - 'clean-atexit' is now 'debug/clean-atexit' S4U: -- Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. -- Functions Mailbox::get() and Mailbox::get_async() are now templated with the - type of the pointee. Untyped functions are deprecated. Use Mailbox::get() - or Mailbox::get_async() if you really want to play with void*. -- Unify the interface of Activity::on_{start/activity} -- New function: Comm::get_dst_data() + - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. + - Functions Mailbox::get() and Mailbox::get_async() are now templated with the + type of the pointee. Untyped functions are deprecated. Use Mailbox::get() + or Mailbox::get_async() if you really want to play with void*. + - Unify the interface of Activity::on_{start/activity} + - New function: Comm::get_dst_data() + - New function: Comm::set_payload_size() to set the amount of bytes to simulate. + - New functions: Comm::sendto_{init,async} to initiate a communication + on between two (possibly remote) hosts. + +Documentation: + - New section: Configuring the logs from the command line. + - New section: Programming API of logs. ----------------------------------------------------------------------------