~pcsx2-team/pcsx2-github-mirror/+git/xz:memavail

Last commit made on 2024-02-28
Get this branch:
git clone -b memavail https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/xz

Branch merges

Branch information

Name:
memavail
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/xz

Recent commits

b38da4a... by Lasse Collin <email address hidden>

xz: Read MemAvailable from /proc/meminfo on Linux.

This uses 75 % of MemAvailable as the default soft memory usage limit
for -T0. It can be checked with --info-memory.

The use of MemAvailable was first suggested by
Sebastian Andrzej Siewior in 2021. This is a different
implementation, including the 75 % part.

a94b423... by Lasse Collin <email address hidden>

xz: Add comments.

bbf112e... by Jia Tan

xz: Change logging level for thread reduction to highest verbosity only.

Now that multi threaded encoding is the default, users do not need to
see a warning message everytime the number of threads is reduced. On
some machines, this could happen very often. It is not unreasonable for
users to need to set double verbose mode to see this kind of
information.

To see these warning messages -vv or --verbose --verbose must be passed
to set xz into the highest possible verbosity mode.

These warnings had caused automated testing frameworks to fail when they
expected no output to stderr.

Thanks to Sebastian Andrzej Siewior for reporting this and for the
initial version of the patch.

649f644... by Lasse Collin <email address hidden>

Fix sorting in THANKS.

1255b7d... by Jia Tan

Update THANKS.

eee579f... by Chien Wong <email address hidden>

xz: Add missing RISC-V on the filter list in the man page

Signed-off-by: Chien Wong <email address hidden>

328c52d... by Jia Tan

Build: Fix Linux Landlock feature test in Autotools and CMake builds.

The previous Linux Landlock feature test assumed that having the
linux/landlock.h header file was enough. The new feature tests also
requires that prctl() and the required Landlock system calls are
supported.

eb8ad59... by Jia Tan

Tests: Add test_microlzma to .gitignore and CMakeLists.txt.

9eed1b9... by Jia Tan

Tests: Correct license header in test_microlzma.c.

8bf9f72... by Jia Tan

Fix typos in NEWS and CMakeLists.