1. 6897d9b [ADT] IntervalMap: add overlaps(a, b) method by Pavel Labath · 7 years ago
  2. cbbb2b1 [ADT] IntervalMap: fix setStart and setStop by Michael LeMay · 9 years ago
  3. d715e07 Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 15 years ago
  4. 5049ee5 It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 15 years ago
  5. 4aec85a Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 15 years ago
  6. 90675c8 Complete tests for IntervalMapOverlaps. by Jakob Stoklund Olesen · 15 years ago
  7. 460ee0f Add basic test exposing many bugs. by Jakob Stoklund Olesen · 15 years ago
  8. 7a26aca Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited by Jakob Stoklund Olesen · 15 years ago
  9. 5f456cd Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 15 years ago
  10. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 15 years ago
  11. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 15 years ago
  12. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 15 years ago
  13. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 15 years ago
  14. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 15 years ago
  15. 655fbb4 Implement IntervalMap::clear(). by Jakob Stoklund Olesen · 15 years ago
  16. db52566 Support backwards iteration starting from end(). by Jakob Stoklund Olesen · 15 years ago
  17. 8dc9267 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  18. 737d281 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 15 years ago
  19. 8408edf Add ADT/IntervalMap. by Jakob Stoklund Olesen · 15 years ago