Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-13 | Huh, there should be more here...I...uh...I'm confused. | Mike Buland | |
2008-11-11 | david - added operator= and copy constructor to Bu::Array, and updated unit ↵ | David | |
tests to test it | |||
2008-10-20 | Hey, Bu::Array supports erasing elements in two distinct, yet flavourful ways. | Mike Buland | |
2008-09-24 | Something may be wrong. | Mike Buland | |
2008-09-24 | Wow, I realized that the Bu::Array class wasn't finished, and went ahead and | Mike Buland | |
wrote it, it's pretty feature complete, index, append, iterators. You can't delete anything yet, exactly, but that's tricky in an array anyway, basically you just want to be able to remove elements from the end, and that's halfway there. Also, fixed some documentation and minor issues in Bu::Set, and made the Bu::Archive include fewer other classes while still defining archive oprators for them. I think I may yet move those into the headers for the classes that are being stored instead, makes a little more sense. I also would like to move the Exception classes out of the exceptions.h file and into the appropriate class' files'. There still should probably be a couple of general ones in there, or maybe just in exceptionbase.h, we'll see. | |||
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2007-11-15 | david - adding license tag to the top of all header files | David | |
2007-10-03 | Nothing about function. I added a bunch of docs and re-arranged a bunch of | Mike Buland | |
the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute. | |||
2007-09-05 | Fixed a couple of uber-minor compilation bugs. | Mike Buland | |
2007-09-05 | This commit has part of an Array class, I'm just not sure I really need it | Mike Buland | |
right now. Unfortunately it doesn't compile right now, if you want to build this version, just delete array. On the other hand, Bu::List now has enqueue/dequeue functions. |