- 07 Dec, 2017 1 commit
-
-
Ulrich Sibiller authored
-
- 05 Dec, 2017 1 commit
-
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#546.
-
- 22 Nov, 2017 1 commit
-
-
Mike Gabriel authored
-
- 27 Oct, 2017 2 commits
-
-
Mihai Moldovan authored
Works around libtool bug related to using both -nostdlib and -pthread (with the former dropping latter usage.)
-
Mihai Moldovan authored
nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup optional C++11 support. Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive. Note: should only be used in tandem. Make sure that each component either uses the C++11 ABI or none uses it. Mixing and matching libraries and binaries with different C++ ABIs might lead to weird errors.
-
- 09 Oct, 2017 1 commit
-
-
Mike Gabriel authored
-
- 29 Sep, 2017 1 commit
-
-
Simon Matter authored
Fixes ArcticaProject/nx-libs#506.
-
- 15 Sep, 2017 1 commit
-
-
Mike Gabriel authored
-
- 30 Aug, 2017 1 commit
-
-
Mike Gabriel authored
-
- 11 Aug, 2017 1 commit
-
-
Mike Gabriel authored
-
- 02 Aug, 2017 1 commit
-
-
Mike Gabriel authored
nxproxy/src/Makefile.am: Actually define nxproxy_CFLAGS, so the various compiler warning flags get enabled at build time of nxproxy.
-
- 26 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 13 Jul, 2017 1 commit
-
-
Mike Gabriel authored
nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic for spotting this same flaw in nxcompshad.
-
- 12 Jul, 2017 1 commit
-
-
Mike Gabriel authored
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.
-
- 30 Jun, 2017 1 commit
-
-
Mike Gabriel authored
-
- 11 Apr, 2017 1 commit
-
-
Mike Gabriel authored
-
- 07 Apr, 2017 1 commit
-
-
Bernard Cafarelli authored
Fixes ArcticaProject/nx-libs#98.
-
- 01 Mar, 2017 1 commit
-
-
Mike Gabriel authored
-
- 24 Feb, 2017 1 commit
-
-
Mike Gabriel authored
-
- 17 Nov, 2016 1 commit
-
-
Ulrich Sibiller authored
-
- 28 Oct, 2016 1 commit
-
-
Vadim Troshchinskiy authored
-
- 05 Jul, 2016 6 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
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 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 - 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
-
- 28 Sep, 2015 1 commit
-
-
Mike DePaulo authored
xorg-server does not follow the convention of using 2 dashes, and apparently nx-libs doesn't either. Note that --help does produce the help output. However, it produces this additional output after it: Error: NX transport initialization failed. Therefore, we should instruct users to call -help instead.
-
- 28 Jun, 2015 1 commit
-
-
Mike DePaulo authored
xorg-server does not follow the convention of using 2 dashes, and apparently nx-libs doesn't either. Note that --help does produce the help output. However, it produces this additional output after it: Error: NX transport initialization failed. Therefore, we should instruct users to call -help instead.
-
- 16 Mar, 2015 1 commit
-
-
Mihai Moldovan authored
-
- 15 Mar, 2015 1 commit
-
-
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
-
- 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
009_nxproxy_add-man-page.full+lite.patch 009_nxagent_add-man-page.full.patch 010_nxauth_fix-binary-name-in-man-page.full.patch
-
- 28 Mar, 2013 2 commits
-
-
Mike Gabriel authored
This reverts commit e77bf36d.
-
Mike Gabriel authored
-