aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-06-02fix: remaining raw free callsNicholas Noll
2020-06-02fix: added include file and fixed calls to free instead of interfaceNicholas Noll
2020-06-02prototype of dway. needs testingNicholas Noll
2020-06-02feat: started port of st to waylandNicholas Noll
2020-05-31minor changesNicholas Noll
2020-05-29blas code updateNicholas Noll
2020-05-25deprecated old python generation filesNicholas Noll
2020-05-24feat: added set data structure to libn macroNicholas Noll
2020-05-20fix: made rune constants unsigned for implicit castingNicholas Noll
2020-05-19checkin: found a large bug associated to ident resetting the buffer vectorNicholas Noll
2020-05-19feat: cleaned up character lexingNicholas Noll
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