aboutsummaryrefslogtreecommitdiff
path: root/src/hashtable.cpp (follow)
AgeCommit message (Collapse)Author
2006-10-11Bugfixes, and pymake removal.Mike Buland
2006-08-30david - creepy forgot to commit hashtable stuff... also fixed something in ↵David
md5... it was using uninitialized data...
2006-07-20Added the "getKey" function to the HashTable, allowing you to get at theMike Buland
internal persistant IDs using a temporary id.
2006-07-12Added a clear function to the hashtable. How we made it this long without isMike Buland
beyond me...
2006-05-03Added a simple test for the log system, and switched the multilog to the newMike Buland
singleton system, which unfortunately changed it's API slightly. Now it's not a pointer from the singleton, but I did add a new macro to make most usage of it even easier.
2006-05-01Fixed a bug in the get code of the hashtable. It now performs probing correctlyMike Buland
according to the new high capacity duplicate probing algorithm.
2006-05-01libbu++ is finally laid out the way it should be, trunk, branches, and tags.Mike Buland