History log of /haiku/headers/private/kernel/util/MinMaxHeap.h
Revision Date Author Comments
# e46f284a 29-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: MinMaxHeap: Fix unused variable warnings


# 3309bf33 22-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Make MinMaxHeap::Peek*() const


# 7f8cf14b 28-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

scheduler, kernel/util: Fix style issues


# 14e36af6 20-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel[/util]: Fix debug builds


# ed8627e5 23-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Fix MinMaxHeap::_GrowHeap()


# 4c499443 22-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Fixes in [MinMax]Heap implementation


# 5cf9b69b 21-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Minor improvements in Heap and MinMaxHeap

* [MinMax]Heap::ModifyKey(): Do not attempt to move node if the key
actually hasn't changed.
* Allow allocating initial array at construction.


# 5cbf2272 20-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Allocate only one array in MinMaxHeap


# 18c0d163 17-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Add MinMaxHeap implementation


# e46f284adc620394087b1761e2581bb70f3c9315 29-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: MinMaxHeap: Fix unused variable warnings


# 3309bf33c7a43fe718fe1e5707f50750753422c1 22-Dec-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Make MinMaxHeap::Peek*() const


# 7f8cf14b711fae638e2c089afb9513461513100f 28-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

scheduler, kernel/util: Fix style issues


# 14e36af649464ae1bee6710b9ec27b196eca98ef 20-Nov-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel[/util]: Fix debug builds


# ed8627e5358e6bd5b901545c79a4f58c51c838b3 23-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Fix MinMaxHeap::_GrowHeap()


# 4c4994435d83053a5b4536dabab8a755af97d59c 22-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Fixes in [MinMax]Heap implementation


# 5cf9b69b498bff8d197b1ea6ca2b2c47094890fd 21-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Minor improvements in Heap and MinMaxHeap

* [MinMax]Heap::ModifyKey(): Do not attempt to move node if the key
actually hasn't changed.
* Allow allocating initial array at construction.


# 5cbf227236afa227e172a3ea7d5127a9ab0770dc 20-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Allocate only one array in MinMaxHeap


# 18c0d163ede074f15215e2c9caec15ae4cbd0f26 17-Oct-2013 Pawel Dziepak <pdziepak@quarnos.org>

kernel/util: Add MinMaxHeap implementation