<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxcomp/Makefile.in, branch 3.5.99.14</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.14</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.14'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2017-07-26T08:12:43+00:00</updated>
<entry>
<title>nxcomp: Switch to autoreconf.</title>
<updated>2017-07-26T08:12:43+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-30T18:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f76c82403888bb498973ec974dbfd20e4edb02fe'/>
<id>urn:sha1:f76c82403888bb498973ec974dbfd20e4edb02fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Per-file copyright notices: Update copyright information in file headers that NoMachine placed there own copyright statement in.</title>
<updated>2016-07-05T23:07:24+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T14:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=51c3d42f3d15b181d58a0df1e5abac8d298d4484'/>
<id>urn:sha1:51c3d42f3d15b181d58a0df1e5abac8d298d4484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts.</title>
<updated>2016-07-01T11:09:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d650a0b47eadeb675e2d2cf03ad10a4dbc564971'/>
<id>urn:sha1:d650a0b47eadeb675e2d2cf03ad10a4dbc564971</id>
<content type='text'>
 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 &amp;&amp; make BuildEnv
      - nx-X11/lib/*
      - nxcompext
      - nxcompshad
      - [...]
      - nxagent
      - [...]

 Fixes ArcticaProject/nx-libs#141
 Fixes X2GoBTS#84
</content>
</entry>
<entry>
<title>nxcomp/Makefile.in: Only install MD5.h, NX.h, NXalert.h, NXpack.h, NXproto.h and NXvars.h as publicly available header files.</title>
<updated>2016-06-12T22:58:08+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-05T12:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2f706cbeb5f077c9d1f01256bdf978a58769db43'/>
<id>urn:sha1:2f706cbeb5f077c9d1f01256bdf978a58769db43</id>
<content type='text'>
 * Also adapt debian/libxcomp-dev.install.in accordingly.
 * Also adapt nx-libs.spec accordingly.
</content>
</entry>
<entry>
<title>Provide support for channel endpoints being UNIX file sockets in addition to being TCP/IP sockets.</title>
<updated>2016-04-27T11:59:34+00:00</updated>
<author>
<name>Salvador Fandino</name>
<email>sfandino@yahoo.com</email>
</author>
<published>2016-04-20T14:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3713346f3959782c5e5d1ddd0252f25fb319d732'/>
<id>urn:sha1:3713346f3959782c5e5d1ddd0252f25fb319d732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove TextCompressor class and files from nxcomp</title>
<updated>2016-04-15T07:49:09+00:00</updated>
<author>
<name>Fernando Carvajal</name>
<email>fcarvajal@qindel.com</email>
</author>
<published>2016-04-15T07:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=5c495241069708e9b1bbf6e57fd49599be540b63'/>
<id>urn:sha1:5c495241069708e9b1bbf6e57fd49599be540b63</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove obsolete compatibility files from nxcomp</title>
<updated>2016-04-12T14:03:37+00:00</updated>
<author>
<name>Fernando Carvajal</name>
<email>fcarvajal@qindel.com</email>
</author>
<published>2016-04-12T14:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=134648169cd0a9359e1a8a31a5bb55a307b0a801'/>
<id>urn:sha1:134648169cd0a9359e1a8a31a5bb55a307b0a801</id>
<content type='text'>
This commit removes obsolete compatibility files whose components were
only used to handle compatibility with old protocol versions that are
no longer supported.

Refs: ArcticaProject/nx-libs#108
</content>
</entry>
<entry>
<title>Merge pull request #64 from uli42/pr/add_pkgconfig</title>
<updated>2015-09-28T05:59:12+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-09-28T05:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ca990cf0a12a96b8761015f7ab68a03994168c96'/>
<id>urn:sha1:ca990cf0a12a96b8761015f7ab68a03994168c96</id>
<content type='text'>
Various fixes for pkgconfig file creation.</content>
</entry>
<entry>
<title>Fix "Makefile.in seems to ignore the --datarootdir setting" warning</title>
<updated>2015-08-25T23:02:34+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2015-08-25T23:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=96a1c5edf09d9a613f142f20599696352aee51fb'/>
<id>urn:sha1:96a1c5edf09d9a613f142f20599696352aee51fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>create pkgcnfig dir before copying anything</title>
<updated>2015-08-25T22:29:14+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2015-08-25T22:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6'/>
<id>urn:sha1:6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6</id>
<content type='text'>
</content>
</entry>
</feed>
