Bebop v2.2.1
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