Commit Graph

101 Commits

Author SHA1 Message Date
Tino Reichardt
aa5ba75da0 Update to 7-Zip 17.00 Beta 2017-04-30 14:14:14 +02:00
Tino Reichardt
54389d6e2f release time for v1.1.4
- add package.cmd, I am using this file for creating the setup
- fix date in the version headers
- minor improvements in the build batch files
2017-04-27 20:38:09 +02:00
Tino Reichardt
f62a65ab21 Merge pull request #10 from Unity-Technologies/master
Fix build since v1.1.4, make build with VS2015, build 7za.exe
2017-04-12 16:55:53 +02:00
Aras Pranckevicius
6b0b1ab05c Build 7za.exe that includes Zstd/LZ4/LZ5 too, to better match what p7zip-zstd does 2017-04-11 10:43:41 +03:00
Aras Pranckevicius
f6baaa2102 Fix linking due to clashing xxhash defines between LZ and Zstd.
Probably would be better to use XXH_PRIVATE_API instead, but that requires xxhash.c to have that exact name without prefixes.
2017-04-11 10:27:33 +03:00
Aras Pranckevicius
02cd03845b Fix variable shadowing warnings-as-errors when building with VS2015 2017-04-11 10:26:40 +03:00
Aras Pranckevicius
1f7f294b12 Fix missing update of zstd.h to v1.1.4.
Compilation was failing due to missing ZSTD_CONTENTSIZE_* defines.
2017-04-11 10:07:16 +03:00
Tino Reichardt
c9a55673b3 Update to ZStandard v1.1.4 2017-03-20 22:42:32 +01:00
Tino Reichardt
e8f0206665 LZ4 has only 12 levels now 2017-02-06 21:21:36 +01:00
Tino Reichardt
2d49fcb686 remove old version numbers 2017-02-06 21:12:52 +01:00
Tino Reichardt
88e5917063 Reverted some changes, cause additional LZ4 and LZ5 infos got stripped... ups 2017-02-06 21:04:51 +01:00
Tino Reichardt
d9764a28d9 update even more version numbers ;) 2017-02-06 20:36:51 +01:00
Tino Reichardt
65bdb9b526 update Readme, Version Numbers 2017-02-06 20:34:16 +01:00
Tino Reichardt
4dd6b0a816 Update to ZStandard v1.1.3 2017-02-06 20:30:48 +01:00
Tino Reichardt
2e656cea76 Update to LZ4 v1.7.5 2017-02-06 20:15:11 +01:00
Tino Reichardt
f4f2729f08 fixed multiple returning when doing mt compressing/decompressing 2016-12-30 17:48:12 +01:00
Tino Reichardt
62ccbe9d58 replaced E_FAIL with E_NOTIMPL in SetDecoderProperties2() 2016-12-30 12:25:42 +01:00
Tino Reichardt
6e2f651790 fixed LZHAM 7-zip Header description 2016-12-30 12:16:05 +01:00
Tino Reichardt
f38508d0a5 update Methods-Extern.txt 2016-12-28 18:01:12 +01:00
Tino Reichardt
cc6c9f3554 major fixes for the Methods-Extern.txt document 2016-12-28 17:43:09 +01:00
Tino Reichardt
8cb9cc6219 new Methods-Extern.txt for Igor 2016-12-28 12:40:19 +01:00
Tino Reichardt
7fe46b77f3 README 2016-12-26 18:06:41 +01:00
Tino Reichardt
7e656ef1b3 geändert: README.md 2016-12-26 18:02:12 +01:00
Tino Reichardt
b351c1a3fb some minor fixes
- version number was 1.1.0 instead of 1.1.2
- renamed mem.h to fix compiling the windows binaries
- changes (rv < 0) to (rv != 0)
2016-12-26 11:04:47 +01:00
Tino Reichardt
e123752e09 remove zero frame in start of compressed data
- pzstd does the same and future frameformat definition will be adjusted
2016-12-24 13:31:47 +01:00
Tino Reichardt
294d1ece66 Update lz4, lz5 and zstd to latest stable series
- added some more error checking in zstdmt also
2016-12-24 12:17:51 +01:00
Tino Reichardt
4c28e3fa11 add E_ABORT detection
- lz4 and lz5 are not finished...
2016-11-20 16:42:13 +01:00
Tino Reichardt
94b2bf5dec update lz4, lz5 and some fixes in zstdmt 2016-11-20 16:30:46 +01:00
Tino Reichardt
fe3a65bfbd update of zstd to v1.1.1 2016-11-19 11:32:02 +01:00
Tino Reichardt
861406f4cd geändert: lz5hc.c 2016-10-18 12:00:18 +02:00
Tino Reichardt
5b102b2846 geändert: lz5hc.c 2016-10-18 11:56:51 +02:00
Tino Reichardt
76387f73bc geändert: lz4mt_common.c
geändert:       lz5mt_common.c
2016-10-18 11:53:07 +02:00
Tino Reichardt
2abff8fd2d geändert: C/lz5/lz5hc.c 2016-10-18 11:50:28 +02:00
Tino Reichardt
250a5e31e8 geändert: zstdmt_common.c 2016-10-18 11:45:15 +02:00
Tino Reichardt
5a3244dd01 ms vc compat... 2016-10-18 11:43:19 +02:00
Tino Reichardt
58069903d0 merge multi threading to master branch
- updated zstd to latest devel release
- lz4, lz5 and zstd is included now
- all three support threading
2016-10-16 23:38:46 +02:00
Tino Reichardt
f3f39b74b0 Update to 7-Zip 16.04 2016-10-06 20:40:55 +02:00
Tino Reichardt
b619eddd14 added old zstd headers, cause they should work also 2016-09-30 11:46:01 +02:00
Tino Reichardt
b7d966ecb3 major fix, detect skippable frames in .zst files 2016-09-29 21:53:48 +02:00
Tino Reichardt
beca06c5da Ui, forgot to update version to 1.1.0
- next build will have a fix ;)
2016-09-29 21:17:01 +02:00
Tino Reichardt
16b470c148 fixed codec ddl files, they should work again with 7-Zip Standard 2016-09-29 20:46:05 +02:00
Tino Reichardt
46d329631a update to zstd 1.1.0
- also reverted multithreading encoder (it is in testing)
2016-09-29 20:32:33 +02:00
Tino Reichardt
0e6c1206d2 Update to 7-Zip 16.03 2016-09-29 20:02:18 +02:00
Tino Reichardt
a2f0a60c42 Update README.md 2016-09-22 14:32:47 +02:00
Tino Reichardt
0ae1552cdb geändert: CPP/7zip/Archive/Icons/zst.ico 2016-09-15 21:13:22 +02:00
Tino Reichardt
80f42eab2d Update README.md 2016-09-15 18:39:15 +02:00
Tino Reichardt
772073fd1a Update README.md 2016-09-15 18:38:13 +02:00
Tino Reichardt
00c0d31e31 feature release
- you can open / crate .tar.zst files now
- direct compressing of files with zstd works also
- you can also open files compressed with pzstd
- next version will do also threaded compression like pzstd does
- zst files can be registred with 7-Zip ZS now
- update to latest zstd dev release v1.0.1
- the About Box will give you a hint, that this 7-Zip is not the default one
2016-09-15 17:57:28 +02:00
Tino Reichardt
55b9bd98b7 Explorer Integration... 2016-09-13 21:50:55 +02:00
Tino Reichardt
db49bea95b fix build script for x32 add added generic %cd% path there 2016-09-10 10:22:28 +02:00