(Unofficial) Git mirror of 7zip & LZMA SDK release v24.09,https://www.7-zip.org/sdk.html. some changes for HDiffPatch. lzma7-zip7z7ziplzma2liblzmalzma-sdk UpdatedDec 24, 2024 C++ LZMA SDK made for use with CMake / Visual Studio 2022 and precompiled windows binaries ...
LZMA SDK Copyright (C) 1999-2010 Igor PavlovThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later versi...
SUBDIRS += libarchivearchive } CONFIG(lzmasdk) { SUBDIRS += lib7zarchive } win32 { SUBDIRS += registerfiletypeoperation \ createshortcutoperation14 changes: 10 additions & 4 deletions 14 tests/auto/tools/repotest/tst_repotest.cpp Original file line numberDiff line numberDiff line change ...
# Avoid the name lzma.dll because it would conflict with LZMA SDK. - PREFIX "" + OUTPUT_NAME lzma IMPORT_PREFIX "" ) +if(WIN32 AND NOT MINGW) + set_target_properties(liblzma PROPERTIES RUNTIME_OUTPUT_NAME liblzma) +endif() + + # Create liblzma-config-version.cmake. # # FIXME:...
This directory contains the LZMA SDK customized for an embedded system (iPhone/iOS) Only the file extraction logic was included, all code related to creating compressed streams was removed. CRC validation was removed to improve performance. In addition, large file support was added so that iOS is...