]> git.kaiwu.me - klib.git/shortlog
klib.git
2020-01-14 Attractive... fixed a bug in khashl; resolves #135
2019-12-27 Attractive... for compatibility with older g++
2019-12-26 Attractive... added an example
2019-12-26 Attractive... added specialized hash table types (map, set, etc)
2019-12-25 Attractive... added the C++ version
2019-12-25 Attractive... formatting changes to khashl.h
2019-12-25 Attractive... added khashl.h
2019-12-19 Attractive... more tests
2019-12-19 Attractive... RMQ apparently working on a small dataset
2019-12-17 Attractive... prepare not add dynamic RMQ (unfinished)
2019-04-01 Attractive... added counting back
2019-03-25 Attractive... kavl.h in C++
2019-03-25 Attractive... khash.h in C++
2019-02-27 Attractive... Merge branch 'master' of github.com:attractivechaos...
2019-02-27 Attractive... fixed a bug in ketopt
2019-02-08 Attractive... Merge pull request #123 from dnbaker/master
2019-02-08 dnbakerchar *p to const char *p for const-correctness.
2018-10-31 Attractive... fixed a few typos in khash.h; resolves #110
2018-09-26 Heng Liadded kavl.h and ketopt.h to README
2018-08-31 Heng LiAdded a version of xoroshiro128+
2018-08-31 Heng Liremoved MT19937-64.
2018-08-30 Heng Lirevert to a single-header library
2018-08-30 Heng Libug due to the last change
2018-08-30 Heng Liremember longidx
2018-08-30 Heng Lidocumentation
2018-08-30 Heng Lisplit ketopt.h into two files
2018-08-29 Heng Liimprove test
2018-08-29 Heng Lifor c89 compatibility
2018-08-29 Heng Liportable getopt_long()
2018-06-18 Heng Lifixed insert counting err; couting with del
2018-05-17 Heng Likavl_find() gave wrong counts when equal
2018-05-17 Heng Lifixed a bug in kavl_find()
2018-05-11 Heng LiEigenvalues for dense symmetric matrices
2018-05-03 Heng Ligeneralize kavl_itr_eq() to kavl_itr_find()
2018-04-20 Heng Liuse more robust comparison in examples
2018-04-20 Heng Lifixed a compiler warning
2018-04-15 Heng Lialso check balance factor
2018-04-15 Heng Liadded a simpler tree deallocator
2018-04-14 Heng Lifaster way to delete the first node
2018-04-14 Heng Liadded light documentation on kavl
2018-04-14 Heng LiMerge remote-tracking branch 'origin/master'
2018-04-14 Heng Liadded kavl.h
2018-01-19 Heng Lifind the largest chunk of free memory
2018-01-11 Heng LiMerge pull request #94 from daviesrob/kstrtok
2018-01-11 Rob DaviesFix undefined behaviour and sign extension issues in...
2018-01-11 Valeriu OhanFixes the finished flag.
2017-12-06 Heng Liadded Brent's root finding; not tested
2017-09-24 Heng Liadded kalloc
2017-06-02 Heng LiREADME formatting
2017-03-04 Heng Liuse long for forpool
2017-02-11 Heng LiMerge pull request #79 from pmelsted/master
2017-01-19 Pall MelstedAdds checks for failed reads and gzip files with corrup...
2016-12-16 Heng Liforpool working
2016-12-16 Heng Likt_for with a mini thread pool; buggy
2016-08-22 Heng Liadded dequeue
2016-08-16 Heng Likexpr: evaluate by return type
2016-07-31 Heng Liadded a simple header for kthread
2016-07-31 Heng Lisync kthread with the one in minimap/bwa
2015-12-30 Heng LiMerge branch 'master' of github.com:attractivechaos...
2015-12-30 Heng Lidraw a random number from Gaussian N(0,1)
2015-10-23 Heng LiMerge pull request #62 from innoink/master
2015-10-23 innoinkfix spelling mistake
2015-09-29 Heng Liadded
2015-09-17 Heng Lisimplified the kbtree iter a bit
2015-09-17 Heng LiMerge branch 'master' of github.com:attractivechaos...
2015-09-17 Heng Liadded iterator interface to kbtree
2015-07-23 Heng LiMerge pull request #53 from jmarshall/kgetline
2015-07-23 Heng LiMerge pull request #47 from jmarshall/unused-warnings
2015-07-23 Heng LiMerge pull request #32 from jmarshall/getaddrinfo
2015-07-23 John MarshallDon't call freeaddrinfo() when getaddrinfo() fails
2015-07-23 John MarshallPrevent unused function warnings in khash.h, klist.h
2015-07-23 John MarshallAdd kgetline() to kstring.c/.h
2015-07-02 John MarshallAdd ks_release() to kstring.h
2015-06-26 Heng LiMerge pull request #52 from ihh/master
2015-06-26 Ian HolmesFixed output bug where branch length is not printed...
2015-05-22 Heng Lifixed a bug and a portability issue
2015-05-22 Heng Lidon't stop on undefined functions
2015-05-22 Heng Liset user-defined functions
2015-05-22 Heng Licode cleanup
2015-05-22 Heng Lidon't return a parse error if see undef func
2015-05-22 Heng Lia little bit code cleanup
2015-05-22 Heng Limoved argument checking to ke_parse()
2015-05-22 Heng Lisimplified ke_eval() with operator functions
2015-05-22 Heng Liuse operator functions
2015-05-22 Heng Lisupport single-quotation mark and escaping
2015-05-22 Heng Licommand line assignment
2015-05-22 Heng Licheck unknown function names
2015-05-22 Heng Lireturn final type
2015-05-22 Heng Lisupport assignment
2015-05-22 Heng Lifixed a bug related to functions
2015-05-22 Heng Liadded a few unary functions
2015-05-22 Heng Lieval working
2015-05-21 Heng Lichanged a variable name
2015-05-21 Heng Liadded ** and //
2015-05-21 Heng Lisupport ","
2015-05-21 Heng Liparse math expression with Shunting-yard
2015-01-11 Heng Lia bit more comments
2015-01-11 Heng Liallow to change pipeline threads
2015-01-11 Heng Likt_pipeline() example
2014-12-01 Heng Lierh... wrong link in the last commit
next