Skip to content

Release-0.4.2

Compare
Choose a tag to compare
@codemercenary codemercenary released this 04 Feb 02:56
· 1927 commits to master since this release

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 called AutoObject 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