Skip to content

Releases: HBPVIS/ZeroBuf

0.5

06 Jun 13:27
Compare
Choose a tag to compare
  • 80:
    Fix const ZeroBuf vector iterator
  • 79:
    Add to zerobuf::Vector: resize(), begin(), end()
  • 78:
    Pretty-format generated JSON schemas
  • 77:
    Create CamelCase names for C++ functions from potential snake_case names
  • 75:
    Handle dynamic arrays of enums, fix JSON schemas for enum arrays

0.4

09 Dec 09:23
Compare
Choose a tag to compare
0.4
  • 73:
    Support assignment of enum values in FBS
  • 72:
    Fix const-access for ZeroBuf vector on ConstAllocator parent, needed after #71
  • 71:
    Fix update of ZeroBuf objects stored in a ZeroBuf vector after toJSON()
  • 69:
    Allow empty ZeroBufs with empty JSON payload from HTTP server PUT requests
  • 68:
    Support partial JSON updates
  • 67:
    • Fix compilation error when having multiple FBS enums in one namespace
    • Maintain order of FBS fields in JSON schema
  • 65:
    • JSON schema generated from FBS, available in ZeroBuf::getSchema() and
      ZeroBuf::ZEROBUF_SCHEMA
    • enum class for enums instead of 'old' enums; breaks existing enum names
    • fix wrong JSON value for empty arrays (was 'null', is '[]' now)

0.3.0

30 Jun 12:44
Compare
Choose a tag to compare
  • 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

0.2: Merge pull request #62 from HBPVIS/eile-patch-1

30 Jun 11:53
Compare
Choose a tag to compare
  • 32
    Added JSON conversion to code generator
  • 30
    Added ImageJPEG event

0.2.0

30 Jun 11:54
Compare
Choose a tag to compare
  • 32
    Added JSON conversion to code generator
  • 30
    Added ImageJPEG event