Age | Commit message (Expand) | Author |
2011-05-11 | Tweaked the interface very slightly for insertSorted, very handy change. | Mike Buland |
2011-05-06 | Added find operators to list. | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2010-10-15 | RingBuffer is now SharedCore. I think that's all the container classes, there | Mike Buland |
2010-10-14 | SharedCore has more features now, which is cool, including a test to see if | Mike Buland |
2010-05-02 | Minor bug deleting last element of linked lists. | Mike Buland |
2010-04-23 | Minor updates to the List class, unchecked corner cases. | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2009-12-19 | Added a couple helpers, peekPop(), and an addition operator. | Mike Buland |
2009-12-06 | I corrected a peculiar heap corner case that caused an infinite loop. | 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-10-16 | Finally added the substream class, and added getByPath (for properties) and | Mike Buland |
2009-09-15 | Minor change, added a new constructor for lists that lets you append the first | Mike Buland |
2009-09-09 | Fixed a unit test, and added some fixes and new queue functions to list, fuck it | Mike Buland |
2009-09-04 | Wow, I should check this in the other containers. I should have known better, | Mike Buland |
2009-08-28 | Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List, | Mike Buland |
2009-08-21 | Added loads of debugging to sharedcore, we're sure it's to blame, but not as | Mike Buland |
2009-08-20 | Added a typedef to the cache, and most list manipulation functions now return | Mike Buland |
2009-08-14 | Massive freaking changes!!! | Mike Buland |
2009-08-09 | Really, just a lot of documenting. | Mike Buland |
2009-04-17 | More updates to the Bu::List::iterator and Bu::List::const_iterator, assignemnt | Mike Buland |
2009-04-16 | Hey, the list code is better, also, I fixed some stuff in socket (the | Mike Buland |
2009-04-06 | david - some odd problems with old gcc | David |
2009-02-27 | Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the + | Mike Buland |
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland |
2009-01-24 | Added some append and prepend functions and operators to Bu::List, now you can | Mike Buland |
2009-01-12 | The Bu::List::end() function was returning a null pointer instead of a | Mike Buland |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland |
2008-09-24 | Ok, now all the warnings are gone (except for those coming from nids, but that's | Mike Buland |
2008-06-07 | Fixed the bugs in the archive system. Both the List container and FString had | Mike Buland |
2008-04-28 | Apparently there were a number of things that weren't strict ISO C++, the new | Mike Buland |
2008-02-20 | Applied an update from Hash to Set (they're basically the same logic/code, in | Mike Buland |
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 |
2007-09-05 | This commit has part of an Array class, I'm just not sure I really need it | Mike Buland |
2007-08-23 | The list now supports insertSorted, and the UnitSuite supports more options, | Mike Buland |
2007-07-11 | *whimper* | Mike Buland |
2007-07-11 | Maybe? | Mike Buland |
2007-07-11 | I guess I fixed some list stuff... | Mike Buland |
2007-07-07 | david - added a return to a non-void function | David |
2007-07-06 | Ok, some more fixes to the iterators in Bu::List | Mike Buland |
2007-07-06 | Fixed an annoying bug in Bu::List::erase that caused you to not be able to call | Mike Buland |
2007-07-02 | The list has an isEmpty funcion, and the socket may have a new read function | Mike Buland |
2007-06-28 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland |
2007-06-18 | david - did more documenting | David |
2007-06-18 | david - writing code documentation... | David |
2007-06-06 | The TafReader is more general and much nicer, and about to actually construct | Mike Buland |
2007-06-05 | Added a basic ringbuffer, it should be nice and quick, but may be bad to use | Mike Buland |
2007-05-17 | Lots of cool new stuff, the Server class actually works for everything except | Mike Buland |