- 29 Nov, 2020 7 commits
-
-
Peter Hutterer authored
Based on debian stable because we don't expect this repo to be updated very often, so let's not play catch-up with more frequently updated distributions. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Might as well be useful here Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Required by the respective files but the current include order hides this. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
When building with srcdir != builddir, the resulting file won't be in the source directory. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
This condition was introduced when evemu was a new project and not available everywhere. That hasn't been true for years anymore, let's just make this unconditional and drop some of the ifdefs. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 27 Nov, 2020 6 commits
-
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
- 26 Nov, 2020 2 commits
-
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
- 20 Nov, 2020 1 commit
-
-
Povilas Kanapickas authored
-
- 13 Nov, 2020 2 commits
-
-
Povilas Kanapickas authored
-
Povilas Kanapickas authored
-
- 05 Feb, 2019 2 commits
-
-
Peter Hutterer authored
"Where defined, SIGUNUSED is synonymous with SIGSYS on most architectures. Since glibc 2.26, SIGUNUSED is no longer defined on any architecture." from signal(7)
-
Peter Hutterer authored
This breaks compilation on RHEL7.4 and reverting it seems to work fine on F26. Not sure what's going on there. This reverts commit 51a836bf.
-
- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 13 Jun, 2016 1 commit
-
-
Peter Hutterer authored
Some compiler change apparently makes this necessary now. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 15 Aug, 2014 2 commits
-
-
Peter Hutterer authored
This one is no longer provided and we don't care about the font anyway. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 02 Jun, 2014 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 03 Mar, 2013 1 commit
-
-
Peter Hutterer authored
-
- 24 Feb, 2013 2 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 05 Feb, 2013 1 commit
-
-
Maarten Lankhorst authored
It looks like xorg-gtest and libX11 have a different idea of where the error handler pointer is supposed to point at. Check for the default handler returned from XSet*ErrorHandler by setting a NULL error handler first. Signed-off-by:
Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 01 Feb, 2013 3 commits
-
-
Stephen M. Webb authored
Code using xorg-gtest and compiling on 32-bit x86 targets using GCC 4.7 or later get a truncation warning setting timeouts for sigtimedwait(). If the code sets -Werror this is fatal. This patch prevents those warnings. Signed-off-by:
Stephen M. Webb <stephen.webb@canonical.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Stephen M. Webb authored
Some systems provide valgrind as a shell script wrapper that calls through to the real valgrind binary. The xorg-gtest test suite fails on those platforms because it causes the process args to mismatch. Signed-off-by:
Stephen M. Webb <stephen.webb@canonical.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Stephen M. Webb authored
The example tests suite failed to build in a headless environment because that test suite relied on a default x.org installation. This patch does not assume the build system has such a server and uses the dummy driver explicitly. Signed-off-by:
Stephen M. Webb <stephen.webb@canonical.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 14 Jan, 2013 2 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 03 Jan, 2013 2 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
All other xorg projects run configure, let's make this one comply with that. Support NOCONFIGURE. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 19 Dec, 2012 2 commits
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
oops. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 14 Dec, 2012 2 commits
-
-
Peter Hutterer authored
My box here takes just under 1200 ms to terminate a full server, which is just over the current default timeout of 1000, causing the examples to fail. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
Prevent callers from getting odd errors if they notice the wait fails because the child is still running and errno is still on whatever it was before. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-