summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-15x86 JIT: avoid storing pointer for every field.Joshua Haberman
2011-09-14Small typo fix.Joshua Haberman
2011-09-14x86 JIT: add easy switch between replicated/common dispatch.Joshua Haberman
2011-09-12Added an example, constified some more methods.Joshua Haberman
2011-09-12Fleshed out fielddef default functionality.Joshua Haberman
2011-09-09Add failing unit testHunter Morris
2011-09-05Merge pull request #2 from winksaville/fix-typo-handler.hJoshua Haberman
2011-09-05Fix typo in handler.hWink Saville
2011-09-04Header tweaking.Joshua Haberman
2011-09-04Fleshed out C++ def wrappers some.Joshua Haberman
2011-09-04Const invasion: large parts of upb made const-correct.Joshua Haberman
2011-09-03Work on C++ wrappers, added C++ test.Joshua Haberman
2011-08-31Header cleanup, clarify/correct comments for interfaces.Joshua Haberman
2011-08-31Make "benchmark" build "benchmarks", add bug note.Joshua Haberman
2011-08-31Revised upb_bytesink, refactored upb_textprinter (untested).Joshua Haberman
2011-08-27Refined upb_status.Joshua Haberman
2011-08-27Add packed field support (untested).Joshua Haberman
2011-08-24Some updates to the experimental C++ wrapper.Joshua Haberman
2011-08-22Add comment clarifying that the proto2 benchmark is ugly and temporary.Joshua Haberman
2011-08-21Some progress on upb_stdio.Josh Haberman
2011-08-20Fold gen-deps.sh into Makefile.Joshua Haberman
2011-08-20Let the JIT emit hasbit-setting code in addition to calling a callback.Joshua Haberman
2011-08-20Fix stack alignment on OS X.Joshua Haberman
2011-08-20Prime the decoder buf for modest perf improvement on small messages.Joshua Haberman
2011-08-20Some Makefile cleanup.Joshua Haberman
2011-08-19More cleanup.Joshua Haberman
2011-08-19Some source cleanup/commenting.Joshua Haberman
2011-08-19Renamed lang_ext -> bindings, README updates.Joshua Haberman
2011-08-19Avoid longjmp() in successful case.Josh Haberman
2011-08-19Fix proto2 benchmark for newer proto2.Josh Haberman
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-17Benchmark JIT vs no JIT without forcing a whole-project recompile.Joshua Haberman
2011-08-12Python: fleshed out accessors.Joshua Haberman
2011-08-12Python: basic SymbolTable support and empty accessors.Joshua Haberman
2011-08-11Python: fixed object cache and fleshed out MessageDef a bit.Joshua Haberman
2011-08-10Fixed overzealous assert().Joshua Haberman
2011-08-10Fixed a few memory leaks and Makefile tweaks.Joshua Haberman
2011-08-10Fixed off-by-one stack allocation error.Joshua Haberman
2011-08-10Python: Implemented weak-ref'd object cache.Joshua Haberman
2011-08-09Makefile target for running Python tests.Joshua Haberman
2011-08-09More Python upb.FieldDef functionality and 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-31More work on Lua extension.Joshua Haberman
2011-07-31Fixed "make descriptorgen".Joshua Haberman
2011-07-29Significant work on Lua extension.Joshua Haberman
2011-07-19Added comment about how to disassemble JIT output.Joshua Haberman
2011-07-16Get rid of upb_symtabtxn.Joshua Haberman
2011-07-15Make Lua extension build again.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback