summaryrefslogtreecommitdiff
path: root/upbc
AgeCommit message (Expand)Author
2019-05-15Added support for public dependencies.Joshua Haberman
2019-05-14Migrate std::unordered_map -> absl::flat_hash_map.Joshua Haberman
2019-04-19Fixed oneof case accessor to cast to enum for C++.Joshua Haberman
2019-03-27Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160)Joshua Haberman
2019-03-26Merge branch 'master' into apitweaksJosh Haberman
2019-03-20Changed enums to be open int32_t.Josh Haberman
2019-02-01A few small API tweaks.Josh Haberman
2019-01-15Merge branch 'arrayapi' into defcleanupJoshua Haberman
2019-01-14WIP.Joshua Haberman
2019-01-03Renamed upb_stringview -> upb_strview for C terseness.Josh Haberman
2019-01-03Standardize on package_name_Message_mutable_foo() for mutable accessors.Josh Haberman
2018-12-31Merge branch 'arrayapi' into defcleanupJoshua Haberman
2018-12-31Fixed bugs in array accessors.Joshua Haberman
2018-12-24Merge branch 'arrayapi' into defcleanupJoshua Haberman
2018-12-24Fixed bug: make proto2 setters set hasbit.Joshua Haberman
2018-12-24Merge branch 'arrayapi' into defcleanupJoshua Haberman
2018-12-24Added mutable_ accessor for submessages.Joshua Haberman
2018-12-23Merge branch 'arrayapi' into defcleanupJoshua Haberman
2018-12-23Added "add" accessors for repeated fields.Joshua Haberman
2018-12-17test_json is working!Josh Haberman
2018-12-16Got test_decoder working!Joshua Haberman
2018-12-15test_encoder passes! Other tests still need to be fixed.Joshua Haberman
2018-12-13Fixed generated code for C++.Joshua Haberman
2018-12-13Added hazzers.Joshua Haberman
2018-12-13Changed generated array accessors to be more convenient.Joshua Haberman
2018-11-20Explicit cast when creating a new structVishal Powar
2018-11-12Added upb compiler written in C++ as a normal protoc plugin.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback