1. c482a8a update protos_generator to shortened license by Hong Shin · 1 year, 5 months ago
  2. 12c7bb0 Rename `upbc` to `upb_generator` by Adam Cozzette · 1 year, 6 months ago
  3. 501ecec Reorganize upb file structure by Adam Cozzette · 1 year, 6 months ago[Renamed (98%) from upb/protos_generator/gen_accessors.cc]
  4. 81068e8 Internal change by Sandy Zhang · 1 year, 6 months ago
  5. 7286ffc Merge the protobuf and upb Bazel repos by Adam Cozzette · 1 year, 7 months ago
  6. 9111463 Do not expose mutable methods in the CProxy. by Protobuf Team Bot · 1 year, 7 months ago
  7. 047df98 Move upb-x/ back to upb/ by Adam Cozzette · 1 year, 7 months ago[Renamed from upb-x/protos_generator/gen_accessors.cc]
  8. 895f190 Move upb to upb-x by Adam Cozzette · 1 year, 7 months ago[Renamed from upb/protos_generator/gen_accessors.cc]
  9. 1ba80d7 Move upb-temp/ back to upb/ by Adam Cozzette · 1 year, 7 months ago[Renamed from upb-temp/protos_generator/gen_accessors.cc]
  10. d38b856 Move upb/ to upb-temp/ by Adam Cozzette · 1 year, 7 months ago[Renamed from upb/protos_generator/gen_accessors.cc]
  11. 0d1ba13 Move everything into new upb/ directory by Adam Cozzette · 1 year, 7 months ago[Renamed from protos_generator/gen_accessors.cc]
  12. 5aca728 Reformat copyright headers by Adam Cozzette · 1 year, 8 months ago
  13. c454999 Do proper const propagation on the `msg` accessors. by Protobuf Team Bot · 1 year, 8 months ago
  14. 07f7b20 Add support for HasExtension/GetExtension without ExtensionRegistry. by Protobuf Team Bot · 1 year, 9 months ago
  15. 3e4de3c [Upb C++] Split name-related functions from gen_utils.{h,cc} into names.{h,cc}. Also create a separate build target for output.{h,cc} (though it's kept private, since we prefer protobuf/io/printer.h for newer code). by Protobuf Team Bot · 1 year, 10 months ago
  16. ec75a3c Move repeated field generation into separate file to prepare for C++ RepeatedFieldProxy. by Protobuf Team Bot · 2 years ago
  17. 0fa12dc Fix field name conflict resolution for `has_` prefix. by Protobuf Team Bot · 2 years ago
  18. de31ae9 [Upb C++] Fix: Map setter does not follow value semantics when value is a message. by Protobuf Team Bot · 2 years ago
  19. 1b6beaa [Upb C++] Update generator to create oneof_case() accessor and OneOfCase enumerations. by Protobuf Team Bot · 2 years, 1 month ago
  20. e41a2d7 upb is self-hosting! by Joshua Haberman · 2 years, 3 months ago
  21. 6178a0b Removed tautological comparisons of `(size_t)index > 0`. by Joshua Haberman · 2 years, 4 months ago
  22. d76e286 Fix C compiler failure when there are fields names prefixed with accessor prefixes such as set_ and clear_. by Protobuf Team Bot · 2 years, 4 months ago
  23. 2b011bc Internal changes by Mike Kruskal · 2 years, 5 months ago
  24. 306123e C++ Code generator by Protobuf Team Bot · 2 years, 5 months ago