summaryrefslogtreecommitdiffstats
path: root/prio-queue.h
AgeCommit message (Expand)AuthorLines
2025-07-22prio-queue: add prio_queue_replace()René Scharfe-0/+8
2024-12-27prio-queue: fix type of `insertion_ctr`Patrick Steinhardt-2/+2
2024-12-20prio-queue: use size_t rather than int for sizeJeff King-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-5/+5
2018-11-02prio-queue: add 'peek' operationDerrick Stolee-0/+6
2014-07-15prio-queue: make output stable with respect to insertionJeff King-1/+7
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano-0/+3
2013-06-11prio-queue: priority queue of pointers to structsJunio C Hamano-0/+45