Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some unused-but-set-variable warnings comming from gcc 4.6
[simgrid.git] / src / gras / DataDesc / ddt_parse.c
2011-09-15 Martin Quinsonfix some unused-but-set-variable warnings comming from...
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-02-17 agierschMake PARSE_ERROR a variadic macro too.
2011-02-17 agierschMake XBT_{IN,OUT,HERE} function-like macros.
2011-02-17 agierschUse new style logging macros.
2010-12-01 agierschFree keyname for all execution paths.
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-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-18 mquinsonReindent some code, no real change (should do it for...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-21 mquinsonKill malek's leftovers
2007-09-21 cheriermadd_free_f use now a pointer to a free function
2007-02-07 cheriermchange free function by xbt_free_f
2006-12-07 mquinsonrework some error messages that flavien didn't understo...
2006-11-14 mquinsonPlug a memleak
2006-06-13 mquinsonNew annotation for the parsing macro: subtype. We can...
2006-05-24 mquinsonSanitize the log channels naming scheme in GRAS too
2006-05-22 mquinsonAllow to exchange fixed-sized arrays which size is...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2005-09-30 mquinsonallow the size of multidimentional objects to be given...
2005-08-07 mquinsonFinish the xbt_error_t eradication. As side effect...
2005-08-07 mquinsonDo not specify to gcc that this static function may...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-05-25 mquinsondifferentiate the types 'char[22]' and 'unsigned char...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-06 mquinsonPlug a memleak when using the parser
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-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-12 mquinson[after] last minute bug fixes
2004-08-11 mquinson Version 0.6 (protocol not changed; ABI expended)
2004-07-27 mquinson2004-07-26 Martin Quinson
2004-07-24 mquinsonSome more debuging message, allowing to catch and destr...
2004-07-24 mquinsonFix miscasted logging arguments
2004-07-23 mquinsonMore verbose error message
2004-07-13 mquinsonplease close the structure behind you
2004-07-11 mquinsonFirst version of the structure parsing macro, and assoc...