Files
rk35xx-android14/external/libdivsufsort/CHANGELOG.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

656 B

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
  • Improve the performance of the suffix-sorting algorithm

Added

  • OpenMP support
  • 64-bit version of divsufsort