aboutsummaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-25chore: pulled out sequence header function to be used by fastqNicholas Noll
2020-04-25chore: prepare for refactoring to allow for fastqNicholas Noll
2020-04-25feat: added memory mapped file readerNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23fix: gzip macro errorNicholas Noll
2020-04-23feat: started prototype of zlib wrapperNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas Noll
2020-04-22fix: double free problemNicholas Noll
2020-04-22feat: interfaces of newick io more general. can now take arbitrary readers/wr...Nicholas Noll
2020-04-22feat: added generic interfaces for I/ONicholas Noll
2020-04-22fix: moved byte buffer to static storage so you don't read off stale stackNicholas Noll
2020-04-22fix: bug squashing with newick parserNicholas Noll
2020-04-21feat: added skeleton of biological libraryNicholas Noll
2020-04-21chore: updating naming conventionsNicholas Noll
2020-04-21fix: updated make rules to output sensible nameNicholas Noll
2020-04-21feat: added simple memory arena allocator to libnNicholas Noll
2020-04-21feat: added allocator interface to allow for flexible library interfacesNicholas Noll
2020-04-21chore: updated make rules to not link all made librariesNicholas Noll
2020-04-21feat: added wrapper for ioNicholas Noll
2020-04-19fix: minor libc changesNicholas Noll
2020-04-19feat: added skeleton libc and updated generated makefiles to correctly set ta...Nicholas Noll
2020-04-19feat: quality of life scripts to initialize make rulesNicholas Noll
2020-04-19chore: updated inclusion of files to mark the new partition of logicNicholas Noll
2020-04-19chore: reorganized header structure and updated makefileNicholas Noll
2020-04-19chore: reorganized structure to allow for more parallel projectsNicholas Noll