lua-protobuf

A Lua module to work with Google protobuf

MIT License

Stars
1.7K

Bot releases are visible (Hide)

lua-protobuf - Latest Release

Published by starwing about 2 years ago

new features:

  • add encode_default_values
  • add encode_order
  • add oneof name field for which field is decoded

fix

  • check stack before push default values
  • refactor the logic for setting default value
  • fix option support in protoc.lua
  • fix wrong error message when use varint as map
  • fix decode hooks check
  • fix msvc warnings
lua-protobuf - Bug fix and Improvements

Published by starwing over 2 years ago

  • fix memory leak in pb.load
  • fix bugs in "protoc.lua"
  • fix memory usage in messages contains oneof
  • code improved
lua-protobuf - Bugfix and Improvements

Published by starwing about 3 years ago

  • add reserved_name/reserved_range to enum
  • update embeded descriptor.pb file in protoc.lua to latest version
  • add hooks for message encoding
  • add proto3 optional support (use proto3_optional or experimental_allow_proto3_optional flags to protoc.lua)
  • bugfix
lua-protobuf - Bugfix and performance improved

Published by starwing over 4 years ago

lua-protobuf -

Published by starwing almost 6 years ago

bugfix

lua-protobuf -

Published by starwing over 6 years ago

  • coverage now reach 100%
  • add 64bit support for Lua 5.1, 5.2 and LuaJIT
  • add multple context support
  • bugfix
lua-protobuf - A full rewritten of this module

Published by starwing over 6 years ago

this module has been give a totally rewritten, new features:

  • changed to a more Luanish low level interface
  • a pure Lua protobuf schema compiler
  • better coverage and documents.
lua-protobuf - The first stable release of lua-protobuf

Published by starwing over 9 years ago

Badges
Extracted from project README
Build Status Coverage Status