aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h (follow)
AgeCommit message (Expand)Author
2007-01-27New feature in Hash, a copy constructor, you can now put a hash into otherMike Buland
2007-01-19Experimental commit to see if references work...Mike Buland
2007-01-17Added more hash functions, yay hash functions!Mike Buland
2006-11-27Added the new OrdHash, check the test file for an example.Mike Buland
2006-11-24Fixed size bug.Mike Buland
2006-11-24david - added sizeDavid
2006-11-21Nooow everything in the lib is clean with -Wall, hash was a template and didn'tMike Buland
2006-11-21Hash uses real exceptions now, and has a clear() function.Mike Buland
2006-11-21Added a has function to HashMike Buland
2006-11-21Updated a thing.Mike Buland
2006-11-21Added erase functionality, and specializations for using ints as hash keys, soMike Buland
2006-11-21OK, everything that did work works, but now the HashProxy is as fast as insert,Mike Buland
2006-11-21Many good updates, but I'm gonna' switch computers, it'll build again in a sec.Mike 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