summaryrefslogtreecommitdiff
path: root/prio-queue.c
AgeCommit message (Expand)Author
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2018-11-02prio-queue: add 'peek' operationDerrick Stolee
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-05-01Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano
2017-04-24prio_queue_reverse: don't swap elements with themselvesJeff King
2017-01-30use SWAP macroRené Scharfe
2014-07-15prio-queue: make output stable with respect to insertionJeff King
2014-07-15prio-queue: factor out compare and swap operationsJeff King
2013-06-11sort-in-topological-order: use prio-queueJunio C Hamano
2013-06-11prio-queue: priority queue of pointers to structsJunio C Hamano