Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-20 | Added the "getKey" function to the HashTable, allowing you to get at the | Mike Buland | |
internal persistant IDs using a temporary id. | |||
2006-07-12 | Added a clear function to the hashtable. How we made it this long without is | Mike Buland | |
beyond me... | |||
2006-05-03 | Added a simple test for the log system, and switched the multilog to the new | Mike 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-01 | Fixed a bug in the get code of the hashtable. It now performs probing correctly | Mike Buland | |
according to the new high capacity duplicate probing algorithm. | |||
2006-05-01 | libbu++ is finally laid out the way it should be, trunk, branches, and tags. | Mike Buland | |