aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-05-18fix: line accounting is less buggyNicholas Noll
2020-05-17fix: bugs associated to map reallocatingNicholas Noll
2020-05-17prototype of front end cliNicholas Noll
2020-05-16fix: linking errors associated to linking bins against all dependencies. part...Nicholas Noll
2020-05-15feat: added buffered io to libnNicholas Noll
2020-05-14feat: begun work on final blas level 2Nicholas Noll
2020-05-13blas 1 generation code completeNicholas Noll
2020-05-10begun work on making level 2 stridedNicholas Noll
2020-05-09fix: indexing bug associated to columns in gemv functionNicholas Noll
2020-05-09feat: all level 1 functions are now stridedNicholas Noll
2020-05-08Adding strided computation to blas kernels.Nicholas Noll
2020-05-08added more level 2 and 3 functions to blas implementationNicholas Noll
2020-05-07wrap: elementary math functions for libmathNicholas Noll
2020-05-03removed the day's confusion. added debug and release mode to makefileNicholas Noll
2020-05-03removed buggy qsort header and implemented myselfNicholas Noll
2020-04-30chore: move from new to make prefix of constructorsNicholas Noll
2020-04-28struct: preparing for prototype of math libraryNicholas Noll
2020-04-28feat: prototype of rerooting functionNicholas Noll
2020-04-28fix: moved nnodes into a property of nodeNicholas Noll
2020-04-28fix: ladderize now sorts by number of nodes contained belowNicholas Noll
2020-04-28struct: tree node children now purely linked list instead of bespoke hybridNicholas Noll
2020-04-28feat: added number of nodes & leafs to tree data structureNicholas Noll
2020-04-26fix: now properly sort arrays with inline functionsNicholas Noll
2020-04-26chore: added sort interfaces to libn headerNicholas Noll
2020-04-26sys/libn/sort.cNicholas Noll
2020-04-26chore: moved string into main libn headerNicholas Noll
2020-04-26chore: removed map.h from natural includeNicholas Noll
2020-04-26feat: added sort macro to libn. moved macro based templates to more obvious d...Nicholas Noll
2020-04-25feat: parsing multiline fastq filesNicholas Noll
2020-04-25chore: prepare for refactoring to allow for fastqNicholas Noll
2020-04-25feat: updated fasta code to allow for iterationNicholas Noll
2020-04-23fix: gzip macro errorNicholas Noll
2020-04-23feat: made calling signature of interface accepting functions more reliableNicholas 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: bug squashing with newick parserNicholas Noll
2020-04-21feat: added skeleton of biological libraryNicholas Noll
2020-04-21chore: updating naming conventionsNicholas 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-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-19chore: reorganized header structure and updated makefileNicholas Noll
2020-04-19chore: removed bufio from treeNicholas Noll
2020-04-18feat: added prototype of io/buffered ioNicholas Noll
2020-04-18test: added prime sieve test of coroutinesNicholas Noll
2020-04-17chore: update naming & calling conventionsNicholas Noll
2020-04-17init: prototype of code skeletonNicholas Noll