From: Arnaud Giersch Date: Fri, 21 Feb 2014 15:05:09 +0000 (+0100) Subject: Cosmetics. X-Git-Tag: v3_11~263 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d25b6c83fe9309461a09f9305dcd4051923b5642 Cosmetics. --- diff --git a/ChangeLog b/ChangeLog index ca48b9e300..b5682bac78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,10 +16,10 @@ SimGrid (3.11) NOT RELEASED; urgency=low - For Java, add an option to enable/disable the inclusion of the native libraries in the jar file, and avoid to duplicate these files. - TOOLS: + Tools: * Normalizing pointers addresses tool for better diff between logs - EXAMPLES: + Examples: * Add cloud examples using new VMs - examples/msg/cloud/two_tasks_vm.tesh - examples/msg/cloud/simple_vm.tesh @@ -31,14 +31,14 @@ SimGrid (3.11) NOT RELEASED; urgency=low - creation of a VM on a PM - migration of a VM from a PM to another PM - SIMCALLS: + Simcalls: * Simcalls are now generated by a python script - generate files include by simgrid - check that all the functions exists and propose prototypes * Clean simcalls - remove sem_destroy, file_set_data, comm_destroy, vm_set_state, host_set_data, host_get_data - + SURF: * Translate surf models from C to C++ - Generic classes for all models: Model, Resource, Action @@ -50,7 +50,7 @@ SimGrid (3.11) NOT RELEASED; urgency=low - Add callback functions for resource creation/destruction - Add callback finctions for action state change - Handle Energy as a plugin - * Replace swag by boost::intrusive + * Replace swag by boost::intrusive * Add new routing model for torus clusters * More documentation