<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/configure, branch v2.0.24</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/configure?h=v2.0.24</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/configure?h=v2.0.24'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-04-14T13:24:43Z</updated>
<entry>
<title>Fix compiler version parsing on GCC 7.</title>
<updated>2017-04-14T13:24:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-21T22:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f15e2ca435b0a85d32041fbbdba9f09c099c3a41'/>
<id>urn:sha1:f15e2ca435b0a85d32041fbbdba9f09c099c3a41</id>
<content type='text'>
GCC 7 may optionally omit the MINOR version number in dumpversion
depending on the compiler flags it was built with.
</content>
</entry>
<entry>
<title>Fix some compiler warnings.</title>
<updated>2017-03-20T10:24:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-20T10:24:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=756c89cfccb4039bf5b4b59662a0bd7c379287a3'/>
<id>urn:sha1:756c89cfccb4039bf5b4b59662a0bd7c379287a3</id>
<content type='text'>
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
</content>
</entry>
<entry>
<title>Use clock_gettime() on macOS 10.12.</title>
<updated>2016-12-26T07:01:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-26T07:01:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cb993a43a6b228d34a82146f7988592faac22d3c'/>
<id>urn:sha1:cb993a43a6b228d34a82146f7988592faac22d3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Workaround modern Perls not adding . to @INC.</title>
<updated>2016-11-08T08:15:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-11-08T08:15:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=63a00a858cb482624cc5d3b357cbc25958fd8112'/>
<id>urn:sha1:63a00a858cb482624cc5d3b357cbc25958fd8112</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GCC should never assume that this can not be null.</title>
<updated>2016-06-27T14:41:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-06-04T11:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9401f1fbc35bdcf4f24be447b1bdf47d157464fa'/>
<id>urn:sha1:9401f1fbc35bdcf4f24be447b1bdf47d157464fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch &lt;stdint.h&gt; test to use a test file too.</title>
<updated>2015-07-21T22:30:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-21T22:30:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4c751dbbe8945e5efc230a59b0ed51c2ba10cf92'/>
<id>urn:sha1:4c751dbbe8945e5efc230a59b0ed51c2ba10cf92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch strlcpy test to use a test file too.</title>
<updated>2015-07-21T22:22:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-21T22:22:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e5cfa9c0c295596f688a18f5562cbb73b8e3997c'/>
<id>urn:sha1:e5cfa9c0c295596f688a18f5562cbb73b8e3997c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix checking whether kqueue is available.</title>
<updated>2015-07-21T22:22:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-19T16:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3fbba606c3fbb76a5bc045d4d7717528366ae84e'/>
<id>urn:sha1:3fbba606c3fbb76a5bc045d4d7717528366ae84e</id>
<content type='text'>
It seems like the newer OS X versions don't put headers into the
system include directories. Switch to using a test file instead.
</content>
</entry>
<entry>
<title>Merge pull request #1061 from SaberUK/insp20+fix-fbsd</title>
<updated>2015-06-15T20:00:36Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-06-15T20:00:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=baccf1eba4f3f49fea0a6eee58474c599e0cf477'/>
<id>urn:sha1:baccf1eba4f3f49fea0a6eee58474c599e0cf477</id>
<content type='text'>
[2.0] Fix mistakenly using Clang instead of GCC on older FreeBSD versions.</content>
</entry>
<entry>
<title>Fix mistakenly using Clang instead of GCC on older FreeBSD versions.</title>
<updated>2015-06-14T22:41:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-06-14T22:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=68211809ee3111bdc9609fbd46dc3c875fbb5ea6'/>
<id>urn:sha1:68211809ee3111bdc9609fbd46dc3c875fbb5ea6</id>
<content type='text'>
</content>
</entry>
</feed>
