aboutsummaryrefslogtreecommitdiff
path: root/src/tests (follow)
AgeCommit message (Expand)Author
2012-11-09Added Mersenne Twister random number generator.Mike Buland
2012-11-09Added seed parameter to constructor of two PRNGs. Also fixed horrible mistakeMike Buland
2012-11-05Converted tabs to spaces with tabconv.Mike Buland
2012-09-10Changed Fmt to use lower case by default and added more helpers.Mike Buland
2012-09-05Formatters can now be cast as Streams, or you can get the Stream out manually.Mike Buland
2012-09-05Bu::StdStream can be set to print to stderror now, and sio.h now declares serrMike Buland
2012-09-05This'll make *everything* rebuild. String formatters now support the end()Mike Buland
2012-08-24Taf isn't really...the best backend for this now, I need some more fixes thereMike Buland
2012-08-24Adding new Bu::Settings system, which works more or less like QSettings from Qt,Mike Buland
2012-07-18Bu::SynchroQueue had a bug, it seems to be all fixed now.Mike Buland
2012-06-15Bu::Myriad now only uses BitString during initialization, and I'm going toMike Buland
2012-05-22Better win_o ignores. The random number system is pretty much together.Mike Buland
2012-05-04Minor changes, mostly comments.Mike Buland
2012-05-03The cipher base class does nice buffering now based on the blocksize. ThisMike Buland
2012-05-03Rearranging some stuff.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-10Rearranged the Cipher system, and added four modes of operation. It's prettyMike Buland
2012-04-09Blowfish works in it's new split form, which will make it much easier to addMike Buland
2012-04-06The documentation includes the source again :-PMike Buland
2011-10-27Reorg'd! I merged in the release-fixup branch and fixed all random warnings.Mike Buland
2011-10-24Lzma filter added. Now we're really getting somewhere. Libbu++ now supportsMike Buland
2011-10-23Switched ito* to synchro*, except the server, I'm thinking of takeing the coreMike Buland
2011-06-14With any luck, that'll fix the cross-compiling trace code. Now we just need toMike Buland
2011-04-13Regular expression engine is started, it's...tricky, but I think I can get it.Mike Buland
2011-04-07Pretty sure all utf encoders and decoders are complete and tested.Mike Buland
2011-04-04I made some awesome progress on the UtfString system, it stores in native utf16Mike Buland
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
2011-03-22Bu::Conduit now works exactly as it was advertised some time ago, it usesMike Buland
2011-03-22We now have a UTF-8 test parser, I'm going to move it into a functor, I think.Mike Buland
2011-03-20Sigh, I don't know that Bu::String is slower, but it looks like std::string isMike Buland
2011-03-19The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLowerMike Buland
2011-03-18Wow, a lot has changed. String is not a template class, and it can do it's ownMike Buland
2011-02-18Some Uuid tweaks, not much, just figuring out the format. MyriadFs is comingMike Buland
2011-02-18Hey, a nifty little test for myriadfs.Mike Buland
2011-01-20Wow! Merged the branch, streams are updated, and there's no more FString, runMike Buland
2011-01-20UdpSocket is pretty much working. Non-blocking mode isn't, which is odd, butMike Buland
2011-01-20More minor changes to the udpsocket test program.Mike Buland
2011-01-20Minor changes to udpsocket test program.Mike Buland
2011-01-20Ummm...it's a udpsocket, mostly. It seems like it should work, but early testsMike Buland
2011-01-20Heh, forgot to rename the two fstring tests.Mike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
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