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