<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AdHoc Util, branch libadhocutil-0.6.0</title>
<subtitle>Adhoc library of useful functions and classes.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libadhocutil/atom?h=libadhocutil-0.6.0</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libadhocutil/atom?h=libadhocutil-0.6.0'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/'/>
<updated>2019-01-18T18:28:12Z</updated>
<entry>
<title>Add missing doxygen comments</title>
<updated>2019-01-18T18:28:12Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-01-18T18:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=e408b9fe771bb480b620c30f5e2de4f6c3b15669'/>
<id>urn:sha1:e408b9fe771bb480b620c30f5e2de4f6c3b15669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Literal operator based inline formatting</title>
<updated>2019-01-18T16:08:57Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan.goodliffe@octal.co.uk</email>
</author>
<published>2019-01-18T15:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=138b84c1efd1e3e7b82ff1d9a19b45a905d5a031'/>
<id>urn:sha1:138b84c1efd1e3e7b82ff1d9a19b45a905d5a031</id>
<content type='text'>
</content>
</entry>
<entry>
<title>string_view plugin/factory</title>
<updated>2019-01-14T20:03:48Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-12T22:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=96f16e151d6a889e0d825e9c1042958b5226db91'/>
<id>urn:sha1:96f16e151d6a889e0d825e9c1042958b5226db91</id>
<content type='text'>
Uses string_view over strings in the plugin and factory interfaces.
Soft breaking change in general, but changes the signature for plugin
resolvers.
</content>
</entry>
<entry>
<title>Support scprintf macro for format string with no args</title>
<updated>2018-09-04T21:23:31Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-09-04T21:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=6cf08f40dc2564bf35144f3c1c40a7994915e02e'/>
<id>urn:sha1:6cf08f40dc2564bf35144f3c1c40a7994915e02e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scprintf macro with non-variable</title>
<updated>2018-09-04T21:19:30Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-09-04T21:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=7f6089b5f63c936715e042515269842c56c7de04'/>
<id>urn:sha1:7f6089b5f63c936715e042515269842c56c7de04</id>
<content type='text'>
Updates scprintf macro to handle the case where strm isn't a variable and thus
cannot be captured, instead passing it as a parameter to the lambda.
</content>
</entry>
<entry>
<title>Update install to reflect moved ctf impls</title>
<updated>2018-09-04T20:11:19Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-09-04T20:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=0ea0b47ca29562dfd3e2cf922b086c0440a7188d'/>
<id>urn:sha1:0ea0b47ca29562dfd3e2cf922b086c0440a7188d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing doxygen comments</title>
<updated>2018-09-03T19:57:12Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-09-03T19:57:12Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=362e0d360035df0c12de4297204d55aaa1f9a064'/>
<id>urn:sha1:362e0d360035df0c12de4297204d55aaa1f9a064</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greatly improved CTF printf support</title>
<updated>2018-09-03T18:49:31Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-09-03T18:49:31Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=98c81cc1ed3e42c7c8d80711517d101553b6f5c5'/>
<id>urn:sha1:98c81cc1ed3e42c7c8d80711517d101553b6f5c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic support for setting the width/precision in the format string</title>
<updated>2018-08-30T23:22:18Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-08-30T23:22:18Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=b5b53699d96ed1bcbb46120611af4740fea673f7'/>
<id>urn:sha1:b5b53699d96ed1bcbb46120611af4740fea673f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add constexpr functions for identifying char ranges</title>
<updated>2018-08-30T20:14:37Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-08-30T20:14:37Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=4e11afe5b5d73ce90169a2658f019384f2de33e8'/>
<id>urn:sha1:4e11afe5b5d73ce90169a2658f019384f2de33e8</id>
<content type='text'>
</content>
</entry>
</feed>
