1. 00b29fb Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 15 years ago
  2. 54912ed It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 15 years ago
  3. 213de04 Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 15 years ago
  4. 649a72b Complete tests for IntervalMapOverlaps. by Jakob Stoklund Olesen · 15 years ago
  5. af49e97 Add basic test exposing many bugs. by Jakob Stoklund Olesen · 15 years ago
  6. e7ed7b6 Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited by Jakob Stoklund Olesen · 15 years ago
  7. 7aad398 Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 15 years ago
  8. 8710e4f Add default constructors for iterators. by Jakob Stoklund Olesen · 15 years ago
  9. bd1a50e Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 15 years ago
  10. 056356d Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 15 years ago
  11. bb4bece Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 15 years ago
  12. 5e9c70e Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 15 years ago
  13. c041268 Implement IntervalMap::clear(). by Jakob Stoklund Olesen · 15 years ago
  14. 46389fd Support backwards iteration starting from end(). by Jakob Stoklund Olesen · 15 years ago
  15. 345945e Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  16. 0977025 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 15 years ago
  17. 6d89171 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago