Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed a bunch of unused variables. Mostly some xbt_error_t errcode that
[simgrid.git] / src / gras / DataDesc / ddt_exchange.c
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-15 mquinsonDo not use uninitialized vars (last commit was brain...
2004-11-15 mquinsonDo declare variables at the begining of the block,...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Eradication...
2004-10-07 mquinsonAvoid memcpy while retrieving data from dynars (speed up)
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-16 mquinsonalpha portability again (damn size_t)
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-10 mquinson Version 0.5 (protocol not changed; ABI changed)
2004-08-08 mquinsoninline all helping functions
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonFix miscasted logging arguments
2004-07-13 mquinsontake care of the architecture maximal boundary when...
2004-07-11 mquinsonmake sure union and struct are closed before exchange...
2004-07-07 mquinsonOptimization: Send/recv array of scalar in one shoot
2004-07-03 mquinsonFix the ugly case of reference to dynamic array.
2004-06-21 mquinsonremove one indirection of gras_datadesc_recv to ease...
2004-06-11 mquinson [Data description]
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-26 mquinson [Messaging]