Release-0.4.2
General bugfix release, just correcting a few issues that we saw come up in release v0.4.1
- #377, instructions for building Android 64 bit
- #378, #381, fix some Mac linker warnings that come up due to visibility differences
- #382,
CoreContext::Initiate
didn't correctly recurse into grandchild contexts under certain circumstances - #379, use
std::make_temporary_buffer
in a spot where appropriate - #388, #389, the
Object
type is now calledAutoObject
to avoid an obvious namespace collision - #387, adding support for a string type in
AutoNetServer
's RPC implementation - #393, make template errors a little easier to piece through