]> git.donarmstrong.com Git - bamtools.git/history - BGZF.cpp
Fixed variable length tag data retrieval in BamAlignment::GetTag(). To do this, remov...
[bamtools.git] / BGZF.cpp
2010-07-22 DerekFixed: remove unnecessary EOF write attempt for read...
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-01-11 barnettFixed fread() related compiler warnings. Fixed std...
2010-01-08 barnettAdded empty block EOF to BGZF::Close
2009-12-08 barnettMajor overhaul to BamTools