<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/tools/test-build, branch v3.5.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/tools/test-build?h=v3.5.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/tools/test-build?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-31T12:48:25Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-31T12:48:25Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-31T12:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f62016f16cf2419817738904153cb3711b20d7e'/>
<id>urn:sha1:8f62016f16cf2419817738904153cb3711b20d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a function for showing a command whilst executing it.</title>
<updated>2020-01-18T14:25:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-18T14:03:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=87471ab92dc4c0089d021db3faa27ed2f929fb6b'/>
<id>urn:sha1:87471ab92dc4c0089d021db3faa27ed2f929fb6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable auto extras when TEST_BUILD_MODULES is set in test-build.</title>
<updated>2020-01-18T13:32:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-18T13:32:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=04b5090a2f65a2e3380a32e5cd0b4936716ec394'/>
<id>urn:sha1:04b5090a2f65a2e3380a32e5cd0b4936716ec394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Perl tools not using the correct directory name in 'use lib'.</title>
<updated>2020-01-17T15:35:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-17T14:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=19cdd938610e6630d58bd5b0fd311a80f6e54647'/>
<id>urn:sha1:19cdd938610e6630d58bd5b0fd311a80f6e54647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update my name and email address.</title>
<updated>2019-12-31T19:55:17Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-01T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=56375392ba94f2552bbeeeab4fd39e1e50295525'/>
<id>urn:sha1:56375392ba94f2552bbeeeab4fd39e1e50295525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Omit debug symbols when doing CI builds.</title>
<updated>2019-04-16T11:09:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-16T10:22:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=62dc1769c952a7211878181ff595d4328e182f6b'/>
<id>urn:sha1:62dc1769c952a7211878181ff595d4328e182f6b</id>
<content type='text'>
This provides a significant build time improvement.
</content>
</entry>
<entry>
<title>Remove support for static modules.</title>
<updated>2018-07-31T02:20:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-30T23:49:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d9a52277df06d656564b28e456adabbee52e8c10'/>
<id>urn:sha1:d9a52277df06d656564b28e456adabbee52e8c10</id>
<content type='text'>
This has been frequently broken in the past and as far as I know is
used by literally nobody.

Also, even if all modules are compiled into the core any libraries
linked against are and have always been linked dynamically making
this unusable on platforms without dynamic libraries.
</content>
</entry>
<entry>
<title>Remove support for the Solaris IOCP socket engine.</title>
<updated>2017-10-22T18:42:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-22T14:10:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d4414f54910aeaa4809a7eacea75a089a0820f40'/>
<id>urn:sha1:d4414f54910aeaa4809a7eacea75a089a0820f40</id>
<content type='text'>
After discussing this with Adam we have decided that there is very
little point in keeping this now that Solaris has been killed. Any
legacy Solaris users will have to make do with poll.

This change does not affect users of Solaris forks like Illumos as
they have support for epoll which will have already been selected
over Solaris IOCP by configure.
</content>
</entry>
<entry>
<title>test-build: Pass the make jobs as a separate argument.</title>
<updated>2017-10-15T02:55:53Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-15T02:55:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c5d9b2d6c14414b8933c2e7f60995ca7b01a2d05'/>
<id>urn:sha1:c5d9b2d6c14414b8933c2e7f60995ca7b01a2d05</id>
<content type='text'>
The old way was only necessary when we supported BSD Make.
</content>
</entry>
</feed>
