aboutsummaryrefslogtreecommitdiff
path: root/src/stable (follow)
AgeCommit message (Expand)Author
2012-07-18Fixed an issue in the seldomly used dequeue( bool ) function inMike Buland
2012-07-18Bu::SynchroQueue had a bug, it seems to be all fixed now.Mike Buland
2012-07-09RandomCmwc was far too static before, now it's seeded with the Basic generator.Mike Buland
2012-06-20Silly RandomCmwc, it was using a static variable somewhere. That's fixed now.Mike Buland
2012-06-15Bu::Myriad now only uses BitString during initialization, and I'm going toMike Buland
2012-06-04UtfString supports get and append now, but it still needs a lot of work.Mike Buland
2012-05-25Fixed a *very* rare steady-state issue in rehashing code. There's stillMike Buland
2012-05-23We have a nice selection of basic randomness functions now.Mike Buland
2012-05-22Moved random to stable, just needs some minor tweaks. But it's already in useMike Buland
2012-05-16Lzma was still printing debugging on "inflate".Mike Buland
2012-05-10Amazing this made it through for so long, but destroying a Bu::Buffer in writeMike Buland
2012-05-03Rearranging some stuff.Mike Buland
2012-04-17Fixed bug in bzip2 double-stop.Mike Buland
2012-04-15Updated copyright, packaging, makefile, etc.Mike Buland
2012-04-14Added support for running subsets of unit tests to Bu::UnitSuite, now just listMike Buland
2012-04-14The core of myriad is now thread-safe. It could use a little work on multipleMike Buland
2012-04-13Myriad is actually fine, I double checked it for cross-platformed-ness. ItMike Buland
2012-04-06Threads can tell you their own ids now, and they can also report that theyMike Buland
2012-04-06Supports ThreadIds now, you can also get the thread id of any thread, andMike Buland
2012-04-03Process doesn't include win32.h now.Mike Buland
2012-04-03Process works...sorta...in windows.Mike Buland
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland