Age | Commit message (Expand) | Author |
2014-01-22 | Updated the cache system. It now ensures that objects are initialized with | Mike Buland |
2013-07-18 | Fixed caching changed issue. The cache now marks objects as unchanged for you | Mike Buland |
2013-03-18 | Corrected compliation issue in the new cache with older GCC versions. | Mike Buland |
2013-03-17 | The new cache system has been broken out into it's individual headers, and is | Mike Buland |
2013-03-17 | The new cache system is tested and ready, it just needs to be put in it's place. | Mike Buland |
2013-03-13 | Added bind/unbind to the Cache system. Fixed typo in docs of heap. | Mike Buland |
2013-03-13 | The new caching system is almost there. It's more elaborate internally, and | Mike Buland |
2013-03-12 | Bu::Uuid now supports being formatted, it uses the standard toString() method. | Mike Buland |
2013-03-12 | Mostly planning changes, nothing real functional but I want to commit and change | Mike Buland |
2013-02-25 | Really minor addition to the new cache system. I think I will split it into | Mike Buland |
2013-02-23 | Just made all tests include libpthread, it makes sense these days. | Mike Buland |
2011-03-30 | Ok, string stuff is working much, much better, a load of new unit tests have | Mike Buland |
2011-03-19 | The rest of libbu++ is corrected as far as the now Bu::String toUpper/toLower | Mike Buland |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland |
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland |
2010-05-04 | Cache fixes? | Mike Buland |
2010-05-01 | Cache fixes. | Mike Buland |
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland |
2010-01-25 | The order of key, object in all of the cache related systems has beed fixed, | Mike Buland |
2009-11-12 | I've started my campaign to clean up all of the header files in libbu++ as far | Mike Buland |
2009-07-31 | I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and | Mike Buland |
2009-04-10 | Added some new goodness to the fbasicstring, fixing some inconsistancies and | Mike Buland |
2009-02-24 | Woot, the cache system now supports intellegent sync'ing. It will ask the cache | Mike Buland |
2009-01-27 | Hey, I think that'll fix some things valgrind was bitching about. Apparently | Mike Buland |
2009-01-16 | Ok...we'll try this change up of the cache system. It now takes two pointers, | Mike Buland |
2008-12-20 | All of the basic, core workings of the Cache are complete, and tested. Even | Mike Buland |
2008-12-03 | Alright, the caching system now passes the basic CRUD tests with arbitrary | Mike Buland |
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland |
2008-12-01 | Woo! Very nearly there cache-wise, I'm about to change the name of the handler, | Mike Buland |
2008-11-10 | Ok, the cache-id officiation is being delegated to the CacheHandlers, this is | Mike Buland |
2008-10-09 | More cache development. I'm going to have to switch from template functions to | Mike Buland |