summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2010-07-17Fleshed out upb_stdio and upb_textprinter.Joshua Haberman
test_decoder now compiles and links! But it doesn't work yet.
2010-07-12Added more comments for upb_src interface.Joshua Haberman
2010-07-12Implemented upb_streamdata().Joshua Haberman
upb_streamdata() reads data from a upb_src until EOF or error, passing all the data to a upb_sink.
2010-07-11Allow static upb_strings.Joshua Haberman
This can allow strings to reference static data, and reduced the memory footprint of test_def by about 10% (3k).
2010-07-10Successfully bootstraps!!Joshua Haberman
2010-07-10Fixed upb_string error with strange vsnprintf() behavior.Joshua Haberman
2010-07-10Incremental progress towards getting upb_def to bootstrap.Joshua Haberman
2010-07-10Basic test_def links and passes no-op test!Joshua Haberman
2010-07-10Fleshed out upb_string further. Now upb_def's onlyJoshua Haberman
unresolved references are upb_src.
2010-07-10Tests for string and fleshed out implementation.Joshua Haberman
2010-07-09Split src/ into core/ and stream/.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback