https://github.com/y-256/libdivsufsort
Raw File
Tip revision: 5f60d6f026c30fb4ac296f696b3c8b0eb71bd428 authored by Yuta Mori on 27 October 2015, 15:01:53 UTC
Merge pull request #7 from kloetzl/master
Tip revision: 5f60d6f
CHANGELOG.md
# 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
back to top