]> AND Public Git Repository - simgrid.git/blobdiff - ChangeLog
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Surf: factorize resource sets into common_public
[simgrid.git] / ChangeLog
index 3ff92c2ad93540d976525903dfa1b2db99be3414..0e35379aeec273b13bbeb898d26cdaba8898c10c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,21 @@
-SimGrid (3.3.1-svn) unstable; urgency=low
+SimGrid (3.3.2-svn) unstable; urgency=low
 
  SMPI:
   * Implement MPI_Waitany and MPI_Waitall 
 
+ SURF: 
+  * Declare common_public as an embeeded struct to reduce redirections
+    and mallocs
+  * Factorize model_init/exit between models
+  * Factorize the set of resources within common_public;
+   + change model->common_model->resource_name() 
+     into surf_model_resource_by_name(model)
+   (less redirections, less function to write when defining a model)
+
+ XBT:
+  * Add xbt_set_get_by_name_or_null() [Silas De Munck]
+  * Add xbt_graph_node_get_outedges() [Silas De Munck]
+
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
 SimGrid (3.3.1) stable; urgency=low