DEADSOFTWARE

odcread.git
2011-11-13 Gert van ValkenhoefTesting odcread against a bunch of existing .odc files
2011-11-09 Gert van ValkenhoefFix unnecessary throw
2011-11-09 Gert van ValkenhoefAdd README
2011-11-09 Gert van ValkenhoefDocument reader.h and some cleanup of reader.cc
2011-11-09 Gert van ValkenhoefDocument method in Visitor
2011-11-09 Gert van ValkenhoefImprove internalize() of StdTextModel for readability
2011-11-09 Gert van ValkenhoefDocument fold.h and textmodel.h, and add a destructor
2011-11-09 Gert van ValkenhoefDocumentation for alien.h
2011-11-09 Gert van ValkenhoefRemove Domain class - unused
2011-11-09 Gert van ValkenhoefDocumentation for store.h
2011-11-09 Gert van ValkenhoefReduce boilerplate for BlackBox Types and add some...
2011-11-09 Gert van ValkenhoefUpdate handling of multi-byte strings
2011-11-09 Gert van ValkenhoefUse STL stack instead of vector.
2011-11-08 Gert van ValkenhoefCompletely convert .odc to .txt using Visitor
2011-11-08 Gert van ValkenhoefAlmost-correct toPlainText
2011-11-07 Gert van ValkenhoefFold toString()
2011-11-07 Gert van ValkenhoefRead folds
2011-11-07 Gert van ValkenhoefFold reading (partial)
2011-11-07 Gert van ValkenhoefDisable debug output, read TextPieces into memory
2011-08-17 Gert van ValkenhoefDump TextModel ShortChar contents to std::cout (appear...
2011-08-12 Gert van ValkenhoefRead NIL stores correctly
2011-08-12 Gert van ValkenhoefShow internal structure of StdTextModel
2011-08-10 Gert van ValkenhoefBla
2011-08-10 Gert van ValkenhoefSuccessful read of StdTextModel (including actual text)
2011-08-10 Gert van ValkenhoefAdd some error handling, close to understanding StdText...
2011-08-10 Gert van Valkenhoefsmall fix
2011-08-09 Gert van ValkenhoefAdd type handling (disabled until StdTextModel.internal...
2011-08-09 Gert van ValkenhoefConvert typepaths from SHORTCHAR** to TypePath class
2011-08-09 Gert van ValkenhoefFix SEGFAULT
2011-08-09 Gert van ValkenhoefSolve oldType path lookup, found SEGFAULT
2011-08-08 Gert van ValkenhoefCan now read entire "empty" document as Alien
2011-08-06 Gert van ValkenhoefModularize, some progress toward reading stores
2011-08-05 Gert van ValkenhoefFirst tiny steps to implementing Oberon Compound Docume...