Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright notices
[simgrid.git] / src / xbt / dict.c
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-06-15 Gabriel CoronaRemove PRINTF_STR
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Gabriel CoronaUse xbt_strdup instead of strdup
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-28 Gabriel Corona[xbt] Add unit test got xbt_dict with arbitrary (not...
2015-04-27 Christian HeinrichRemoved keyword 'register' from files.
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-11 Paul BédarideAdd vm tesh
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-04 Arnaud GierschAvoid to use static variables from inside a non-static...
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-07 Arnaud GierschUse correct type for found.
2013-10-07 Arnaud GierschRework test logic, and add one more case.
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-14 Arnaud GierschRemove unused static functions.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Martin QuinsonEnsure that the mallocator are really inactive when...
2012-06-13 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-12 Arnaud GierschRename functions xbt_dict_hash*() to xbt_str_hash().
2012-06-12 Marion Guthmullerfix merge conflict
2012-06-11 jbrvMove XBT hash functions to xbt_str.c and make them...
2012-03-30 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-28 Arnaud GierschCosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-02-21 Arnaud GierschDon't hide variables with multiple declarations.
2012-02-09 Arnaud GierschRemove tests for deprecated multi-level dictionaries.
2012-02-09 Arnaud GierschMark multi-level dictionaries as deprecated.
2012-02-09 Arnaud GierschRemove declarations for non-existent functions.
2012-02-08 Arnaud GierschRemove tests for deprecated dicts of scalars.
2012-02-08 Arnaud GierschMark integer dicts as deprecated.
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Arnaud GierschUse simpler names for tests on dicts.
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 GierschAdd some tests for homogeneous dicts (global free funct...
2011-12-01 Arnaud GierschDefine xbt_dict_new_homogeneous().
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 GierschAdd two fields to struct dict, in prevision of homogene...
2011-12-01 Arnaud GierschRewrite integer dicts using regular dicts.
2011-12-01 Arnaud GierschA mallocator for dict structs is a bit overkill.
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-28 Arnaud GierschRemove useless internal functions.
2011-11-23 Arnaud Gierschxbt_dict_new_ext() doesn't exist anymore.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschRemove usage of xbt_dict_size().
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-07 Christophe ThiéryAdd some _XBT_GNUC_UNUSED to avoid compilation warnings...
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-07 Arnaud GierschRemove unused variables.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschFix documentation for xbt_dict_set.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-17 agierschUse new style logging macros.
2010-10-21 agierschFix bug in xbt_dicti_set: previous was not updated.
2010-10-11 alegrandIndent include and src using this command:
2010-09-28 cristianrosaFix a 3 years old bug in the dictionary's function...
2010-08-10 coldpeacetest dict before giving its size...
2010-08-09 coldpeaceadd new function : xbt_dict_is_empty
2010-06-24 navarropSome log default categories are already defined.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-05-08 mquinsonThe mallocators of dict and fifo are created in pre...
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2010-04-01 mquinsonHow can I be so stupid to need 3 commits for a simple...
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonxbt_dict: allow to have integer key and data
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-07-13 mquinsonfix a constness
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
next