Commit Graph

22 Commits

Author SHA1 Message Date
Tino Reichardt
c2277a3957 Fix #101 - thanks to aeonios for pointing that out
Begin with #97
2019-12-22 15:28:33 +01:00
Tino Reichardt
2be04003c2 Fix #92, compile with support for WinXP 2019-09-07 13:02:33 +02:00
Tino Reichardt
8ee55005cb Add ARM and remove IA64 2018-12-30 14:09:09 +01:00
Tino Reichardt
a488536124 Update to 7-Zip Version 18.06 2018-12-30 13:30:20 +01:00
Tino Reichardt
bc77601656 Make 7-Zip ZS binary compatible with 7-Zip Standard
- you can use codec extensions for 7-zip now ;)
- remove builds for: Format7zFO, Format7zUSB
- also change build scripts and version numbers
2018-11-27 15:41:49 +01:00
conor42
296c91d212 Add Fast LZMA2 codec dll build; Fix 32-bit warnings 2018-11-07 14:34:04 +10:00
Tino Reichardt
c9b085e4ec Add some compiling fixes and choose compiler (vc12 + sdk71 for ia64)
- add some pragma definitions to brotli port.h
- change lz4 code, to include zstd/xxhash.h
- fix various objects in makefile's
- fix LzHandler.cpp, LZIP has now 0xC5 @ Guid.txt
- improve logging on AppVeyor
- fix version numbers in codecs
- rename "Codec_zstdF" to "Codec_zstd_legacy"
- add missing objects for lizard
2018-10-21 18:53:42 +02:00
Tino Reichardt
e4157accb2 update README and version numbers for new release R7
- build also an 7z.dll which is compatible with the default 7-Zip installation
2017-06-20 20:24:41 +02:00
Tino Reichardt
8a6108d097 minor updates and fixes for building 7-Zip
- add appveyor.cmd for building @ Appveyor
- add build-ia64.cmd for building ia64
- remove package.cmd
2017-06-18 14:41:56 +02:00
Tino Reichardt
5ff0657d9f Major changes, including Brotli and Lizard
- update of zstd-mt library
- add brotli v0.6.0
- add lizard v2.0
- xxhash is from zstd for lz4, lz5 and lizard now
- update also the documentation, where needed
2017-05-25 18:40:15 +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
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
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
db49bea95b fix build script for x32 add added generic %cd% path there 2016-09-10 10:22:28 +02:00
Tino Reichardt
0b3f10720c First Steps for own Install Path @ Setup 2016-09-04 14:48:17 +02:00
Tino Reichardt
2512b6593c Switch from zbuff to stream interface
- using the recommended buffersizes from zstd lib
- compile also an codec dll with support for legacy versions
2016-09-04 13:37:51 +02:00
Tino Reichardt
c21cd63d10 Added Extra Codec, for easier integration into existing 7-Zip installations 2016-08-15 20:31:10 +02:00
Tino Reichardt
3a73dde07e last fixes before 0.8.0 release 2016-08-09 11:08:30 +02:00
Tino Reichardt
559693c75b zstd release 0.8.0
- made an extra zstd.mak file
- removed Format7zZStd
- SFXSetup also has zstd now
- the big 7z.dll is backward compatible to: 0.5 .. 0.7
- the small 7za.dll has only support for zstd 0.8
2016-08-09 09:44:05 +02:00
Tino Reichardt
13b6bb912d Release 2016-06-26 12:44:35 +02:00
Tino Reichardt
5bce54c26e build.txt 2016-06-25 22:01:14 +02:00
Tino Reichardt
c3967fe27a Initialer Commit 2016-06-25 21:15:50 +02:00