X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ab0c18cceae362cc3235a15fc2515f1631805c1..51c73230bec626b1240fc9f2145ca3c802b05348:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e5df321432..095ef382ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,16 +37,17 @@ SimGrid (3.7) NOT RELEASED; urgency=low (more work is needed here to fully achieve this goal) MSG: - * Deprecate the MSG_task_{get,put} functions and friends. - This interface was considered as deprecated since over 2 years, - it's time to inform our users that it is. - Switch to MSG_task_{send,recv} instead, or declare - SIMGRID_DEPRECATED before loading the msg.h if you really need to + * Deprecate the use of m_channel_t mecanism like MSG_task_{get,put} + functions and friends. This interface was considered as + deprecated since over 2 years, it's time to inform our users that it is. + Switch to MSG_task_{send,recv} instead, or compile Simgrid command line + 'cmake -Dcustom_flags="-DMSG_USE_DEPRECATED" .' if you really need to use these (crappy) functions in your code. - These functions will be removed at some point. Stop using them now. + These functions will be removed soon. Stop using them now. * Deprecate MSG_get_host_{table,number} Implement MSG_hosts_as_dynar() instead. * Implement MSG_processes_as_dynar() (Closes gforge #13642) + * Remove the public field msg_host_t->name. Use MSG_host_get_name() Simix: * Stabilize the parallel execution mode of user contexts @@ -85,6 +86,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low * Deprecated function TRACE_msg_set_process_category completely removed * Trace header updated according to the latest Paje file format * Tracing network lazy updates, no longer obligate users to use full updates + * --cfg=tracing/platform:1 also registers power/bandwidth variables Lua: * Improve the API of Lua MSG bindings, using the Lua spirit. @@ -94,6 +96,12 @@ SimGrid (3.7) NOT RELEASED; urgency=low * Add a Chord example in Lua, equivalent to the MSG one. XBT: + * Logs: + - Add new runtime parameters --help-logs and --help-log-categories + to display informations about supported logging parameters and + categories. + - Old deprecated parameters --{gras,surf,msg.simix,xbt}-log=... + don't exists anymore. * Mallocators: allow value NULL for the reset function. * Dicts: - New function xbt_dict_new_homogeneous(void(*)(void*)) to