-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added possibility to load external zlib dll under windows and use its compression instead of builtin - improved output information: new data provided, new layout - added possibility to specify compression level - added possibility to exclude particular directory (or many directories) from data input - added option for removal of compressed file - using different gz file names for different platforms (just to run compression tests in parallel from win32, win64 and/or linux VM)
- Loading branch information
Showing
4 changed files
with
230 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ zlib/ | |
*.exe | ||
*.pdb | ||
build/binaries/ | ||
Test/dll/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Put zlibwapi.dll from http://www.winimage.com/zLibDll/ here. Names used by test.sh script are zlibwapi32.dll and zlibwapi64.dll. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters