summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-11-14Changed parse API to know about msgdefs.Joshua Haberman
2009-11-14Refactoring: split defs into their own file, move private parsing funcs out o...Joshua Haberman
2009-09-26Use a status object for errors so a message can be returned.Joshua Haberman
2009-08-30Tests use valgrind, chdir in test.Joshua Haberman
2009-08-30Unit test comparing parsed results with proto2.Joshua Haberman
2009-08-28Incremental improvements to cbparser, and a test.Joshua Haberman
2009-08-27Some cleanup and reformatting, fixed the benchmarks.Joshua Haberman
2009-08-24Significant memory-management refactoring any Python extension.Joshua Haberman
2009-08-16Various fixes.Joshua Haberman
2009-08-12Refactoring: unify upb_msg.Joshua Haberman
2009-08-06Remove perf-cppflags from repository.Joshua Haberman
2009-08-04More work on benchmarks (performance tests).Joshua Haberman
2009-08-04Integrated benchmarks into main Makefile.Joshua Haberman
2009-08-04Makefile is much improved ("make deps" works again, etc).Joshua Haberman
2009-08-04Minor bugfix and makefile change.Joshua Haberman
2009-08-03Fix tests (and src) such that all tests pass again.Joshua Haberman
2009-08-01Sketches of serialization.Joshua Haberman
2009-07-21Fix tests and the build (though a few tests are failing).Joshua Haberman
2009-07-20Significant, experimental changes (setjmp/longjmp, group handling).Joshua Haberman
2009-07-10Updated benchmark to correctly test both upb and proto2.Joshua Haberman
2009-07-09Benchmark now should build out-of-the-box.Joshua Haberman
2009-07-09A few more tweaks to the benchmark Makefile.Joshua Haberman
2009-07-09Make benchmark run out-of-the-box.Joshua Haberman
2009-07-08Directory restructuring.Joshua Haberman
2009-07-07More work on the benchmark.Joshua Haberman
2009-07-07Added the beginnings of a benchmark.Joshua Haberman
2009-07-06More documentation, tidying up, etc.Joshua Haberman
2009-07-06Lots of documentation, cleanup, and fixed memory leaks.Joshua Haberman
2009-07-04Beginnings of a upb compiler.Joshua Haberman
2009-07-03Moved upb_enum to a proper C file, updated upb_inlinedefs.Joshua Haberman
2009-07-03Fixed bugs and memory leaks.Joshua Haberman
2009-07-02More tests and fixes.Joshua Haberman
2009-07-02More fixes, completions, still doesn't quite work.Joshua Haberman
2009-07-02Let gcc do dependency generation.Joshua Haberman
2009-06-29Reworked low-level parsing: smaller, safer.Joshua Haberman
2009-06-28Fixed test_table and a few bugs in upb_table.Joshua Haberman
2009-06-28Use "static inline" instead of "extern inline" for now.Joshua Haberman
2009-06-24Fleshed out upb_context some.Joshua Haberman
2009-06-22Renamed upb_struct -> upb_msg, fleshed out its definition.Joshua Haberman
2009-06-16Small Makefile tweak.Joshua Haberman
2009-06-16Bring 'tests' back up to date and build it again.Joshua Haberman
2009-06-15Implement inlining that works with both C99 and all versions of GCC.Joshua Haberman
2009-06-14More work on the table implementation.Joshua Haberman
2009-06-03Makefile: build descriptor.o.Joshua Haberman
2009-06-03A bunch more work, a fast table for field lookup.Joshua Haberman
2009-05-25A flurry of activity. Doesn't compile yet.Joshua Haberman
2009-03-06Removed references to pbstruct from Makefile.Joshua Haberman
2009-03-01Enabled more warnings, fixed the warnings.Joshua Haberman
2009-03-02More refactoring of structures.Joshua Haberman
2009-02-20Fully add tests (oops) and bugfixes.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback