ZeroBuf  0.3.0
Zero-copy, zero-serialize, zero-hassle protocol buffers
Changelog

Release 0.3 (30-06-2016)

  • 59: Add ConstAllocator and static functions create(), ZEROBUF_TYPE_NAME(), ZEROBUF_TYPE_IDENTIFIER()
  • 58: Move vocabulary to new project Lexis
  • 54: Remove more string-related set/get from array/vector types
  • 53: Remove set/getString method for non-string dynamic members
  • 52: Emit Qt signals plus their new values for PODs and strings in _fromBinary()
  • 51: Fix a bug in the Allocator with multiple reallocs
  • 49: Added the exit event
  • 48: Fix notifyUpdated usage. Generate doxygen documentation
  • 42: zerobufCxx.py can generate QObjects
  • 40: Add data.Progress event and logic
  • 38: Add data.Frame event
  • 35: Add LookOut and render.Frame events

Release 0.2 (08-03-2016)

  • 32: Add JSON conversion to code generator
  • 30: Add ImageJPEG event

Release 0.1 (28-01-2016)

  • 27: Support default values for sub-structs
  • 25: Use base64 encoding for byte and ubyte arrays (static and dynamic)
  • 19: Allow compaction of existing allocation
  • 19: Implemented support for dynamic sub-objects
  • 17: Implemented support for static sub-objects
  • 17: Implemented support for arrays of static sub-objects
  • 17: Implemented support for enumerations