X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b17b58f85d3a55ce3c6ec7298b2437853c83bda..9cbc4426e05efd62112be9b19b24723cd2fe599b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index a34270efec..11f30bd546 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,16 +23,22 @@ SimGrid (3.3-cvs) unstable; urgency=low GRAS: * Convert the PIDs from long int to int to match the MSG ones (and linux ones too) [Mt] + * New function: gras_agent_spawn() to launch a new process on + current host. Only working in simulation for now.. [Mt] + * New function: gras_os_hostport() returning a constant form (ie, + not needing to be freed) of "gras_os_hostname():gras_os_myport()" XBT: * Make the backtrace of exceptions more human readable [Mt] + * New module: xbt/str [Mt] + a ton of string utility functions (split, join, printf to a newly + allocated buffer, trim, etc) * New module: xbt/synchro [Mt] synchronization tools (mutex and conditions) working the same way in simulation and in real life (mainly useful for GRAS, but not only). - * New module: xbt/str [Mt] - a ton of string utility functions (split, join, printf to a newly - allocated buffer, trim, etc) + * New module: xbt/queue [Mt] + classical producer/consumer synchronization scheme --