Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike Buland | |
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier. | |||
2006-11-21 | Everything in libbu++ now passes -Wall, this should have been done a long time | Mike Buland | |
ago. | |||
2006-10-11 | Bugfixes, and pymake removal. | Mike Buland | |
2006-08-30 | david - creepy forgot to commit hashtable stuff... also fixed something in ↵ | David | |
md5... it was using uninitialized data... | |||
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 | |