Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update ChangeLog
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 30 Jul 2010 14:06:51 +0000 (14:06 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 30 Jul 2010 14:06:51 +0000 (14:06 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8080 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 85a4d3e..d628c27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 SimGrid (3.5) unstable; urgency=low
 
+ Msg
+ * New function: MSG_load_platform_script()
+   to make possible using a lua script instead of XML files to set up platforms 
+ * New function: MSG_set_function
+  to associate functions to processes, used when bypassing the parser 
+ Lua Bindings
+ * add layer to set up environment and bypass the XML surf parser
+ * modify the entry point, to take into consideration when lua is used only as a platform generator
+ SURF
+ * add new callbacks to the CPU & netwok models to create resources 
+   no need to pass through the parser callbacks to do so.
+ * add new function to create routes table via the routing model
+ * add generic functions in the public interface 
+   that allows the user to call SURF 'create_resource' methods from a lua script.
+ SIMIX :
+ * New function: SIMIX_process_set_function()
+   called by MSG_set_function
  SimDag
  * Change the way a task is considered as ready. Instead of removing 
    dependencies when a task is done, a counter is decreased. This way,