Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
S4U version of actor-yield example
[simgrid.git] / src / xbt / heap.c
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-26 Arnaud GierschChange xbt_heap_rm_elm to return the removed element...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-18 Martin Quinsonplease sonar a tiny bit
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-03-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-26 Martin Quinsonlet xbt_heap_free(NULL) be a noop
2016-03-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-15 Frederic Suterwhat a wonderful night in XBT ...
2016-03-06 Martin Quinson'inline' is C99, remove portability the layer
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-26 Martin Quinsonnew function: remove a given element of the xbt_heap
2014-09-19 Augustin Degomme[xbt/surf] Change the costly heapremove+heapinsert...
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.
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-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
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-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-21 Arnaud LegrandAvoid stupid segfault on DEBUG when heap is empty.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
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...