X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b24a62e57235bf9aa2b78fe4c3c612ffe440725e..96b512f6a363f382839f994dfcc271dcf669120b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8caf499a0c..b12bad322f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,7 +33,10 @@ General: - LTO behavior on GCC can be parameterized using LTO_EXTRA_FLAG in cmake. Setting it to "auto" will use all available cores, while setting it to n will use n cores to speedup link step (usage: cmake -DLTO_EXTRA_FLAG=4). - - Remove obsolete option --cfg=contexts/parallel-threshold. + - Remove obsolete runtime option 'contexts/parallel-threshold'. + - Runtime option 'tracing/msg/process' renamed to 'tracing/actor'. The old name + has been kept for compatibility. + - Finally remove obsolete snake_case() aliases for runtime options. - Further improve the documentation. S4U: @@ -51,6 +54,9 @@ SMPI: building shared libraries, this may cause issues, so environment variable SMPI_NO_UNDEFINED_CHECK can be added to disable this. +XBT: + - Drop xbt_str_split(). + C binding and interface: - The return type of the sg_actor_on_exit() callbacks is now 'void' (int value was previously ignored) @@ -81,6 +87,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - GH#336: Packet-level simulation using SMPI? - GH#345: Error in the LMM while migrating a VM - GH#346: [SMPI] error while loading shared libraries: libsimgrid.so + - GH#352: pip install / python setup.py install fail to find pybind11 - GH!337: Fix link_energy plugin for wifi platforms - GH!339: Add Mailbox set_receiver method to python binding - GH!344: Cast hugepages macros parameters to int64