<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxcompshad, branch pr/extend_manpage</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2020-01-05T22:18:58+00:00</updated>
<entry>
<title>Add support for custom version string</title>
<updated>2020-01-05T22:18:58+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-14T23:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec'/>
<id>urn:sha1:ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec</id>
<content type='text'>
Make nxproxy and nxagent print an arbitrary version number by running
make NX_VERSION_CUSTOM="myvers". nxagent and nxproxy will then show
this in addition to the original version number:

NXPROXY - Version myvers (3.5.99.22)
NXAGENT - Version myvers (3.5.99.22)

Fixes ArcticaProject/nx-libs#606
</content>
</entry>
<entry>
<title>nxcompshad: delete trailing whitespace</title>
<updated>2019-09-29T15:17:06+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-09-18T22:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=085f8a4f672ed3e167bdd7791835f7ab2bebb723'/>
<id>urn:sha1:085f8a4f672ed3e167bdd7791835f7ab2bebb723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcompshad: fix logging segfault</title>
<updated>2019-09-29T15:17:06+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-09-18T21:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=506378cf2134c5c4b36f0441100ab806307fd832'/>
<id>urn:sha1:506378cf2134c5c4b36f0441100ab806307fd832</id>
<content type='text'>
One cannot simply pass down a va_list to another function that expects
variable arguments ("..."). The prototype of the called functions must
expect a va_list argument instead.

This fixes segfaults that happen e.g. after compiling X11.cpp with
TEST and effectively reverts 59e829f3647005a6c93662adfbcea36e27a993d8.
</content>
</entry>
<entry>
<title>Logger.h: remove pragma, correct attributes</title>
<updated>2019-03-01T11:02:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-01-18T22:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=059028ce72267de69cb6b1983fc3599ee6491d9d'/>
<id>urn:sha1:059028ce72267de69cb6b1983fc3599ee6491d9d</id>
<content type='text'>
Instead of using a pragma which will be valid for the whole file this
only affects the functions where it is actually required and supresses
"format string is not a string literal" warnings.

According to GCC documentation the second attribute parameter should
be 0:

"For functions where the arguments are not available to be checked
(such as vprintf), specify the third parameter as zero".
</content>
</entry>
<entry>
<title>Logger.h: fix missing compiler attribute</title>
<updated>2019-03-01T11:02:25+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-01-18T22:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a53c655474c96fc24e38009804291882793c2a3f'/>
<id>urn:sha1:a53c655474c96fc24e38009804291882793c2a3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xcompshad: remove unused variables</title>
<updated>2019-03-01T11:02:25+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-01-18T21:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=74fe99dab760eb1bc2aa7b64ab32a19bd26baabc'/>
<id>urn:sha1:74fe99dab760eb1bc2aa7b64ab32a19bd26baabc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix: clang does not know about gnu_printf</title>
<updated>2019-03-01T11:02:25+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-01-18T21:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=471342933b19bb0648d4f339be6e160545013f51'/>
<id>urn:sha1:471342933b19bb0648d4f339be6e160545013f51</id>
<content type='text'>
Found via Travis CI
</content>
</entry>
<entry>
<title>nxcompshad: fix spelling errors as reported by codespell</title>
<updated>2018-05-24T07:04:01+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-04-10T19:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e'/>
<id>urn:sha1:94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcompshad/configure.ac: blindly copy-pasting might not be the smartest idea; it's *COMPSHAD* here.</title>
<updated>2018-03-07T20:35:51+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-03-07T20:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f3231601be0b83051c0c2732120a8f9f72e616d9'/>
<id>urn:sha1:f3231601be0b83051c0c2732120a8f9f72e616d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct with hopefully more portable awk construct.</title>
<updated>2018-03-07T18:00:39+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-03-07T18:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3352cfaba74091b1780a29ffb915a448a1f510a4'/>
<id>urn:sha1:3352cfaba74091b1780a29ffb915a448a1f510a4</id>
<content type='text'>
</content>
</entry>
</feed>
