Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-22 | Fixed a silly mistake that made the whole thing useless when using strings. | Mike Buland | |
2006-11-21 | Hash uses real exceptions now, and has a clear() function. | Mike Buland | |
2006-11-21 | Added a has function to Hash | Mike Buland | |
2006-11-21 | Added erase functionality, and specializations for using ints as hash keys, so | Mike Buland | |
really it does everything the old one did, does it better, easier, and possibly faster. | |||
2006-11-21 | Wow, craziness. Part way through working on the confpair system I got some | Mike Buland | |
sudden insperation and completely redid Hash. Now everything but delete is implemented, including typesafe iterators and more. It's really cool, and everyone should check it out and start using it right away! | |||
2006-10-11 | Rearranged the tests, now it's like the old style, which I like more for some | Mike Buland | |
reason. |