X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8596c05e7d798e90ae149f20ef766671f1a778f..3ae6123aa28d3dd81f94623705f692d0cde6de57:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a1b664aae9..912d5dd996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,10 @@ MSG: Now use (int,void*) callbacks instead of (void*,void*) ones. The implementation was ways too messy to actually work, I guess. +SMPI: + - Change the way SMPI_SAMPLE_* macros work to avoid invalidating cache + too often and provide more accurate timings. + XBT: - Drop sg_cmdline. Please use xbt_cmdline instead. - Drop the C xbt_os_mutex_t; Use the C++11 std::mutex.