Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect mallocators for concurrent acces only with parallel mode.
[simgrid.git] / src / surf / surf_action.c
2012-10-24 Maximiliano GeierPull changes to push BitTorrent fix
2012-10-23 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-23 Arnaud GierschCall gap_remove in generic_update_actions_state_lazy...
2012-05-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-22 navarroMerge ... cpu_update_actions_state_full and net_update_...
2012-05-22 navarroMerge cpu_update_actions_state_lazy and net_update_acti...
2012-05-22 navarroMerge cpu and network
2012-05-10 navarroMerge cpu and network for action functions.
2012-03-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-14 Martin Quinsonfactorize some more code so that supernovae works again
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-16 NavarropGet rid of all these nasty _im_.
2011-12-16 NavarropMerge network.c and network_im.c
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-02-02 thieryC99 allows us to put %zu after all
2011-02-02 thieryA cast is needed here to avoid warnings in both 32...
2011-02-01 thieryFix a compilation warning introduced by r9557
2011-02-01 thieryUse a mallocator for the Surf actions
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-04-25 mquinsonFix copyright headers
2009-12-11 mquinsonMore explicit inline marking of functions
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-07-01 mquinsonMove surf_action related function to a specific file