X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6eefaa5a3198ebff98651ac72501367e4195ded..a6c7fab3f5e03dcbd74104121f858c8daf2b6f65:/ChangeLog 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,