Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / src / gras / DataDesc / ddt_exchange.c
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-08-19 mquinsonno need for that verbose output anymore
2009-08-19 mquinsonMore verbose on cycle detection
2009-08-19 mquinsonGreat simplification in a code appearing to be broken...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonAdd regression tests for the lastly fixed bugs in GRAS...
2009-05-18 mquinsonAllow the exchange of 0-long dynamic vectors
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2009-04-28 mquinsonSome more debug
2007-11-16 cheriermdon't cast the long int to avoid the warning but adapt...
2007-11-16 cheriermThis avoid a warning on the Microsoft compiler
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermThis change allow to avoid the Visual C++ compiler...
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-02-07 cheriermchange free function by xbt_free_f
2006-09-28 mquinsoncosmetics
2006-09-28 mquinsoncosmetics
2006-08-27 mquinsonAlso reset the refs dict instead of freeing it each...
2006-08-22 mquinsoncosmetics (add missing braces so that adding debugging...
2006-07-06 mquinsonalso save the cbps in SG, the same way I do in RL since...
2006-06-09 mquinsonAutomatically generate matrices datatype description...
2006-05-29 mquinsonBetter choice of what is debug and what is verbose
2006-05-28 mquinsonLet's be really verbose about what gets copied on the...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2006-03-30 mquinsonMore debuging, that's what we need
2005-10-02 mquinsonSome more debugs
2005-09-30 mquinsonBug fix: Do not use the same name 'count' for two diffe...
2005-09-21 alegranda few casts to help compilation with gcc-4.0
2005-09-09 mquinsonPerf improvement: reduce the amount of cbps creation...
2005-09-08 mquinsonRework the Transport layer to simplify it and improve...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-09-05 mquinsonImplement gras_datadesc_copy. Was actually easier than...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-07 mquinsonchange mismatch_error to not_found_error where appropriate
2005-08-07 mquinsonSimplify a bit the way the exceptions are handled
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-02 mquinsons/TRY/TRYOLD/ I'd like to introduce a TRY macro in...
2005-06-27 mquinsonStop implementing bit fields manually, and ask the...
2005-06-25 mquinsoncosmetics
2005-06-04 mquinsontype cb now receive the typedesc they operate on; sanit...
2005-05-25 mquinsonCheck args before segfaulting on user
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2004-12-31 mquinsonAdd the IDL compilation. But since it's WAYS broken...
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-10 mquinsonFix (c) dates
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
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]