1. 05 Jun, 2017 1 commit
  2. 04 May, 2017 1 commit
    • Mike Gabriel's avatar
      nxcompshad/Shadow.cpp: Use EBADF instead of EBADFD (which is not portable to… · 681069d7
      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.
      681069d7
  3. 17 Nov, 2016 1 commit
  4. 05 Jul, 2016 4 commits
  5. 01 Jul, 2016 3 commits
    • Ulrich Sibiller's avatar
      finally drop libNX_Xext · 1cd7e35c
      Ulrich Sibiller authored
      1cd7e35c
    • Ulrich Sibiller's avatar
      remove shm code from libNX_Xext · e78c5bc3
      Ulrich Sibiller authored
      e78c5bc3
    • Mike Gabriel's avatar
      OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts. · d650a0b4
      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
      d650a0b4
  6. 30 Jun, 2016 1 commit
    • Mike Gabriel's avatar
      OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts. · a1e9abc7
      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
      a1e9abc7
  7. 29 Jun, 2016 1 commit
  8. 12 Jun, 2016 2 commits
  9. 29 Dec, 2015 1 commit
  10. 28 Dec, 2015 2 commits
    • Mike Gabriel's avatar
      nxcompshad/X11/include/Xdamage_nxcompshad.h: Update FIXME statement. Work-around… · cc43e2bf
      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.
      cc43e2bf
    • Mike Gabriel's avatar
      Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). · 433d8186
      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.
      433d8186
  11. 28 Sep, 2015 3 commits
  12. 25 Aug, 2015 3 commits
  13. 14 Jul, 2015 1 commit
  14. 13 Jul, 2015 1 commit
  15. 12 Jul, 2015 1 commit
  16. 20 May, 2015 1 commit
  17. 01 May, 2015 1 commit
  18. 26 Apr, 2015 1 commit
  19. 25 Mar, 2015 1 commit
  20. 16 Mar, 2015 1 commit
  21. 15 Mar, 2015 3 commits
  22. 14 Feb, 2015 1 commit
    • Mike Gabriel's avatar
      VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION… · ce531230
      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
      ce531230
  23. 13 Feb, 2015 1 commit
    • Jan Engelhardt's avatar
      Unique Library Names Patch (600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch). · c4a8556c
      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.
      c4a8556c
  24. 09 Feb, 2015 4 commits