aboutsummaryrefslogtreecommitdiff
path: root/src/hash.cpp (follow)
AgeCommit message (Expand)Author
2012-03-25Code is all reorganized. We're about ready to release. I should write up aMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-01-07A bunch of things weren't including their own files in quite the correct way...Mike Buland
2009-11-12I've started my campaign to clean up all of the header files in libbu++ as farMike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-10-14Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to doMike Buland
2007-04-03The first batch seem to have made it alright. Unfortunately the Archive classMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2007-03-21Fixed another random bug in the string compare for raw strings.Mike Buland
2007-03-15This version may break hashing of strings, but at least you can hash FStrings...Mike Buland
2007-01-17Added more hash functions, yay hash functions!Mike Buland
2006-11-22Yup, slightly more optimized, still works.Mike Buland
2006-11-22Fixed a silly mistake that made the whole thing useless when using strings.Mike Buland
2006-11-21Hash uses real exceptions now, and has a clear() function.Mike Buland
2006-11-21Added erase functionality, and specializations for using ints as hash keys, soMike Buland
2006-11-21Wow, craziness. Part way through working on the confpair system I got someMike Buland
2006-07-26Added the not-yet-working hash class. More thought must be done. This doesn'tMike Buland