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