diff --git a/3rdparty/zstd.cmake b/3rdparty/zstd.cmake index 2e114fd..78e6411 100644 --- a/3rdparty/zstd.cmake +++ b/3rdparty/zstd.cmake @@ -23,8 +23,8 @@ else() endif() cmake_policy(VERSION ${ZSTD_CMAKE_POLICY_VERSION}) -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/zstd-1.5.0/build/cmake/CMakeModules") -set(ZSTD_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/zstd-1.5.0") +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/zstd/build/cmake/CMakeModules") +set(ZSTD_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/zstd") set(LIBRARY_DIR ${ZSTD_SOURCE_DIR}/lib) # Parse version diff --git a/3rdparty/zstd-1.5.0/.buckconfig b/3rdparty/zstd/.buckconfig similarity index 100% rename from 3rdparty/zstd-1.5.0/.buckconfig rename to 3rdparty/zstd/.buckconfig diff --git a/3rdparty/zstd-1.5.0/.buckversion b/3rdparty/zstd/.buckversion similarity index 100% rename from 3rdparty/zstd-1.5.0/.buckversion rename to 3rdparty/zstd/.buckversion diff --git a/3rdparty/zstd-1.5.0/.circleci/config.yml b/3rdparty/zstd/.circleci/config.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.circleci/config.yml rename to 3rdparty/zstd/.circleci/config.yml diff --git a/3rdparty/zstd-1.5.0/.circleci/images/primary/Dockerfile b/3rdparty/zstd/.circleci/images/primary/Dockerfile similarity index 100% rename from 3rdparty/zstd-1.5.0/.circleci/images/primary/Dockerfile rename to 3rdparty/zstd/.circleci/images/primary/Dockerfile diff --git a/3rdparty/zstd-1.5.0/.cirrus.yml b/3rdparty/zstd/.cirrus.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.cirrus.yml rename to 3rdparty/zstd/.cirrus.yml diff --git a/3rdparty/zstd-1.5.0/.gitattributes b/3rdparty/zstd/.gitattributes similarity index 100% rename from 3rdparty/zstd-1.5.0/.gitattributes rename to 3rdparty/zstd/.gitattributes diff --git a/3rdparty/zstd-1.5.0/.github/ISSUE_TEMPLATE/bug_report.md b/3rdparty/zstd/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/ISSUE_TEMPLATE/bug_report.md rename to 3rdparty/zstd/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/3rdparty/zstd-1.5.0/.github/ISSUE_TEMPLATE/feature_request.md b/3rdparty/zstd/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/ISSUE_TEMPLATE/feature_request.md rename to 3rdparty/zstd/.github/ISSUE_TEMPLATE/feature_request.md diff --git a/3rdparty/zstd-1.5.0/.github/workflows/generic-dev.yml b/3rdparty/zstd/.github/workflows/generic-dev.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/workflows/generic-dev.yml rename to 3rdparty/zstd/.github/workflows/generic-dev.yml diff --git a/3rdparty/zstd-1.5.0/.github/workflows/generic-release.yml b/3rdparty/zstd/.github/workflows/generic-release.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/workflows/generic-release.yml rename to 3rdparty/zstd/.github/workflows/generic-release.yml diff --git a/3rdparty/zstd-1.5.0/.github/workflows/linux-kernel.yml b/3rdparty/zstd/.github/workflows/linux-kernel.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/workflows/linux-kernel.yml rename to 3rdparty/zstd/.github/workflows/linux-kernel.yml diff --git a/3rdparty/zstd-1.5.0/.github/workflows/main.yml b/3rdparty/zstd/.github/workflows/main.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/workflows/main.yml rename to 3rdparty/zstd/.github/workflows/main.yml diff --git a/3rdparty/zstd-1.5.0/.github/workflows/publish-release-artifacts.yml b/3rdparty/zstd/.github/workflows/publish-release-artifacts.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.github/workflows/publish-release-artifacts.yml rename to 3rdparty/zstd/.github/workflows/publish-release-artifacts.yml diff --git a/3rdparty/zstd-1.5.0/.gitignore b/3rdparty/zstd/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/.gitignore rename to 3rdparty/zstd/.gitignore diff --git a/3rdparty/zstd-1.5.0/.travis.yml b/3rdparty/zstd/.travis.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/.travis.yml rename to 3rdparty/zstd/.travis.yml diff --git a/3rdparty/zstd-1.5.0/CHANGELOG b/3rdparty/zstd/CHANGELOG similarity index 100% rename from 3rdparty/zstd-1.5.0/CHANGELOG rename to 3rdparty/zstd/CHANGELOG diff --git a/3rdparty/zstd-1.5.0/CODE_OF_CONDUCT.md b/3rdparty/zstd/CODE_OF_CONDUCT.md similarity index 100% rename from 3rdparty/zstd-1.5.0/CODE_OF_CONDUCT.md rename to 3rdparty/zstd/CODE_OF_CONDUCT.md diff --git a/3rdparty/zstd-1.5.0/CONTRIBUTING.md b/3rdparty/zstd/CONTRIBUTING.md similarity index 100% rename from 3rdparty/zstd-1.5.0/CONTRIBUTING.md rename to 3rdparty/zstd/CONTRIBUTING.md diff --git a/3rdparty/zstd-1.5.0/COPYING b/3rdparty/zstd/COPYING similarity index 100% rename from 3rdparty/zstd-1.5.0/COPYING rename to 3rdparty/zstd/COPYING diff --git a/3rdparty/zstd-1.5.0/LICENSE b/3rdparty/zstd/LICENSE similarity index 100% rename from 3rdparty/zstd-1.5.0/LICENSE rename to 3rdparty/zstd/LICENSE diff --git a/3rdparty/zstd-1.5.0/Makefile b/3rdparty/zstd/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/Makefile rename to 3rdparty/zstd/Makefile diff --git a/3rdparty/zstd-1.5.0/README.md b/3rdparty/zstd/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/README.md rename to 3rdparty/zstd/README.md diff --git a/3rdparty/zstd-1.5.0/TESTING.md b/3rdparty/zstd/TESTING.md similarity index 100% rename from 3rdparty/zstd-1.5.0/TESTING.md rename to 3rdparty/zstd/TESTING.md diff --git a/3rdparty/zstd-1.5.0/appveyor.yml b/3rdparty/zstd/appveyor.yml similarity index 100% rename from 3rdparty/zstd-1.5.0/appveyor.yml rename to 3rdparty/zstd/appveyor.yml diff --git a/3rdparty/zstd-1.5.0/build/.gitignore b/3rdparty/zstd/build/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/.gitignore rename to 3rdparty/zstd/build/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/LICENSE b/3rdparty/zstd/build/LICENSE similarity index 100% rename from 3rdparty/zstd-1.5.0/build/LICENSE rename to 3rdparty/zstd/build/LICENSE diff --git a/3rdparty/zstd-1.5.0/build/README.md b/3rdparty/zstd/build/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/README.md rename to 3rdparty/zstd/build/README.md diff --git a/3rdparty/zstd-1.5.0/build/VS2008/fullbench/fullbench.vcproj b/3rdparty/zstd/build/VS2008/fullbench/fullbench.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2008/fullbench/fullbench.vcproj rename to 3rdparty/zstd/build/VS2008/fullbench/fullbench.vcproj diff --git a/3rdparty/zstd-1.5.0/build/VS2008/fuzzer/fuzzer.vcproj b/3rdparty/zstd/build/VS2008/fuzzer/fuzzer.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2008/fuzzer/fuzzer.vcproj rename to 3rdparty/zstd/build/VS2008/fuzzer/fuzzer.vcproj diff --git a/3rdparty/zstd-1.5.0/build/VS2008/zstd.sln b/3rdparty/zstd/build/VS2008/zstd.sln similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2008/zstd.sln rename to 3rdparty/zstd/build/VS2008/zstd.sln diff --git a/3rdparty/zstd-1.5.0/build/VS2008/zstd/zstd.vcproj b/3rdparty/zstd/build/VS2008/zstd/zstd.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2008/zstd/zstd.vcproj rename to 3rdparty/zstd/build/VS2008/zstd/zstd.vcproj diff --git a/3rdparty/zstd-1.5.0/build/VS2008/zstdlib/zstdlib.vcproj b/3rdparty/zstd/build/VS2008/zstdlib/zstdlib.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2008/zstdlib/zstdlib.vcproj rename to 3rdparty/zstd/build/VS2008/zstdlib/zstdlib.vcproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/CompileAsCpp.props b/3rdparty/zstd/build/VS2010/CompileAsCpp.props similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/CompileAsCpp.props rename to 3rdparty/zstd/build/VS2010/CompileAsCpp.props diff --git a/3rdparty/zstd-1.5.0/build/VS2010/datagen/datagen.vcxproj b/3rdparty/zstd/build/VS2010/datagen/datagen.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/datagen/datagen.vcxproj rename to 3rdparty/zstd/build/VS2010/datagen/datagen.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/fullbench-dll/fullbench-dll.vcxproj b/3rdparty/zstd/build/VS2010/fullbench-dll/fullbench-dll.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/fullbench-dll/fullbench-dll.vcxproj rename to 3rdparty/zstd/build/VS2010/fullbench-dll/fullbench-dll.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/fullbench/fullbench.vcxproj b/3rdparty/zstd/build/VS2010/fullbench/fullbench.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/fullbench/fullbench.vcxproj rename to 3rdparty/zstd/build/VS2010/fullbench/fullbench.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/fuzzer/fuzzer.vcxproj b/3rdparty/zstd/build/VS2010/fuzzer/fuzzer.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/fuzzer/fuzzer.vcxproj rename to 3rdparty/zstd/build/VS2010/fuzzer/fuzzer.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/libzstd-dll/libzstd-dll.rc b/3rdparty/zstd/build/VS2010/libzstd-dll/libzstd-dll.rc similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/libzstd-dll/libzstd-dll.rc rename to 3rdparty/zstd/build/VS2010/libzstd-dll/libzstd-dll.rc diff --git a/3rdparty/zstd-1.5.0/build/VS2010/libzstd-dll/libzstd-dll.vcxproj b/3rdparty/zstd/build/VS2010/libzstd-dll/libzstd-dll.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/libzstd-dll/libzstd-dll.vcxproj rename to 3rdparty/zstd/build/VS2010/libzstd-dll/libzstd-dll.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/libzstd/libzstd.vcxproj b/3rdparty/zstd/build/VS2010/libzstd/libzstd.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/libzstd/libzstd.vcxproj rename to 3rdparty/zstd/build/VS2010/libzstd/libzstd.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS2010/zstd.sln b/3rdparty/zstd/build/VS2010/zstd.sln similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/zstd.sln rename to 3rdparty/zstd/build/VS2010/zstd.sln diff --git a/3rdparty/zstd-1.5.0/build/VS2010/zstd/zstd.rc b/3rdparty/zstd/build/VS2010/zstd/zstd.rc similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/zstd/zstd.rc rename to 3rdparty/zstd/build/VS2010/zstd/zstd.rc diff --git a/3rdparty/zstd-1.5.0/build/VS2010/zstd/zstd.vcxproj b/3rdparty/zstd/build/VS2010/zstd/zstd.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS2010/zstd/zstd.vcxproj rename to 3rdparty/zstd/build/VS2010/zstd/zstd.vcxproj diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/README.md b/3rdparty/zstd/build/VS_scripts/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/README.md rename to 3rdparty/zstd/build/VS_scripts/README.md diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2010.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2010.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2010.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2010.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2012.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2012.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2012.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2012.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2013.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2013.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2013.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2013.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2015.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2015.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2015.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2015.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2017.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2017.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Community.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2017Community.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Community.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2017Community.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Enterprise.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2017Enterprise.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Enterprise.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2017Enterprise.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Professional.cmd b/3rdparty/zstd/build/VS_scripts/build.VS2017Professional.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.VS2017Professional.cmd rename to 3rdparty/zstd/build/VS_scripts/build.VS2017Professional.cmd diff --git a/3rdparty/zstd-1.5.0/build/VS_scripts/build.generic.cmd b/3rdparty/zstd/build/VS_scripts/build.generic.cmd similarity index 100% rename from 3rdparty/zstd-1.5.0/build/VS_scripts/build.generic.cmd rename to 3rdparty/zstd/build/VS_scripts/build.generic.cmd diff --git a/3rdparty/zstd-1.5.0/build/cmake/.gitignore b/3rdparty/zstd/build/cmake/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/.gitignore rename to 3rdparty/zstd/build/cmake/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/cmake/CMakeLists.txt b/3rdparty/zstd/build/cmake/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake b/3rdparty/zstd/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake rename to 3rdparty/zstd/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake diff --git a/3rdparty/zstd-1.5.0/build/cmake/CMakeModules/FindLibLZ4.cmake b/3rdparty/zstd/build/cmake/CMakeModules/FindLibLZ4.cmake similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/CMakeModules/FindLibLZ4.cmake rename to 3rdparty/zstd/build/cmake/CMakeModules/FindLibLZ4.cmake diff --git a/3rdparty/zstd-1.5.0/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake b/3rdparty/zstd/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake rename to 3rdparty/zstd/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake diff --git a/3rdparty/zstd-1.5.0/build/cmake/README.md b/3rdparty/zstd/build/cmake/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/README.md rename to 3rdparty/zstd/build/cmake/README.md diff --git a/3rdparty/zstd-1.5.0/build/cmake/contrib/CMakeLists.txt b/3rdparty/zstd/build/cmake/contrib/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/contrib/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/contrib/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/contrib/gen_html/CMakeLists.txt b/3rdparty/zstd/build/cmake/contrib/gen_html/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/contrib/gen_html/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/contrib/gen_html/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/contrib/pzstd/CMakeLists.txt b/3rdparty/zstd/build/cmake/contrib/pzstd/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/contrib/pzstd/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/contrib/pzstd/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/lib/.gitignore b/3rdparty/zstd/build/cmake/lib/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/lib/.gitignore rename to 3rdparty/zstd/build/cmake/lib/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/cmake/lib/CMakeLists.txt b/3rdparty/zstd/build/cmake/lib/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/lib/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/lib/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/lib/cmake_uninstall.cmake.in b/3rdparty/zstd/build/cmake/lib/cmake_uninstall.cmake.in similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/lib/cmake_uninstall.cmake.in rename to 3rdparty/zstd/build/cmake/lib/cmake_uninstall.cmake.in diff --git a/3rdparty/zstd-1.5.0/build/cmake/programs/.gitignore b/3rdparty/zstd/build/cmake/programs/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/programs/.gitignore rename to 3rdparty/zstd/build/cmake/programs/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/cmake/programs/CMakeLists.txt b/3rdparty/zstd/build/cmake/programs/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/programs/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/programs/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/tests/.gitignore b/3rdparty/zstd/build/cmake/tests/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/tests/.gitignore rename to 3rdparty/zstd/build/cmake/tests/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/cmake/tests/CMakeLists.txt b/3rdparty/zstd/build/cmake/tests/CMakeLists.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/tests/CMakeLists.txt rename to 3rdparty/zstd/build/cmake/tests/CMakeLists.txt diff --git a/3rdparty/zstd-1.5.0/build/cmake/zstdConfig.cmake b/3rdparty/zstd/build/cmake/zstdConfig.cmake similarity index 100% rename from 3rdparty/zstd-1.5.0/build/cmake/zstdConfig.cmake rename to 3rdparty/zstd/build/cmake/zstdConfig.cmake diff --git a/3rdparty/zstd-1.5.0/build/meson/GetZstdLibraryVersion.py b/3rdparty/zstd/build/meson/GetZstdLibraryVersion.py similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/GetZstdLibraryVersion.py rename to 3rdparty/zstd/build/meson/GetZstdLibraryVersion.py diff --git a/3rdparty/zstd-1.5.0/build/meson/InstallSymlink.py b/3rdparty/zstd/build/meson/InstallSymlink.py similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/InstallSymlink.py rename to 3rdparty/zstd/build/meson/InstallSymlink.py diff --git a/3rdparty/zstd-1.5.0/build/meson/README.md b/3rdparty/zstd/build/meson/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/README.md rename to 3rdparty/zstd/build/meson/README.md diff --git a/3rdparty/zstd-1.5.0/build/meson/contrib/gen_html/meson.build b/3rdparty/zstd/build/meson/contrib/gen_html/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/contrib/gen_html/meson.build rename to 3rdparty/zstd/build/meson/contrib/gen_html/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/contrib/meson.build b/3rdparty/zstd/build/meson/contrib/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/contrib/meson.build rename to 3rdparty/zstd/build/meson/contrib/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/contrib/pzstd/meson.build b/3rdparty/zstd/build/meson/contrib/pzstd/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/contrib/pzstd/meson.build rename to 3rdparty/zstd/build/meson/contrib/pzstd/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/lib/meson.build b/3rdparty/zstd/build/meson/lib/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/lib/meson.build rename to 3rdparty/zstd/build/meson/lib/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/meson.build b/3rdparty/zstd/build/meson/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/meson.build rename to 3rdparty/zstd/build/meson/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/meson_options.txt b/3rdparty/zstd/build/meson/meson_options.txt similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/meson_options.txt rename to 3rdparty/zstd/build/meson/meson_options.txt diff --git a/3rdparty/zstd-1.5.0/build/meson/programs/meson.build b/3rdparty/zstd/build/meson/programs/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/programs/meson.build rename to 3rdparty/zstd/build/meson/programs/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/tests/meson.build b/3rdparty/zstd/build/meson/tests/meson.build similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/tests/meson.build rename to 3rdparty/zstd/build/meson/tests/meson.build diff --git a/3rdparty/zstd-1.5.0/build/meson/tests/valgrindTest.py b/3rdparty/zstd/build/meson/tests/valgrindTest.py similarity index 100% rename from 3rdparty/zstd-1.5.0/build/meson/tests/valgrindTest.py rename to 3rdparty/zstd/build/meson/tests/valgrindTest.py diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/.gitignore b/3rdparty/zstd/build/single_file_libs/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/.gitignore rename to 3rdparty/zstd/build/single_file_libs/.gitignore diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/README.md b/3rdparty/zstd/build/single_file_libs/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/README.md rename to 3rdparty/zstd/build/single_file_libs/README.md diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/build_decoder_test.sh b/3rdparty/zstd/build/single_file_libs/build_decoder_test.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/build_decoder_test.sh rename to 3rdparty/zstd/build/single_file_libs/build_decoder_test.sh diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/build_library_test.sh b/3rdparty/zstd/build/single_file_libs/build_library_test.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/build_library_test.sh rename to 3rdparty/zstd/build/single_file_libs/build_library_test.sh diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/combine.sh b/3rdparty/zstd/build/single_file_libs/combine.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/combine.sh rename to 3rdparty/zstd/build/single_file_libs/combine.sh diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/create_single_file_decoder.sh b/3rdparty/zstd/build/single_file_libs/create_single_file_decoder.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/create_single_file_decoder.sh rename to 3rdparty/zstd/build/single_file_libs/create_single_file_decoder.sh diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/create_single_file_library.sh b/3rdparty/zstd/build/single_file_libs/create_single_file_library.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/create_single_file_library.sh rename to 3rdparty/zstd/build/single_file_libs/create_single_file_library.sh diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/README.md b/3rdparty/zstd/build/single_file_libs/examples/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/README.md rename to 3rdparty/zstd/build/single_file_libs/examples/README.md diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/emscripten.c b/3rdparty/zstd/build/single_file_libs/examples/emscripten.c similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/emscripten.c rename to 3rdparty/zstd/build/single_file_libs/examples/emscripten.c diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/roundtrip.c b/3rdparty/zstd/build/single_file_libs/examples/roundtrip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/roundtrip.c rename to 3rdparty/zstd/build/single_file_libs/examples/roundtrip.c diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/shell.html b/3rdparty/zstd/build/single_file_libs/examples/shell.html similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/shell.html rename to 3rdparty/zstd/build/single_file_libs/examples/shell.html diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/simple.c b/3rdparty/zstd/build/single_file_libs/examples/simple.c similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/simple.c rename to 3rdparty/zstd/build/single_file_libs/examples/simple.c diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard-dxt1.inl b/3rdparty/zstd/build/single_file_libs/examples/testcard-dxt1.inl similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard-dxt1.inl rename to 3rdparty/zstd/build/single_file_libs/examples/testcard-dxt1.inl diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard-zstd.inl b/3rdparty/zstd/build/single_file_libs/examples/testcard-zstd.inl similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard-zstd.inl rename to 3rdparty/zstd/build/single_file_libs/examples/testcard-zstd.inl diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard.png b/3rdparty/zstd/build/single_file_libs/examples/testcard.png similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/examples/testcard.png rename to 3rdparty/zstd/build/single_file_libs/examples/testcard.png diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/zstd-in.c b/3rdparty/zstd/build/single_file_libs/zstd-in.c similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/zstd-in.c rename to 3rdparty/zstd/build/single_file_libs/zstd-in.c diff --git a/3rdparty/zstd-1.5.0/build/single_file_libs/zstddeclib-in.c b/3rdparty/zstd/build/single_file_libs/zstddeclib-in.c similarity index 100% rename from 3rdparty/zstd-1.5.0/build/single_file_libs/zstddeclib-in.c rename to 3rdparty/zstd/build/single_file_libs/zstddeclib-in.c diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/README.md b/3rdparty/zstd/contrib/VS2005/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/README.md rename to 3rdparty/zstd/contrib/VS2005/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/fullbench/fullbench.vcproj b/3rdparty/zstd/contrib/VS2005/fullbench/fullbench.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/fullbench/fullbench.vcproj rename to 3rdparty/zstd/contrib/VS2005/fullbench/fullbench.vcproj diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/fuzzer/fuzzer.vcproj b/3rdparty/zstd/contrib/VS2005/fuzzer/fuzzer.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/fuzzer/fuzzer.vcproj rename to 3rdparty/zstd/contrib/VS2005/fuzzer/fuzzer.vcproj diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/zstd.sln b/3rdparty/zstd/contrib/VS2005/zstd.sln similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/zstd.sln rename to 3rdparty/zstd/contrib/VS2005/zstd.sln diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/zstd/zstd.vcproj b/3rdparty/zstd/contrib/VS2005/zstd/zstd.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/zstd/zstd.vcproj rename to 3rdparty/zstd/contrib/VS2005/zstd/zstd.vcproj diff --git a/3rdparty/zstd-1.5.0/contrib/VS2005/zstdlib/zstdlib.vcproj b/3rdparty/zstd/contrib/VS2005/zstdlib/zstdlib.vcproj similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/VS2005/zstdlib/zstdlib.vcproj rename to 3rdparty/zstd/contrib/VS2005/zstdlib/zstdlib.vcproj diff --git a/3rdparty/zstd-1.5.0/contrib/cleanTabs b/3rdparty/zstd/contrib/cleanTabs similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/cleanTabs rename to 3rdparty/zstd/contrib/cleanTabs diff --git a/3rdparty/zstd-1.5.0/contrib/diagnose_corruption/.gitignore b/3rdparty/zstd/contrib/diagnose_corruption/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/diagnose_corruption/.gitignore rename to 3rdparty/zstd/contrib/diagnose_corruption/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/diagnose_corruption/Makefile b/3rdparty/zstd/contrib/diagnose_corruption/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/diagnose_corruption/Makefile rename to 3rdparty/zstd/contrib/diagnose_corruption/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/diagnose_corruption/check_flipped_bits.c b/3rdparty/zstd/contrib/diagnose_corruption/check_flipped_bits.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/diagnose_corruption/check_flipped_bits.c rename to 3rdparty/zstd/contrib/diagnose_corruption/check_flipped_bits.c diff --git a/3rdparty/zstd-1.5.0/contrib/docker/Dockerfile b/3rdparty/zstd/contrib/docker/Dockerfile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/docker/Dockerfile rename to 3rdparty/zstd/contrib/docker/Dockerfile diff --git a/3rdparty/zstd-1.5.0/contrib/docker/README.md b/3rdparty/zstd/contrib/docker/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/docker/README.md rename to 3rdparty/zstd/contrib/docker/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/freestanding_lib/freestanding.py b/3rdparty/zstd/contrib/freestanding_lib/freestanding.py similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/freestanding_lib/freestanding.py rename to 3rdparty/zstd/contrib/freestanding_lib/freestanding.py diff --git a/3rdparty/zstd-1.5.0/contrib/gen_html/.gitignore b/3rdparty/zstd/contrib/gen_html/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/gen_html/.gitignore rename to 3rdparty/zstd/contrib/gen_html/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/gen_html/Makefile b/3rdparty/zstd/contrib/gen_html/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/gen_html/Makefile rename to 3rdparty/zstd/contrib/gen_html/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/gen_html/README.md b/3rdparty/zstd/contrib/gen_html/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/gen_html/README.md rename to 3rdparty/zstd/contrib/gen_html/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/gen_html/gen-zstd-manual.sh b/3rdparty/zstd/contrib/gen_html/gen-zstd-manual.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/gen_html/gen-zstd-manual.sh rename to 3rdparty/zstd/contrib/gen_html/gen-zstd-manual.sh diff --git a/3rdparty/zstd-1.5.0/contrib/gen_html/gen_html.cpp b/3rdparty/zstd/contrib/gen_html/gen_html.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/gen_html/gen_html.cpp rename to 3rdparty/zstd/contrib/gen_html/gen_html.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/largeNbDicts/.gitignore b/3rdparty/zstd/contrib/largeNbDicts/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/largeNbDicts/.gitignore rename to 3rdparty/zstd/contrib/largeNbDicts/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/largeNbDicts/Makefile b/3rdparty/zstd/contrib/largeNbDicts/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/largeNbDicts/Makefile rename to 3rdparty/zstd/contrib/largeNbDicts/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/largeNbDicts/README.md b/3rdparty/zstd/contrib/largeNbDicts/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/largeNbDicts/README.md rename to 3rdparty/zstd/contrib/largeNbDicts/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/largeNbDicts/largeNbDicts.c b/3rdparty/zstd/contrib/largeNbDicts/largeNbDicts.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/largeNbDicts/largeNbDicts.c rename to 3rdparty/zstd/contrib/largeNbDicts/largeNbDicts.c diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/.gitignore b/3rdparty/zstd/contrib/linux-kernel/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/.gitignore rename to 3rdparty/zstd/contrib/linux-kernel/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/Makefile b/3rdparty/zstd/contrib/linux-kernel/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/Makefile rename to 3rdparty/zstd/contrib/linux-kernel/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/README.md b/3rdparty/zstd/contrib/linux-kernel/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/README.md rename to 3rdparty/zstd/contrib/linux-kernel/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/btrfs-benchmark.sh b/3rdparty/zstd/contrib/linux-kernel/btrfs-benchmark.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/btrfs-benchmark.sh rename to 3rdparty/zstd/contrib/linux-kernel/btrfs-benchmark.sh diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/btrfs-extract-benchmark.sh b/3rdparty/zstd/contrib/linux-kernel/btrfs-extract-benchmark.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/btrfs-extract-benchmark.sh rename to 3rdparty/zstd/contrib/linux-kernel/btrfs-extract-benchmark.sh diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/decompress_sources.h b/3rdparty/zstd/contrib/linux-kernel/decompress_sources.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/decompress_sources.h rename to 3rdparty/zstd/contrib/linux-kernel/decompress_sources.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/linux.mk b/3rdparty/zstd/contrib/linux-kernel/linux.mk similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/linux.mk rename to 3rdparty/zstd/contrib/linux-kernel/linux.mk diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/linux_zstd.h b/3rdparty/zstd/contrib/linux-kernel/linux_zstd.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/linux_zstd.h rename to 3rdparty/zstd/contrib/linux-kernel/linux_zstd.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/mem.h b/3rdparty/zstd/contrib/linux-kernel/mem.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/mem.h rename to 3rdparty/zstd/contrib/linux-kernel/mem.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/squashfs-benchmark.sh b/3rdparty/zstd/contrib/linux-kernel/squashfs-benchmark.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/squashfs-benchmark.sh rename to 3rdparty/zstd/contrib/linux-kernel/squashfs-benchmark.sh diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/Makefile b/3rdparty/zstd/contrib/linux-kernel/test/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/Makefile rename to 3rdparty/zstd/contrib/linux-kernel/test/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/asm/unaligned.h b/3rdparty/zstd/contrib/linux-kernel/test/include/asm/unaligned.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/asm/unaligned.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/asm/unaligned.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/compiler.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/compiler.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/compiler.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/compiler.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/errno.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/errno.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/errno.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/errno.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/kernel.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/kernel.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/kernel.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/kernel.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/limits.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/limits.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/limits.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/limits.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/math64.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/math64.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/math64.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/math64.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/module.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/module.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/module.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/module.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/printk.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/printk.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/printk.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/printk.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/stddef.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/stddef.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/stddef.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/stddef.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/swab.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/swab.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/swab.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/swab.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/types.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/types.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/types.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/types.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/xxhash.h b/3rdparty/zstd/contrib/linux-kernel/test/include/linux/xxhash.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/include/linux/xxhash.h rename to 3rdparty/zstd/contrib/linux-kernel/test/include/linux/xxhash.h diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/macro-test.sh b/3rdparty/zstd/contrib/linux-kernel/test/macro-test.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/macro-test.sh rename to 3rdparty/zstd/contrib/linux-kernel/test/macro-test.sh diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/static_test.c b/3rdparty/zstd/contrib/linux-kernel/test/static_test.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/static_test.c rename to 3rdparty/zstd/contrib/linux-kernel/test/static_test.c diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/test/test.c b/3rdparty/zstd/contrib/linux-kernel/test/test.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/test/test.c rename to 3rdparty/zstd/contrib/linux-kernel/test/test.c diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_compress_module.c b/3rdparty/zstd/contrib/linux-kernel/zstd_compress_module.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_compress_module.c rename to 3rdparty/zstd/contrib/linux-kernel/zstd_compress_module.c diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_decompress_module.c b/3rdparty/zstd/contrib/linux-kernel/zstd_decompress_module.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_decompress_module.c rename to 3rdparty/zstd/contrib/linux-kernel/zstd_decompress_module.c diff --git a/3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_deps.h b/3rdparty/zstd/contrib/linux-kernel/zstd_deps.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/linux-kernel/zstd_deps.h rename to 3rdparty/zstd/contrib/linux-kernel/zstd_deps.h diff --git a/3rdparty/zstd-1.5.0/contrib/match_finders/README.md b/3rdparty/zstd/contrib/match_finders/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/match_finders/README.md rename to 3rdparty/zstd/contrib/match_finders/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/match_finders/zstd_edist.c b/3rdparty/zstd/contrib/match_finders/zstd_edist.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/match_finders/zstd_edist.c rename to 3rdparty/zstd/contrib/match_finders/zstd_edist.c diff --git a/3rdparty/zstd-1.5.0/contrib/match_finders/zstd_edist.h b/3rdparty/zstd/contrib/match_finders/zstd_edist.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/match_finders/zstd_edist.h rename to 3rdparty/zstd/contrib/match_finders/zstd_edist.h diff --git a/3rdparty/zstd-1.5.0/contrib/premake/premake4.lua b/3rdparty/zstd/contrib/premake/premake4.lua similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/premake/premake4.lua rename to 3rdparty/zstd/contrib/premake/premake4.lua diff --git a/3rdparty/zstd-1.5.0/contrib/premake/zstd.lua b/3rdparty/zstd/contrib/premake/zstd.lua similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/premake/zstd.lua rename to 3rdparty/zstd/contrib/premake/zstd.lua diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/.gitignore b/3rdparty/zstd/contrib/pzstd/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/.gitignore rename to 3rdparty/zstd/contrib/pzstd/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/BUCK b/3rdparty/zstd/contrib/pzstd/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/BUCK rename to 3rdparty/zstd/contrib/pzstd/BUCK diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/ErrorHolder.h b/3rdparty/zstd/contrib/pzstd/ErrorHolder.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/ErrorHolder.h rename to 3rdparty/zstd/contrib/pzstd/ErrorHolder.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Logging.h b/3rdparty/zstd/contrib/pzstd/Logging.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Logging.h rename to 3rdparty/zstd/contrib/pzstd/Logging.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Makefile b/3rdparty/zstd/contrib/pzstd/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Makefile rename to 3rdparty/zstd/contrib/pzstd/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Options.cpp b/3rdparty/zstd/contrib/pzstd/Options.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Options.cpp rename to 3rdparty/zstd/contrib/pzstd/Options.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Options.h b/3rdparty/zstd/contrib/pzstd/Options.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Options.h rename to 3rdparty/zstd/contrib/pzstd/Options.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Pzstd.cpp b/3rdparty/zstd/contrib/pzstd/Pzstd.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Pzstd.cpp rename to 3rdparty/zstd/contrib/pzstd/Pzstd.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/Pzstd.h b/3rdparty/zstd/contrib/pzstd/Pzstd.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/Pzstd.h rename to 3rdparty/zstd/contrib/pzstd/Pzstd.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/README.md b/3rdparty/zstd/contrib/pzstd/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/README.md rename to 3rdparty/zstd/contrib/pzstd/README.md diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/SkippableFrame.cpp b/3rdparty/zstd/contrib/pzstd/SkippableFrame.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/SkippableFrame.cpp rename to 3rdparty/zstd/contrib/pzstd/SkippableFrame.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/SkippableFrame.h b/3rdparty/zstd/contrib/pzstd/SkippableFrame.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/SkippableFrame.h rename to 3rdparty/zstd/contrib/pzstd/SkippableFrame.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/images/Cspeed.png b/3rdparty/zstd/contrib/pzstd/images/Cspeed.png similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/images/Cspeed.png rename to 3rdparty/zstd/contrib/pzstd/images/Cspeed.png diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/images/Dspeed.png b/3rdparty/zstd/contrib/pzstd/images/Dspeed.png similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/images/Dspeed.png rename to 3rdparty/zstd/contrib/pzstd/images/Dspeed.png diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/main.cpp b/3rdparty/zstd/contrib/pzstd/main.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/main.cpp rename to 3rdparty/zstd/contrib/pzstd/main.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/test/BUCK b/3rdparty/zstd/contrib/pzstd/test/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/test/BUCK rename to 3rdparty/zstd/contrib/pzstd/test/BUCK diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/test/OptionsTest.cpp b/3rdparty/zstd/contrib/pzstd/test/OptionsTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/test/OptionsTest.cpp rename to 3rdparty/zstd/contrib/pzstd/test/OptionsTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/test/PzstdTest.cpp b/3rdparty/zstd/contrib/pzstd/test/PzstdTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/test/PzstdTest.cpp rename to 3rdparty/zstd/contrib/pzstd/test/PzstdTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/test/RoundTrip.h b/3rdparty/zstd/contrib/pzstd/test/RoundTrip.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/test/RoundTrip.h rename to 3rdparty/zstd/contrib/pzstd/test/RoundTrip.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/test/RoundTripTest.cpp b/3rdparty/zstd/contrib/pzstd/test/RoundTripTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/test/RoundTripTest.cpp rename to 3rdparty/zstd/contrib/pzstd/test/RoundTripTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/BUCK b/3rdparty/zstd/contrib/pzstd/utils/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/BUCK rename to 3rdparty/zstd/contrib/pzstd/utils/BUCK diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/Buffer.h b/3rdparty/zstd/contrib/pzstd/utils/Buffer.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/Buffer.h rename to 3rdparty/zstd/contrib/pzstd/utils/Buffer.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/FileSystem.h b/3rdparty/zstd/contrib/pzstd/utils/FileSystem.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/FileSystem.h rename to 3rdparty/zstd/contrib/pzstd/utils/FileSystem.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/Likely.h b/3rdparty/zstd/contrib/pzstd/utils/Likely.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/Likely.h rename to 3rdparty/zstd/contrib/pzstd/utils/Likely.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/Range.h b/3rdparty/zstd/contrib/pzstd/utils/Range.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/Range.h rename to 3rdparty/zstd/contrib/pzstd/utils/Range.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/ResourcePool.h b/3rdparty/zstd/contrib/pzstd/utils/ResourcePool.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/ResourcePool.h rename to 3rdparty/zstd/contrib/pzstd/utils/ResourcePool.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/ScopeGuard.h b/3rdparty/zstd/contrib/pzstd/utils/ScopeGuard.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/ScopeGuard.h rename to 3rdparty/zstd/contrib/pzstd/utils/ScopeGuard.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/ThreadPool.h b/3rdparty/zstd/contrib/pzstd/utils/ThreadPool.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/ThreadPool.h rename to 3rdparty/zstd/contrib/pzstd/utils/ThreadPool.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/WorkQueue.h b/3rdparty/zstd/contrib/pzstd/utils/WorkQueue.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/WorkQueue.h rename to 3rdparty/zstd/contrib/pzstd/utils/WorkQueue.h diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/BUCK b/3rdparty/zstd/contrib/pzstd/utils/test/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/BUCK rename to 3rdparty/zstd/contrib/pzstd/utils/test/BUCK diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/BufferTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/BufferTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/BufferTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/BufferTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/RangeTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/RangeTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/RangeTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/RangeTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ResourcePoolTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/ResourcePoolTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ResourcePoolTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/ResourcePoolTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ScopeGuardTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/ScopeGuardTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ScopeGuardTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/ScopeGuardTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ThreadPoolTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/ThreadPoolTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/ThreadPoolTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/ThreadPoolTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/WorkQueueTest.cpp b/3rdparty/zstd/contrib/pzstd/utils/test/WorkQueueTest.cpp similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/pzstd/utils/test/WorkQueueTest.cpp rename to 3rdparty/zstd/contrib/pzstd/utils/test/WorkQueueTest.cpp diff --git a/3rdparty/zstd-1.5.0/contrib/recovery/Makefile b/3rdparty/zstd/contrib/recovery/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/recovery/Makefile rename to 3rdparty/zstd/contrib/recovery/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/recovery/recover_directory.c b/3rdparty/zstd/contrib/recovery/recover_directory.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/recovery/recover_directory.c rename to 3rdparty/zstd/contrib/recovery/recover_directory.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/.gitignore b/3rdparty/zstd/contrib/seekable_format/examples/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/.gitignore rename to 3rdparty/zstd/contrib/seekable_format/examples/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/Makefile b/3rdparty/zstd/contrib/seekable_format/examples/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/Makefile rename to 3rdparty/zstd/contrib/seekable_format/examples/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/parallel_compression.c b/3rdparty/zstd/contrib/seekable_format/examples/parallel_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/parallel_compression.c rename to 3rdparty/zstd/contrib/seekable_format/examples/parallel_compression.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/parallel_processing.c b/3rdparty/zstd/contrib/seekable_format/examples/parallel_processing.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/parallel_processing.c rename to 3rdparty/zstd/contrib/seekable_format/examples/parallel_processing.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_compression.c b/3rdparty/zstd/contrib/seekable_format/examples/seekable_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_compression.c rename to 3rdparty/zstd/contrib/seekable_format/examples/seekable_compression.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_decompression.c b/3rdparty/zstd/contrib/seekable_format/examples/seekable_decompression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_decompression.c rename to 3rdparty/zstd/contrib/seekable_format/examples/seekable_decompression.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_decompression_mem.c b/3rdparty/zstd/contrib/seekable_format/examples/seekable_decompression_mem.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/examples/seekable_decompression_mem.c rename to 3rdparty/zstd/contrib/seekable_format/examples/seekable_decompression_mem.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/tests/.gitignore b/3rdparty/zstd/contrib/seekable_format/tests/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/tests/.gitignore rename to 3rdparty/zstd/contrib/seekable_format/tests/.gitignore diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/tests/Makefile b/3rdparty/zstd/contrib/seekable_format/tests/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/tests/Makefile rename to 3rdparty/zstd/contrib/seekable_format/tests/Makefile diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/tests/seekable_tests.c b/3rdparty/zstd/contrib/seekable_format/tests/seekable_tests.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/tests/seekable_tests.c rename to 3rdparty/zstd/contrib/seekable_format/tests/seekable_tests.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/zstd_seekable.h b/3rdparty/zstd/contrib/seekable_format/zstd_seekable.h similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/zstd_seekable.h rename to 3rdparty/zstd/contrib/seekable_format/zstd_seekable.h diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/zstd_seekable_compression_format.md b/3rdparty/zstd/contrib/seekable_format/zstd_seekable_compression_format.md similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/zstd_seekable_compression_format.md rename to 3rdparty/zstd/contrib/seekable_format/zstd_seekable_compression_format.md diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/zstdseek_compress.c b/3rdparty/zstd/contrib/seekable_format/zstdseek_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/zstdseek_compress.c rename to 3rdparty/zstd/contrib/seekable_format/zstdseek_compress.c diff --git a/3rdparty/zstd-1.5.0/contrib/seekable_format/zstdseek_decompress.c b/3rdparty/zstd/contrib/seekable_format/zstdseek_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/seekable_format/zstdseek_decompress.c rename to 3rdparty/zstd/contrib/seekable_format/zstdseek_decompress.c diff --git a/3rdparty/zstd-1.5.0/contrib/snap/snapcraft.yaml b/3rdparty/zstd/contrib/snap/snapcraft.yaml similarity index 100% rename from 3rdparty/zstd-1.5.0/contrib/snap/snapcraft.yaml rename to 3rdparty/zstd/contrib/snap/snapcraft.yaml diff --git a/3rdparty/zstd-1.5.0/doc/README.md b/3rdparty/zstd/doc/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/README.md rename to 3rdparty/zstd/doc/README.md diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/.gitignore b/3rdparty/zstd/doc/educational_decoder/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/.gitignore rename to 3rdparty/zstd/doc/educational_decoder/.gitignore diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/Makefile b/3rdparty/zstd/doc/educational_decoder/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/Makefile rename to 3rdparty/zstd/doc/educational_decoder/Makefile diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/README.md b/3rdparty/zstd/doc/educational_decoder/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/README.md rename to 3rdparty/zstd/doc/educational_decoder/README.md diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/harness.c b/3rdparty/zstd/doc/educational_decoder/harness.c similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/harness.c rename to 3rdparty/zstd/doc/educational_decoder/harness.c diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/zstd_decompress.c b/3rdparty/zstd/doc/educational_decoder/zstd_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/zstd_decompress.c rename to 3rdparty/zstd/doc/educational_decoder/zstd_decompress.c diff --git a/3rdparty/zstd-1.5.0/doc/educational_decoder/zstd_decompress.h b/3rdparty/zstd/doc/educational_decoder/zstd_decompress.h similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/educational_decoder/zstd_decompress.h rename to 3rdparty/zstd/doc/educational_decoder/zstd_decompress.h diff --git a/3rdparty/zstd-1.5.0/doc/images/CSpeed2.png b/3rdparty/zstd/doc/images/CSpeed2.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/CSpeed2.png rename to 3rdparty/zstd/doc/images/CSpeed2.png diff --git a/3rdparty/zstd-1.5.0/doc/images/DCspeed5.png b/3rdparty/zstd/doc/images/DCspeed5.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/DCspeed5.png rename to 3rdparty/zstd/doc/images/DCspeed5.png diff --git a/3rdparty/zstd-1.5.0/doc/images/DSpeed3.png b/3rdparty/zstd/doc/images/DSpeed3.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/DSpeed3.png rename to 3rdparty/zstd/doc/images/DSpeed3.png diff --git a/3rdparty/zstd-1.5.0/doc/images/cdict_v136.png b/3rdparty/zstd/doc/images/cdict_v136.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/cdict_v136.png rename to 3rdparty/zstd/doc/images/cdict_v136.png diff --git a/3rdparty/zstd-1.5.0/doc/images/dict-cr.png b/3rdparty/zstd/doc/images/dict-cr.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/dict-cr.png rename to 3rdparty/zstd/doc/images/dict-cr.png diff --git a/3rdparty/zstd-1.5.0/doc/images/dict-cs.png b/3rdparty/zstd/doc/images/dict-cs.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/dict-cs.png rename to 3rdparty/zstd/doc/images/dict-cs.png diff --git a/3rdparty/zstd-1.5.0/doc/images/dict-ds.png b/3rdparty/zstd/doc/images/dict-ds.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/dict-ds.png rename to 3rdparty/zstd/doc/images/dict-ds.png diff --git a/3rdparty/zstd-1.5.0/doc/images/zstd_cdict_v1_3_5.png b/3rdparty/zstd/doc/images/zstd_cdict_v1_3_5.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/zstd_cdict_v1_3_5.png rename to 3rdparty/zstd/doc/images/zstd_cdict_v1_3_5.png diff --git a/3rdparty/zstd-1.5.0/doc/images/zstd_logo86.png b/3rdparty/zstd/doc/images/zstd_logo86.png similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/images/zstd_logo86.png rename to 3rdparty/zstd/doc/images/zstd_logo86.png diff --git a/3rdparty/zstd-1.5.0/doc/zstd_compression_format.md b/3rdparty/zstd/doc/zstd_compression_format.md similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/zstd_compression_format.md rename to 3rdparty/zstd/doc/zstd_compression_format.md diff --git a/3rdparty/zstd-1.5.0/doc/zstd_manual.html b/3rdparty/zstd/doc/zstd_manual.html similarity index 100% rename from 3rdparty/zstd-1.5.0/doc/zstd_manual.html rename to 3rdparty/zstd/doc/zstd_manual.html diff --git a/3rdparty/zstd-1.5.0/examples/.gitignore b/3rdparty/zstd/examples/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/.gitignore rename to 3rdparty/zstd/examples/.gitignore diff --git a/3rdparty/zstd-1.5.0/examples/Makefile b/3rdparty/zstd/examples/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/Makefile rename to 3rdparty/zstd/examples/Makefile diff --git a/3rdparty/zstd-1.5.0/examples/README.md b/3rdparty/zstd/examples/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/README.md rename to 3rdparty/zstd/examples/README.md diff --git a/3rdparty/zstd-1.5.0/examples/common.h b/3rdparty/zstd/examples/common.h similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/common.h rename to 3rdparty/zstd/examples/common.h diff --git a/3rdparty/zstd-1.5.0/examples/dictionary_compression.c b/3rdparty/zstd/examples/dictionary_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/dictionary_compression.c rename to 3rdparty/zstd/examples/dictionary_compression.c diff --git a/3rdparty/zstd-1.5.0/examples/dictionary_decompression.c b/3rdparty/zstd/examples/dictionary_decompression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/dictionary_decompression.c rename to 3rdparty/zstd/examples/dictionary_decompression.c diff --git a/3rdparty/zstd-1.5.0/examples/multiple_simple_compression.c b/3rdparty/zstd/examples/multiple_simple_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/multiple_simple_compression.c rename to 3rdparty/zstd/examples/multiple_simple_compression.c diff --git a/3rdparty/zstd-1.5.0/examples/multiple_streaming_compression.c b/3rdparty/zstd/examples/multiple_streaming_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/multiple_streaming_compression.c rename to 3rdparty/zstd/examples/multiple_streaming_compression.c diff --git a/3rdparty/zstd-1.5.0/examples/simple_compression.c b/3rdparty/zstd/examples/simple_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/simple_compression.c rename to 3rdparty/zstd/examples/simple_compression.c diff --git a/3rdparty/zstd-1.5.0/examples/simple_decompression.c b/3rdparty/zstd/examples/simple_decompression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/simple_decompression.c rename to 3rdparty/zstd/examples/simple_decompression.c diff --git a/3rdparty/zstd-1.5.0/examples/streaming_compression.c b/3rdparty/zstd/examples/streaming_compression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/streaming_compression.c rename to 3rdparty/zstd/examples/streaming_compression.c diff --git a/3rdparty/zstd-1.5.0/examples/streaming_compression_thread_pool.c b/3rdparty/zstd/examples/streaming_compression_thread_pool.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/streaming_compression_thread_pool.c rename to 3rdparty/zstd/examples/streaming_compression_thread_pool.c diff --git a/3rdparty/zstd-1.5.0/examples/streaming_decompression.c b/3rdparty/zstd/examples/streaming_decompression.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/streaming_decompression.c rename to 3rdparty/zstd/examples/streaming_decompression.c diff --git a/3rdparty/zstd-1.5.0/examples/streaming_memory_usage.c b/3rdparty/zstd/examples/streaming_memory_usage.c similarity index 100% rename from 3rdparty/zstd-1.5.0/examples/streaming_memory_usage.c rename to 3rdparty/zstd/examples/streaming_memory_usage.c diff --git a/3rdparty/zstd-1.5.0/lib/.gitignore b/3rdparty/zstd/lib/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/.gitignore rename to 3rdparty/zstd/lib/.gitignore diff --git a/3rdparty/zstd-1.5.0/lib/BUCK b/3rdparty/zstd/lib/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/BUCK rename to 3rdparty/zstd/lib/BUCK diff --git a/3rdparty/zstd-1.5.0/lib/Makefile b/3rdparty/zstd/lib/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/Makefile rename to 3rdparty/zstd/lib/Makefile diff --git a/3rdparty/zstd-1.5.0/lib/README.md b/3rdparty/zstd/lib/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/README.md rename to 3rdparty/zstd/lib/README.md diff --git a/3rdparty/zstd-1.5.0/lib/common/bitstream.h b/3rdparty/zstd/lib/common/bitstream.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/bitstream.h rename to 3rdparty/zstd/lib/common/bitstream.h diff --git a/3rdparty/zstd-1.5.0/lib/common/compiler.h b/3rdparty/zstd/lib/common/compiler.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/compiler.h rename to 3rdparty/zstd/lib/common/compiler.h diff --git a/3rdparty/zstd-1.5.0/lib/common/cpu.h b/3rdparty/zstd/lib/common/cpu.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/cpu.h rename to 3rdparty/zstd/lib/common/cpu.h diff --git a/3rdparty/zstd-1.5.0/lib/common/debug.c b/3rdparty/zstd/lib/common/debug.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/debug.c rename to 3rdparty/zstd/lib/common/debug.c diff --git a/3rdparty/zstd-1.5.0/lib/common/debug.h b/3rdparty/zstd/lib/common/debug.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/debug.h rename to 3rdparty/zstd/lib/common/debug.h diff --git a/3rdparty/zstd-1.5.0/lib/common/entropy_common.c b/3rdparty/zstd/lib/common/entropy_common.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/entropy_common.c rename to 3rdparty/zstd/lib/common/entropy_common.c diff --git a/3rdparty/zstd-1.5.0/lib/common/error_private.c b/3rdparty/zstd/lib/common/error_private.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/error_private.c rename to 3rdparty/zstd/lib/common/error_private.c diff --git a/3rdparty/zstd-1.5.0/lib/common/error_private.h b/3rdparty/zstd/lib/common/error_private.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/error_private.h rename to 3rdparty/zstd/lib/common/error_private.h diff --git a/3rdparty/zstd-1.5.0/lib/common/fse.h b/3rdparty/zstd/lib/common/fse.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/fse.h rename to 3rdparty/zstd/lib/common/fse.h diff --git a/3rdparty/zstd-1.5.0/lib/common/fse_decompress.c b/3rdparty/zstd/lib/common/fse_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/fse_decompress.c rename to 3rdparty/zstd/lib/common/fse_decompress.c diff --git a/3rdparty/zstd-1.5.0/lib/common/huf.h b/3rdparty/zstd/lib/common/huf.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/huf.h rename to 3rdparty/zstd/lib/common/huf.h diff --git a/3rdparty/zstd-1.5.0/lib/common/mem.h b/3rdparty/zstd/lib/common/mem.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/mem.h rename to 3rdparty/zstd/lib/common/mem.h diff --git a/3rdparty/zstd-1.5.0/lib/common/pool.c b/3rdparty/zstd/lib/common/pool.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/pool.c rename to 3rdparty/zstd/lib/common/pool.c diff --git a/3rdparty/zstd-1.5.0/lib/common/pool.h b/3rdparty/zstd/lib/common/pool.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/pool.h rename to 3rdparty/zstd/lib/common/pool.h diff --git a/3rdparty/zstd-1.5.0/lib/common/threading.c b/3rdparty/zstd/lib/common/threading.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/threading.c rename to 3rdparty/zstd/lib/common/threading.c diff --git a/3rdparty/zstd-1.5.0/lib/common/threading.h b/3rdparty/zstd/lib/common/threading.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/threading.h rename to 3rdparty/zstd/lib/common/threading.h diff --git a/3rdparty/zstd-1.5.0/lib/common/xxhash.c b/3rdparty/zstd/lib/common/xxhash.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/xxhash.c rename to 3rdparty/zstd/lib/common/xxhash.c diff --git a/3rdparty/zstd-1.5.0/lib/common/xxhash.h b/3rdparty/zstd/lib/common/xxhash.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/xxhash.h rename to 3rdparty/zstd/lib/common/xxhash.h diff --git a/3rdparty/zstd-1.5.0/lib/common/zstd_common.c b/3rdparty/zstd/lib/common/zstd_common.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/zstd_common.c rename to 3rdparty/zstd/lib/common/zstd_common.c diff --git a/3rdparty/zstd-1.5.0/lib/common/zstd_deps.h b/3rdparty/zstd/lib/common/zstd_deps.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/zstd_deps.h rename to 3rdparty/zstd/lib/common/zstd_deps.h diff --git a/3rdparty/zstd-1.5.0/lib/common/zstd_internal.h b/3rdparty/zstd/lib/common/zstd_internal.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/zstd_internal.h rename to 3rdparty/zstd/lib/common/zstd_internal.h diff --git a/3rdparty/zstd-1.5.0/lib/common/zstd_trace.h b/3rdparty/zstd/lib/common/zstd_trace.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/common/zstd_trace.h rename to 3rdparty/zstd/lib/common/zstd_trace.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/fse_compress.c b/3rdparty/zstd/lib/compress/fse_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/fse_compress.c rename to 3rdparty/zstd/lib/compress/fse_compress.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/hist.c b/3rdparty/zstd/lib/compress/hist.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/hist.c rename to 3rdparty/zstd/lib/compress/hist.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/hist.h b/3rdparty/zstd/lib/compress/hist.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/hist.h rename to 3rdparty/zstd/lib/compress/hist.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/huf_compress.c b/3rdparty/zstd/lib/compress/huf_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/huf_compress.c rename to 3rdparty/zstd/lib/compress/huf_compress.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress.c b/3rdparty/zstd/lib/compress/zstd_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress.c rename to 3rdparty/zstd/lib/compress/zstd_compress.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_internal.h b/3rdparty/zstd/lib/compress/zstd_compress_internal.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_internal.h rename to 3rdparty/zstd/lib/compress/zstd_compress_internal.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_literals.c b/3rdparty/zstd/lib/compress/zstd_compress_literals.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_literals.c rename to 3rdparty/zstd/lib/compress/zstd_compress_literals.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_literals.h b/3rdparty/zstd/lib/compress/zstd_compress_literals.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_literals.h rename to 3rdparty/zstd/lib/compress/zstd_compress_literals.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_sequences.c b/3rdparty/zstd/lib/compress/zstd_compress_sequences.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_sequences.c rename to 3rdparty/zstd/lib/compress/zstd_compress_sequences.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_sequences.h b/3rdparty/zstd/lib/compress/zstd_compress_sequences.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_sequences.h rename to 3rdparty/zstd/lib/compress/zstd_compress_sequences.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_superblock.c b/3rdparty/zstd/lib/compress/zstd_compress_superblock.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_superblock.c rename to 3rdparty/zstd/lib/compress/zstd_compress_superblock.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_compress_superblock.h b/3rdparty/zstd/lib/compress/zstd_compress_superblock.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_compress_superblock.h rename to 3rdparty/zstd/lib/compress/zstd_compress_superblock.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_cwksp.h b/3rdparty/zstd/lib/compress/zstd_cwksp.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_cwksp.h rename to 3rdparty/zstd/lib/compress/zstd_cwksp.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_double_fast.c b/3rdparty/zstd/lib/compress/zstd_double_fast.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_double_fast.c rename to 3rdparty/zstd/lib/compress/zstd_double_fast.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_double_fast.h b/3rdparty/zstd/lib/compress/zstd_double_fast.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_double_fast.h rename to 3rdparty/zstd/lib/compress/zstd_double_fast.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_fast.c b/3rdparty/zstd/lib/compress/zstd_fast.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_fast.c rename to 3rdparty/zstd/lib/compress/zstd_fast.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_fast.h b/3rdparty/zstd/lib/compress/zstd_fast.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_fast.h rename to 3rdparty/zstd/lib/compress/zstd_fast.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_lazy.c b/3rdparty/zstd/lib/compress/zstd_lazy.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_lazy.c rename to 3rdparty/zstd/lib/compress/zstd_lazy.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_lazy.h b/3rdparty/zstd/lib/compress/zstd_lazy.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_lazy.h rename to 3rdparty/zstd/lib/compress/zstd_lazy.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_ldm.c b/3rdparty/zstd/lib/compress/zstd_ldm.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_ldm.c rename to 3rdparty/zstd/lib/compress/zstd_ldm.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_ldm.h b/3rdparty/zstd/lib/compress/zstd_ldm.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_ldm.h rename to 3rdparty/zstd/lib/compress/zstd_ldm.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_ldm_geartab.h b/3rdparty/zstd/lib/compress/zstd_ldm_geartab.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_ldm_geartab.h rename to 3rdparty/zstd/lib/compress/zstd_ldm_geartab.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_opt.c b/3rdparty/zstd/lib/compress/zstd_opt.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_opt.c rename to 3rdparty/zstd/lib/compress/zstd_opt.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstd_opt.h b/3rdparty/zstd/lib/compress/zstd_opt.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstd_opt.h rename to 3rdparty/zstd/lib/compress/zstd_opt.h diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstdmt_compress.c b/3rdparty/zstd/lib/compress/zstdmt_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstdmt_compress.c rename to 3rdparty/zstd/lib/compress/zstdmt_compress.c diff --git a/3rdparty/zstd-1.5.0/lib/compress/zstdmt_compress.h b/3rdparty/zstd/lib/compress/zstdmt_compress.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/compress/zstdmt_compress.h rename to 3rdparty/zstd/lib/compress/zstdmt_compress.h diff --git a/3rdparty/zstd-1.5.0/lib/decompress/huf_decompress.c b/3rdparty/zstd/lib/decompress/huf_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/huf_decompress.c rename to 3rdparty/zstd/lib/decompress/huf_decompress.c diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_ddict.c b/3rdparty/zstd/lib/decompress/zstd_ddict.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_ddict.c rename to 3rdparty/zstd/lib/decompress/zstd_ddict.c diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_ddict.h b/3rdparty/zstd/lib/decompress/zstd_ddict.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_ddict.h rename to 3rdparty/zstd/lib/decompress/zstd_ddict.h diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress.c b/3rdparty/zstd/lib/decompress/zstd_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress.c rename to 3rdparty/zstd/lib/decompress/zstd_decompress.c diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_block.c b/3rdparty/zstd/lib/decompress/zstd_decompress_block.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_block.c rename to 3rdparty/zstd/lib/decompress/zstd_decompress_block.c diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_block.h b/3rdparty/zstd/lib/decompress/zstd_decompress_block.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_block.h rename to 3rdparty/zstd/lib/decompress/zstd_decompress_block.h diff --git a/3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_internal.h b/3rdparty/zstd/lib/decompress/zstd_decompress_internal.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/decompress/zstd_decompress_internal.h rename to 3rdparty/zstd/lib/decompress/zstd_decompress_internal.h diff --git a/3rdparty/zstd-1.5.0/lib/deprecated/zbuff.h b/3rdparty/zstd/lib/deprecated/zbuff.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/deprecated/zbuff.h rename to 3rdparty/zstd/lib/deprecated/zbuff.h diff --git a/3rdparty/zstd-1.5.0/lib/deprecated/zbuff_common.c b/3rdparty/zstd/lib/deprecated/zbuff_common.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/deprecated/zbuff_common.c rename to 3rdparty/zstd/lib/deprecated/zbuff_common.c diff --git a/3rdparty/zstd-1.5.0/lib/deprecated/zbuff_compress.c b/3rdparty/zstd/lib/deprecated/zbuff_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/deprecated/zbuff_compress.c rename to 3rdparty/zstd/lib/deprecated/zbuff_compress.c diff --git a/3rdparty/zstd-1.5.0/lib/deprecated/zbuff_decompress.c b/3rdparty/zstd/lib/deprecated/zbuff_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/deprecated/zbuff_decompress.c rename to 3rdparty/zstd/lib/deprecated/zbuff_decompress.c diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/cover.c b/3rdparty/zstd/lib/dictBuilder/cover.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/cover.c rename to 3rdparty/zstd/lib/dictBuilder/cover.c diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/cover.h b/3rdparty/zstd/lib/dictBuilder/cover.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/cover.h rename to 3rdparty/zstd/lib/dictBuilder/cover.h diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/divsufsort.c b/3rdparty/zstd/lib/dictBuilder/divsufsort.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/divsufsort.c rename to 3rdparty/zstd/lib/dictBuilder/divsufsort.c diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/divsufsort.h b/3rdparty/zstd/lib/dictBuilder/divsufsort.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/divsufsort.h rename to 3rdparty/zstd/lib/dictBuilder/divsufsort.h diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/fastcover.c b/3rdparty/zstd/lib/dictBuilder/fastcover.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/fastcover.c rename to 3rdparty/zstd/lib/dictBuilder/fastcover.c diff --git a/3rdparty/zstd-1.5.0/lib/dictBuilder/zdict.c b/3rdparty/zstd/lib/dictBuilder/zdict.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dictBuilder/zdict.c rename to 3rdparty/zstd/lib/dictBuilder/zdict.c diff --git a/3rdparty/zstd-1.5.0/lib/dll/example/Makefile b/3rdparty/zstd/lib/dll/example/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dll/example/Makefile rename to 3rdparty/zstd/lib/dll/example/Makefile diff --git a/3rdparty/zstd-1.5.0/lib/dll/example/README.md b/3rdparty/zstd/lib/dll/example/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dll/example/README.md rename to 3rdparty/zstd/lib/dll/example/README.md diff --git a/3rdparty/zstd-1.5.0/lib/dll/example/build_package.bat b/3rdparty/zstd/lib/dll/example/build_package.bat similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dll/example/build_package.bat rename to 3rdparty/zstd/lib/dll/example/build_package.bat diff --git a/3rdparty/zstd-1.5.0/lib/dll/example/fullbench-dll.sln b/3rdparty/zstd/lib/dll/example/fullbench-dll.sln similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dll/example/fullbench-dll.sln rename to 3rdparty/zstd/lib/dll/example/fullbench-dll.sln diff --git a/3rdparty/zstd-1.5.0/lib/dll/example/fullbench-dll.vcxproj b/3rdparty/zstd/lib/dll/example/fullbench-dll.vcxproj similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/dll/example/fullbench-dll.vcxproj rename to 3rdparty/zstd/lib/dll/example/fullbench-dll.vcxproj diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_legacy.h b/3rdparty/zstd/lib/legacy/zstd_legacy.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_legacy.h rename to 3rdparty/zstd/lib/legacy/zstd_legacy.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v01.c b/3rdparty/zstd/lib/legacy/zstd_v01.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v01.c rename to 3rdparty/zstd/lib/legacy/zstd_v01.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v01.h b/3rdparty/zstd/lib/legacy/zstd_v01.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v01.h rename to 3rdparty/zstd/lib/legacy/zstd_v01.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v02.c b/3rdparty/zstd/lib/legacy/zstd_v02.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v02.c rename to 3rdparty/zstd/lib/legacy/zstd_v02.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v02.h b/3rdparty/zstd/lib/legacy/zstd_v02.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v02.h rename to 3rdparty/zstd/lib/legacy/zstd_v02.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v03.c b/3rdparty/zstd/lib/legacy/zstd_v03.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v03.c rename to 3rdparty/zstd/lib/legacy/zstd_v03.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v03.h b/3rdparty/zstd/lib/legacy/zstd_v03.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v03.h rename to 3rdparty/zstd/lib/legacy/zstd_v03.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v04.c b/3rdparty/zstd/lib/legacy/zstd_v04.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v04.c rename to 3rdparty/zstd/lib/legacy/zstd_v04.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v04.h b/3rdparty/zstd/lib/legacy/zstd_v04.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v04.h rename to 3rdparty/zstd/lib/legacy/zstd_v04.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v05.c b/3rdparty/zstd/lib/legacy/zstd_v05.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v05.c rename to 3rdparty/zstd/lib/legacy/zstd_v05.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v05.h b/3rdparty/zstd/lib/legacy/zstd_v05.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v05.h rename to 3rdparty/zstd/lib/legacy/zstd_v05.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v06.c b/3rdparty/zstd/lib/legacy/zstd_v06.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v06.c rename to 3rdparty/zstd/lib/legacy/zstd_v06.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v06.h b/3rdparty/zstd/lib/legacy/zstd_v06.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v06.h rename to 3rdparty/zstd/lib/legacy/zstd_v06.h diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v07.c b/3rdparty/zstd/lib/legacy/zstd_v07.c similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v07.c rename to 3rdparty/zstd/lib/legacy/zstd_v07.c diff --git a/3rdparty/zstd-1.5.0/lib/legacy/zstd_v07.h b/3rdparty/zstd/lib/legacy/zstd_v07.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/legacy/zstd_v07.h rename to 3rdparty/zstd/lib/legacy/zstd_v07.h diff --git a/3rdparty/zstd-1.5.0/lib/libzstd.pc.in b/3rdparty/zstd/lib/libzstd.pc.in similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/libzstd.pc.in rename to 3rdparty/zstd/lib/libzstd.pc.in diff --git a/3rdparty/zstd-1.5.0/lib/zdict.h b/3rdparty/zstd/lib/zdict.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/zdict.h rename to 3rdparty/zstd/lib/zdict.h diff --git a/3rdparty/zstd-1.5.0/lib/zstd.h b/3rdparty/zstd/lib/zstd.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/zstd.h rename to 3rdparty/zstd/lib/zstd.h diff --git a/3rdparty/zstd-1.5.0/lib/zstd_errors.h b/3rdparty/zstd/lib/zstd_errors.h similarity index 100% rename from 3rdparty/zstd-1.5.0/lib/zstd_errors.h rename to 3rdparty/zstd/lib/zstd_errors.h diff --git a/3rdparty/zstd-1.5.0/programs/.gitignore b/3rdparty/zstd/programs/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/.gitignore rename to 3rdparty/zstd/programs/.gitignore diff --git a/3rdparty/zstd-1.5.0/programs/BUCK b/3rdparty/zstd/programs/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/BUCK rename to 3rdparty/zstd/programs/BUCK diff --git a/3rdparty/zstd-1.5.0/programs/Makefile b/3rdparty/zstd/programs/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/Makefile rename to 3rdparty/zstd/programs/Makefile diff --git a/3rdparty/zstd-1.5.0/programs/README.md b/3rdparty/zstd/programs/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/README.md rename to 3rdparty/zstd/programs/README.md diff --git a/3rdparty/zstd-1.5.0/programs/benchfn.c b/3rdparty/zstd/programs/benchfn.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/benchfn.c rename to 3rdparty/zstd/programs/benchfn.c diff --git a/3rdparty/zstd-1.5.0/programs/benchfn.h b/3rdparty/zstd/programs/benchfn.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/benchfn.h rename to 3rdparty/zstd/programs/benchfn.h diff --git a/3rdparty/zstd-1.5.0/programs/benchzstd.c b/3rdparty/zstd/programs/benchzstd.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/benchzstd.c rename to 3rdparty/zstd/programs/benchzstd.c diff --git a/3rdparty/zstd-1.5.0/programs/benchzstd.h b/3rdparty/zstd/programs/benchzstd.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/benchzstd.h rename to 3rdparty/zstd/programs/benchzstd.h diff --git a/3rdparty/zstd-1.5.0/programs/datagen.c b/3rdparty/zstd/programs/datagen.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/datagen.c rename to 3rdparty/zstd/programs/datagen.c diff --git a/3rdparty/zstd-1.5.0/programs/datagen.h b/3rdparty/zstd/programs/datagen.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/datagen.h rename to 3rdparty/zstd/programs/datagen.h diff --git a/3rdparty/zstd-1.5.0/programs/dibio.c b/3rdparty/zstd/programs/dibio.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/dibio.c rename to 3rdparty/zstd/programs/dibio.c diff --git a/3rdparty/zstd-1.5.0/programs/dibio.h b/3rdparty/zstd/programs/dibio.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/dibio.h rename to 3rdparty/zstd/programs/dibio.h diff --git a/3rdparty/zstd-1.5.0/programs/fileio.c b/3rdparty/zstd/programs/fileio.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/fileio.c rename to 3rdparty/zstd/programs/fileio.c diff --git a/3rdparty/zstd-1.5.0/programs/fileio.h b/3rdparty/zstd/programs/fileio.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/fileio.h rename to 3rdparty/zstd/programs/fileio.h diff --git a/3rdparty/zstd-1.5.0/programs/platform.h b/3rdparty/zstd/programs/platform.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/platform.h rename to 3rdparty/zstd/programs/platform.h diff --git a/3rdparty/zstd-1.5.0/programs/timefn.c b/3rdparty/zstd/programs/timefn.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/timefn.c rename to 3rdparty/zstd/programs/timefn.c diff --git a/3rdparty/zstd-1.5.0/programs/timefn.h b/3rdparty/zstd/programs/timefn.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/timefn.h rename to 3rdparty/zstd/programs/timefn.h diff --git a/3rdparty/zstd-1.5.0/programs/util.c b/3rdparty/zstd/programs/util.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/util.c rename to 3rdparty/zstd/programs/util.c diff --git a/3rdparty/zstd-1.5.0/programs/util.h b/3rdparty/zstd/programs/util.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/util.h rename to 3rdparty/zstd/programs/util.h diff --git a/3rdparty/zstd-1.5.0/programs/windres/verrsrc.h b/3rdparty/zstd/programs/windres/verrsrc.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/windres/verrsrc.h rename to 3rdparty/zstd/programs/windres/verrsrc.h diff --git a/3rdparty/zstd-1.5.0/programs/windres/zstd.rc b/3rdparty/zstd/programs/windres/zstd.rc similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/windres/zstd.rc rename to 3rdparty/zstd/programs/windres/zstd.rc diff --git a/3rdparty/zstd-1.5.0/programs/windres/zstd32.res b/3rdparty/zstd/programs/windres/zstd32.res similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/windres/zstd32.res rename to 3rdparty/zstd/programs/windres/zstd32.res diff --git a/3rdparty/zstd-1.5.0/programs/windres/zstd64.res b/3rdparty/zstd/programs/windres/zstd64.res similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/windres/zstd64.res rename to 3rdparty/zstd/programs/windres/zstd64.res diff --git a/3rdparty/zstd-1.5.0/programs/zstd.1 b/3rdparty/zstd/programs/zstd.1 similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstd.1 rename to 3rdparty/zstd/programs/zstd.1 diff --git a/3rdparty/zstd-1.5.0/programs/zstd.1.md b/3rdparty/zstd/programs/zstd.1.md similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstd.1.md rename to 3rdparty/zstd/programs/zstd.1.md diff --git a/3rdparty/zstd-1.5.0/programs/zstdcli.c b/3rdparty/zstd/programs/zstdcli.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdcli.c rename to 3rdparty/zstd/programs/zstdcli.c diff --git a/3rdparty/zstd-1.5.0/programs/zstdcli_trace.c b/3rdparty/zstd/programs/zstdcli_trace.c similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdcli_trace.c rename to 3rdparty/zstd/programs/zstdcli_trace.c diff --git a/3rdparty/zstd-1.5.0/programs/zstdcli_trace.h b/3rdparty/zstd/programs/zstdcli_trace.h similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdcli_trace.h rename to 3rdparty/zstd/programs/zstdcli_trace.h diff --git a/3rdparty/zstd-1.5.0/programs/zstdgrep b/3rdparty/zstd/programs/zstdgrep similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdgrep rename to 3rdparty/zstd/programs/zstdgrep diff --git a/3rdparty/zstd-1.5.0/programs/zstdgrep.1 b/3rdparty/zstd/programs/zstdgrep.1 similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdgrep.1 rename to 3rdparty/zstd/programs/zstdgrep.1 diff --git a/3rdparty/zstd-1.5.0/programs/zstdgrep.1.md b/3rdparty/zstd/programs/zstdgrep.1.md similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdgrep.1.md rename to 3rdparty/zstd/programs/zstdgrep.1.md diff --git a/3rdparty/zstd-1.5.0/programs/zstdless b/3rdparty/zstd/programs/zstdless similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdless rename to 3rdparty/zstd/programs/zstdless diff --git a/3rdparty/zstd-1.5.0/programs/zstdless.1 b/3rdparty/zstd/programs/zstdless.1 similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdless.1 rename to 3rdparty/zstd/programs/zstdless.1 diff --git a/3rdparty/zstd-1.5.0/programs/zstdless.1.md b/3rdparty/zstd/programs/zstdless.1.md similarity index 100% rename from 3rdparty/zstd-1.5.0/programs/zstdless.1.md rename to 3rdparty/zstd/programs/zstdless.1.md diff --git a/3rdparty/zstd-1.5.0/tests/.gitignore b/3rdparty/zstd/tests/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/.gitignore rename to 3rdparty/zstd/tests/.gitignore diff --git a/3rdparty/zstd-1.5.0/tests/DEPRECATED-test-zstd-speed.py b/3rdparty/zstd/tests/DEPRECATED-test-zstd-speed.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/DEPRECATED-test-zstd-speed.py rename to 3rdparty/zstd/tests/DEPRECATED-test-zstd-speed.py diff --git a/3rdparty/zstd-1.5.0/tests/Makefile b/3rdparty/zstd/tests/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/Makefile rename to 3rdparty/zstd/tests/Makefile diff --git a/3rdparty/zstd-1.5.0/tests/README.md b/3rdparty/zstd/tests/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/README.md rename to 3rdparty/zstd/tests/README.md diff --git a/3rdparty/zstd-1.5.0/tests/automated_benchmarking.py b/3rdparty/zstd/tests/automated_benchmarking.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/automated_benchmarking.py rename to 3rdparty/zstd/tests/automated_benchmarking.py diff --git a/3rdparty/zstd-1.5.0/tests/bigdict.c b/3rdparty/zstd/tests/bigdict.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/bigdict.c rename to 3rdparty/zstd/tests/bigdict.c diff --git a/3rdparty/zstd-1.5.0/tests/checkTag.c b/3rdparty/zstd/tests/checkTag.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/checkTag.c rename to 3rdparty/zstd/tests/checkTag.c diff --git a/3rdparty/zstd-1.5.0/tests/datagencli.c b/3rdparty/zstd/tests/datagencli.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/datagencli.c rename to 3rdparty/zstd/tests/datagencli.c diff --git a/3rdparty/zstd-1.5.0/tests/decodecorpus.c b/3rdparty/zstd/tests/decodecorpus.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/decodecorpus.c rename to 3rdparty/zstd/tests/decodecorpus.c diff --git a/3rdparty/zstd-1.5.0/tests/dict-files/zero-weight-dict b/3rdparty/zstd/tests/dict-files/zero-weight-dict similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/dict-files/zero-weight-dict rename to 3rdparty/zstd/tests/dict-files/zero-weight-dict diff --git a/3rdparty/zstd-1.5.0/tests/fullbench.c b/3rdparty/zstd/tests/fullbench.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fullbench.c rename to 3rdparty/zstd/tests/fullbench.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/.gitignore b/3rdparty/zstd/tests/fuzz/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/.gitignore rename to 3rdparty/zstd/tests/fuzz/.gitignore diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/Makefile b/3rdparty/zstd/tests/fuzz/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/Makefile rename to 3rdparty/zstd/tests/fuzz/Makefile diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/README.md b/3rdparty/zstd/tests/fuzz/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/README.md rename to 3rdparty/zstd/tests/fuzz/README.md diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/block_decompress.c b/3rdparty/zstd/tests/fuzz/block_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/block_decompress.c rename to 3rdparty/zstd/tests/fuzz/block_decompress.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/block_round_trip.c b/3rdparty/zstd/tests/fuzz/block_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/block_round_trip.c rename to 3rdparty/zstd/tests/fuzz/block_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/decompress_dstSize_tooSmall.c b/3rdparty/zstd/tests/fuzz/decompress_dstSize_tooSmall.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/decompress_dstSize_tooSmall.c rename to 3rdparty/zstd/tests/fuzz/decompress_dstSize_tooSmall.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/dictionary_decompress.c b/3rdparty/zstd/tests/fuzz/dictionary_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/dictionary_decompress.c rename to 3rdparty/zstd/tests/fuzz/dictionary_decompress.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/dictionary_loader.c b/3rdparty/zstd/tests/fuzz/dictionary_loader.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/dictionary_loader.c rename to 3rdparty/zstd/tests/fuzz/dictionary_loader.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/dictionary_round_trip.c b/3rdparty/zstd/tests/fuzz/dictionary_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/dictionary_round_trip.c rename to 3rdparty/zstd/tests/fuzz/dictionary_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/dictionary_stream_round_trip.c b/3rdparty/zstd/tests/fuzz/dictionary_stream_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/dictionary_stream_round_trip.c rename to 3rdparty/zstd/tests/fuzz/dictionary_stream_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fse_read_ncount.c b/3rdparty/zstd/tests/fuzz/fse_read_ncount.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fse_read_ncount.c rename to 3rdparty/zstd/tests/fuzz/fse_read_ncount.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz.h b/3rdparty/zstd/tests/fuzz/fuzz.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz.h rename to 3rdparty/zstd/tests/fuzz/fuzz.h diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz.py b/3rdparty/zstd/tests/fuzz/fuzz.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz.py rename to 3rdparty/zstd/tests/fuzz/fuzz.py diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz_data_producer.c b/3rdparty/zstd/tests/fuzz/fuzz_data_producer.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz_data_producer.c rename to 3rdparty/zstd/tests/fuzz/fuzz_data_producer.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz_data_producer.h b/3rdparty/zstd/tests/fuzz/fuzz_data_producer.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz_data_producer.h rename to 3rdparty/zstd/tests/fuzz/fuzz_data_producer.h diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz_helpers.c b/3rdparty/zstd/tests/fuzz/fuzz_helpers.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz_helpers.c rename to 3rdparty/zstd/tests/fuzz/fuzz_helpers.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/fuzz_helpers.h b/3rdparty/zstd/tests/fuzz/fuzz_helpers.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/fuzz_helpers.h rename to 3rdparty/zstd/tests/fuzz/fuzz_helpers.h diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/raw_dictionary_round_trip.c b/3rdparty/zstd/tests/fuzz/raw_dictionary_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/raw_dictionary_round_trip.c rename to 3rdparty/zstd/tests/fuzz/raw_dictionary_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/regression_driver.c b/3rdparty/zstd/tests/fuzz/regression_driver.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/regression_driver.c rename to 3rdparty/zstd/tests/fuzz/regression_driver.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/seekable_roundtrip.c b/3rdparty/zstd/tests/fuzz/seekable_roundtrip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/seekable_roundtrip.c rename to 3rdparty/zstd/tests/fuzz/seekable_roundtrip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/sequence_compression_api.c b/3rdparty/zstd/tests/fuzz/sequence_compression_api.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/sequence_compression_api.c rename to 3rdparty/zstd/tests/fuzz/sequence_compression_api.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/simple_compress.c b/3rdparty/zstd/tests/fuzz/simple_compress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/simple_compress.c rename to 3rdparty/zstd/tests/fuzz/simple_compress.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/simple_decompress.c b/3rdparty/zstd/tests/fuzz/simple_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/simple_decompress.c rename to 3rdparty/zstd/tests/fuzz/simple_decompress.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/simple_round_trip.c b/3rdparty/zstd/tests/fuzz/simple_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/simple_round_trip.c rename to 3rdparty/zstd/tests/fuzz/simple_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/stream_decompress.c b/3rdparty/zstd/tests/fuzz/stream_decompress.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/stream_decompress.c rename to 3rdparty/zstd/tests/fuzz/stream_decompress.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/stream_round_trip.c b/3rdparty/zstd/tests/fuzz/stream_round_trip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/stream_round_trip.c rename to 3rdparty/zstd/tests/fuzz/stream_round_trip.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/zstd_frame_info.c b/3rdparty/zstd/tests/fuzz/zstd_frame_info.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/zstd_frame_info.c rename to 3rdparty/zstd/tests/fuzz/zstd_frame_info.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/zstd_helpers.c b/3rdparty/zstd/tests/fuzz/zstd_helpers.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/zstd_helpers.c rename to 3rdparty/zstd/tests/fuzz/zstd_helpers.c diff --git a/3rdparty/zstd-1.5.0/tests/fuzz/zstd_helpers.h b/3rdparty/zstd/tests/fuzz/zstd_helpers.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzz/zstd_helpers.h rename to 3rdparty/zstd/tests/fuzz/zstd_helpers.h diff --git a/3rdparty/zstd-1.5.0/tests/fuzzer.c b/3rdparty/zstd/tests/fuzzer.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/fuzzer.c rename to 3rdparty/zstd/tests/fuzzer.c diff --git a/3rdparty/zstd-1.5.0/tests/golden-compression/http b/3rdparty/zstd/tests/golden-compression/http similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/golden-compression/http rename to 3rdparty/zstd/tests/golden-compression/http diff --git a/3rdparty/zstd-1.5.0/tests/golden-compression/huffman-compressed-larger b/3rdparty/zstd/tests/golden-compression/huffman-compressed-larger similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/golden-compression/huffman-compressed-larger rename to 3rdparty/zstd/tests/golden-compression/huffman-compressed-larger diff --git a/3rdparty/zstd-1.5.0/tests/golden-decompression/rle-first-block.zst b/3rdparty/zstd/tests/golden-decompression/rle-first-block.zst similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/golden-decompression/rle-first-block.zst rename to 3rdparty/zstd/tests/golden-decompression/rle-first-block.zst diff --git a/3rdparty/zstd-1.5.0/tests/golden-dictionaries/http-dict-missing-symbols b/3rdparty/zstd/tests/golden-dictionaries/http-dict-missing-symbols similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/golden-dictionaries/http-dict-missing-symbols rename to 3rdparty/zstd/tests/golden-dictionaries/http-dict-missing-symbols diff --git a/3rdparty/zstd-1.5.0/tests/gzip/Makefile b/3rdparty/zstd/tests/gzip/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/Makefile rename to 3rdparty/zstd/tests/gzip/Makefile diff --git a/3rdparty/zstd-1.5.0/tests/gzip/gzip-env.sh b/3rdparty/zstd/tests/gzip/gzip-env.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/gzip-env.sh rename to 3rdparty/zstd/tests/gzip/gzip-env.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/helin-segv.sh b/3rdparty/zstd/tests/gzip/helin-segv.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/helin-segv.sh rename to 3rdparty/zstd/tests/gzip/helin-segv.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/help-version.sh b/3rdparty/zstd/tests/gzip/help-version.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/help-version.sh rename to 3rdparty/zstd/tests/gzip/help-version.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/hufts-segv.gz b/3rdparty/zstd/tests/gzip/hufts-segv.gz similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/hufts-segv.gz rename to 3rdparty/zstd/tests/gzip/hufts-segv.gz diff --git a/3rdparty/zstd-1.5.0/tests/gzip/hufts.sh b/3rdparty/zstd/tests/gzip/hufts.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/hufts.sh rename to 3rdparty/zstd/tests/gzip/hufts.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/init.cfg b/3rdparty/zstd/tests/gzip/init.cfg similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/init.cfg rename to 3rdparty/zstd/tests/gzip/init.cfg diff --git a/3rdparty/zstd-1.5.0/tests/gzip/init.sh b/3rdparty/zstd/tests/gzip/init.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/init.sh rename to 3rdparty/zstd/tests/gzip/init.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/keep.sh b/3rdparty/zstd/tests/gzip/keep.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/keep.sh rename to 3rdparty/zstd/tests/gzip/keep.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/list.sh b/3rdparty/zstd/tests/gzip/list.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/list.sh rename to 3rdparty/zstd/tests/gzip/list.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/memcpy-abuse.sh b/3rdparty/zstd/tests/gzip/memcpy-abuse.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/memcpy-abuse.sh rename to 3rdparty/zstd/tests/gzip/memcpy-abuse.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/mixed.sh b/3rdparty/zstd/tests/gzip/mixed.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/mixed.sh rename to 3rdparty/zstd/tests/gzip/mixed.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/null-suffix-clobber.sh b/3rdparty/zstd/tests/gzip/null-suffix-clobber.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/null-suffix-clobber.sh rename to 3rdparty/zstd/tests/gzip/null-suffix-clobber.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/stdin.sh b/3rdparty/zstd/tests/gzip/stdin.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/stdin.sh rename to 3rdparty/zstd/tests/gzip/stdin.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/test-driver.sh b/3rdparty/zstd/tests/gzip/test-driver.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/test-driver.sh rename to 3rdparty/zstd/tests/gzip/test-driver.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/trailing-nul.sh b/3rdparty/zstd/tests/gzip/trailing-nul.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/trailing-nul.sh rename to 3rdparty/zstd/tests/gzip/trailing-nul.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/unpack-invalid.sh b/3rdparty/zstd/tests/gzip/unpack-invalid.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/unpack-invalid.sh rename to 3rdparty/zstd/tests/gzip/unpack-invalid.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/z-suffix.sh b/3rdparty/zstd/tests/gzip/z-suffix.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/z-suffix.sh rename to 3rdparty/zstd/tests/gzip/z-suffix.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/zdiff.sh b/3rdparty/zstd/tests/gzip/zdiff.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/zdiff.sh rename to 3rdparty/zstd/tests/gzip/zdiff.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/zgrep-context.sh b/3rdparty/zstd/tests/gzip/zgrep-context.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/zgrep-context.sh rename to 3rdparty/zstd/tests/gzip/zgrep-context.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/zgrep-f.sh b/3rdparty/zstd/tests/gzip/zgrep-f.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/zgrep-f.sh rename to 3rdparty/zstd/tests/gzip/zgrep-f.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/zgrep-signal.sh b/3rdparty/zstd/tests/gzip/zgrep-signal.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/zgrep-signal.sh rename to 3rdparty/zstd/tests/gzip/zgrep-signal.sh diff --git a/3rdparty/zstd-1.5.0/tests/gzip/znew-k.sh b/3rdparty/zstd/tests/gzip/znew-k.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/gzip/znew-k.sh rename to 3rdparty/zstd/tests/gzip/znew-k.sh diff --git a/3rdparty/zstd-1.5.0/tests/invalidDictionaries.c b/3rdparty/zstd/tests/invalidDictionaries.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/invalidDictionaries.c rename to 3rdparty/zstd/tests/invalidDictionaries.c diff --git a/3rdparty/zstd-1.5.0/tests/legacy.c b/3rdparty/zstd/tests/legacy.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/legacy.c rename to 3rdparty/zstd/tests/legacy.c diff --git a/3rdparty/zstd-1.5.0/tests/libzstd_partial_builds.sh b/3rdparty/zstd/tests/libzstd_partial_builds.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/libzstd_partial_builds.sh rename to 3rdparty/zstd/tests/libzstd_partial_builds.sh diff --git a/3rdparty/zstd-1.5.0/tests/longmatch.c b/3rdparty/zstd/tests/longmatch.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/longmatch.c rename to 3rdparty/zstd/tests/longmatch.c diff --git a/3rdparty/zstd-1.5.0/tests/paramgrill.c b/3rdparty/zstd/tests/paramgrill.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/paramgrill.c rename to 3rdparty/zstd/tests/paramgrill.c diff --git a/3rdparty/zstd-1.5.0/tests/playTests.sh b/3rdparty/zstd/tests/playTests.sh similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/playTests.sh rename to 3rdparty/zstd/tests/playTests.sh diff --git a/3rdparty/zstd-1.5.0/tests/poolTests.c b/3rdparty/zstd/tests/poolTests.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/poolTests.c rename to 3rdparty/zstd/tests/poolTests.c diff --git a/3rdparty/zstd-1.5.0/tests/rateLimiter.py b/3rdparty/zstd/tests/rateLimiter.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/rateLimiter.py rename to 3rdparty/zstd/tests/rateLimiter.py diff --git a/3rdparty/zstd-1.5.0/tests/regression/.gitignore b/3rdparty/zstd/tests/regression/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/.gitignore rename to 3rdparty/zstd/tests/regression/.gitignore diff --git a/3rdparty/zstd-1.5.0/tests/regression/Makefile b/3rdparty/zstd/tests/regression/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/Makefile rename to 3rdparty/zstd/tests/regression/Makefile diff --git a/3rdparty/zstd-1.5.0/tests/regression/README.md b/3rdparty/zstd/tests/regression/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/README.md rename to 3rdparty/zstd/tests/regression/README.md diff --git a/3rdparty/zstd-1.5.0/tests/regression/config.c b/3rdparty/zstd/tests/regression/config.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/config.c rename to 3rdparty/zstd/tests/regression/config.c diff --git a/3rdparty/zstd-1.5.0/tests/regression/config.h b/3rdparty/zstd/tests/regression/config.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/config.h rename to 3rdparty/zstd/tests/regression/config.h diff --git a/3rdparty/zstd-1.5.0/tests/regression/data.c b/3rdparty/zstd/tests/regression/data.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/data.c rename to 3rdparty/zstd/tests/regression/data.c diff --git a/3rdparty/zstd-1.5.0/tests/regression/data.h b/3rdparty/zstd/tests/regression/data.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/data.h rename to 3rdparty/zstd/tests/regression/data.h diff --git a/3rdparty/zstd-1.5.0/tests/regression/levels.h b/3rdparty/zstd/tests/regression/levels.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/levels.h rename to 3rdparty/zstd/tests/regression/levels.h diff --git a/3rdparty/zstd-1.5.0/tests/regression/method.c b/3rdparty/zstd/tests/regression/method.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/method.c rename to 3rdparty/zstd/tests/regression/method.c diff --git a/3rdparty/zstd-1.5.0/tests/regression/method.h b/3rdparty/zstd/tests/regression/method.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/method.h rename to 3rdparty/zstd/tests/regression/method.h diff --git a/3rdparty/zstd-1.5.0/tests/regression/result.c b/3rdparty/zstd/tests/regression/result.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/result.c rename to 3rdparty/zstd/tests/regression/result.c diff --git a/3rdparty/zstd-1.5.0/tests/regression/result.h b/3rdparty/zstd/tests/regression/result.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/result.h rename to 3rdparty/zstd/tests/regression/result.h diff --git a/3rdparty/zstd-1.5.0/tests/regression/results.csv b/3rdparty/zstd/tests/regression/results.csv similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/results.csv rename to 3rdparty/zstd/tests/regression/results.csv diff --git a/3rdparty/zstd-1.5.0/tests/regression/test.c b/3rdparty/zstd/tests/regression/test.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/regression/test.c rename to 3rdparty/zstd/tests/regression/test.c diff --git a/3rdparty/zstd-1.5.0/tests/roundTripCrash.c b/3rdparty/zstd/tests/roundTripCrash.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/roundTripCrash.c rename to 3rdparty/zstd/tests/roundTripCrash.c diff --git a/3rdparty/zstd-1.5.0/tests/seqgen.c b/3rdparty/zstd/tests/seqgen.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/seqgen.c rename to 3rdparty/zstd/tests/seqgen.c diff --git a/3rdparty/zstd-1.5.0/tests/seqgen.h b/3rdparty/zstd/tests/seqgen.h similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/seqgen.h rename to 3rdparty/zstd/tests/seqgen.h diff --git a/3rdparty/zstd-1.5.0/tests/test-license.py b/3rdparty/zstd/tests/test-license.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/test-license.py rename to 3rdparty/zstd/tests/test-license.py diff --git a/3rdparty/zstd-1.5.0/tests/test-zstd-versions.py b/3rdparty/zstd/tests/test-zstd-versions.py similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/test-zstd-versions.py rename to 3rdparty/zstd/tests/test-zstd-versions.py diff --git a/3rdparty/zstd-1.5.0/tests/zstreamtest.c b/3rdparty/zstd/tests/zstreamtest.c similarity index 100% rename from 3rdparty/zstd-1.5.0/tests/zstreamtest.c rename to 3rdparty/zstd/tests/zstreamtest.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/.gitignore b/3rdparty/zstd/zlibWrapper/.gitignore similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/.gitignore rename to 3rdparty/zstd/zlibWrapper/.gitignore diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/BUCK b/3rdparty/zstd/zlibWrapper/BUCK similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/BUCK rename to 3rdparty/zstd/zlibWrapper/BUCK diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/Makefile b/3rdparty/zstd/zlibWrapper/Makefile similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/Makefile rename to 3rdparty/zstd/zlibWrapper/Makefile diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/README.md b/3rdparty/zstd/zlibWrapper/README.md similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/README.md rename to 3rdparty/zstd/zlibWrapper/README.md diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/example.c b/3rdparty/zstd/zlibWrapper/examples/example.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/example.c rename to 3rdparty/zstd/zlibWrapper/examples/example.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/example_original.c b/3rdparty/zstd/zlibWrapper/examples/example_original.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/example_original.c rename to 3rdparty/zstd/zlibWrapper/examples/example_original.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/fitblk.c b/3rdparty/zstd/zlibWrapper/examples/fitblk.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/fitblk.c rename to 3rdparty/zstd/zlibWrapper/examples/fitblk.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/fitblk_original.c b/3rdparty/zstd/zlibWrapper/examples/fitblk_original.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/fitblk_original.c rename to 3rdparty/zstd/zlibWrapper/examples/fitblk_original.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/minigzip.c b/3rdparty/zstd/zlibWrapper/examples/minigzip.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/minigzip.c rename to 3rdparty/zstd/zlibWrapper/examples/minigzip.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/examples/zwrapbench.c b/3rdparty/zstd/zlibWrapper/examples/zwrapbench.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/examples/zwrapbench.c rename to 3rdparty/zstd/zlibWrapper/examples/zwrapbench.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzclose.c b/3rdparty/zstd/zlibWrapper/gzclose.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzclose.c rename to 3rdparty/zstd/zlibWrapper/gzclose.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzcompatibility.h b/3rdparty/zstd/zlibWrapper/gzcompatibility.h similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzcompatibility.h rename to 3rdparty/zstd/zlibWrapper/gzcompatibility.h diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzguts.h b/3rdparty/zstd/zlibWrapper/gzguts.h similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzguts.h rename to 3rdparty/zstd/zlibWrapper/gzguts.h diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzlib.c b/3rdparty/zstd/zlibWrapper/gzlib.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzlib.c rename to 3rdparty/zstd/zlibWrapper/gzlib.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzread.c b/3rdparty/zstd/zlibWrapper/gzread.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzread.c rename to 3rdparty/zstd/zlibWrapper/gzread.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/gzwrite.c b/3rdparty/zstd/zlibWrapper/gzwrite.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/gzwrite.c rename to 3rdparty/zstd/zlibWrapper/gzwrite.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/zstd_zlibwrapper.c b/3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.c similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/zstd_zlibwrapper.c rename to 3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.c diff --git a/3rdparty/zstd-1.5.0/zlibWrapper/zstd_zlibwrapper.h b/3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.h similarity index 100% rename from 3rdparty/zstd-1.5.0/zlibWrapper/zstd_zlibwrapper.h rename to 3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.h