aboutsummaryrefslogtreecommitdiff
path: root/src/heap.h (follow)
AgeCommit message (Expand)Author
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland
2010-10-06Changed the Bu::Heap to allow iteration, and added lots of cool features toMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2009-12-06I corrected a peculiar heap corner case that caused an infinite loop.Mike Buland
2009-11-18Hey, fixed the problems in heap. It should now work properly no matter what theMike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2008-02-20Applied an update from Hash to Set (they're basically the same logic/code, inMike Buland
2008-02-19Oops. I made the Bu::Heap API look like a stack, not a queue, that's beenMike Buland
2008-02-19I believe this will do the trick. The Bu::Heap class now uses the appropriateMike Buland
2008-02-19Bu::Heap is a real class, it works great, except it doesn't grow right now.Mike Buland