aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h (follow)
AgeCommit message (Expand)Author
2007-10-20Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.Mike Buland
2007-10-08More updates, I'll doc them later, http works, client is less picky.Mike Buland
2007-10-04Discovered that the Bu::Client::disconnect() function didn't do anything. ThatMike Buland
2007-09-04Added the Bu::FString::expand() function, which expands the string in placeMike Buland
2007-08-14Fixed a crash in the FString::prepend function on a null string corner case.Mike Buland
2007-08-05Minor FString change.Mike Buland
2007-08-05Bu::Fstring doesn't give that stupid return warning anymore.Mike Buland
2007-07-18Incorporated a patch contributed by Brandon CS Sanders that allows libbu++ toMike Buland
2007-07-11Fixed a horrifying FString bug.Mike Buland
2007-07-10OK, this time I really fixed it so that it compares raw strings and FStringsMike Buland
2007-07-10Updated the FString to const char * string comparison, it should work betterMike Buland
2007-07-10More FString updates, this one fixes the hashing and string comparison.Mike Buland
2007-07-10Fixed a bunch of stuff, I don't even know what...Mike Buland
2007-07-09Fixed a bug in a new constructor.Mike Buland
2007-07-09Removed the refconuting for now, it just copies the string. Obviously it isMike Buland
2007-07-03Added an assignment operator to get data from comparable std::basic_stringMike Buland
2007-06-30For now we have no const char * cast operator on FString, ISO C++ says that weMike Buland
2007-06-29A few changes here and there, mainly related to getting the new Server systemMike Buland
2007-06-28The FString has more things that it can do...now.Mike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-27More fstring stuff.Mike Buland
2007-06-27Added more functions to fstring, now it has isSet and a bool cast operator.Mike Buland
2007-06-26Fixed a minor bug in FString, and added the Logger and a test...it's cool, andMike Buland
2007-06-18david - writing code documentation...David
2007-06-11Another few fixes for zero-length strings in fstring.Mike Buland
2007-06-11Corrected another issue with the prefix * iterator operator in Bu::Hash, it wasMike Buland
2007-06-07The Stream Filter archetecture is finished, it's actually much cooler than IMike Buland
2007-05-17As evidenced by my latest test, the Bu::FString copy is actually slower thanMike Buland
2007-05-11Added a list template class, seems to work pretty well for now, I may haveMike Buland
2007-05-07Added some more helpers to FString, now contemplating a cast operator to aMike Buland
2007-04-10Well, we've got the basis of a workable unit test harness thing. There shouldMike Buland
2007-04-10Woo, changed the name of Achable to Archival, I dig that, and added the ground-Mike 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-27Fixed a const issue in the fstring.Mike Buland
2007-03-25Some more updates to Hash and FString.Mike Buland
2007-03-23Added another function to FString.Mike Buland
2007-03-20Minor updates to the Hash and FString, Hash got a getKeys function, and FStringMike Buland
2007-03-19Fixed some bugs and added some new goo. You can serialize FStrings and HeshesMike Buland
2007-03-15Fixed a constness issue. It's pretty good to go.Mike 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-09The string thing compiles.Mike Buland
2007-03-07Started the fstring class, could be good.Mike Buland