Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not force the O2 parameter inside SMPI scripts
[simgrid.git] / src / xbt / heap.c
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-17 Arnaud GierschMerge branch 'vmtrace' again (don't try to undersatand...
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge branch 'vmtrace'
2013-01-16 Jonathan Rouzaud... Trying to fix modification with new master branch
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-18 Martin QuinsonUse xbt_malloc (and friends) instead of direct malloc()
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-27 Jonathan Rouzaud... Last version before merging with master
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-09 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-05 Arnaud GierschTypo.
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-02 thieryOptimize xbt heaps a little bit: xbt_heap_pop() is...
2010-10-11 alegrandIndent include and src using this command:
2010-06-04 navarropIncorrect use of conditionnal expressions
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-04-25 mquinsonFix copyright headers
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-02-16 cheriermsome windows thread functions versus pthread for contex...
2005-10-23 mquinsonThese modules does not use logging anymore now that...
2005-10-22 mquinsonSanitize the documentation of heap: group defined in...
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-02-27 mquinsonsplint'able
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandReorganizing and cleaning the doc
2005-01-29 alegrandupdating the doc
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-29 alegrandRha!
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-11 alegrandCosmetics.
2004-11-05 alegrandMissing #include.
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-02 alegrandPrivate functions are private.
2004-11-02 alegrandrenamed xbt_(*.[ch]) to \1.
2004-11-02 alegrandcosmetics
2004-10-29 alegrandFirst version of the xbt_heap, trying to follow the...