simple-binary-encoding

Simple Binary Encoding (SBE) - High Performance Message Codec

APACHE-2.0 License

Stars
3K
Committers
104

Bot releases are hidden (Show)

simple-binary-encoding - v1.5.4

Published by mjpt777 almost 8 years ago

  • Added optional support for decoding unknown extended enums.
  • Upgrade to JMH 1.16.
  • Upgrade to sevntu-checks 1.21.1.
  • Upgrade to Mockito 2.2.16.
  • Upgrade to Agrona 0.9.0.
  • Upgrade to Gradle 3.2.

Binaries can be found here...

simple-binary-encoding - v1.5.3

Published by mjpt777 almost 8 years ago

  • Add String convenience accessors to Java generated stubs for char array types.
  • Upgrade to Mockito 2.2.9.
  • Upgrade to Agrona 0.5.6.
  • Upgrade to Checkstyle 7.2.

Binaries can be found here...

simple-binary-encoding - v1.5.2

Published by mjpt777 about 8 years ago

  • Added checks for extension var data and repeating groups in OTF for Java and C++.
  • Added sinceVerion and inActingVersion to repeating groups for C++.
  • Added acting version guard to repeating groups and var data for extensions.
  • Added sinceVersion metadata methods for all field types in Java generated stubs.
  • Expose buffer and offset in fixed flyweights for C++.
  • Use static constexpr for C++ constants.
  • Upgrade to Agrona 0.5.5.
  • Upgrade to Checkstyle 7.1.2.
  • Upgrade to JMH 1.15.
  • Upgrade to Gradle 3.1.

Binaries can be found here...

simple-binary-encoding - v1.5.1

Published by mjpt777 about 8 years ago

  • Target CMake 3.0.2 minimum.
  • Correctly encode int64 min value in C++.
  • Apply constexpr's where possible in C++.
  • Upgrade to Agrona 0.5.4.
  • Upgrade to Gradle 2.14.1.

Binaries can be found here...

simple-binary-encoding - v1.5.0

Published by mjpt777 about 8 years ago

  • Reference the 1.0 final SBE schema XSD.
  • Generate a toString() method for the Java codecs stubs to help with debugging.
  • Update to Agrona 0.5.3.
  • Update to Checkstyle 7.0.

Binaries can be found here...