1. 01 Jul, 2016 1 commit
    • 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
  2. 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
  3. 12 Jun, 2016 1 commit
  4. 27 Apr, 2016 1 commit
  5. 15 Apr, 2016 1 commit
    • Fernando Carvajal's avatar
      Remove TextCompressor class and files from nxcomp · 5c495241
      Fernando Carvajal authored
      This commit removes TextCompressor class references from ClientCache
      and ServerCache as it's no longer used after removing old protocol's
      compatibility code from nxcomp. It also removes the attribute textCache
      from both classes as it's no longer used either.
      
      Finally the header and source files associated with the TextCompressor
      class are also deleted and removed from the compilation process.
      
      Refs: ArcticaProject/nx-libs#108
      5c495241
  6. 12 Apr, 2016 1 commit
  7. 28 Sep, 2015 3 commits
  8. 25 Aug, 2015 2 commits
  9. 14 Jul, 2015 1 commit
  10. 13 Jul, 2015 1 commit
  11. 12 Jul, 2015 1 commit
  12. 25 Mar, 2015 1 commit
  13. 16 Mar, 2015 1 commit
  14. 15 Mar, 2015 1 commit
  15. 13 Feb, 2015 1 commit
  16. 09 Feb, 2015 2 commits
  17. 28 Mar, 2013 2 commits
  18. 13 Nov, 2011 3 commits