summaryrefslogtreecommitdiff
path: root/upb
AgeCommit message (Collapse)Author
2011-08-19Renamed lang_ext -> bindings, README updates.Joshua Haberman
2011-08-19Avoid longjmp() in successful case.Josh Haberman
Speeds up short messages by 15-25%.
2011-08-19Benchmark to parse into proto2 messages.Joshua Haberman
2011-08-17x86 JIT: add callback specializations for a 10% speedup when parsing to struct.Joshua Haberman
2011-08-12Python: fleshed out accessors.Joshua Haberman
2011-08-12Python: basic SymbolTable support and empty accessors.Joshua Haberman
2011-08-10Fixed overzealous assert().Joshua Haberman
2011-08-10Fixed a few memory leaks and Makefile tweaks.Joshua Haberman
2011-08-09Makefile target for running Python tests.Joshua Haberman
2011-08-08Begin port of Python extension to new APIs.Joshua Haberman
2011-08-04More work on Lua extension, and consequent core refactoring.Joshua Haberman
2011-07-31Fixed "make descriptorgen".Joshua Haberman
2011-07-29Significant work on Lua extension.Joshua Haberman
Also changes in core library to accommodate.
2011-07-19Added comment about how to disassemble JIT output.Joshua Haberman
2011-07-16Get rid of upb_symtabtxn.Joshua Haberman
This type was nothing but a map of defs. We can as easily just pass an array of defs into upb_symtab_add().
2011-07-15Make Lua extension build again.Joshua Haberman
2011-07-15Directory restructure.Joshua Haberman
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback