index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
IntervalMapTest.cpp
Age
Commit message (
Expand
)
Author
2010-12-17
Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees
Jakob Stoklund Olesen
2010-12-17
It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that
Jakob Stoklund Olesen
2010-12-17
Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.
Jakob Stoklund Olesen
2010-12-17
Complete tests for IntervalMapOverlaps.
Jakob Stoklund Olesen
2010-12-16
Add basic test exposing many bugs.
Jakob Stoklund Olesen
2010-12-03
Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited
Jakob Stoklund Olesen
2010-11-28
Disallow overlapping inserts, even when inserting the same value.
Jakob Stoklund Olesen
2010-11-28
Add default constructors for iterators.
Jakob Stoklund Olesen
2010-11-28
Implement const_iterator::advanceTo().
Jakob Stoklund Olesen
2010-11-27
Add more tests for erase(). Fix a few exposed bugs.
Jakob Stoklund Olesen
2010-11-27
Add test case with randomly ordered insertions, massive coalescing.
Jakob Stoklund Olesen
2010-11-26
Add B+-tree test case that creates a height 3 tree with a smaller root node.
Jakob Stoklund Olesen
2010-11-19
Implement IntervalMap::clear().
Jakob Stoklund Olesen
2010-11-19
Support backwards iteration starting from end().
Jakob Stoklund Olesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen