- 05 Jun, 2017 1 commit
-
-
Salvador Fandiño authored
When installing nxcompshad, directory user and group ownership were forced to be root. That precluded installations by non-root users. Now, they are not forced.
-
- 04 May, 2017 1 commit
-
-
Mike Gabriel authored
nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to GNU/Hurd and GNU/kFreeBSD). We use the error code (and its underlying message for generating log errors and their textual messages. So, in theory, we could use any error code here. Thus, choosing the once closest to EBADFD while being portable to non-Linux systems.
-
- 17 Nov, 2016 1 commit
-
-
Ulrich Sibiller authored
-
- 05 Jul, 2016 4 commits
-
-
Mike Gabriel authored
Per-file copyright notices: Update copyright information in file headers that NoMachine placed there own copyright statement in.
-
Mike Gabriel authored
-
Mike Gabriel authored
Drop other LICENSE files added by NoMachine scattered all over the code tree.
-
Mike Gabriel authored
One COPYING file in the project's base folder is sufficient.
-
- 01 Jul, 2016 3 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Note: - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those options over into the variable CDEBUGFLAGS. - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS. This change also includes a slight change in the nx-X11 build order. Old build order: Main Makefile: - [...] - libNX_X11 + implicitly building nxcomp + implicitly building nxcompext - [...] - nxagent + implicitly building nxcompshad - [...] New build ordner: Main Makefile: - [...] - nxcomp - setup nx-X11 build env + cd nx-X11 && make BuildEnv - nx-X11/lib/* - nxcompext - nxcompshad - [...] - nxagent - [...] Fixes ArcticaProject/nx-libs#141 Fixes X2GoBTS#84
-
- 30 Jun, 2016 1 commit
-
-
Mike Gabriel authored
Note: - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those options over into the variable CDEBUGFLAGS. - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS. This change also includes a slight change in the nx-X11 build order. Old build order: Main Makefile: - [...] - libNX_X11 + implicitly building nxcomp + implicitly building nxcompext - [...] - nxagent + implicitly building nxcompshad - [...] New build ordner: Main Makefile: - [...] - nxcomp - setup nx-X11 build env + cd nx-X11 && make BuildEnv - nxcompext - nxcompshad - nx-X11/lib/* - [...] - nxagent - [...] Fixes ArcticaProject/nx-libs#141 Fixes X2GoBTS#84
-
- 29 Jun, 2016 1 commit
-
-
Mike Gabriel authored
-
- 12 Jun, 2016 2 commits
-
-
Mike Gabriel authored
nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do with system-wide shared libraries.
-
Mike Gabriel authored
* Also adapt debian/libxcompshad-dev.install.in accordingly. * Also adapt nx-libs.spec accordingly.
-
- 29 Dec, 2015 1 commit
-
-
Mike Gabriel authored
library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared library. (Fixes ArcticaProject/nx-libs#32).
-
- 28 Dec, 2015 2 commits
-
-
Mike Gabriel authored
nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-around needs to persist until libX11 from X.Org gets used by nxagent.
-
Mike Gabriel authored
In the process of building nxagent against more and more system-wide installed X.org libraries, we come to the limit of including structs from this (bundled nx-X11) and that (system-wide X.Org) library. This commit introduces a clear namespace separation of headers provided by nx-X11 and headers provided by X.Org. This approach is only temporary as we want to drop all nx-X11 bundled libraries from nx-libs. However, for a while we need to make this separation clear and also ship some reduced fake X.Org headers that avoid pulling in libX* and libNX_X* symbols at the same time. This patch has been tested on Debian jessie and unstable and requires no overall testing on various distros and distro versions, as we finally will drop all libNX_X* libraries and build against X.org's client libs. For now, this hack eases our development / cleanup process.
-
- 28 Sep, 2015 3 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Ulrich Sibiller authored
-
- 25 Aug, 2015 3 commits
-
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
- 14 Jul, 2015 1 commit
-
-
Mike Gabriel authored
-
- 13 Jul, 2015 1 commit
-
-
Mike Gabriel authored
-
- 12 Jul, 2015 1 commit
-
-
Ulrich Sibiller authored
-
- 20 May, 2015 1 commit
-
-
Mike Gabriel authored
-
- 01 May, 2015 1 commit
-
-
Mike Gabriel authored
library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
-
- 26 Apr, 2015 1 commit
-
-
Mike Gabriel authored
libXcompshad underlinking problem: Fix undefined reference to 'XShmQueryVersion', 'XShmDetach', 'XShmCreateImage', 'XShmAttach', and 'XShmGetImage'.
-
- 25 Mar, 2015 1 commit
-
-
Mihai Moldovan authored
nxcomp{,ext,shad}: only use the first three numbers in the full version for current_version on OS X. ld(1) on 10.6 fails otherwise.
-
- 16 Mar, 2015 1 commit
-
-
Mihai Moldovan authored
-
- 15 Mar, 2015 3 commits
-
-
Clemens Lang authored
nxcomp{,ext,shad}: use the correct library naming scheme on OS X. It differs from other UNIX-based systems.
-
Clemens Lang authored
-
Clemens Lang authored
-
- 14 Feb, 2015 1 commit
-
-
Mike Gabriel authored
VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION and hw/nxagent/VERSION. This commit removes the debian/VERSION file at makes it now unnecessary to copy/symlink the VERSION file at build time. These build scripts got adapted: debian/roll-tarballs.sh debian/rules nx-libs.spec Furthermore, all NX component now use the main VERSION file as reference. typechange: nxcomp/VERSION typechange: nxcompext/VERSION typechange: nxcompshad/VERSION typechange: nxproxy/VERSION
-
- 13 Feb, 2015 1 commit
-
-
Jan Engelhardt authored
We really want to make use of rpm's automatic dependency finding. Binaries are scanned for DT_NEEDED entries, the latter of which are then used for populating the "Requires"-type deps. The "nxagent" binary for example would require libX11.so.6. That incurs problems: 1. A package manager told to install nxagent could select xorg-x11 rather than nx-libs, even though nxagent depends on the NX version. 2. A package manager told to install $some_program could select nx-libs rather than xorg-x11 (since both provide libX11.so.6), but, since the NX library is in an obscure directory, running $some_program would fail as libX11.so.6 is not found. To solve this, give the NX libraries unique names different from the Xorg ones.
-
- 09 Feb, 2015 4 commits
-
-
Orion Poplawski authored
026_nxcompext_honour-optflags.full.patch 026_nxcomp_honour-optflags.full+lite.patch 026_nxcompshad_honour-optflags.full.patch
-
Mike Gabriel authored
024_fix-make-clean.full.patch 024_fix-make-clean.full+lite.patch
-
Mike Gabriel authored
-
Mike Gabriel authored
When building nxcompshad .gch files get created. On cleanup these should be removed.
-