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
0497f8deed
Fixed a critical bug on 32-bit builds, and added much more Kokoro testing.
...
There was a bug in our arena code where we assumed that
sizeof(upb_array) would be a multiple of 8. On i386 it was
not, and this was causing memory corruption on 32-bit builds.
4 years ago
..
bindings
Fixed pedantic warning.
4 years ago
json
Merge branch 'master' into optdefload
4 years ago
pb
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
decode.c
Fixed a critical bug on 32-bit builds, and added much more Kokoro testing.
4 years ago
decode.h
Compiles, doesn't work yet.
6 years ago
def.c
symtab: use longjmp() for errors and avoid intermediate table.
4 years ago
def.h
Added benchmark for loading ads descriptor.
4 years ago
def.hpp
Re-added const for all of the pointer wrapper types.
4 years ago
encode.c
Expanded benchmarking script and added one size opt to the encoder.
4 years ago
encode.h
WIP.
6 years ago
handlers-inl.h
More Blaze fixes.
6 years ago
handlers.c
Added simple offset-based accessors for defs, and deprecated old iterators.
4 years ago
handlers.h
Applied changes from google3.
5 years ago
json_decode.c
Bugfix for JSON decoding: only check real oneofs for duplicates.
4 years ago
json_decode.h
Changes to support import into google3 ( #291 )
5 years ago
json_encode.c
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
json_encode.h
Amalgamation no longer bundles wyhash, but #includes it.
4 years ago
msg.c
Fixed a critical bug on 32-bit builds, and added much more Kokoro testing.
4 years ago
msg.h
Fixed a critical bug on 32-bit builds, and added much more Kokoro testing.
4 years ago
port.c
Split port into its own target, add msg.h to :legacy_msg_reflection
5 years ago
port_def.inc
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
port_undef.inc
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
reflection.c
Bugfix for JSON decoding: only check real oneofs for duplicates.
4 years ago
reflection.h
Fixes for PHP. ( #286 )
5 years ago
sink.c
Take sinks by value.
6 years ago
sink.h
Changed endsubmsg handler to return the closure of the submessage.
5 years ago
table.c
Added explanatory comment about integer constants.
4 years ago
table.int.h
Amalgamation no longer bundles wyhash, but #includes it.
4 years ago
text_encode.c
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
text_encode.h
Renamed textencode -> text_encode for greater readability. ( #249 )
5 years ago
upb.c
Drop C89/C90 support and MSVC prior to Visual Studio 2015.
4 years ago
upb.h
Fixed a critical bug on 32-bit builds, and added much more Kokoro testing.
4 years ago
upb.hpp
Fixed upb::InlinedArena, which was compeltely broken.
4 years ago
upb.int.h
Added new internal header.
4 years ago