- Sep 10, 2022
- Aug 09, 2022
-
-
alice authored
-
- Aug 02, 2022
-
-
alice authored
using any other build system isn't supported and cmake is circular with libarchive also add pgo and lto for a noticable performance improvement
-
- Jun 08, 2022
-
-
alice authored
.cmake usage requires all the files to be present
-
- Jun 07, 2022
- Apr 17, 2022
-
-
alice authored
-
- Jan 23, 2022
-
- Jan 22, 2022
-
-
missed this in !28751. technically this should have pkgrel bump but if it passes CI it's probably fine, no need to waste users' bandwidth
-
- Jan 17, 2022
-
-
Jakub Jirutka authored
prefix=/usr/local -> prefix=/usr
-
- Dec 25, 2021
-
-
armv6 memory access and strict aliasing and PIC are fixed upstream, -O2 should be only if -Os was set
-
- Dec 21, 2021
-
-
- Sep 14, 2021
-
-
- Jul 01, 2021
-
-
Ariadne Conill authored
-
- Jun 17, 2021
-
- Jun 01, 2021
-
-
Natanael Copa authored
ref #12722
-
- May 13, 2021
-
-
Natanael Copa authored
fixes out of memory errors on 32bit machines
-
- Mar 19, 2021
-
-
Leo authored
Co-authored-by:
Kevin Daudt <kdaudt@alpinelinux.org>
-
- Mar 17, 2021
-
-
- Ref https://github.com/facebook/zstd/releases/tag/v1.4.9 - Add -fPIC flag - Modernize
-
- Feb 10, 2021
-
-
Ariadne Conill authored
-
- Dec 20, 2020
-
-
Leo authored
- Dec 07, 2020
-
-
Leo authored
-
- Nov 09, 2020
-
-
Natanael Copa authored
add -fno-strict-aliasing so it builds with gcc 10. upstream report: https://github.com/facebook/zstd/issues/2204
-
- May 22, 2020
-
-
Leo authored
-
- Dec 24, 2019
-
-
Natanael Copa authored
ref #11077
-
- Nov 14, 2019
-
-
- Sep 01, 2019
-
-
- Aug 22, 2019
-
-
- Jul 26, 2019
-
-
- Jul 21, 2019
-
-
- https://github.com/facebook/zstd/releases 1.4.1 Closes GH-9542
-
- May 31, 2019
-
-
- Apr 17, 2019
-
-
- Jan 08, 2019
-
-
- Dec 27, 2018
-
-
- Dec 18, 2018
-
-
alpine-mips-patches authored
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 2bae6690... - use faster and shorter "make check" (unlike extensive "make test") on arm* builders.
-
- Nov 02, 2018
-
-