Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use find instead of lower_bounds. | Jim Laskey | 2006-01-26 | 1 | -2/+2 |
* | Add support to find existing entries. | Jim Laskey | 2006-01-26 | 1 | -0/+20 |
* | Suppress "no newline at end of file" warnings. | Evan Cheng | 2006-01-17 | 1 | -1/+1 |
* | Reduce memory consumption and force (somewhat) access to entries via ID. | Jim Laskey | 2006-01-17 | 1 | -11/+11 |
* | Redundant inline keyword. | Jim Laskey | 2006-01-16 | 1 | -1/+1 |
* | UniqueVector template provides a means of enumerating objects uniquely. | Jim Laskey | 2006-01-16 | 1 | -0/+70 |