Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate with newest flex, so that new gcc paranoia get dealt with
[simgrid.git] / src / gras / DataDesc / cbps.c
2008-05-21 mquinsonkill all free_string functions declared locally to...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2006-08-22 mquinsonUse the new dict_reset function to improv perfs a bit
2006-06-09 mquinsonMore informative logging
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
2005-10-02 mquinsonI must have been drunk when I did the previous version...
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-09-09 mquinsonPerf improvement: reduce the amount of cbps creation...
2005-09-05 mquinsonMake sure that the code still compiles with the freakin...
2005-08-07 mquinsonKill some more xbt_error_t
2005-08-07 mquinson- Found a strdup left over. Use xbt_strdup instead.
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-06-04 mquinsontype callbacks now get the typedesc they operate on...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 mquinsonContinue doxygenification
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-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-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonfix the inclusion paths
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-08-08 mquinsonMore verbose debug
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonLet it work
2004-07-24 mquinsonopen a frame on cbps creation, and close one on deletion
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-04-21 mquinson [Data description]
2004-03-04 mquinsoncallbacks' persistant state. Almost no change from...