summaryrefslogtreecommitdiff
path: root/prio-queue.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-05-01Merge branch 'jk/prio-queue-avoid-swap-with-self'Libravatar Junio C Hamano1-1/+1
2017-04-24prio_queue_reverse: don't swap elements with themselvesLibravatar Jeff King1-1/+1
2017-01-30use SWAP macroLibravatar René Scharfe1-3/+1
2014-07-15prio-queue: make output stable with respect to insertionLibravatar Jeff King1-5/+10
2014-07-15prio-queue: factor out compare and swap operationsLibravatar Jeff King1-24/+25
2013-06-11sort-in-topological-order: use prio-queueLibravatar Junio C Hamano1-0/+13
2013-06-11prio-queue: priority queue of pointers to structsLibravatar Junio C Hamano1-0/+71