aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
2007-06-07The Stream Filter archetecture is finished, it's actually much cooler than IMike Buland
2007-06-07The new taf interfaces seem to work just fine, except for saving and that loadedMike Buland
2007-06-07Except for an excessive amount of debug info, I finally got the delete codeMike Buland
2007-06-06Except for storing the data somewhere, the TafReader is more or less done.Mike Buland
2007-06-05Added a basic ringbuffer, it should be nice and quick, but may be bad to useMike Buland
2007-05-17As evidenced by my latest test, the Bu::FString copy is actually slower thanMike 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-05-08Added the TAF format structures and XML format structures, I'm making up TAFMike Buland
2007-04-26Merged Ito and put it in the BU namespace. I should probably clean up theMike Buland
2007-04-10I did it, the streams don't start with an S now.Mike Buland
2007-04-03The file stream is imported and works, as does our first test, and the newMike Buland
2007-04-03The first batch seem to have made it alright. Unfortunately the Archive classMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2007-03-21Fixed another random bug in the string compare for raw strings.Mike Buland
2007-03-19Fixed some bugs and added some new goo. You can serialize FStrings and HeshesMike Buland
2007-03-15This version may break hashing of strings, but at least you can hash FStrings...Mike Buland
2007-03-15Looks like FString is ready for general consumption, not too shabby.Mike Buland
2007-03-15FString is totally usable, a few more helpers must be written before it surpasesMike Buland
2007-03-14Now fixed the xml escaping...sigh.Mike Buland
2007-02-27This may require slightly more testing, but basically I made ConnectionManagerMike Buland
2007-02-19The formula system works just fine, just no functions yet, but I don't need themMike Buland
2007-02-17Tweaked the stream classes, added an example, and the begining of a formulaMike Buland
2006-12-18A second test for the new hash system.Mike Buland
2006-11-27Added the new OrdHash, check the test file for an example.Mike Buland
2006-11-24david - added sizeDavid
2006-11-24Added a simple smart-pointer. It deletes what's in it automatically and doesMike Buland
2006-11-22Fixed a silly mistake that made the whole thing useless when using strings.Mike Buland
2006-11-21Fixed the rest of the -Wall complaints. This has made the xmlrepltestMike Buland
2006-11-21Hash uses real exceptions now, and has a clear() function.Mike Buland
2006-11-21Added a has function to HashMike Buland
2006-11-21Added erase functionality, and specializations for using ints as hash keys, soMike Buland
2006-11-21Wow, craziness. Part way through working on the confpair system I got someMike Buland
2006-11-21Adding a new config-system that should be easy to make derive from xml. Or justMike Buland
2006-11-02Added the SBuffer class, a memory buffer that can be used like a stream. Yay!Mike Buland
2006-10-31Expanded the scope of the stream system to include positional functions. UpdatedMike Buland
2006-10-31Changed the file class to be SFile so that it will collide less, all of themMike Buland
2006-10-31Added an sha1 class...Mike Buland
2006-10-11Rearranged the tests, now it's like the old style, which I like more for someMike Buland
2006-10-11Despite some svn oddness, I'm now moving to a new setup for the tests, that'sMike Buland