/[Apache-SVN]
ViewVC logotype

Revision 1818801


Jump to revision: Previous Next
Author: jamessan
Date: Wed Dec 20 14:37:21 2017 UTC (6 years, 4 months ago)
Changed paths: 3
Log Message:
Use LZ4_versionNumber() to reduce the version requirement for LZ4

LZ4_versionNumber() was introduced in r120, which is more widely available than
1.7.3, when LZ4_versionString() was introduced.

* subversion/include/private/svn_subr_private.h
  (svn_lz4__runtime_version): Change the return type to int

* subversion/libsvn_subr/compress_lz4.c
  (svn_lz4__compiled_version): Compose the version string from the
    LZ4_VERSION_{MAJOR,MINOR,RELEASE} defines
  (svn_lz4__runtime_version): Return the integer version value

* subversion/libsvn_subr/sysinfo.c
  (svn_sysinfo__linked_libs): Decompose the version number and build the
    version string


Changed paths

Path Details
Directorysubversion/trunk/subversion/include/private/svn_subr_private.h modified , text changed
Directorysubversion/trunk/subversion/libsvn_subr/compress_lz4.c modified , text changed
Directorysubversion/trunk/subversion/libsvn_subr/sysinfo.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26