<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/m4, branch 3.5.99.16</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.16</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.16'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2018-02-25T03:32:15+00:00</updated>
<entry>
<title>m4/nx-macros.m4: add NX_TARGET_USE_ELF macro, setting TARGET_ELF automake conditional if target compiler is generating ELF binaries.</title>
<updated>2018-02-25T03:32:15+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-02-25T03:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=be1ae7087f6e8aa3cb7b38e1c0717198c218efe9'/>
<id>urn:sha1:be1ae7087f6e8aa3cb7b38e1c0717198c218efe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support building with legacy zlib versions that do not ship a pkg-config file.</title>
<updated>2017-12-16T06:47:17+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-12-16T06:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=779a116ff3a4de2333ce647b32a253a80cbfc2a5'/>
<id>urn:sha1:779a116ff3a4de2333ce647b32a253a80cbfc2a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp/m4/ax_pthread.m4: move to top-level m4/ directory, use symlink.</title>
<updated>2017-10-27T12:13:26+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-10-27T12:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=22bb128dc47b50dfd7b38d9a18188eb0b314ec4d'/>
<id>urn:sha1:22bb128dc47b50dfd7b38d9a18188eb0b314ec4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup optional C++11 support.</title>
<updated>2017-10-27T06:45:42+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-09-29T15:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1f717c6fdfa478f1c422bff51bc8574360dbe127'/>
<id>urn:sha1:1f717c6fdfa478f1c422bff51bc8574360dbe127</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Convert nx-X11/lib/ build flow from imake to autotools.</title>
<updated>2017-08-25T08:06:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-21T10:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c350873c7c977efe5210484f04160be45f84ba7e'/>
<id>urn:sha1:c350873c7c977efe5210484f04160be45f84ba7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros (borrowed from X.org's xorg-macros.m4).</title>
<updated>2017-08-11T20:31:16+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-12T10:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ef08aadf5b956b050db45871a0aad6a606d49cec'/>
<id>urn:sha1:ef08aadf5b956b050db45871a0aad6a606d49cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for presence of libjpeg shared lib and header files.</title>
<updated>2017-08-08T11:53:55+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-08-03T14:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=4fd038dba6f9b4d87c0e14fa5ff59abbcd46e794'/>
<id>urn:sha1:4fd038dba6f9b4d87c0e14fa5ff59abbcd46e794</id>
<content type='text'>
 Especially systems still using the IJG libjpeg implementation
 are likely to lack the libjpeg.pc file.
 .
 So this adds some alternative way of detecting if all libjpeg related
 build-dependencies are in place.
</content>
</entry>
<entry>
<title>nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES to detect if type 'in_addr_t' is available.</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-07-24T10:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=9c8e3f13985cc6f61a1c140612b3be524af868f6'/>
<id>urn:sha1:9c8e3f13985cc6f61a1c140612b3be524af868f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* configure.in files.</title>
<updated>2017-07-12T21:25:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-30T11:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=322e39b79729bc72bd37265949a04962e427ef0a'/>
<id>urn:sha1:322e39b79729bc72bd37265949a04962e427ef0a</id>
<content type='text'>
</content>
</entry>
</feed>
