- 11 Jan, 2018 1 commit
-
-
Mihai Moldovan authored
nx-X11/config/cf/{gnu,lnx}Lib.rules: add RPATH entries for temporary nxcomp and nxcompshad libraries. No change to the actually installed relinked nxagent(-relink) binary that gets installed - only affects the temporary executable build binary.
-
- 09 Jan, 2018 1 commit
-
-
Mihai Moldovan authored
Attributes GH PR #623: https://github.com/ArcticaProject/nx-libs/pull/623 Fixes: ArcticaProject/nx-libs#616
-
- 08 Jan, 2018 6 commits
-
-
Mihai Moldovan authored
nxcomp/src/Timestamp.{cpp,h}: use ::ctime_s or ::ctime_r instead of plain ctime, on-stack buffers and return std::string objects. Fixes: ArcticaProject/nx-libs#616
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Attributes GH PR #629: https://github.com/ArcticaProject/nx-libs/pull/629
-
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 2 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.
-