X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7df860b10978ddacd8bf3ffcd1d3656ab0256689..5c7688a211fb61b25744e79a3330a95bd1334446:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b8dc8ba5fc..55e7fd547a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ User-visible changes: - 'verbose-exit' is now 'debug/verbose-exit' - 'simix/breakpoint' is now 'debug/breakpoint' - 'clean-atexit' is now 'debug/clean-atexit' + - Removed all that was related to the "Storage" type in all APIs and bindings. + "Disks" have been introduced more than a year ago to replace them for the better. + It's time to finish this replacement. S4U: - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. @@ -15,6 +18,7 @@ S4U: 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. @@ -188,7 +192,7 @@ SMPI: allocations' size above which they are considered "shared" by default (as if they were performed through SMPI_SHARED_MALLOC macros). Default = 0 = disabled feature. - Note : malloc, calloc and free are now overriden by smpicc/cxx by default. + Note : malloc, calloc and free are now overridden by smpicc/cxx by default. This can cause some troubles if codes are already overriding these. If this is the case, defining SMPI_NO_OVERRIDE_MALLOC in the compilation flags can help, but will make this feature unusable.