Skip to content

Releases: mattgodbolt/seasocks

JSON updates

24 Jul 20:30
Compare
Choose a tag to compare

Fixes in the JSON code:

  • jsonToStream is now available for user objects: define a member function void jsonToStream(std::ostream &); and stream out your contents.
  • Array and map generation for container types now need to be explicitly called out with makeMapFromContainer and makeArrayFromContainer. They work on all container and map types now too.

GCC 4.9 support

15 Apr 13:13
Compare
Choose a tag to compare

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

27 Mar 15:16
Compare
Choose a tag to compare

Initial release of a v1.0 Seasocks.

First release

15 Oct 12:08
Compare
Choose a tag to compare
First release Pre-release
Pre-release

First general release of SeaSocks