Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-23 | New test for expanding the hash table and not losing entries. | Eric Anholt | 3 | -0/+81 | |
2009-11-23 | Add a new test for removal of keys from the ht, and fix up API naming. | Eric Anholt | 4 | -2/+76 | |
2009-11-23 | Fix segfault in insert_and_lookup test. | Eric Anholt | 1 | -0/+1 | |
2009-11-23 | Add testing infrastructure. | Eric Anholt | 8 | -3/+224 | |
2009-11-23 | Remove AM_MAINTAINER_MODE stuff. | Eric Anholt | 2 | -2/+1 | |
While it was cargo-culted from many other projects, allowing people to lose the Makefile regeneration rules is a recipe for disaster. autotools is apparently discouraging the presence of AM_MAINTAINER_MODE, in a shocking bout of sanity. | |||||
2009-11-23 | Initial import of hash_table. | Eric Anholt | 8 | -0/+497 | |
This is entirely written by myself, with the exception of the hash_sizes[] contents which come from the hash_table implementation in nickle, which I decided to not use. |