Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
c8add6c5a0948d9f2d547204a17defafbc0ca877
/
upb
919775d
upb: Add upb_Message_GetExtensionArray
by Hong Shin
· 5 months ago
72111c3
Update compat extension APIs to something that does not assume contiguous storage
by Protobuf Team Bot
· 5 months ago
ae488a0
Use noncontiguous unknown fields API in upb python
by Protobuf Team Bot
· 5 months ago
c1a4f28
Update tests to use noncontiguous API
by Protobuf Team Bot
· 5 months ago
24a19ea
Fixed non-conformance in JSON parsing for empty strings in numeric fields.
by Joshua Haberman
· 5 months ago
82e37cd
Support deleting regions of unknown fields via noncontiguous storage API
by Protobuf Team Bot
· 5 months ago
44b2f87
Enable pointer type checks
by Protobuf Team Bot
· 5 months ago
e43ee07
Use noncontiguous unknown fields API in upb text debug_string.c and encode.c
by Protobuf Team Bot
· 5 months ago
0640cdb
Don't iterate at all if unknowns are not populated
by Protobuf Team Bot
· 5 months ago
7ccd5dc
Internal change
by Protobuf Team Bot
· 5 months ago
d43a70b
Port FindUnknown to noncontiguous API
by Protobuf Team Bot
· 5 months ago
cb304bd
Add JSON parse conformance tests for non-numeric string in numeric fields.
by Sandy Zhang
· 5 months ago
aaf44c4
Add new unknown fields API to support noncontiguous storage. Currently shares the same implementation as the existing unknown fields API.
by Protobuf Team Bot
· 5 months ago
7638257
upb: Add upb_Message_GetExtensionString
by Hong Shin
· 5 months ago
294d353
Use portable posix sigsetjmp to avoid saving signals on linux, in addition to apple platforms.
by Protobuf Team Bot
· 5 months ago
a862499
upb: Add upb_Message_GetExtensionMessage
by Hong Shin
· 5 months ago
8e79bfa
Updated upb bootstrap files for the latest changes to descriptor.proto.
by Joshua Haberman
· 5 months ago
2fe8aaa
Auto-generate files after cl/692315472
by Protobuf Team Bot
· 5 months ago
7521732
Automated Code Change
by Protobuf Team Bot
· 5 months ago
eb8f810
upb_DebugString typo fix
by Hong Shin
· 5 months ago
25f6eab
Expose function to determine whether arenas are fused
by Protobuf Team Bot
· 5 months ago
367ef9c
Update index vs layout_index upb docs
by Hong Shin
· 5 months ago
67ab5bd
Make arena fuse and inc/dec-ref const, so that they can be invoked concurrently.
by Joshua Haberman
· 5 months ago
c5236bc
Migrate upb extension getters for scalars
by Hong Shin
· 5 months ago
d3735bc
Support fetching CMake dependencies via `-Dprotobuf_FETCH_DEPENDENCIES=ON`
by Mike Kruskal
· 6 months ago
b00dca3
Load Python rules everywhere in protobuf
by Protobuf Team Bot
· 6 months ago
8cc5f6b
Fix compilation in Clang C23 mode.
by Protobuf Team Bot
· 6 months ago
c83b2f9
Clean up PHP CI (#18610)
by Mike Kruskal
· 6 months ago
b8237dd
Fixed the ASAN build for linker arrays.
by Joshua Haberman
· 6 months ago
d88a3d0
Updates upb conformance failures file.
by Protobuf Team Bot
· 6 months ago
ecf5f2e
Auto-generate files after PR #17682
by Protobuf Team Bot
· 6 months ago
e4cbc79
Fix minor typos (#17682)
by Nathan Baulch
· 6 months ago
ce6dbe4
Setup fix for python/upb for the enforcement of closed enums in editions.
by Mike Kruskal
· 6 months ago
4d75c82
Fix a potential Ruby-upb use of uninitialized memory.
by Protobuf Team Bot
· 7 months ago
c8e016c
Auto-generate files after cl/672397247
by Protobuf Team Bot
· 7 months ago
fd6d872
Created proper `names.h` headers for all upb generators.
by Joshua Haberman
· 7 months ago
50c3191
add a dependency to the upb amalgamation on text:debug and text:internal
by Derek Benson
· 7 months ago
1321c26
upb: fix uninitialized upb_MessageValue buffer bugs
by Eric Salo
· 7 months ago
6da642a
upb: Arena_DoFuse typo fix
by Hong Shin
· 7 months ago
290f288
Introduce upb_ByteSize
by Hong Shin
· 7 months ago
c841627
Use `default_compatible_with` instead of specifying `compatible_with` on every target.
by Joshua Haberman
· 7 months ago
8422e97
Migrated upb to use Copybara-standard stripping.
by Joshua Haberman
· 7 months ago
e4449ba
Harmonize license rules between google3 and OSS
by Joshua Haberman
· 7 months ago
eafacfa
Introduce upb_Message_SetBaseFieldMessage()
by Protobuf Team Bot
· 7 months ago
5695a88
Move -Werror to our test/dev bazelrc files.
by Mike Kruskal
· 7 months ago
a2fd240
Moved reflection codegen to its own directory.
by Joshua Haberman
· 7 months ago
bc394d2
Moved the MiniTable generator into a separate directory.
by Joshua Haberman
· 7 months ago
983910f
Removed aliases for the boostrap proto libraries.
by Joshua Haberman
· 7 months ago
ebd9838
Make function declarations proper prototypes by adding `void`.
by Joshua Haberman
· 7 months ago
eab1fa2
Fixed layering check violations once and for all in upb bootstrapping.
by Joshua Haberman
· 7 months ago
580b595
Removes setjmp/longjmp if UPB is running in a WASM-WAMR environment
by Protobuf Team Bot
· 8 months ago
c727837
Auto-generate files after cl/658038844
by Protobuf Team Bot
· 8 months ago
504a5d0
Add pkg build rules to create a zip of the protobuf rust crate
by Derek Benson
· 8 months ago
d039540
Fix outputted command for usage of update_failure_list.py
by Protobuf Team Bot
· 8 months ago
65b67eb
Fixed extension memory layout on 32-bit targets.
by Joshua Haberman
· 9 months ago
0309d86
Fixed `NAN`/`INFINITY` definitions to work on Windows 11 SDK.
by Joshua Haberman
· 9 months ago
f9dd9ce
UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection.
by Protobuf Team Bot
· 9 months ago
d3172f5
Add a maximum block size for arena growth.
by Joshua Haberman
· 9 months ago
62e07e3
Fixed a fuzz bug when a negative oneof_index is provided.
by Joshua Haberman
· 9 months ago
e2ab51b
Add upb_Message_MergeFrom to upb
by Derek Benson
· 9 months ago
a81c234
Enable dev tracing for production builds.
by Protobuf Team Bot
· 9 months ago
c008a86
Use UPB_LONGJMP macro instead of longjmp (#17201)
by Anuraag (Rag) Agrawal
· 9 months ago
8ed10a9
Automated Code Change
by Protobuf Team Bot
· 9 months ago
2c6d319
Auto-generate files after cl/643036818
by Protobuf Team Bot
· 10 months ago
d5bd5b9
Fixed a bug with tree shaking: use a separate MiniTable for statically tree shaken messages.
by Joshua Haberman
· 10 months ago
8beb970
Fix delimited inheritance in all languages.
by Mike Kruskal
· 10 months ago
a9387b5
Auto-generate files after cl/642616862
by Protobuf Team Bot
· 10 months ago
1b45160
Enable tree shaking unused sub-messages for C generated MiniTables.
by Joshua Haberman
· 10 months ago
1227db3
Fix UPB_LINKARR_DECLARE section name
by Dave MacLachlan
· 10 months ago
9f2893a
Auto-generate files after cl/642327960
by Protobuf Team Bot
· 10 months ago
bcde8d4
Generate one source file per message/enum/extension on Android/iOS.
by Joshua Haberman
· 10 months ago
b2a6cdb
Auto-generate files after cl/640749918
by Protobuf Team Bot
· 10 months ago
5691847
Auto-generate files after cl/640592937
by Protobuf Team Bot
· 10 months ago
532f0c2
Auto-generate files after cl/640369522
by Protobuf Team Bot
· 10 months ago
85c7cc2
Add an indirection to sub-messages pointers to allow for static tree shaking.
by Joshua Haberman
· 10 months ago
a1c99af
Introduced a generated extension registry using linker arrays.
by Joshua Haberman
· 10 months ago
8493967
Internal Change.
by Joshua Haberman
· 10 months ago
c12c732
Auto-generate files after cl/638902499
by Protobuf Team Bot
· 10 months ago
0730adb
rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef
by Hong Shin
· 10 months ago
f651080
Fixed printing of nan floats/doubles in Python.
by Protobuf Team Bot
· 10 months ago
2e9c0a7
Auto-generate files after cl/635956805
by Protobuf Team Bot
· 10 months ago
e237f72
Future-proof edition 2023 against feature value support windows.
by Mike Kruskal
· 10 months ago
5fb5b87
Remove spurious 'return' in a void function of another void.
by Protobuf Team Bot
· 10 months ago
0645439
Introduce upb_EncodeStatus_String and upb_DecodeStatus_String
by Hong Shin
· 11 months ago
30a40ee
Fixed broken link in upb README.md (#16717)
by pbatg
· 11 months ago
f93565c
upb: publish and start using the new non-universal setters out in the wild
by Eric Salo
· 11 months ago
d071c60
Break out idx in upb_MiniTableSub computation for clarity
by Hong Shin
· 11 months ago
b5fc273
In `upb_MiniTableExtension_GetSubMessage`, return NULL for non-messages.
by Éamonn McManus
· 11 months ago
6245733
upb: remove the unused (upb_MiniTable*) arg from upb_Message_SetMessage()
by Eric Salo
· 11 months ago
d923896
upb: implement most of the non-universal setters
by Eric Salo
· 11 months ago
65821a6
upb: finish cleaning up message/accessors.h and message/internal/accessors.h
by Eric Salo
· 11 months ago
6ccda4d
Add upb_Message_ClearOneof (and retain upb_Message_WhichOneofFieldNumber)
by Hong Shin
· 11 months ago
1830666
upb: clean up the UPB_TRACING_ENABLED code
by Eric Salo
· 11 months ago
aa70a35
upb: clean up message/accessors.h and message/internal/accessors.h
by Eric Salo
· 11 months ago
d3b2fc5
Auto-generate files after cl/630090538
by Protobuf Team Bot
· 11 months ago
c9eeb1c
Internal changes.
by Protobuf Team Bot
· 11 months ago
b4f4f8e
Automated rollback of commit 7a09c4569bec008504bca3eb0201f0e75863a1fc.
by Éamonn McManus
· 11 months ago
7a09c45
Add upb_Message_ClearOneof
by Hong Shin
· 11 months ago
12a828c
Add UPB_ASSUME(!IsExtension) on GetMutableMessage.
by Protobuf Team Bot
· 11 months ago
52c12a6
Automated rollback of commit 208cae7fd7fdfc7fef6eddded07c2c7431bf0d8f.
by Hong Shin
· 11 months ago
Next »