Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-04 | Some tweaks to the string unit test. | Mike Buland | |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2011-01-06 | This may be about it for updates to core, I can't think of anything else I need | Mike Buland | |
to do right now. This commit contains minor fixes to the cache stores so they don't generate any warnings, and the hashtable includes == and != operators now. | |||
2010-05-20 | Fixed a minor bug when a key resolved to an empty string. | Mike Buland | |
2010-05-11 | Fixed an issue in the reader, it was tokenizing. | Mike Buland | |
2010-05-11 | Cache store mimics the others now. I need to make a standard exception for | Mike Buland | |
cache stores to throw. | |||
2010-05-10 | Added the new Bu::CacheStoreFiles, it's an uber-simple cache storage system that | Mike Buland | |
maybe would be better to call an example than a fully fledged storage strategy. It just names files based on your keys. It's very slow, and very wasteful, and shouldn't be used long-term in most normal cache systems. |