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.
Sakala Venkata Krishna Rohit
898f640e65
Bugfix on bigendianess by casting size_t to unint32_t
...
The reason for typecasting size_t to unint32_t is that size_t is 8 bytes and uint32_t is only 4 bytes.
If not typecasted Memcpy fails to copy the *correct* four bytes in big endian platforms.
6 years ago
..
bindings
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
descriptor
Added google/protobuf/descriptor.upb.* to core.
7 years ago
json
Fix json parsing for timestamp ( #115 )
6 years ago
pb
Modify TODO
7 years ago
decode.c
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
decode.h
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
def.c
Fix json parsing for timestamp ( #115 )
6 years ago
def.h
Fix json parsing for timestamp ( #115 )
6 years ago
encode.c
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
encode.h
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
handlers-inl.h
Added UPB_ASSERT() that helps avoid unused var warnings.
9 years ago
handlers.c
Re-add msg handlers to the .c file also.
6 years ago
handlers.h
Re-add message handlers to upb/handlers.*.
6 years ago
msg.c
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
msg.h
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
msgfactory.c
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
msgfactory.h
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
6 years ago
refcounted.c
Added UPB_ASSERT() that helps avoid unused var warnings.
9 years ago
refcounted.h
Responded to CR comments.
8 years ago
sink.c
Addressed PR comments.
8 years ago
sink.h
Reserve unknown fields in upb
7 years ago
structdefs.int.h
Add new file option php_namespace.
8 years ago
structs.int.h
Enforced that upb_msg lives in an Arena only, and other simplifying.
6 years ago
table.c
Bugfix on bigendianess by casting size_t to unint32_t
6 years ago
table.int.h
Revert "Prepare upb_value for encoding/decoding map."
7 years ago
upb.c
Fixed amalgamated build and added test.
8 years ago
upb.h
Revert "Prepare upb_value for encoding/decoding map."
7 years ago