X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d27053a831ec0a383b172b2f3aa6b5c9e602a9e2..1c017130b99530347566f9e070051d6edee8aad5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1a5c603314..b1684e8c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,9 +9,12 @@ User-visible changes: - 'clean-atexit' is now 'debug/clean-atexit' S4U: -- 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() ---------------------------------------------------------------------------- @@ -69,9 +72,9 @@ SMPI: - smpicc/cxx/ff/f90 now will actually perform definition checks at link time. When building shared libraries, this may cause issues, so environment variable SMPI_NO_UNDEFINED_CHECK can be added to disable this. - - most temporary files should now be created in /tmp dir (or equivalent). + - most temporary files should now be created in /tmp dir (or equivalent). If this one does not allow execution of code (noexec flag), this may cause issues. - Please use another tmp directory (using TMPDIR or equivalent system variable) + Please use another tmp directory (using TMPDIR or equivalent system variable) in this case. Model-Checker: