<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AdHoc Util, branch libadhocutil-0.7.0</title>
<subtitle>Adhoc library of useful functions and classes.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libadhocutil/atom?h=libadhocutil-0.7.0</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libadhocutil/atom?h=libadhocutil-0.7.0'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/'/>
<updated>2019-02-04T23:31:54Z</updated>
<entry>
<title>Explicitly disable stream operator() of formatter</title>
<updated>2019-02-04T23:31:54Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-02-04T23:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=52c9ac16c11ccb8abc987b0bad3a4d93aa3bdfc8'/>
<id>urn:sha1:52c9ac16c11ccb8abc987b0bad3a4d93aa3bdfc8</id>
<content type='text'>
When stream type does not have a write member, prevents failure when overload
matches call because first argument can passed by non-const reference.
</content>
</entry>
<entry>
<title>Remove calls to naked new</title>
<updated>2019-01-31T17:20:30Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan.goodliffe@octal.co.uk</email>
</author>
<published>2019-01-31T17:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=74ab788024c3a740b158c56594ac3d46e53c87b3'/>
<id>urn:sha1:74ab788024c3a740b158c56594ac3d46e53c87b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unrequired BOOST_TEST_DONT_PRINT_LOG_VALUE</title>
<updated>2019-01-31T16:28:02Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan.goodliffe@octal.co.uk</email>
</author>
<published>2019-01-31T16:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=c8b82d3dc1fdfb27292d2e62b99dc3f33424959f'/>
<id>urn:sha1:c8b82d3dc1fdfb27292d2e62b99dc3f33424959f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove calls nolonger required</title>
<updated>2019-01-29T14:46:59Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan.goodliffe@octal.co.uk</email>
</author>
<published>2019-01-29T14:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=ea3e21f209db50d3446bee7fbb2215ae378c51ae'/>
<id>urn:sha1:ea3e21f209db50d3446bee7fbb2215ae378c51ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove boost::filesystem in favour of std::filesystem</title>
<updated>2019-01-29T14:21:24Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan.goodliffe@octal.co.uk</email>
</author>
<published>2019-01-29T14:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libadhocutil/commit/?id=e6c80195e9019a355d9a7a40b61bcf099d9a72a0'/>
<id>urn:sha1:e6c80195e9019a355d9a7a40b61bcf099d9a72a0</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
