aboutsummaryrefslogtreecommitdiffstats
path: root/community/zstd
Commit message (Collapse)AuthorAgeFilesLines
* main/zstd: move from communitytcely2019-01-082-56/+0
|
* community/zstd: upgrade to 1.3.8Oleg Titov2018-12-281-3/+3
|
* community/zstd: fix ~15% speed degradation on x86*alpine-mips-patches2018-12-182-6/+24
| | | | | | | | | | | | | | | | | | This is the same memcpy()-in-hot-path xxHash problem as described in community/xxhash commit message. The bug makes "zstd -1" or "zstd -t" ~15% slower on x86_64 though higher levels (>= 9) are almost unaffected. Other aport changes: - make sure zlib/lzma/lz4 support is not compiled in automatically (status quo, just make it explicit); - re-enable armv7 since it is certainly well-supported by upstream, was disabled by some script in the first place and should not be affected by "Bus error" (i.e. some alignment problem) mentioned in commit 2bae66907... - use faster and shorter "make check" (unlike extensive "make test") on arm* builders.
* community/zstd: upgrade to 1.3.7André Klitzing2018-11-023-104/+4
|
* aports: add support for armv7 [skip ci]Oliver Smith2018-09-241-1/+1
| | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used:
* community/ztd: upgrade to 1.3.5Roberto Oliveira2018-06-303-3/+104
| | | | | Applied 2 upstream patches that fix a behavior when stdin is not a tty.
* community/zstd: upgrade to 1.3.4, clarify licenseprspkt2018-03-281-4/+4
|
* community/zstd: force -O2, split libs and static subpackageNatanael Copa2018-03-221-3/+10
| | | | | | | We force -O2 over system configured -Os since it seem to have significant impact on performance. We also split out -libs and -static subpackage.
* community/zstd: upgrade to 1.3.3André Klitzing2017-12-271-2/+2
|
* community/zstd: upgrade to 1.3.2André Klitzing2017-10-251-2/+2
|
* community/zstd: upgrade to 1.3.1André Klitzing2017-08-242-17/+3
|
* community/zstd: fix tests in ppc64leRoberto Oliveira2017-07-132-3/+17
| | | | | | | | | | | some zstd tests are breaking in ppc64le because it defines the max number of supported cores as 128 (ZSTDMT_NBTHREADS_MAX 128) but the Alpine ppc64le machine has 160 cores. I am increasing the max core value to 256 for now and opened a bug[1] in zstd project. [1] https://github.com/facebook/zstd/issues/760
* community/zstd: disable on armhf and ppc64leTimo Teräs2017-07-121-1/+1
| | | | | armhf: unable to execute tests with "Bus error" ppc64le: test suite fails
* community/zstd: upgrade to 1.3.0André Klitzing2017-07-101-2/+8
|
* community/zstd: upgrade to 1.2.0André Klitzing2017-06-031-2/+2
|
* community/zstd: move from testing and claim maintainershipAndré Klitzing2017-05-061-0/+24