X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76953caae18456a7f51c5a9d1533fd99e0bed65d..b4d06d5a039456cb6e7313710fda6f060b76739c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6b37281604..b1684e8c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,12 @@ 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*. + - 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() ----------------------------------------------------------------------------