- 08 Jan, 2018 3 commits
-
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
Attributes GH PR #628: https://github.com/ArcticaProject/nx-libs/pull/628 Fixes: ArcticaProject/nx-libs#589
-
Ulrich Sibiller authored
Got dropped by accident in 9bc6ff26 Fixes ArcticaProject/nx-libs#589
-
- 07 Jan, 2018 29 commits
-
-
Mihai Moldovan authored
Attributes GH PR #567: https://github.com/ArcticaProject/nx-libs/pull/567
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
even if we issue a FatalError afterwards
-
Ulrich Sibiller authored
I am not sure about the maximum font name length in X but just in case use snprintf instead of memcpy to be sure nothing dangerous can happen here.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This is a partial copy from XlibInt.c's _XPrintDefaultError, which had some minor changes since being copied. Update to reflect these changes. Also comment some more lines as their result was unused an cluttered the output.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
and insert one single space
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Also comment the code and convert error messages to warnings.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
Fix write past the end of singlePath if PATH contains dirs longer than PATH_MAX.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 05 Jan, 2018 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #614: https://github.com/ArcticaProject/nx-libs/pull/614 Fixes: ArcticaProject/nx-libs#610
-
- 03 Jan, 2018 3 commits
-
-
Mihai Moldovan authored
Will only be useful at build time, since installation strips any RPATH/RUNPATH again.
-
Mihai Moldovan authored
Using libtool, the nxproxy binary will be replaced by a shell script wrapper that correctly pulls in required libraries (like libXcomp), thus making it possible to start the binary directly in the build directory. This wrapper is dropped during installation time.
-
Mihai Moldovan authored
This is a C program, so enabling or disabling C++11 support will not do anything useful. At most it'll lead to errors when using libtool, which is the next change to come...
-
- 30 Dec, 2017 4 commits
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
We need this to be able to execute the resulting nxagent binary from within the build directory.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
nx-X11: build programs with a temporary RPATH/RUNPATH value and a relinked version with the system location. While the install target explicitly installs the relinked system-location version of a program, we do not actually use this. Currently, we copy nxagent directly out of the build root.
-