diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-07-24 20:39:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-07-24 20:39:43 +0000 |
commit | 7db3f078630cfaac36b16a61362821443c0f7229 (patch) | |
tree | 8f5d4f820d4e3f425b2873efe68942716ef4f767 /CHANGELOG.md | |
download | src-vendor/libdivsufsort.tar.gz src-vendor/libdivsufsort.zip |
Vendor import of libdivsufsort, a software library that implementsvendor/libdivsufsort/0.0.2015.10.27vendor/libdivsufsort
a lightweight suffix array construction algorithm.
Obtained from: https://github.com/y-256/libdivsufsort
Notes
Notes:
svn path=/vendor/libdivsufsort/dist/; revision=303275
svn path=/vendor/libdivsufsort/0.0.2015.10.27/; revision=303276; tag=vendor/libdivsufsort/0.0.2015.10.27
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..fe9d004050dc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# libdivsufsort Change Log + +See full changelog at: https://github.com/y-256/libdivsufsort/commits + +## [2.0.1] - 2010-11-11 +### Fixed +* Wrong variable used in `divbwt` function +* Enclose some string variables with double quotation marks in include/CMakeLists.txt +* Fix typo in include/CMakeLists.txt + +## 2.0.0 - 2008-08-23 +### Changed +* Switch the build system to [CMake](http://www.cmake.org/) +* Improve the performance of the suffix-sorting algorithm + +### Added +* OpenMP support +* 64-bit version of divsufsort + +[Unreleased]: https://github.com/y-256/libdivsufsort/compare/2.0.1...HEAD +[2.0.1]: https://github.com/y-256/libdivsufsort/compare/2.0.0...2.0.1 |