SXSI/TextCollection.git
2009-03-27 nvalimakSmall fixes
2009-03-23 kimAdded missing #include <cstring> for std::strlen and...
2009-03-23 nvalimakJouni's Incremental BWT integrated into TextCollection
2009-03-23 nvalimakJouni's Incremental BWT integrated into TextCollection
2009-03-11 nvalimakRemoved debug code
2009-03-11 nvalimakFixed division by zero
2009-03-11 nvalimakAdded queries for DocId intervals
2009-03-11 nvalimakAdded queries for DocId intervals
2009-03-10 nvalimakAdded LessThan() implementation
2009-03-10 nvalimakAdded LessThan() implementation
2009-03-09 nvalimakFixed MakeStatic()
2009-03-09 nvalimakFixed MakeStatic()
2009-03-09 nvalimakFixed MakeStatic()
2009-03-09 nvalimakFixed MakeStatic()
2009-03-09 nvalimakDcover
2009-03-06 nvalimakBWT via Difference cover
2009-03-06 nvalimakBWT via Difference cover
2009-03-06 nvalimakBWT via Difference cover
2009-03-06 kimadded macro to time functions
2009-03-06 kimAdded a timeTextCollection test program
2009-03-04 nvalimakAdded Count
2009-02-09 nvalimakFixed uninitialized read while Save()
2009-02-09 nvalimakFixed uninitialized read while Save()
2009-02-09 nvalimakRRR coding to BRW
2009-02-09 nvalimakLess GetText reallocs
2009-02-09 nvalimakFixed definition clash
2009-02-09 nvalimakFixed definition clash
2009-02-09 nvalimakAdded include
2009-02-09 nvalimakFixed W definitions
2009-02-09 nvalimakFixed Save()
2009-02-07 nvalimakUpdated
2009-02-07 nvalimakUpdated
2009-02-07 nvalimakUpdate: libcds WT, empty texts in bitv.
2009-01-27 kimAdd parenthesis around << (j+len) to avoid
2009-01-09 nvalimakFixed parameter
2009-01-09 nvalimakReduced functionality to save space
2009-01-09 nvalimakReduced functionality to save space
2009-01-09 nvalimakFix for 64bit OS
2009-01-09 nvalimakFix for 64bit OS
2009-01-09 nvalimakRewrote some data structures and algorithm parts
2009-01-09 nvalimakRewrote some data structures
2009-01-09 nvalimakadded new file
2009-01-09 nvalimakRemoved some obs
2009-01-09 nvalimakRemoved handle.o and pos.o
2009-01-09 nvalimakNot needed.
2009-01-09 nvalimakNot needed.
2009-01-09 nvalimakNot needed.
2009-01-09 nvalimakNot needed.
2009-01-09 nvalimakNow measuring max mem usage.
2009-01-07 kimTest case for memory consumption with the TextCollection.
2009-01-07 kimAdded the testCase and memory profiler
2008-12-12 kimAdd EmptyText(id) method which checks if the text
2008-12-01 nvalimakAdded TextCollection::Save() and TextCollection::Load...
2008-11-24 kimadded #include <cstdlib> to define ulong and uchar...
2008-11-24 kimadd #include <cstring> so that strlen is properly defined
2008-11-24 kimInitial Import