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