summary refs log tree commit diff
path: root/prio-queue.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-02prio-queue: add 'peek' operationDerrick Stolee1-0/+9
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason1-2/+1
2017-05-01Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano1-1/+1
2017-04-24prio_queue_reverse: don't swap elements with themselvesJeff King1-1/+1
2017-01-30use SWAP macroRené Scharfe1-3/+1
2014-07-15prio-queue: make output stable with respect to insertionJeff King1-5/+10
2014-07-15prio-queue: factor out compare and swap operationsJeff King1-24/+25
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano1-0/+13
2013-06-11prio-queue: priority queue of pointers to structsJunio C Hamano1-0/+71