Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile with a recent flexml
[simgrid.git] / src / xbt / dict_cursor.c
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-01 Arnaud GierschDefine xbt_dictelm_set_data, to reduce code duplication.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRename dict structs to follow README.coding.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-09-08 NavarropRevert "Re-apply old patch A. Giersch 06/07/2010"
2011-09-08 NavarropRe-apply old patch A. Giersch 06/07/2010
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-17 agierschUse new style logging macros.
2010-10-11 alegrandIndent include and src using this command:
2010-05-05 mquinsonNew function: xbt_dict_cursor_set_data()
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2007-11-30 mquinsonMake dictionary internal table dynamic (and automatical...
2006-09-28 mquinsoncosmetics
2006-09-25 cheriermDeclare all variables at the begining for ANSI C standa...
2006-08-03 thieryReimplement dictionaries as hashtables
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2006-04-12 mquinsonRevert API breakage about xbt_ex_free since it was...
2006-04-07 mquinsonCatch up with the lastest API breakage
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
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-02-23 mquinsonBugfix: don't assume that null content means not found...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-11 mquinsondoxygenification of XBT
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-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-03-01 mquinsonFix description of gras_dict_cursor_step()
2004-01-29 mquinson/me is stupid. Making a directory called core breaks...