<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win/modules, branch v4.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/win/modules?h=v4.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/win/modules?h=v4.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-06-07T06:15:39Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-06-07T06:15:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-07T05:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7f967bdfc2931771350a459c7eb77fa52f45517'/>
<id>urn:sha1:d7f967bdfc2931771350a459c7eb77fa52f45517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate Windows builds to installing their dependencies via Conan.</title>
<updated>2021-06-07T03:46:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-07T03:33:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=71841b747d41a8efca1998aa950c89b034f8d46d'/>
<id>urn:sha1:71841b747d41a8efca1998aa950c89b034f8d46d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial support for platform-specific module file extensions.</title>
<updated>2020-11-04T13:37:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-11-04T13:31:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2310b03ad503a2712f868d52ce37ec6a3943e261'/>
<id>urn:sha1:2310b03ad503a2712f868d52ce37ec6a3943e261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-01-01T11:33:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-01T11:33:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f856d5ab8af6a0ffd3e5f63a5711e256e8e74267'/>
<id>urn:sha1:f856d5ab8af6a0ffd3e5f63a5711e256e8e74267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace our Windows getopt_long wrapper with ya_getopt.</title>
<updated>2019-12-08T19:59:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-08T19:39:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a47e2df0ce833e06fa3e4034e64ec084a2bbb2d3'/>
<id>urn:sha1:a47e2df0ce833e06fa3e4034e64ec084a2bbb2d3</id>
<content type='text'>
Closes #546.
</content>
</entry>
<entry>
<title>Move m_regex_stdlib out of extras now it can always be built.</title>
<updated>2019-01-25T02:52:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2018-07-31T02:14:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=97aba4f8a57877ab68ddd618b96f52342970f998'/>
<id>urn:sha1:97aba4f8a57877ab68ddd618b96f52342970f998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix building modules which depend on vendor libs on Windows.</title>
<updated>2019-01-03T13:19:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-03T13:19:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d33c174e585940df7d144ba8e9f60108c7a80ec0'/>
<id>urn:sha1:d33c174e585940df7d144ba8e9f60108c7a80ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Windows build scripts for the recent build sys changes</title>
<updated>2014-07-23T11:05:29Z</updated>
<author>
<name>Adam</name>
</author>
<published>2014-07-22T20:33:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9c285d9546ea5b99a5ae1ac5186206308ca2d38f'/>
<id>urn:sha1:9c285d9546ea5b99a5ae1ac5186206308ca2d38f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build coremods on Windows, add general support to the cmake script for building modules consisting of multiple compilation units</title>
<updated>2014-03-29T13:15:56Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-29T13:15:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=704159e1fc6f71d4edc92ae815fe62a01f9f99fa'/>
<id>urn:sha1:704159e1fc6f71d4edc92ae815fe62a01f9f99fa</id>
<content type='text'>
Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/
</content>
</entry>
<entry>
<title>Fix Windows build and a few more problems</title>
<updated>2013-08-27T13:03:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-27T13:03:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5384ddf545575bc27904b3534fb9d2340de7a1d7'/>
<id>urn:sha1:5384ddf545575bc27904b3534fb9d2340de7a1d7</id>
<content type='text'>
</content>
</entry>
</feed>
