From: Paul Bédaride Date: Wed, 19 Feb 2014 10:18:40 +0000 (+0100) Subject: Update changelog X-Git-Tag: v3_11_beta~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4989dd3fb0569ace1d3ede8cec922078ab03dba1 Update changelog --- diff --git a/ChangeLog b/ChangeLog index b61daceda8..3ec655a2d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,16 +16,45 @@ 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. - MSG: - * [FIXME: elaborate] Merge branch hypervisor + TOOLS: + * Normalizing pointers addresses tool for better diff between logs + + EXAMPLES: + * Add cloud examples using new VMs + MSG: + * Add virtual machine + - creation of a VM on a PM + - migration of a VM from a PM to another PM + + 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: - * [FIXME: elaborate] Rewrite Surf in C++ + * Translate surf models from C to C++ + - Generic classes for all models: Model, Resource, Action + - A generic interface for each kind of model (cpu, network, storage + workstation, workstationvm) + - C bindings + * Translate surf routings from C to C++ + * Add callbacks using sigc++ or boost::signals2 + - Add callback functions for resource creation/destruction + - Add callback finctions for resource updtating status + - Handle Energy as a plugin + * Replace swag by boost::intrusive + * More documentation Build System: * Supernovae build mode is definitively removed. It was used to improve inlining and inter-module optimizations. It is nowadays superseded by link-time optimizations commonly available in compilers. + * Update ns3 find lib + * Add boost dependency for surf++ -- $date Da SimGrid team