.. |
base
|
add some UPB_API / UPB_API_INTERNAL declarations
|
2 years ago |
collections
|
replace upb_Map_Delete()
|
2 years ago |
conformance
|
move conformance tests into a separate subdir
|
2 years ago |
fuzz
|
Fixed clang-format.
|
3 years ago |
hash
|
restore the declaration of _upb_Hash()
|
2 years ago |
io
|
Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST"
|
2 years ago |
json
|
Avoid automatic variables in functions using setjmp.
|
2 years ago |
lex
|
consolidate some general parsing functions into upb/lex/
|
2 years ago |
mem
|
add some UPB_API / UPB_API_INTERNAL declarations
|
2 years ago |
message
|
Fix gcc < 11 breakages due to missing "stringop-overread" diagnostic
|
2 years ago |
mini_table
|
Rolling forward: expanded GCC diagnostic pragmas to cover all of accessors.h.
|
2 years ago |
port
|
Use _Alignof in UPB_ALIGN_OF instead of an offsetof trick
|
2 years ago |
reflection
|
Roll-forward of: Add retention and target attributes to descriptor.proto
|
2 years ago |
test
|
Add support for promoting unlinked map fields from unknown to upb_Map.
|
2 years ago |
text
|
Migrated the text format encoder to upb_WireReader.
|
2 years ago |
util
|
Merge pull request #1052 from protocolbuffers:srcWhl
|
2 years ago |
wire
|
Incremental step towards fixing nonstandard/nonportable uses of setjmp.
|
2 years ago |
alloc.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
arena.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
array.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
collections.h
|
create collections/ subdir for all array and map code
|
2 years ago |
decode.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
decode_fast.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
def.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
def.hpp
|
- All of reflection now lives in upb/reflection/
|
2 years ago |
encode.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
extension_registry.h
|
move the extension registry down into mini_table/
|
2 years ago |
json_decode.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
json_encode.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
map.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
mini_table.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
msg.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
msg_internal.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
reflection.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
reflection.hpp
|
- All of reflection now lives in upb/reflection/
|
2 years ago |
status.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
string_view.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
text_encode.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
upb.h
|
Add IWYU pragmas for deprecated headers
|
2 years ago |
upb.hpp
|
clean up the arena code a bit more:
|
2 years ago |