Bit7z v3.0
Changes from v3.0 beta:
- Added Visual Studio project file (valid for VS >= 2012)
- Many bug fixes and API improvements.
- Cleaned code.
Changes from v2.1:
- Added support to reading metadata of archives and of their content (see BitArchiveInfo and BitArchiveItem classes).
- Added support to testing archives for errors (see
BitExtractor::test(...)
method). - Added support to compression using custom directory systems in the output archives (see overload of
BitCompressor::compress(...)
method). - Added support to selective extraction of only specified files/folders contained in archives (see
BitExtractor::extractMatching(...)
andBitExtractor::extractItems(...)
methods). - Fixed, improved and cleaned filesystem related code.
- Many bug fixes and API improvements.
- Cleaned code.
- Updated and improved code documentation.
- Dropped support to MSVC 2010 (too many code changes to make it compatible, since bit7z uses many C++11 features not supported by this old compiler; moreover these changes would have made the code less readable and ugly). Now bit7z supports MSVC 2012 and newer versions.
Binary files built using MSVC 2015 👇