1. 558c772 fix: add shebang in python interpreter (#1336) by Vincent Thiberville · 1 year, 9 months ago
  2. 00a9807 Remove some message factory tests in python upb by Jie Luo · 1 year, 10 months ago
  3. cfb8b3d Update upb deps and remove testAddTypeError test in python upb by Jie Luo · 1 year, 10 months ago
  4. be58dea Add support in upb_proto_library rule for cc_shared_library. Will only work from Bazel 6.3. by Protobuf Team Bot · 1 year, 10 months ago
  5. 73ee41c license changes by Protobuf Team Bot · 1 year, 10 months ago
  6. 67bf61a Make upb_proto_[reflection_]library advertise that it returs CcInfo. by Joshua Haberman · 1 year, 11 months ago
  7. 1123c8a Update UPB's absl dep to newest patch. by Deanna Garcia · 1 year, 11 months ago
  8. b9d8ff9 Remove patch to internal protobuf rules now that it's implemented in the proto repository. by Deanna Garcia · 1 year, 11 months ago
  9. 60be96e -Make message __deepcopy__ call UPB code instead of default implementation for by Jie Luo · 1 year, 11 months ago
  10. 2282505 Move to proto_common for all upb aspects to fix numerous tricky edge cases and simplify the code by Thomas Van Lenten · 1 year, 11 months ago
  11. 88d5b91 Move to proto_common for all upb aspects to fix numerous tricky edge cases and simplify the code by Joshua Haberman · 1 year, 11 months ago
  12. 5a42239 Update upb's protobuf dependency by Sandy Zhang · 1 year, 11 months ago
  13. b399576 Update UPB's protobuf dependency in preparation for 23.0-rc1 release. by Deanna Garcia · 1 year, 11 months ago
  14. 9fa51d0 Enable Windows CI by Mike Kruskal · 2 years ago
  15. 8c10056 Add back UPB numpy test now that it has been moved in the protobuf directory. by Deanna Garcia · 2 years ago
  16. 6fa4c96 Fix corner case where 'GeneratedSrcsInfo' value has no field or method 'thunks' by Protobuf Team Bot · 2 years ago
  17. 2d273b6 Internal Code Change by Mike Kruskal · 2 years ago
  18. b7437a1 Update UPB main's protobuf dependency. by Deanna Garcia · 2 years ago
  19. 05609bf Add support for thunks to upb_proto_aspect. by Marcel Hlopko · 2 years, 1 month ago
  20. 008a9af Explicitly drop support for python on Windows. by Mike Kruskal · 2 years, 2 months ago
  21. 8498146 Migrate dependencies pointing to github-generated tarballs to use zip instead. by Mike Kruskal · 2 years, 2 months ago
  22. ceba58d Make UpbWrappedGeneratedSrcsInfo private. by Joshua Haberman · 2 years, 2 months ago
  23. dd6d3b8 Don’t create dynamic libraries on Windows. by Protobuf Team Bot · 2 years, 2 months ago
  24. 1881a39 Bump upb to Abseil LTS 20230125 RC3 by Mike Kruskal · 2 years, 2 months ago
  25. ac471fe Upgrade to Abseil LTS 20230117 by Mike Kruskal · 2 years, 2 months ago
  26. e1959a0 Migrate docker images to the new Artifact Registry location. by Mike Kruskal · 2 years, 2 months ago
  27. 5d4d54d Disable deprecation warnings triggered by Abseil bug https://github.com/abseil/abseil-cpp/issues/1201 by Mike Kruskal · 2 years, 3 months ago
  28. 06b5775 Remove reference to deleted test. by Mike Kruskal · 2 years, 3 months ago
  29. aaf9e43 Merge pull request #1052 from protocolbuffers:srcWhl by Copybara-Service · 2 years, 3 months ago
  30. e41a2d7 upb is self-hosting! by Joshua Haberman · 2 years, 3 months ago
  31. 7a1bd9f Fixed "argument list too long" errors when building upb protos. by Joshua Haberman · 2 years, 3 months ago
  32. 6525917 Merge branch 'main' into srcWhl by deannagarcia · 2 years, 3 months ago
  33. 143132f Make upb's generated code agnostic to fasttable. by Joshua Haberman · 2 years, 3 months ago
  34. c740802 Update proto dep and setup.py by Deanna Garcia · 2 years, 3 months ago
  35. f0c0385 Fix workspace by Deanna Garcia · 2 years, 3 months ago
  36. 68e6248 Fix workspace sha by Deanna Garcia · 2 years, 3 months ago
  37. ac7af1d Fix dependency by Deanna Garcia · 2 years, 3 months ago
  38. 4ae547f Merge branch 'main' into srcWhl by deannagarcia · 2 years, 3 months ago
  39. 9880136 Add bazel target for source distribution by Deanna Garcia · 2 years, 3 months ago
  40. ea1996f Separate pip and fuzzing_py wrappers into separate files. by Mike Kruskal · 2 years, 4 months ago
  41. 92dbe4b Add license file to pypi wheels. by Deanna Garcia · 2 years, 4 months ago
  42. 65a329a Merge pull request #991 from mkruskal-google:utf8_range by Copybara-Service · 2 years, 4 months ago
  43. ee56471 Skip pip installation for unsupported versions of python. by Mike Kruskal · 2 years, 4 months ago
  44. 4069649 Switch to cmake fetch instead of git submodules by Mike Kruskal · 2 years, 4 months ago
  45. 3e078f5 Add CMake+Bazel dependencies on utf8_range repo by Mike Kruskal · 2 years, 4 months ago
  46. b198dd0 Remove compatibility check from amalgamation binary. by Mike Kruskal · 2 years, 4 months ago
  47. 248ed86 Add better handling for systems without python3 installed. by Mike Kruskal · 2 years, 4 months ago
  48. 7d76251 Split upb_amalgamation into a separate .bzl file by Laramie Leavitt · 2 years, 4 months ago
  49. d3ec4b6 Add Parse/Serialize templates to support shared_ptr/unique_ptr. by Protobuf Team Bot · 2 years, 4 months ago
  50. afd43b8 Fix a build error when using upb_cc_proto_library. by Protobuf Team Bot · 2 years, 4 months ago
  51. f630787 move portability stuff into upb/port/ by Eric Salo · 2 years, 5 months ago
  52. 306123e C++ Code generator by Protobuf Team Bot · 2 years, 5 months ago
  53. 04363f7 Update workspace_deps.bzl protobuf main commit by Protobuf Team Bot · 2 years, 6 months ago
  54. 18446cf Removed unused "paths" import. by Joshua Haberman · 2 years, 6 months ago
  55. 4054c28 Merge branch 'main' into staleness by Joshua Haberman · 2 years, 6 months ago
  56. 23048df Fully-qualify labels in the µpb repository. by Protobuf Team Bot · 2 years, 6 months ago
  57. 9e19bec Fix upb proto libraryies for default strip_import_prefix. by Ivo List · 2 years, 6 months ago
  58. a8bc4ca Fixed Bazel 4.1.0 compatibility, and added a GitHub Action to verify. by Joshua Haberman · 2 years, 7 months ago
  59. 896e74c Optimizes `upb_MiniTable_Enum` for large but dense enums. by Joshua Haberman · 2 years, 7 months ago
  60. 5cb177e Removed unused code. by Joshua Haberman · 2 years, 7 months ago
  61. ccd88d5 Updated staleness test and amalgamator to work cross-repo. by Joshua Haberman · 2 years, 7 months ago
  62. fa5e4cf Updating rules_python to 0.12.0 by Derek Perez · 2 years, 7 months ago
  63. 4135cd2 Updating python to 0.11.0 by Derek Perez · 2 years, 7 months ago
  64. 63a4a7d Bump pinned protobuf version by Mike Kruskal · 2 years, 8 months ago
  65. 17b6451 Bumping protobuf dependency to newer commit by Mike Kruskal · 2 years, 9 months ago
  66. ff46379 Prepare build for C++ generator. by Protobuf Team Bot · 2 years, 9 months ago
  67. d217791 Internal change by Protobuf Team Bot · 2 years, 9 months ago
  68. a60e9a3 Fixed the mingw build by adding compatibility code for vsnprintf() by Joshua Haberman · 2 years, 11 months ago
  69. 32f45b5 Update to the latest protobuf. by Joshua Haberman · 2 years, 11 months ago
  70. 2eb973f Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed. by Joshua Haberman · 2 years, 11 months ago
  71. 5f627b6 GitHub Action for building/installing Python wheel. by Joshua Haberman · 3 years ago
  72. 2abcb7d Merge pull request #590 from deannagarcia:moveDeps by Copybara-Service · 3 years ago
  73. 24febb0 Move python deps to workspace_deps by Deanna Garcia · 3 years ago
  74. 22c7daf Update to new upb module name. by Joshua Haberman · 3 years ago
  75. a0bc669 Avoid registering a toolchain in upb_deps(), to avoid errors in cases where system_python was not available. by Joshua Haberman · 3 years ago
  76. 7f9135b Updated system_python to tolerate the case where a system python is not available. by Joshua Haberman · 3 years ago
  77. 3e0890c Added support for UnknownFieldSet. by Joshua Haberman · 3 years ago
  78. 1fc983f Added Python deps to upb_deps(). by Joshua Haberman · 3 years ago
  79. 57e2724 Revert "Moved system_python dep into upb_deps()." by Joshua Haberman · 3 years ago
  80. 17052fc Moved system_python dep into upb_deps(). by Joshua Haberman · 3 years ago
  81. ee6b1ab Create targets for UPB release by Protobuf Team · 3 years ago
  82. 9f371b7 Set explicit mnemonic for Starlark action. by Protobuf Team · 3 years ago
  83. b8edc71 Internal change by Protobuf Team · 3 years ago
  84. afffa9e Two Ruby changes to unblock the release by Joshua Haberman · 3 years, 1 month ago
  85. 970c645 Fixes for google3 (layering check and formatting). by Joshua Haberman · 3 years, 1 month ago
  86. ccf2fa6 Added one more dep. by Joshua Haberman · 3 years, 1 month ago
  87. 97c3de3 Added google3 version of test wrapper. by Joshua Haberman · 3 years, 1 month ago
  88. 1e75fbf Ported api_implementation to py_extension(). by Joshua Haberman · 3 years, 1 month ago
  89. 711885d Added py_extension(). by Joshua Haberman · 3 years, 1 month ago
  90. 8c530f9 Changed generated code deps to avoid deps on core libraries. by Joshua Haberman · 3 years, 1 month ago
  91. 9f8c080 add missing license lines to bazel files by Matt Kulukundis · 3 years, 1 month ago
  92. 56c59c1 Call protobuf_deps() ourselves instead of from upb_deps(). by Joshua Haberman · 3 years, 1 month ago
  93. e253b6e Added a note that users calling upb_deps() must first depend on protobuf. by Joshua Haberman · 3 years, 1 month ago
  94. 022ccf5 Updated to the HEAD version of Protobuf. by Joshua Haberman · 3 years, 1 month ago
  95. a07ac3f Added comment about commented-out code. by Joshua Haberman · 3 years, 2 months ago
  96. 5c1f25b Added explanatory comment for py_proto_library(). by Joshua Haberman · 3 years, 2 months ago
  97. 5a10ce7 Added a Bazel rule to build a binary wheel. by Joshua Haberman · 3 years, 2 months ago
  98. ffdcc46 Fixed a handful of reference leaks found in a debug build of Python (#484) by Joshua Haberman · 3 years, 3 months ago
  99. 5ea5b05 Build tools in the exec configuration by Fabian Meumertzheim · 3 years, 3 months ago
  100. 33b6049 Fixed test_util.py so that golden data can be found. by Joshua Haberman · 3 years, 3 months ago