index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prio-queue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
prio-queue: use size_t rather than int for size
Jeff King
2024-12-20
1
-6
/
+9
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
prio-queue: add 'peek' operation
Derrick Stolee
2018-11-02
1
-0
/
+9
*
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
Merge branch 'jk/prio-queue-avoid-swap-with-self'
Junio C Hamano
2017-05-01
1
-1
/
+1
|
\
|
*
prio_queue_reverse: don't swap elements with themselves
Jeff King
2017-04-25
1
-1
/
+1
*
|
use SWAP macro
René Scharfe
2017-01-30
1
-3
/
+1
|
/
*
prio-queue: make output stable with respect to insertion
Jeff King
2014-07-15
1
-5
/
+10
*
prio-queue: factor out compare and swap operations
Jeff King
2014-07-15
1
-24
/
+25
*
sort-in-topological-order: use prio-queue
Junio C Hamano
2013-06-12
1
-0
/
+13
*
prio-queue: priority queue of pointers to structs
Junio C Hamano
2013-06-12
1
-0
/
+71