You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Haberman
12fffeb9c3
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
...
The previous change did not have the desired effect, because the generated code uses the class named "Message" instead of "CMessage."
There was no real need to use the class "CMessage" instead of "Message." The new name is simpler and will make the previous change work.
PiperOrigin-RevId: 449309343
3 years ago
..
dist
Fixed the 32-bit Windows Python wheels by statically linking libgcc.
3 years ago
pb_unit_tests
Fixed two reference leaks in unknown field processing.
3 years ago
BUILD
Fixed a Python test by adding a new map insert function that distinguishes between insert and update.
3 years ago
convert.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
convert.h
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
descriptor.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
descriptor.h
Create targets for UPB release
3 years ago
descriptor_containers.c
Mass API rename and clang-reformat ( #485 )
3 years ago
descriptor_containers.h
Mass API rename and clang-reformat ( #485 )
3 years ago
descriptor_pool.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
descriptor_pool.h
Mass API rename and clang-reformat ( #485 )
3 years ago
extension_dict.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
extension_dict.h
Create targets for UPB release
3 years ago
map.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
map.h
Create targets for UPB release
3 years ago
message.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
message.h
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
minimal_test.py
Added a GitHub Action to test Python+upb on Windows, and fixed a couple of bugs this revealed.
3 years ago
protobuf.c
Fixed the 32-bit Windows Python wheels by statically linking libgcc.
3 years ago
protobuf.h
Update to new upb module name.
3 years ago
py_extension.bzl
Fixed the 32-bit Windows Python wheels by statically linking libgcc.
3 years ago
python_api.h
Added wheels for macOS, and tests for all wheels.
3 years ago
repeated.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
repeated.h
Create targets for UPB release
3 years ago
unknown_fields.c
Rename CMessage -> Message, to make the change in https://github.com/protocolbuffers/upb/pull/617 work as intended.
3 years ago
unknown_fields.h
Added support for UnknownFieldSet.
3 years ago
version_script.lds
Initial commit of Python+upb.
3 years ago