aboutsummaryrefslogtreecommitdiff
path: root/src/list.h (follow)
AgeCommit message (Expand)Author
2011-05-11Tweaked the interface very slightly for insertSorted, very handy change.Mike Buland
2011-05-06Added find operators to list.Mike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-10-15RingBuffer is now SharedCore. I think that's all the container classes, thereMike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland
2010-05-02Minor bug deleting last element of linked lists.Mike Buland
2010-04-23Minor updates to the List class, unchecked corner cases.Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2009-12-19Added a couple helpers, peekPop(), and an addition operator.Mike Buland
2009-12-06I corrected a peculiar heap corner case that caused an infinite loop.Mike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2009-10-16Finally added the substream class, and added getByPath (for properties) andMike Buland
2009-09-15Minor change, added a new constructor for lists that lets you append the firstMike Buland
2009-09-09Fixed a unit test, and added some fixes and new queue functions to list, fuck itMike Buland
2009-09-04Wow, I should check this in the other containers. I should have known better,Mike Buland
2009-08-28Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List,Mike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland
2009-08-20Added a typedef to the cache, and most list manipulation functions now returnMike Buland
2009-08-14Massive freaking changes!!!Mike Buland
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