aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.cpp (unfollow)
AgeCommit message (Expand)Author
2010-03-03I think I just changed whitespace...Mike Buland
2010-03-01The CSV Reader now handles multiple comma characters in sequence without spacesMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-02-13What the HELL was I thinking? Apparently ItoAtom was never used, and it's soMike Buland
2010-02-12Well, it compiles. I think I may make newline inherit from buffer, I dunno...Mike Buland
2010-02-11Started working on a CSV reader, it's pretty much done, the CSV writer is justMike Buland
2010-02-10Changed the name of nids to Myriad, I like it, but I'm not getting rid of nidsMike Buland
2010-02-04david - Made a build-M3 file for building to windows (mingw). This one actual...David
2010-01-28Hmmm, the newline wasn't causing a flush, that's just silly, I should knowMike Buland
2010-01-25I had thought that I had done this ages ago. __cacheGetKey now has a generalMike Buland
2010-01-25The order of key, object in all of the cache related systems has beed fixed,Mike Buland
2010-01-22Ok, I'm officially waging war on ParamProc. When enough programs have switchedMike Buland
2010-01-15Documented more of MiniCron, and added some cool new help features to OptParser.Mike Buland
2010-01-14Created the minicron system. This is a cute little cron like implementationMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike Buland
2010-01-07Added a new class, RegEx, it does extended regular expressions for now, more toMike Buland
2010-01-07Added a function that really should have always been in FString...Mike Buland
2010-01-05Really minor tweaks, shouldn't effect anything that we have right now, really.Mike Buland
2009-12-21Added a trimBack fonction to FBasicString that removes all occurances of onceMike Buland
2009-12-21Ok, Process has been updated. You now must specify flags as the first parameterMike Buland
2009-12-20Sweet, build-m3 can totally replace build m2 as far as libbu++ is concerned,Mike Buland
2009-12-20I'm really just working on build, but I found an interesting problem, when aMike Buland
2009-12-19Added a couple helpers, peekPop(), and an addition operator.Mike Buland
2009-12-18Ok...sweet, the OptParser now supports everything the old one did, but in muchMike Buland
2009-12-18Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool,Mike Buland
2009-12-18The OptParser still needs help banners and more helper functions, but otherwise,Mike Buland
2009-12-16Signals is even safer and works even better. Also, OptParser is nearly done.Mike Buland
2009-12-16Signals are now not only typesafe, but also will throw an exception if you tryMike Buland
2009-12-16The new signal/slots system is in place, and works from 0-5 parameters rightMike Buland
2009-12-15Bugfix in Bu::FBasicString for null string comparisons.Mike Buland
2009-12-10Process is working much better, it actually follows the guidelines for most ofMike Buland
2009-12-06I corrected a peculiar heap corner case that caused an infinite loop.Mike Buland
2009-12-06Hmmm, this is better, yeah, I don't think it'll effect anyone for now...Mike Buland
2009-12-01The system shared object was just dangerous while developing, so I'm gettingMike Buland
2009-12-01Getting closer with the pointer formatter...Mike Buland
2009-11-24Added a replace function to fstring...sweeet.Mike Buland
2009-11-20Even more mingw.Mike Buland
2009-11-20Hey, mingw stuff, more of it.Mike Buland
2009-11-18Hey, fixed the problems in heap. It should now work properly no matter what theMike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2009-10-28Uuid now has a default gen function that will generate a uuid using the best,Mike Buland
2009-10-26Minor, cosmetic change to the TafWriter. It now writes group names that areMike Buland
2009-10-16Got rid of cgiutil, it was empty, it was all going to be duplicates of code inMike Buland
2009-10-16Finally added the substream class, and added getByPath (for properties) andMike Buland
2009-10-16Although this looks like a load of code changes, this represents no functionalMike Buland
2009-10-09david - more things in windows buildDavid
2009-10-05I just got rid of the float markers, we know we need a new float formatter, itMike Buland
2009-09-26Minor tweaks and fixes to Bu::VariantMike Buland
2009-09-25New Bu::Variant class. Store anything in it, get it out again, find out it'sMike Buland
2009-09-23Wow, ok, file was broken on changing position in the stream, it wouldn't resetMike Buland