- Oct 08, 2023
-
-
using cmake, add python tests and switch to gpep517
-
- May 15, 2023
-
-
alice authored
-
- Apr 18, 2023
- Apr 11, 2023
-
-
alice authored
-
- Feb 28, 2023
-
-
alice authored
-
- Nov 22, 2022
-
-
alice authored
-
- Oct 31, 2022
-
-
- Sep 28, 2022
-
-
Natanael Copa authored
Apparently -flto=auto does not work when cross compile
-
- Aug 30, 2022
-
- Jul 27, 2022
-
-
alice authored
these were missed there only, probably due to a build failure
-
- Dec 15, 2021
-
-
- Sep 01, 2021
-
-
linear authored
-
- Jun 03, 2021
-
-
Carlo Landmeter authored
this was causing issues on qemu-user with broken shebang
-
Ariadne Conill authored
-
- May 13, 2021
-
-
Natanael Copa authored
We cannot build brotli with cmake due to circular deps: brotli->cmake->curl->brotli This reverts commit 4b364c46.
-
- Apr 05, 2021
-
-
Natanael Copa authored
-
- Jan 05, 2021
-
-
Natanael Copa authored
the libtool does not work with cross-compile anymore
-
- Oct 31, 2020
-
-
Ariadne Conill authored
-
- Oct 07, 2020
-
-
Leo authored
brotli->(m)cmake->(m)curl-dev->(m)brotli-dev
-
- Oct 06, 2020
-
- Sep 14, 2020
-
-
Rasmus Thomsen authored
This fixes the compilation of e.g. libsoup fixes #11948
-
- Aug 28, 2020
- Apr 30, 2020
- Feb 21, 2020
-
- Nov 05, 2019
-
-
Natanael Copa authored
-
- Sep 07, 2019
-
-
- May 03, 2019
-
-
- Dec 18, 2018
-
-
alpine-mips-patches authored
1) Recognize s390x and mips64* as 64-bit architectures to enable 64-bit code path. 2) Enable direct unaligned loads/stores for s390x. See "Integral Boundaries" in SA22-7832-xx. 3) Enable unaligned access using LWL/LWR/etc instructions on pre-R6 mips*. This doubles "brotli -1" compression speed on P5600 (~30% for "brotli --best") and makes the brotli executable smaller by ~10%. 4) Use gcc/clang __builtin_bswapXX on big-endian architectures. On s390x this reduces byte-swapped unaligned loads/stores to single LRVx/STRVx instruction. On current big-endian mips* (pre-R2) this changes nothing however allows for shorter byte swap sequences on R2+. Test suite still passes on x86_64, mipseln8hf (hardware) and under qemu-s390x.
-
- Oct 25, 2018
-
-
- Sep 26, 2018
-
-
- Jul 13, 2018
-
-
- Apr 19, 2018
-
-
- Apr 18, 2018
-
-