- 29 Sep, 2019 2 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
One cannot simply pass down a va_list to another function that expects variable arguments ("..."). The prototype of the called functions must expect a va_list argument instead. This fixes segfaults that happen e.g. after compiling X11.cpp with TEST and effectively reverts 59e829f3.
-
- 01 Mar, 2019 4 commits
-
-
Ulrich Sibiller authored
Instead of using a pragma which will be valid for the whole file this only affects the functions where it is actually required and supresses "format string is not a string literal" warnings. According to GCC documentation the second attribute parameter should be 0: "For functions where the arguments are not available to be checked (such as vprintf), specify the third parameter as zero".
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Found via Travis CI
-
- 24 May, 2018 1 commit
-
-
Ulrich Sibiller authored
-
- 01 Mar, 2018 1 commit
-
-
Mario Trangoni authored
-
- 25 Feb, 2018 2 commits
-
-
Mike Gabriel authored
-
Mihai Moldovan authored
nxcompshad/{configure.ac,src/Makefile.am}: only enable new ELF dtags if target system actually is ELF-based.
-
- 30 Dec, 2017 2 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Same method as used in the previous commit, but easier done thanks to autotools and libtool. Fixes: ArcticaProject/nx-libs#610
-
- 28 Dec, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#572
-
- 27 Aug, 2017 1 commit
-
-
Mike Gabriel authored
This code can be reactivated any time in the future once some potential maintainer turns up and makes this work on the MS Windows / Cygwin platform.
-
- 25 Aug, 2017 1 commit
-
-
Mike Gabriel authored
-
- 13 Jul, 2017 5 commits
-
-
Mike Gabriel authored
nxcompshad: Rewrite Logger class methods to properly take advantage of the 'gnu_printf' format attribute.
-
Mike Gabriel authored
nxcompshad/src/Shadow.cpp: Drop duplicate prototype for NXShadowRemoveAllUpdaters(). Already in Shadow.h.
-
Mike Gabriel authored
-
Mike Gabriel authored
nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this declaration. Drop typedef declaration from _XRegion struct.
-
Mike Gabriel authored
-