]> git.donarmstrong.com Git - bamtools.git/history - BGZF.h
Minor formatting cleanup in BamIndex.*
[bamtools.git] / BGZF.h
2010-08-17 DerekModified the way BGZF sets up uncompressed output....
2010-08-17 DerekAdded write-uncompressed flag to BGZF. Commit includes...
2010-07-19 DerekAdded cross-platform LFS for tell/seek. Removed fopen64...
2010-07-09 DerekMerge http://github.com/ekg/bamtools
2010-07-09 DerekEnforced proper handling of large files (>4Gb) on 32...
2010-06-28 DerekModified BamReader(and BGZF)::Open() to return bool...
2010-06-03 DerekImplemented bamtools sam. Required new unpack methods...
2010-04-06 barnettMajor speedup of BamReader - removed full character...
2010-01-11 barnettAdded #include<cstdio> to BamAux.h to cover use of...
2010-01-11 barnettFixed fread() related compiler warnings. Fixed std...
2009-12-08 barnettMajor overhaul to BamTools