From a6c7fab3f5e03dcbd74104121f858c8daf2b6f65 Mon Sep 17 00:00:00 2001 From: coldpeace Date: Fri, 30 Jul 2010 14:06:51 +0000 Subject: [PATCH] update ChangeLog git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8080 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85a4d3e24f..d628c27c64 100644 --- 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, -- 2.20.1