~spvkgn/transmission/+git/transmission:build/alpine-x86

Last commit made on 2022-12-27
Get this branch:
git clone -b build/alpine-x86 https://git.launchpad.net/~spvkgn/transmission/+git/transmission

Branch merges

Branch information

Name:
build/alpine-x86
Repository:
lp:~spvkgn/transmission/+git/transmission

Recent commits

76d60f0... by Mike Gelfand

Downgrade actions/checkout to v1

See actions / checkout # 334.

62a27ec... by Mike Gelfand

WIP

f08b694... by Mike Gelfand

Add CI job for 32-bit build on Alpine

84566d4... by Gary Elshaw <email address hidden>

Update qt cmakelists to include support for building svg (#4437)

a89b181... by Mike Gelfand <email address hidden>

Include individual headers (GTK client) (#4477)

This results in up to 15% single-threaded build time reduction.

5fd0aff... by Mike Gelfand <email address hidden>

Automatically (re)order include directives (GTK client) (#4475)

* Automatically (re)order include directives (GTK client)

Include our headers first to ease IWYU enforcement.

* Fix includes missing from headers (GTK client)

* Fix build on Mac after includes reordering

ab9e971... by Charles Kerr

refactor: tr_globalIPv6() returns a std::optional<tr_address> (#4464)

a3f561b... by Charles Kerr

refactor: add tr_address.is_global_unicast_address() (#4462)

Was previously private to net.cc. Expose here so that we can add tests.

Add tests.

e40b3b0... by SweetPPro <email address hidden>

set selected torrentTableView backgroundstyle (#4458)

Fixes: #4375

342ea65... by SweetPPro <email address hidden>

refactor ActivityView (#4448)

Refactor based on suggestions from #4400.

Provides a fix which supercedes #4427.