Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo + kill useless empty lines.
[simgrid.git] / src / xbt / dict_elm.c
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-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Arnaud GierschRemove unused log categories.
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 GierschMake dicts ready to accept homogeneous dictionaries.
2011-12-01 Arnaud GierschDefine a struct s_xbt_het_dictelm for holding the free...
2011-12-01 Arnaud GierschDefine xbt_dictelm_set_data, to reduce code duplication.
2011-12-01 Arnaud GierschAdd a dict parameter to dictelm functions.
2011-12-01 Arnaud GierschRewrite integer dicts using regular dicts.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRemove useless internal functions.
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
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2009-08-19 mquinsonGARGH. Fix a *nasty* long standing bug in dictionaries...
2009-07-13 mquinsonmerge the trace parser from file and the trace parser...
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-08-14 thieryUse mallocators for dictionaries
2006-08-09 thieryMalloc instead of calloc
2006-08-03 thieryReimplement dictionaries as hashtables
2006-07-18 mquinsonSanitize the XBT log chans, too. Arnaud did so for...
2005-08-07 mquinsonActually obey the key_len argument in exception messages
2005-08-07 mquinsonKill the xbt_memdup inline function since it's not...
2005-08-07 mquinsonSome more xbt_error_t eradication; change mismatch_erro...
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 mquinsonmulti dicts take care of their own logging category...
2005-03-01 mquinsonWrap potentially NULL strings to protect solaris
2005-02-23 alegrandKill dead code.
2005-02-23 mquinsonAdd a boolean to each node indicating whether it's...
2005-02-16 alegrandWorks better on this crappy SunOS5.8. F*ckin' prehistor...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
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-04 alegrandAdded a dichotomy to the dictionnaries. make check...
2004-11-03 alegrandUpdate or removal of needless comments.
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-08-18 mquinsonUseless cleanup
2004-07-24 mquinsonMore useful logging msg
2004-07-24 mquinsonDo deal properly with the fact that internal key are...
2004-07-24 mquinsonkeys are not null terminated. Deal with it in logging...
2004-06-03 mquinsonAPI cleanup: s/dict_insert/dict_set/ and s/dict_retriev...
2004-01-29 mquinson/me is stupid. Making a directory called core breaks...