]> git.donarmstrong.com Git - bamtools.git/history - src/api/CMakeLists.txt
Regression fixed: error in BamAlignment tag access methods
[bamtools.git] / src / api / CMakeLists.txt
2011-10-17 derekRegression fixed: error in BamAlignment tag access...
2011-10-16 derekRemoved data duplication in last update to Sam*Dictionaries
2011-10-14 derekFixed regression: improper @SQ line ordering in SamHead...
2011-10-13 derekAdded GetSoftClips() method to BamAlignment
2011-10-12 derekMajor speedup in SamSequenceDictionary & SamReadGroupDi...
2011-10-10 derekCleaned up intra-API includes & moved version numbers...
2011-10-07 derekMerge with earlier IODevice work
2011-10-07 derekRemoved STDERR pollution by API
2011-10-03 derekmerge conflict
2011-10-03 derekMultiReader (&MultiMerger) now using Algorithms::Sort...
2011-09-30 derekInitial test run of new BamAlgorithms
2011-09-10 derekMerge branches 'master' and 'iodevice' into iodevice
2011-09-09 derekRefactored shared pipe/file behavior into ILocalIODevice
2011-09-09 derekMerge branches 'master' and 'iodevice' into iodevice
2011-09-09 derekBasic internal implementation of BamFile & BamPipe
2011-06-28 Derek BarnettMerge pull request #13 from alecchap/master
2011-06-28 Alec ChapmanFix Visual Studio compiler errors.
2011-06-23 derekFixed -fPIC issue for CentOS users.
2011-04-22 derekAdditional attempt to force -fPIC on CentOS
2011-04-22 derekModified BamAlignment in attempt to resolve symbol...
2011-04-19 derekBrought API up to compliance with recent SAM Format...
2011-04-05 derekMajor performance boost to startup & random-access...
2011-03-23 derekMajor update to BamTools version 1.0
2011-01-17 derekAdded ExportHeader command for BamConstants.h
2011-01-12 derekMinor update to API version 0.9.3 - addition of SamHead...
2011-01-12 derekUpdate to BamTools API 0.9.2 with exposure of SamHeader...
2010-12-24 derekAdded SAM header-handling classes for read/write/validate.
2010-12-24 derekUpdated to 0.9.1
2010-12-24 derekImplemented proper -byname sorting (finally).
2010-12-24 derekAdded static library to build step.
2010-12-15 derekAdded creation of include/ folder in bamtools root...
2010-11-22 derekMoved private implementation API files to internal...
2010-11-19 derekContinued breaking up of monolithic classes: extracted...
2010-11-19 derekExtracted BamReaderPrivate & BamWriterPrivate from...
2010-11-19 derekAdded API_EXPORT macro to classes in BamTools API
2010-11-19 derekMigrated to CMake build system.