Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2013-10-26 | pigz: bump to 2.3.1 | Maxin B. John | 1 | |
Update pigz to latest release - 2.3.1 Drop ldflags.patch as it has been merged upstream Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2013-03-18 | pigz: Update to 2.3 | Saul Wold | 1 | |
Rebased the patch and added math library to satify tree.c's log() requirement. Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2012-03-19 | Add pigz as gzip-native alternative. | Björn Stenberg | 1 | |
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. This recipe adds pigz as an alternative gzip-native implementation only. Signed-off-by: Björn Stenberg <bjst@enea.com> |