aboutsummaryrefslogtreecommitdiff
path: root/src/list.h (follow)
AgeCommit message (Expand)Author
2009-08-09Really, just a lot of documenting.Mike Buland
2009-04-17More updates to the Bu::List::iterator and Bu::List::const_iterator, assignemntMike Buland
2009-04-16Hey, the list code is better, also, I fixed some stuff in socket (theMike Buland
2009-04-06david - some odd problems with old gccDavid
2009-02-27Fixed a bug in Bu::FString, it wouldn't concatinate properly when using the +Mike Buland
2009-02-08So many updates. I recommend using the new FString iterators instead of directMike Buland
2009-01-24Added some append and prepend functions and operators to Bu::List, now you canMike Buland
2009-01-12The Bu::List::end() function was returning a null pointer instead of aMike Buland
2008-12-20All of the basic, core workings of the Cache are complete, and tested. EvenMike Buland
2008-09-24Ok, now all the warnings are gone (except for those coming from nids, but that'sMike Buland
2008-06-07Fixed the bugs in the archive system. Both the List container and FString hadMike Buland
2008-04-28Apparently there were a number of things that weren't strict ISO C++, the newMike Buland
2008-02-20Applied an update from Hash to Set (they're basically the same logic/code, inMike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15david - adding license tag to the top of all header filesDavid
2007-10-03Nothing about function. I added a bunch of docs and re-arranged a bunch ofMike Buland
2007-09-05This commit has part of an Array class, I'm just not sure I really need itMike Buland
2007-08-23The list now supports insertSorted, and the UnitSuite supports more options,Mike Buland
2007-07-11*whimper*Mike Buland
2007-07-11Maybe?Mike Buland
2007-07-11I guess I fixed some list stuff...Mike Buland
2007-07-07david - added a return to a non-void functionDavid
2007-07-06Ok, some more fixes to the iterators in Bu::ListMike Buland
2007-07-06Fixed an annoying bug in Bu::List::erase that caused you to not be able to callMike Buland
2007-07-02The list has an isEmpty funcion, and the socket may have a new read functionMike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-18david - did more documentingDavid
2007-06-18david - writing code documentation...David
2007-06-06The TafReader is more general and much nicer, and about to actually constructMike Buland
2007-06-05Added a basic ringbuffer, it should be nice and quick, but may be bad to useMike Buland
2007-05-17Lots of cool new stuff, the Server class actually works for everything exceptMike Buland
2007-05-15SPtr is now Bu::ified, and the List class now acts the way we think const listsMike Buland
2007-05-11Added a list template class, seems to work pretty well for now, I may haveMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland