summaryrefslogtreecommitdiff
path: root/unittests/ADT/IntervalMapTest.cpp
Commit message (Expand)AuthorAge
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-17
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-17
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-17
* Complete tests for IntervalMapOverlaps.Jakob Stoklund Olesen2010-12-17
* Add basic test exposing many bugs.Jakob Stoklund Olesen2010-12-16
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-03
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-28
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-28
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-27
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-27
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-26
* Implement IntervalMap::clear().Jakob Stoklund Olesen2010-11-19
* Support backwards iteration starting from end().Jakob Stoklund Olesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19