index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
heap.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2011-01-20
Bu::FString is now String, and there's a shell script to fix any other programs
Mike Buland
2010-10-06
Changed the Bu::Heap to allow iteration, and added lots of cool features to
Mike Buland
2010-02-13
Added and updated the license info in all the source files, they still said
Mike Buland
2009-12-06
I corrected a peculiar heap corner case that caused an infinite loop.
Mike Buland
2009-11-18
Hey, fixed the problems in heap. It should now work properly no matter what the
Mike Buland
2009-11-12
I've started my campaign to clean up all of the header files in libbu++ as far
Mike Buland
2009-07-31
I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and
Mike Buland
2008-02-19
Oops. I made the Bu::Heap API look like a stack, not a queue, that's been
Mike Buland
2008-02-19
I believe this will do the trick. The Bu::Heap class now uses the appropriate
Mike Buland
2008-02-19
Bu::Heap is a real class, it works great, except it doesn't grow right now.
Mike Buland