summaryrefslogtreecommitdiff
path: root/prio-queue.c
Commit message (Expand)AuthorAgeFilesLines
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* prio-queue: add 'peek' operationDerrick Stolee2018-11-021-0/+9
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano2017-05-011-1/+1
|\
| * prio_queue_reverse: don't swap elements with themselvesjk/prio-queue-avoid-swap-with-selfJeff King2017-04-241-1/+1
* | use SWAP macroRené Scharfe2017-01-301-3/+1
|/
* prio-queue: make output stable with respect to insertionJeff King2014-07-151-5/+10
* prio-queue: factor out compare and swap operationsJeff King2014-07-151-24/+25
* sort-in-topological-order: use prio-queueJunio C Hamano2013-06-111-0/+13
* prio-queue: priority queue of pointers to structsJunio C Hamano2013-06-111-0/+71