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