<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make/unit-cc.pl, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/make/unit-cc.pl?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/make/unit-cc.pl?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-02-28T19:20:08Z</updated>
<entry>
<title>Require Perl 5.26 in the build system.</title>
<updated>2021-02-28T19:20:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-28T19:20:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=606677c86591262da6a008c9c95af90e2e82665d'/>
<id>urn:sha1:606677c86591262da6a008c9c95af90e2e82665d</id>
<content type='text'>
This version is supported by all major systems that ship the C++17
compilers required by the v4 branch.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-02-26T06:58:13Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-02-26T06:58:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1bf7ca389426e196697eba9a8b60277db03fbedb'/>
<id>urn:sha1:1bf7ca389426e196697eba9a8b60277db03fbedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate some stuff away from print_format.</title>
<updated>2021-01-27T16:47:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-27T16:47:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=859a79923a1e9df7195e1320d66b61ee162f52cc'/>
<id>urn:sha1:859a79923a1e9df7195e1320d66b61ee162f52cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unnecessary begin blocks in Perl source files.</title>
<updated>2021-01-25T12:39:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-25T12:13:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6b861f12d070ba931d829505bfd3229653f5df2'/>
<id>urn:sha1:f6b861f12d070ba931d829505bfd3229653f5df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove whitespace between the shebang and the copyright header.</title>
<updated>2020-01-11T22:53:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-11T22:53:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a0176191c9e2a32d898857f2a7e6a4016f894f2f'/>
<id>urn:sha1:a0176191c9e2a32d898857f2a7e6a4016f894f2f</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://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link flags must be after compiled objects.</title>
<updated>2019-04-22T01:01:36Z</updated>
<author>
<name>iwalkalone</name>
</author>
<published>2019-04-22T00:35:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56c94774286e0be9de8b05d4ae4e752a394f7146'/>
<id>urn:sha1:56c94774286e0be9de8b05d4ae4e752a394f7146</id>
<content type='text'>
</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://www.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>Rewrite the build system directive parser.</title>
<updated>2016-09-16T03:23:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-09-11T20:19:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=806e57433a38193ae14942ee60f573fe47f4b643'/>
<id>urn:sha1:806e57433a38193ae14942ee60f573fe47f4b643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix linker flags being in the wrong place on static builds.</title>
<updated>2016-08-19T15:10:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-08-19T12:47:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a419c75253ff9b566888ffcda031f25414201f9'/>
<id>urn:sha1:2a419c75253ff9b566888ffcda031f25414201f9</id>
<content type='text'>
</content>
</entry>
</feed>
