aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h (follow)
AgeCommit message (Expand)Author
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-18david - writing code documentation...David
2007-06-11Corrected another issue with the prefix * iterator operator in Bu::Hash, it wasMike Buland
2007-06-07The new taf interfaces seem to work just fine, except for saving and that loadedMike Buland
2007-06-07Minor change to the operation of the Hash, now dereferencing an iterator withMike Buland
2007-06-04Added rudimentary object tracking to Archive, and rearranged the hash andMike Buland
2007-04-10Woo, changed the name of Achable to Archival, I dig that, and added the ground-Mike 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-25Some more updates to Hash and FString.Mike Buland
2007-03-21Fixed an infinite loop rehashing in the has function...whackyMike Buland
2007-03-20Minor updates to the Hash and FString, Hash got a getKeys function, and FStringMike Buland
2007-03-19Fixed some bugs and added some new goo. You can serialize FStrings and HeshesMike Buland
2007-03-15This version may break hashing of strings, but at least you can hash FStrings...Mike Buland
2007-03-02Removed debugging from the HashMike Buland
2007-01-29Added another new helper to Hash.Mike Buland
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