- Aug 21, 2019
-
-
Jeremy Whiting authored
Also remove references to GPL since helpers licensed as gpl are removed. Also remove bits about GPL 2 from debian copyright. Also remove unused gnome-session-check-accelerated-common.h file. Also remove no longer used dependencies from debian/control.
-
Jeremy Whiting authored
Added missing _get_multiarch_tuple and _get_issues helpers. Added test for object, good, bad and software rendering.
-
Jeremy Whiting authored
In order to test SrtGraphics on CI systems that likely aren't running X we needed a mock-graphics to return most of what wflinfo gives in different settings. Use mock-bad-wflinfo, mock-good-wflinfo and mock-software-wflinfo in srt_check_graphics. Use mock-good-wflinfo for good output, mock-bad-wflinfo for error output and mock-software-wflinfo for software rendering test output.
-
Jeremy Whiting authored
SrtGraphics is gobject shaped and gives a public interface to check graphics capabilities for different window systems and renderers. Use wflinfo binaries for checking gl and gles. If llvmpipe renderer is used, set SOFTWARE_RENDERING issue flag.
-
- Aug 20, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ludovico de Nittis authored
runtime: Fix buffer underrun if version.txt is empty See merge request steam/steam-runtime-tools!37
-
Simon McVittie authored
Detected by AddressSanitizer (meson -Dsanitize=address,undefined). Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Filter `gameoverlayrenderer.so` from LD_PRELOAD See merge request steam/steam-runtime-tools!36
-
Ludovico de Nittis authored
`gameoverlayrenderer.so` leads to a spammy and slow output while running `steam-runtime-system-info`. Because of this we just remove it from the `LD_PRELOAD` before calling the all the helper subrocesses. Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Aug 19, 2019
-
-
Simon McVittie authored
fake-home: Fix memory leaks See merge request steam/steam-runtime-tools!35
-
Ludovico de Nittis authored
runtime: Avoid shadowing POSIX environ See merge request steam/steam-runtime-tools!34
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Aug 16, 2019
-
-
Simon McVittie authored
This is an example of the procedure that I described in CONTRIBUTING.md in the previous commit. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 15, 2019
-
-
Jeremy Whiting authored
Design for test: Add a way to redirect the helpers path See merge request steam/steam-runtime-tools!33
-
Simon McVittie authored
We can use this to connect up a mock implementation if necessary. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Add checks for brokenness in the Steam installation or Steam Runtime See merge request steam/steam-runtime-tools!30
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Now we should be able to detect when the Steam Runtime environmental setup has been modified by the distro or user. Co-authored-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Aug 13, 2019
-
-
Ludovico de Nittis authored
Auto-detect path to expectations See merge request steam/steam-runtime-tools!32
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ludovico de Nittis authored
Log an issue if we don't know which shared libraries to expect See merge request steam/steam-runtime-tools!31
-
- Aug 12, 2019
-
-
Simon McVittie authored
We can at least print "unknown-expectations" in the summary of issues. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
If we don't know what symbols we're looking for, we need to print a comma to follow "path" and precede "dependencies". Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Aug 06, 2019
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
tests/system-info-cli.c: remove unused "examples" variable See merge request steam/steam-runtime-tools!29
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Ludovico de Nittis authored
Re-brand steam-runtime-system-info to be more like a standalone tool See merge request steam/steam-runtime-tools!28
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Otherwise, if we process an architecture we can run before an architecture we can't, we'll try to free the old list twice. This happens on i386 autobuilders that can't run x86_64 executables. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This has become less an example and more a command-line driver for the library, so rename it accordingly. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Setting a new version number here will enable us to do a graceful upgrade when files move between packages in the next commit. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ludovico de Nittis authored
Enhance examples/system-info.c to show libraries and uinput capabilities See merge request steam/steam-runtime-tools!27
-