Skip to content

Bebop v2.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 00:18
af1b3bf

bebopc

  • Definitions are now properly sorted during C++ code generation. This means definitions can be defined in any order, and the compiler will sort them for you.

C++ Runtime

  • decodeInto now return the number of bytes read.
  • Guid::toString is now a const function.

Tools

  • There is now a CMake target #110