Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simply say fun_ptr(...) instead of (*fun_ptr)(...).
[simgrid.git] / src / gras / Msg / gras_msg_exchange.c
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryFix gcc 4.6 warnings about clobbered variables with...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-28 Christophe ThiéryWith optimizations, gcc 4.6 warns about clobbered variables
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschUse new style logging macros.
2010-11-25 mquinsonmore explicit error messages
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-26 mquinsonmore debugging
2009-05-18 mquinsonBe more verbose when propagating local exceptions
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonReindent, no real change
2008-06-18 mquinsonMore informative error messages
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-10 mquinsoncosmetics
2007-08-06 mquinsona bit more debugs
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-17 mquinsonMake the check that RPC return something more strict
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...