<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make/calcdep.pl, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/make/calcdep.pl?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/make/calcdep.pl?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-06-26T23:35:16Z</updated>
<entry>
<title>Pass INSPIRCD_VERBOSE through the environment to unit-cc.</title>
<updated>2016-06-26T23:35:16Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-04-04T14:37:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0d7d6a9d0909f014e7557b84b2115ca6ff387bf9'/>
<id>urn:sha1:0d7d6a9d0909f014e7557b84b2115ca6ff387bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename PURE_STATIC to INSPIRCD_STATIC.</title>
<updated>2016-04-04T12:20:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-02-26T13:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f'/>
<id>urn:sha1:30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refuse to link modules to the core binary in dynamic builds</title>
<updated>2015-11-16T09:26:27Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-16T09:26:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bbc6a0bbbe7475e5e1d0c4f2418c6fe6e0e952b7'/>
<id>urn:sha1:bbc6a0bbbe7475e5e1d0c4f2418c6fe6e0e952b7</id>
<content type='text'>
Fixes issue #912
</content>
</entry>
<entry>
<title>Fix modules with 2+ files not having their LinkerFlags parsed.</title>
<updated>2015-06-03T13:59:08Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-06-03T13:53:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cf94052d8fae19b12e43e25eb154ab89e2648f56'/>
<id>urn:sha1:cf94052d8fae19b12e43e25eb154ab89e2648f56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calcdep: Unify coremod and module building code.</title>
<updated>2015-05-13T14:22:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-07T19:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=70faab99c83a9ee13cdbe84118e391ed9d5f5a9f'/>
<id>urn:sha1:70faab99c83a9ee13cdbe84118e391ed9d5f5a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calcdep: Clean up some unused/duplicate variables.</title>
<updated>2015-05-13T14:22:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-07T17:58:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f02e766924fb7aac0444797a67753ff2c78e5919'/>
<id>urn:sha1:f02e766924fb7aac0444797a67753ff2c78e5919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calcdep: Use the same preamble as other Perl tools.</title>
<updated>2015-05-13T14:22:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-07T17:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=32b789eec181ccbe720fa75abed8b2f3fddaff47'/>
<id>urn:sha1:32b789eec181ccbe720fa75abed8b2f3fddaff47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calcdep: Remove a workaround for a very old version of BSD Make.</title>
<updated>2015-05-13T14:22:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-02-07T17:33:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=45c048241d3766ed1b6f1637d04b33d26d60ffed'/>
<id>urn:sha1:45c048241d3766ed1b6f1637d04b33d26d60ffed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove various broken/useless features from the build system.</title>
<updated>2014-04-11T13:38:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2014-02-26T20:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2803ae5d75e610fb821b7fdb3771777d62ac9fd3'/>
<id>urn:sha1:2803ae5d75e610fb821b7fdb3771777d62ac9fd3</id>
<content type='text'>
- Removed support for changing the build directory using configure.
  This can still be set using make BUILDPATH=foo.
- Removed support for SPLIT_CC builds. This is not documented
  anywhere and is quite useless as it doesn't work.
- Remove STARTSCRIPT from configure; always install the perl
  helper.
</content>
</entry>
<entry>
<title>Integrate coremods into the build system</title>
<updated>2014-03-05T15:28:29Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-05T15:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=050c2cf253e27847f50eec29c5502904b112437b'/>
<id>urn:sha1:050c2cf253e27847f50eec29c5502904b112437b</id>
<content type='text'>
</content>
</entry>
</feed>
