Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Improve MSG doc a bit
[simgrid.git] / src / msg / msg_actions.c
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschCast is mandatory here.
2012-02-21 Arnaud GierschRemove unused variable.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschUse homogeneous dictionaries whenever possible.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-10 Christophe ThiéryClean MSG source file names
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-22 agierschFix build error: implicit declaration of function ...
2011-02-18 navarropWe need include simgrid_config.h for function getline.
2011-02-17 navarropRemove unused include "simgrid_config.h"
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschReview const attribute for pointers..
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-10 mquinsonbugfix in trace replay: cannot use split_in_place if...
2010-12-07 mquinsonlast try for tonight to speed the trace replayer
2010-12-07 mquinsonnew function: MSG_action_paranoid_mode_set (allowing...
2010-12-07 thieryFix more memory leaks
2010-10-11 alegrandIndent include and src using this command:
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-05-10 mquinsonImprove error message since this can also be caused...
2010-04-25 mquinsonFix copyright headers
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-01-28 mquinsonSome more memleaks removed
2010-01-28 mquinsonDisplay a warning if some actions remain to be done...
2010-01-28 mquinsonOn the fly parsing of the actions file. One idle proces...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-05 mquinsonfirst draft of the action runner