1089 Commits (b694cfa4414c817ab12b7e593044ff92572c2e63)

Author SHA1 Message Date
Eric Salo c2c6427f60 upb: fix NULL pointer bug in Python FFI 2 years ago
Joshua Haberman f96b569eb3 Fixes a few bugs in the descriptor mapping containers. 2 years ago
theodorerose cc696d4bab Sync from Piper @458570529 2 years ago
theodorerose 152f97d8c1 merged from upstream 2 years ago
Protobuf Team Bot 46e306bead Move generator shared support code to common target. 2 years ago
Joshua Haberman 16daf910cc Fixed Python+upb to use ScalarMapContainer when appropriate. 2 years ago
theodorerose 628a7e6fa4 Sync from Piper @457757259 2 years ago
theodorerose 52e071ecb3 merge 21.x into main 2 years ago
Deanna Garcia aa3d5467b2 Fix python link 2 years ago
Deanna Garcia f205207fa6 Revert commit meant for other PR 2 years ago
Deanna Garcia fa72e6c047 Fix python link to manually install packages 2 years ago
Protobuf Team Bot 15596be402 move table.c into upb/internal 2 years ago
Protobuf Team Bot 839b18b1ba Updating version.json and repo version numbers to: 21.2 2 years ago
Dennis Shao 1275ce88f9 Add missing rst files 2 years ago
Dennis Shao c62c2340ca Update rst files for Python generated docs 2 years ago
Dennis Shao 1640336fcf
Create .repo-metadata.json 2 years ago
Protobuf Team Bot e4635f223e match file names to type names 2 years ago
Charlie Burnett 254f27c874 Remove duplicate function prototype 2 years ago
Protobuf Team Bot 65bde4e75b upb_Encode() now returns a status value 3 years ago
Elliotte Rusty Harold ce537e8a3e Sync from Piper @454206746 3 years ago
Tomer Vromen 056b62a237 Raise KeyError in Python ServiceDescriptor.FindMethodByName (#9592) 3 years ago
Sandy Zhang f138d5de25 Sync from Piper @452551755 3 years ago
Joshua Haberman 4ffeaa6a58 Fixed Python Tests by disabling the numpy test for now. 3 years ago
Protobuf Team Bot 38e3a11a29 Updating version.json and repo version numbers to: 21.1 3 years ago
Protobuf Team Bot e73ed1630f Updating version.json and repo version numbers to: 21.1 3 years ago
Protobuf Team 04cb5af6b6 Fix segmentation fault in python upb when instantiating field via repeated field assignment 3 years ago
Protobuf Team ef78b6a093 Update py_wheels metadata 3 years ago
Protobuf Team Bot 59c6ff83e9 Updating version.json and repo version numbers to: 21.0 3 years ago
Protobuf Team f439bfb6d9 Enable numpy_test for upb python. 3 years ago
David L. Jones cd5cc37624
Fix some style/lint issues. (#10003) 3 years ago
Protobuf Team Bot 1fa42c4be4 Updating version.json and repo version numbers to: 21.0-rc2 3 years ago
David L. Jones 171a6b1155
[Bazel/C++] Move core C++ implementation to //src/google/protobuf package. (#9988) 3 years ago
David L. Jones 07303d6f54
[Bazel/C++] Factor out util library (#9987) 3 years ago
Joshua Haberman 12fffeb9c3 Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended. 3 years ago
Joshua Haberman e4c7f82664 Silence compiler warning about unreachable code. 3 years ago
Joshua Haberman 4e2bbc8a3a Throw an exception with detailed information if generated code is out of date. 3 years ago
Joshua Haberman 5ae371162d Fixed two reference leaks in unknown field processing. 3 years ago
David L. Jones b3199d62be
[Python] Handle user-provided `--link-objects` and `--library-dirs`. (#9968) 3 years ago
Joshua Haberman a60e9a379e Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
David L. Jones b3cbea18ea
[Bazel] Move Python rules to //python (#9952) 3 years ago
Joshua Haberman 483cea085e Fixed the 32-bit Windows Python wheels by statically linking libgcc. 3 years ago
Deanna Garcia bb7e5824b2 Pin googleapis-common-protos to most recent version 3 years ago
Deanna Garcia 43b1427c18 Update python doc gen versions 3 years ago
Protobuf Team d259bd3287 Updating version.json and repo version numbers to: 21.0-rc1 3 years ago
Joshua Haberman c3cfd09b01 Fix compiler warnings. 3 years ago
Joshua Haberman 32f45b5f33 Update to the latest protobuf. 3 years ago
Joshua Haberman 3e75131bc1 Fixed Python test by implementing RichCompare() for RepeatedCompositeContainer. 3 years ago
Joshua Haberman 49f356a801 For macOS, build a single multiarch "universal2" wheel instead of separate x86_64 and arm64 wheels. 3 years ago
Joshua Haberman d72d98495d Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 3 years ago
Joshua Haberman 0abdee08b4 Fixed a test by extending Pythonic initialization to handle dicts in repeated fields. 3 years ago