Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where possible.
[simgrid.git] / src / xbt / dynar.c
2012-03-28 Arnaud GierschCosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where...
2012-03-07 navarroAdd a function to merge 2 dynar to avoid xbt_dynar_push...
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-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-07 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-05 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-30 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-11-29 Arnaud GierschFree mutex in xbt_dynar_to_array.
2011-11-29 Arnaud GierschAvoid the temporary malloc in xbt_dynar_to_array.
2011-11-28 Arnaud GierschRemove an useless (but optimized!) memcpy.
2011-11-28 Arnaud GierschAvoid to clear mem for the last element.
2011-11-28 Arnaud Giersch_xbt_clear_mem is used only once. Use memset directly.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_shrink/_xbt_dynar_expand.
2011-11-28 Arnaud GierschThere's no point in clearing mem in _xbt_dynar_expand.
2011-11-28 Arnaud GierschKill dead (commented) code.
2011-11-28 Arnaud GierschFactorize code for xbt_dynar_set/xbt_dynar_set_at_ptr.
2011-11-28 Arnaud GierschUnlock dynar at proper place.
2011-11-28 Arnaud GierschDon't call _xbt_dynar_expand when it's not needed.
2011-11-28 Arnaud GierschDon't clear mem before free.
2011-11-22 Marion Guthmullermerge conflicts
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-02 Marion Guthmullermodel-checker : add or remove debug information
2011-10-28 Martin Quinsonmark as volatile variables that are used within TRY...
2011-10-20 Martin Quinsonmerge branches
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-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-05-17 Pierre-Nicolas ClaussMerge back master branch.
2011-05-17 Arnaud GierschUse realloc and make _xbt_dynar_expand a bit faster.
2011-04-26 NavarropUse function mergesort against qsort if possible.
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe Thiéryxbt_dynar_map did not work well with dynars of structs.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-10 navarropFree dynar after use in xbt_dynar_compare.
2011-02-22 agierschReceived a dynar, and not a pointer to it.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-11 agierschRemove useless operation.
2010-12-07 mquinsonxbt_dynar_to_array now destroys the dynar. The caller...
2010-12-02 suterAdd a new function xbt_dynar_to_array that transforms...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-30 mquinsontypo--
2010-11-30 mquinsonalso fix xbt_dynar_set like xbt_dynar_set_at_ptr by...
2010-11-30 mquinsonBugfix: set the dynar's value to 0 for the expanded...
2010-11-28 alegrandFix broken doc
2010-11-22 navarropPrint more information in xbt_dynar_compare.
2010-11-15 mquinsonan unsigned int cannot be negative, no need to enforce
2010-11-15 agierschFix dynar test: cpt should be signed.
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 thieryFix compilation warnings in the dynar test
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-12 mquinsonTest that insert/replace/remove functions of dynars...
2010-11-12 mquinsonDo not enforce that the idx is within the bounds for...
2010-11-05 navarropAdd function xbt_dynar_compare
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniCosmetics
2010-06-24 navarropSome log default categories are already defined.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-06-14 suterRhhaaa, use the __compar_fn_t type defined in stdlib...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
2010-05-05 mquinsonBug fix in xbt_dynar_shrink(): use the right element...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-25 mquinsonImprove the code dynar example by explaining that freei...
2010-04-09 mquinsonAllow to use xbt_dynar_shrink() to expend the dynar...
2010-04-09 mquinsonavoid memmove(..,..,0) which seems to cause trouble...
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-03-26 mquinsonDeal with negative indices the same way than too big...
2009-03-26 mquinsondynars: use inline functions instead of macros + releas...
2009-03-04 mquinsontypo in unit test name
2008-09-10 mquinsonreindent (with eclipse)
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-23 mquinsonprintf format fixups
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-26 mquinsonIn free, do use a version of map that assumes that...
2007-09-21 mquinsondo not return after a THROW. Fix the THROW macro if...
2007-09-21 cheriermdeclaration of the variables at the begining of the...
2007-08-06 mquinsonname threads to easy debugging
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
next