1. a7fdb40 Switch protozero metadata variables back to static functions by Alexander Timin · 4 years ago
  2. 0ceebc5 [protozero] Change field metadata from inline function to constexpr ref. by Alexander Timin · 4 years ago
  3. baeb8b3 Add field metadata to protozero bindings by Alexander Timin · 4 years ago
  4. ecc7ff2 protozero plugin: always emit forward declarations of nested types by Ryan Savitski · 4 years, 1 month ago
  5. 8b5de22 perfetto: port clang tidy fixes from g3 by Lalit Maganti · 4 years, 2 months ago
  6. 6320170 Small changes to make the codebase more Win friendly by Primiano Tucci · 4 years, 4 months ago
  7. b052f01 protozero: Avoid constructing temporary strings when parsing C++ messages by Sami Kyostila · 4 years, 4 months ago
  8. 9158877 Use namespace-prefixed name on a supertype by Andrew Shulaev · 4 years, 5 months ago
  9. 61412fc cppgen: Don't require full submessage definitions in gen headers by Sami Kyostila · 4 years, 7 months ago
  10. be776cf Use const references where possible by Hector Dearman · 4 years, 7 months ago
  11. a364520 Update language to comply with Android's inclusive language guidance by Primiano Tucci · 4 years, 8 months ago
  12. 4cfa396 Initial Protozero extension support by Andrew Shulaev · 4 years, 10 months ago
  13. e95bb96 GN: fix chromium roll. by Primiano Tucci · 5 years ago
  14. 5cbeadf Clean up build files by Primiano Tucci · 5 years ago
  15. 80fc3cd Use protobuf from the system if requested by Joel Fernandes · 5 years ago
  16. f5a94cc Service: Add QueryCapabilities method by Primiano Tucci · 5 years ago
  17. 2925e9d Update GN and mass reformat gn files by Primiano Tucci · 5 years ago
  18. fe502c4 Remove proto-lite dependencies from test targets by Primiano Tucci · 5 years ago
  19. e8020f9 Remove libprotobuf from IPC layer by Primiano Tucci · 5 years ago
  20. cb8cea2 Non functional refactorings to gen classes by Primiano Tucci · 5 years ago
  21. 1912160 Protozero-gen: don't depend on .pbzero.* from .gen.* by Primiano Tucci · 5 years ago
  22. 6a7813d Use protozero in .gen.cc proto->C++ classes by Primiano Tucci · 5 years ago
  23. ba784e5 Minor cleanups in preparation of protobuf -> zero migration by Primiano Tucci · 5 years ago
  24. e4144b7 Move CopyablePtr from base to protozero by Primiano Tucci · 5 years ago
  25. 03ac833 protozero: simplify packed field and allow heap growth by Primiano Tucci · 5 years ago
  26. 0230ace protozero: Improve runtime of cppgen enum/type gen by Eric Seckler · 5 years ago
  27. d85805a protozero: Make generated cpp enum/class order stable by Eric Seckler · 5 years ago
  28. 8f7359c protozero: Make RepeatedFieldIterator typed by Primiano Tucci · 5 years ago
  29. eebf664 proto->cpp gen: remove unnecessary branch. by Primiano Tucci · 5 years ago
  30. 57dd66b Remove checked-in generated files and use build-time gen ones by Primiano Tucci · 5 years ago
  31. 10613fa Make proto_to_cpp a build-time generator by Primiano Tucci · 5 years ago
  32. 1372fa2 Replace uses of tolower/toupper by Hector Dearman · 6 years ago
  33. 14e7dd6 generators: Remove dependency on protos strutil.h by Primiano Tucci · 6 years ago
  34. cbd1615 protozero packed repeated field encoding/decoding by Ryan · 6 years ago
  35. 098f095 GN: match host and default toolchain + minor cleanups by Primiano Tucci · 6 years ago
  36. 75ae50e Further minor GN & scripts cleanups by Primiano Tucci · 6 years ago
  37. 764c504 protozero: rename protoc_plugin -> protozero_plugin (and ipc) by Primiano Tucci · 6 years ago
  38. fd70f7d protozero: Minor refactoring to Decoder by Primiano Tucci · 6 years ago
  39. 13ae72f Fix DEPS by Primiano Tucci · 6 years ago
  40. 1eb966d Improve meminfo/vmstat/stat poller by Primiano Tucci · 6 years ago
  41. fd36776 Unify include statements for protobuf by Sami Kyostila · 6 years ago
  42. 0f2f3b4 Stop generating data-source specific C++ classes in tracing/core by Primiano Tucci · 6 years ago
  43. 70cd7ea protozero: add missing \n to protozero generator by Lalit Maganti · 6 years ago
  44. c167887 Improve ProtoZero decoders, introduce TypedProtoDecoder by Primiano Tucci · 6 years ago
  45. e0fb1d0 Remove GOOGLE_CHECK by Hector Dearman · 6 years ago
  46. 5230dcc protozero: emit empty .cc files by Primiano Tucci · 6 years ago
  47. c21b5c4 protozero: make proto-compiler output deterministic by Primiano Tucci · 6 years ago
  48. eb11735 Get rid of multiple-definition of kInvalidInstance in protozero by Primiano Tucci · 7 years ago
  49. 6fcedac Chrome: Export needed symbols to avoid direct external dependencies on protozero files by Oystein Eftevaag · 7 years ago
  50. 3cbb10a Remove warning suppressions and fix many casting bugs by Primiano Tucci · 7 years ago
  51. e1e56b6 protozero: Remove protozero from the name of files by Hector Dearman · 7 years ago
  52. aaa4c19 Rename protozero::ProtozeroX -> protozero::X by Hector Dearman · 7 years ago
  53. 4f9b6d7 Pivot source files into top-level src,include and unify test target by Primiano Tucci · 7 years ago