aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
2010-10-16Many, many changes. Documentation changes, renamed the socket class toMike Buland
2010-10-14SharedCore has more features now, which is cool, including a test to see ifMike Buland
2010-10-06Changed the Bu::Heap to allow iteration, and added lots of cool features toMike Buland
2010-09-24Bu::StreamStack had a stupidly named function.Mike Buland
2010-08-22Bu::StreamStack works, it's tested, reasonably, it will be used first in theMike Buland
2010-08-04Fixed some minor compilation warnings in some tests, and started addingMike Buland
2010-05-15mkunit.sh was a little dumb, it didn't handle a number of things correctly.Mike Buland
2010-05-13QueueBuf is updated, and everything else uses it now, including Client.Mike Buland
2010-05-13Added license info to the top of the remaining files. I should add a check forMike Buland
2010-05-12The Bu::Archive class now supports arbitrary, named properties via variants.Mike Buland
2010-05-10Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system thatMike Buland
2010-05-10Added the new QueueBuf. It's brilliant, and I've wanted it for a long time.Mike Buland
2010-05-04Cache fixes?Mike Buland
2010-05-01Cache fixes.Mike Buland
2010-04-27The Bu::Ito thread class has changed the rules on the run function. It noMike Buland
2010-04-23Minor updates to the List class, unchecked corner cases.Mike Buland
2010-04-07Corrected a long standing yet seldom witnessed hash bug. It was triggered whenMike Buland
2010-03-31Removed the bool cast operator from FBasicString. It turns out it was causingMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike 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-01-25The order of key, object in all of the cache related systems has beed fixed,Mike 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-07Added a new class, RegEx, it does extended regular expressions for now, more toMike Buland
2009-12-21Ok, Process has been updated. You now must specify flags as the first parameterMike 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-16The new signal/slots system is in place, and works from 0-5 parameters rightMike 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-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-16Although this looks like a load of code changes, this represents no functionalMike Buland
2009-09-25New Bu::Variant class. Store anything in it, get it out again, find out it'sMike Buland
2009-09-10Hey, minor updates to the formatter and a unit test, nothing important.Mike Buland
2009-08-31Added a getDaysInMonth function, it'll live in util.{cpp,h} until I create anMike Buland
2009-08-21Added loads of debugging to sharedcore, we're sure it's to blame, but not asMike Buland
2009-08-14Massive freaking changes!!!Mike Buland
2009-08-14A good start on a speed test framework.Mike Buland
2009-08-13Ok, shared core looks good, and I added a unit test for Bu::List to check a fewMike Buland
2009-08-09Really, just a lot of documenting.Mike Buland
2009-08-04***IMPORTANT*** The function Bu::Md5::getResult no longer returns a hex string,Mike Buland
2009-07-31I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, andMike Buland
2009-07-31Wow, Bu::Base64 had a bug about premature end of stream / not base64 data, nowMike Buland
2009-07-30I think I fixed a bug in Bu::Base64, we'll see what happens.Mike Buland
2009-07-30Bu::Buffer actually works, and works really well. I dig it. Bu::BZip2 nowMike Buland