summaryrefslogtreecommitdiff
path: root/upb/bindings/lua/def.c
AgeCommit message (Collapse)Author
2019-01-17Moved some definitions to def.hJoshua Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-09upb_refcounted is gone! Some tests still to fix.Joshua Haberman
2018-12-13Updated to use the new array accessors.Joshua Haberman
2018-12-10WIP, core library compiles now.Joshua Haberman
2018-09-11WIP.Josh Haberman
2017-07-04First version of a real C codegen for upb.Joshua Haberman
Also includes an implementation of the conformance tests to display what the API usage will be like. There is still a lot to do, and things that are broken (oneofs, repeated fields, etc), but it's a good start.
2017-01-21Make upb::SymbolTable no longer reference-counted.Josh Haberman
This transitions it from shared ownership to unique ownership.
2016-12-07Added a few missing __gc metamethods.Josh Haberman
2016-11-29Removed some temporary code and fixed a few tests.Josh Haberman
2016-11-29New upb_msg code and Lua bindings around it.Josh Haberman
There are still some things that are unfinished, but we are at parity with what Lua had before.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback