aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.cpp (unfollow)
AgeCommit message (Expand)Author
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
2009-09-21Stupid prepend. A prepend function was missing, and the prepend functionsMike Buland
2009-09-18Added a handy readLine function, I've been meaning to do this for a while.Mike Buland
2009-09-15Minor change, added a new constructor for lists that lets you append the firstMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-09-09Fixed a unit test, and added some fixes and new queue functions to list, fuck itMike Buland
2009-09-09Fixed a minor assignment bug in shared core, assigning an object to itself wasMike Buland
2009-09-09Wow, that was stupid, default values weren't working since I switched toMike Buland
2009-09-04Wow, I should check this in the other containers. I should have known better,Mike Buland
2009-08-31Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create anMike Buland
2009-08-28Corrected the iterator in Bu::Hash, and fixed the erase function in Bu::List,Mike Buland
2009-08-27Huh, the Bu::Cache::Ptr didn't have comparison operators, seems odd. I shouldMike Buland
2009-08-24Fixed a minor helper in Bu::MemBuf, and corrected some docs on Bu::Stream, theMike Buland
2009-08-22Pretty much just removed the debugging from SharedCore, it wasn't at fault, andMike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland