Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix warnings with make simgrid_documentation.
[simgrid.git] / ChangeLog
index b61dace..3ec655a 100644 (file)
--- 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 <simgrid-devel@lists.gforge.inria.fr>