Bit7z v3.1.0
Changes from v3.1.0 beta:
- Added
CMakeLists.txt. - Fixed support to MSVC 2013
- Fixed
Bit7zLibrarynot releasing the DLL if it fails in getting the "CreateObject" function. - Fixed and improved README.
- Cleaned code.
Changes from v3.0.x:
- Added support for updating existing file archives.
- Added support for compression and extraction to and from C++ standard streams.
- Added support for selective extraction using regexes.
- Added support for automatic format detection of input archives.
- Added the possibility to choose the compression method.
- Added the possibility to choose the compression dictionary size.
- Fixed, improved and cleaned internal callbacks.
- Many bug fixes.
- Cleaned code.
- Updated and improved code documentation.
Note: for space optimization reasons, the following binary files are built without support to selective extraction using regexes and automatic format detection. If you need one or both these function, you have to build bit7z yourself with the appropriate compilation flags (please see this wiki for more info).
Note 2: Each of the following packages contains both debug and release versions of the library, along with the public API header files.
Note 3: Packages with _mt_ in the name contain binaries built using the /MT flag (/MTd for debug binaries).
Binaries built using MSVC 2015, 2017 and 2019 👇