]> git.kaiwu.me - klib.git/shortlog
klib.git
2013-05-08 Attractive... Merge pull request #15 from yorhel/master
2013-05-07 Yorhelkstring: Add printf format attribute to kvsprintf(...
2013-05-07 Yorhelkstring: Add kvsprintf()
2013-05-02 Heng Likhash-0.2.8: use quadratic probing
2013-05-02 Heng Lichange hash set to hash map
2013-05-02 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-05-02 Heng Litest performance given packed struct
2013-04-01 Attractive... Merge pull request #14 from zjf/patch-1
2013-04-01 Jianfeng Zhutypo correction
2013-02-21 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-02-21 Heng Libugfix: point address changes
2013-02-16 Attractive... Merge pull request #12 from leecbaker/master
2013-02-13 Lee BakerSpelling corrections
2013-02-12 Heng Libugfix: 2nd best score not set
2013-02-12 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-02-12 Heng Liadded NW and SW-extension; backported from bwa
2013-02-01 Attractive... Merge pull request #11 from leecbaker/master
2013-02-01 Lee BakerSpelling / grammar corrections in the README.
2013-01-28 Heng Liminor gramartical improvement
2013-01-28 Heng Lifixed typo
2013-01-28 Heng LiExplain the methodology
2013-01-28 Heng Liwrong markdown syntax...
2013-01-27 Heng LiUpdated documentation
2013-01-26 Heng LiTwo bugs reported by istreeter and wanghc78
2013-01-26 Attractive... Merge pull request #6 from johnm/master
2013-01-03 Heng Licomputed Kolmogorov-Smirnov's D
2012-12-19 Heng Liprint tree in the Newick format
2012-09-05 Heng LiMerge pull request #7 from arrbee/libgit2-khash-extensions
2012-08-31 Russell BelferAdd khash foreach macros
2012-08-31 Russell BelferAdd type casts to avoid warnings
2012-08-31 Russell BelferAdd khash wrapper around inline
2012-08-31 Russell BelferAdd allocation wrappers and error checking
2012-08-31 Russell BelferReorganize khash decl macros to separate typedef
2012-08-31 John D. MitchellAdd basic .gitignore file.
2012-08-31 John D. MitchellUpdate kmin_test to use kmath merger.
2012-07-30 Heng LiRemoved kfunc, kmin and krand
2012-07-17 Heng Limerge kmin.*, kfunc.c and krand.* to kmath.*
2012-06-10 Heng Liadded another radix_sort from gorset/radix
2012-06-08 Heng Lihopefully the final version
2012-06-08 Heng Liimproved my implementation of radix sort
2012-06-08 Heng Lia new radix sort implementation
2012-06-08 Heng Liditching combsort in radix sort
2012-06-07 Heng Lifixed compiling errors
2012-06-07 Heng Liadded radix sort
2012-06-07 Heng Lifor g++ compatibility
2012-04-15 Heng Libugfix: empty fasta/q lines cause troubles
2012-04-09 Heng Liminor changes
2012-04-08 Heng Lichanged the order
2012-04-08 Heng Lisome basic bit operations
2012-04-05 Heng Libugfix: segfault in ksw
2012-03-20 Heng Libug in the latest keq.h
2012-03-06 Heng Licompatibility with the Windows line separator
2012-03-03 Heng Likill errors and warnings by g++ -Wall
2012-03-03 Heng Libug in some cases
2012-03-02 Heng Lianother bug in u8; allow **qry set to NULL
2012-03-02 Heng Libugfix: wrong score for KSW_XBYTE
2012-03-02 Heng Libug caused by the last minute change
2012-03-02 Heng Listop if >= not ==
2012-03-02 Heng LiMerge branch 'master' of github.com:attractivechaos...
2012-03-02 Heng Lirefine the ksw APIs
2012-03-02 Heng Lifind the start positions; fixed a bug in example
2012-02-12 Attractive... Merge pull request #3 from droe/master
2012-02-11 Daniel RoethlisbergerRemove bogus kh_del() in example code
2012-01-16 Heng Liupdated README
2012-01-16 Heng Liinvoke a shell when necessary
2012-01-16 Heng Liuse fread() instead of fgetc() in example
2012-01-16 Heng Lifree krand_t in the example
2012-01-15 Heng Liminor change
2012-01-15 Heng LiMersenne Twister pseudorandom number generator
2012-01-08 Heng Liminor fix in the example
2012-01-08 Heng Lismart open
2011-12-29 Heng Lioptionally declare kseq_*() as global functions
2011-12-28 Heng LiGraph related routines. Unfinished. DON'T USE!
2011-10-28 Heng Liimproved backward compatibility
2011-10-28 Heng Liminor changes
2011-10-28 Heng Lifixed a bug in reading
2011-10-28 Heng Liexpose bgzf_read_block()
2011-10-28 Heng Liadded the BGZF library
2011-10-10 Heng Lifixed a compiling error using g++ (not gcc)
2011-09-23 Heng Liremove ksprintf_fast()
2011-09-23 Heng Liadded ks_resize()
2011-09-23 Heng Liremove ksprintf_fast()
2011-09-23 Heng Liremove ksprintf_fast(); it is not that fast...
2011-09-16 Heng Lichange the stepping hash function ksprintf-final
2011-09-16 Heng Liallow to optionally use linear probing
2011-09-16 Heng Libugfix: resize() cannot shrink; added comments
2011-09-16 Heng Lispeed up khash; see khash.h for details
2011-09-11 Heng Liremoved an unused variable
2011-09-11 Heng Liadded brief documentation
2011-08-31 Heng Liincrease the buffer size to 16kb
2011-08-19 Heng Liadded ksa to README
2011-08-19 Heng LiConstructing suffix array for multi-sentinel str.
2011-08-18 Heng Lidrop kseq_read_robust()
2011-08-18 Heng Lifixed a potential memory leak
2011-08-18 Heng Lichanged last-modifed
2011-08-18 Heng Lia faster but less robust implementation of kseq
2011-07-26 Heng Liadded kstring_sprintf.cc
2011-07-26 Heng Liminor speed up
2011-07-26 Heng Liminor improvement
2011-07-26 Heng Liaccelerate integer sprintf() a little bit
next