Releases: mattgodbolt/seasocks
Releases · mattgodbolt/seasocks
JSON updates
Fixes in the JSON code:
jsonToStream
is now available for user objects: define a member functionvoid jsonToStream(std::ostream &);
and stream out your contents.- Array and map generation for container types now need to be explicitly called out with
makeMapFromContainer
andmakeArrayFromContainer
. They work on all container and map types now too.
GCC 4.9 support
No functional changes from v1. Just a simple autoconf fix to get things building for me on the RC1 of GCC 4.9
First public release
Initial release of a v1.0 Seasocks.
First release
First general release of SeaSocks