aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-27Creating v0.0 tag. This is the last version before serious name changes takev0.0Mike Buland
2011-10-06Fixed the formatting of unsigned chars in the formatter, and added a function toMike Buland
2011-09-24Fixed a 32/64 bit bug in the hash tables.Mike Buland
2011-09-16More helper functions for Bu::Process.Mike Buland
2011-08-25Bu::ItoLocker is rather handy, I like it. I reccomend it.Mike Buland
2011-08-15You can setgid now too.Mike Buland
2011-08-15Process now supports setuid for the child process. Really cool.Mike Buland
2011-07-29Just a test commitMike Buland
2011-07-27More features for uuids, including hashing and comparison.Mike Buland
2011-07-25Some tweaks to the uuid class to make it easier to work with, next for it isMike Buland
2011-07-25In theory, after constructing a TcpSocket object, you can now take theMike Buland
2011-07-20Oh wow, floats didn't have signs. Scary.Mike Buland
2011-07-17More variant unit tests, signed and unsigned chars are no formatted as numbers,Mike Buland
2011-07-13Trying to hunt down bug in variant code.Mike Buland
2011-06-22Tweaked the signals, they're more adaptable now.Mike Buland
2011-06-22Alright, now libbu++ builds clean and cleans clean too :)Mike Buland
2011-06-22Signals.h is now autogenerated by build. In distribution packages we shouldMike Buland
2011-06-22gensigs actually works, I'm going to try replacing the old signal code withMike Buland
2011-06-20Minor tweak, NULL is defined in extratypes.h as per C++ regs if it's notMike Buland
2011-06-14With any luck, that'll fix the cross-compiling trace code. Now we just need toMike Buland
2011-06-08Hopefully nobody was using the buffer size parameter, if so, it's moved.Mike Buland
2011-06-03A build file that will generate the signals file has been started.Mike Buland
2011-05-24Added some empty files that will become my new random number generator system,Mike Buland
2011-05-11Tweaked the interface very slightly for insertSorted, very handy change.Mike Buland
2011-05-06Added find operators to list.Mike Buland
2011-04-27The myriadfs program is now in it's own seperate area and not built by default.Mike Buland
2011-04-13Regular expression engine is started, it's...tricky, but I think I can get it.Mike Buland
2011-04-08Rearranged the API a bit.Mike Buland
2011-04-07Pretty sure all utf encoders and decoders are complete and tested.Mike Buland
2011-04-07I fixed a stupid typo in string, I don't know how it ever compiled. It alsoMike Buland
2011-04-06Also realized I had a stupid global macro in place when a template functionMike Buland
2011-04-06Tweaked the hash table resizer, it now is more careful about increasing theMike Buland
2011-04-06Libbu++ generates it's own system specific config file as well as a fancyMike Buland
2011-04-05Fixed the cache system missing a sync on header data for inserts and deletes.Mike Buland
2011-04-04Minor tweak to the cache and cachestoremyriad, fixing a strange corner caseMike Buland
2011-04-04david - tried to make hash crashDavid
2011-04-04UtfString is going really well. It can now parse Utf8, Utf16 (le,be), andMike Buland
2011-04-04I made some awesome progress on the UtfString system, it stores in native utf16Mike Buland
2011-04-04Really just made some decisions about the overall functionality of the UtfStringMike Buland
2011-03-30Removed the test.taf file, we don't need it anymore.Mike Buland
2011-03-30Ok, string stuff is working much, much better, a load of new unit tests haveMike Buland
2011-03-29String's replace function now doesn't get false positives on partial matches atMike Buland
2011-03-27I had a useless include and a silly macro defined in the header file of string.Mike Buland
2011-03-24This may really screw things up, but the trimBack function made no sense, soMike Buland
2011-03-24The Bu::OptParser no longer tokenizes parameters' values.Mike 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-21floats can be output through the formatter again, except sometimes they'reMike 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