<feed xmlns='http://www.w3.org/2005/Atom'>
<title>JSON++, branch libjsonpp-0.11.1</title>
<subtitle>C++ JSON library.</subtitle>
<id>https://git.randomdan.homeip.net/repo/libjsonpp/atom?h=libjsonpp-0.11.1</id>
<link rel='self' href='https://git.randomdan.homeip.net/repo/libjsonpp/atom?h=libjsonpp-0.11.1'/>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/'/>
<updated>2019-03-19T20:00:09Z</updated>
<entry>
<title>Explicitly disable checker for generated code</title>
<updated>2019-03-19T20:00:09Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-03-19T20:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=a8a9ed191518c4e7c73eeb09be44b43442ca0a39'/>
<id>urn:sha1:a8a9ed191518c4e7c73eeb09be44b43442ca0a39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes recommend from clang build and clang-tidy</title>
<updated>2019-02-24T20:08:01Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-02-17T18:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=3f6ed65ff6efb56949ab71eed7542c49ea25ae97'/>
<id>urn:sha1:3f6ed65ff6efb56949ab71eed7542c49ea25ae97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parallel lto only with gcc</title>
<updated>2019-02-17T18:07:10Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-02-17T18:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=99054e8642e8258388d3fa97b1f9c90c33b4fe11'/>
<id>urn:sha1:99054e8642e8258388d3fa97b1f9c90c33b4fe11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove boost::filesystem in favour of std::filesystem</title>
<updated>2019-02-03T21:14:08Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-02-03T21:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=48475ded48919d6adf8b1691f375f656b0ccdf39'/>
<id>urn:sha1:48475ded48919d6adf8b1691f375f656b0ccdf39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test case over default encoding</title>
<updated>2018-05-06T11:13:34Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-06T11:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=29eb10288455612f8af12e11f8c04042da45d736'/>
<id>urn:sha1:29eb10288455612f8af12e11f8c04042da45d736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead code</title>
<updated>2018-05-06T11:13:15Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-06T11:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=3e0b62db23c37790ccd9e0e6059b99b12a877ef8'/>
<id>urn:sha1:3e0b62db23c37790ccd9e0e6059b99b12a877ef8</id>
<content type='text'>
This function was removed from the public interface long ago
</content>
</entry>
<entry>
<title>Vector</title>
<updated>2018-05-05T21:15:05Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-05T21:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=a50a1d52818e9a50112b0b6c025386cde77475b0'/>
<id>urn:sha1:a50a1d52818e9a50112b0b6c025386cde77475b0</id>
<content type='text'>
Use vector instead list, it's a better match for what we want.
</content>
</entry>
<entry>
<title>Variant fix</title>
<updated>2018-05-05T21:12:07Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-05T21:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=6b88a6149d0ee9865ed73e36206b720d4e4ee724'/>
<id>urn:sha1:6b88a6149d0ee9865ed73e36206b720d4e4ee724</id>
<content type='text'>
Swap the wrapper class from the variant to the containers because
std::visit needs specialisations on the type which aren't present for
the subclass.
</content>
</entry>
<entry>
<title>Pointer free</title>
<updated>2018-05-02T20:34:43Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-02T20:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=d1b484614afbaa0a9a04e5339920e30668bb819c'/>
<id>urn:sha1:d1b484614afbaa0a9a04e5339920e30668bb819c</id>
<content type='text'>
Remove all the value pointer stuff... Just not needed.
</content>
</entry>
<entry>
<title>Remove pointless VALUE state...</title>
<updated>2018-05-02T18:55:21Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-01T19:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git.randomdan.homeip.net/repo/libjsonpp/commit/?id=901bd7c839b6a726d75c0e03290a00d7eda6cbfe'/>
<id>urn:sha1:901bd7c839b6a726d75c0e03290a00d7eda6cbfe</id>
<content type='text'>
The default state (INITIAL) suffices cos that *is* essentially value.
</content>
</entry>
</feed>
