1605 Commits (16afb4dea76efab652d86e4ebf9a118138f88578)

Author SHA1 Message Date
Jie Luo bd7a9df1eb Change upb python to keep the meta class ref on message descriptor. Also add Garbage Collection on meta class and message descriptor. 1 year ago
Joshua Haberman 56e9f2b4e4 Added malloc_trim() calls to Python allocator so RSS will decrease when memory is freed 1 year ago
Richard Levasseur 131a7869c7 Internal change 1 year ago
Eric Salo 3be9a6ca12 upb: Remove the mirrored definitions in upb_MapEntry and upb_MessageInternal 1 year ago
Protobuf Team Bot cd4b6ea830 Fix comment on upb_JsonEncode. 1 year ago
Protobuf Team Bot 91114633bb Do not expose mutable methods in the CProxy. 1 year ago
Protobuf Team Bot 8bcc8ccaca Escape trigraphs when emitting string literals. 1 year ago
Protobuf Team Bot fa98bb316a Auto-generate files after cl/561993644 1 year ago
Protobuf Team Bot cb8da95e91 Fix SetExtension value semantics. 1 year ago
Protobuf Team Bot 9d75ac6145 Address -Wint-conversion issues. 1 year ago
Jie Luo 9c76ea4413 Add upb python Py_mp_subscript for descriptor sequences. 1 year ago
Protobuf Team Bot de59ed8541 Fix SetExtension to fuse the right arenas. 1 year ago
Protobuf Team Bot ee817d1ad1 Change Deep clone in generated code to call ::protos::internal::DeepClone instead of C runtime to prevent race. 1 year ago
Adam Cozzette fa75cd454f Update references to upb to point to the new location 1 year ago
Jie Luo bf0451983d Make upb python FieldDescriptor able to access the constant cpp type attributes 1 year ago
Protobuf Team Bot 332352113c Auto-generate files after cl/561005809 1 year ago
Eric Salo e45a6d5068 upb: fix a Python memory leak in ByteSize() 1 year ago
Adam Cozzette 7050c6b0ae Update protobuf and upb pinned Bazel versions 1 year ago
Adam Cozzette aaa2b51491 Make upb's `WORKSPACE` point to local protobuf in the same Git repo 1 year ago
Adam Cozzette 02cc7acc94 Update upb README.md to point to the new location on GitHub 1 year ago
Adam Cozzette f1cace86bd Move temporary files back to their original locations 1 year ago
Adam Cozzette 883958615c Move clobbered files 1 year ago
Protobuf Team Bot e59301bc55 Internal change 1 year ago
Adam Cozzette 047df98dea Move upb-x/ back to upb/ 1 year ago
Adam Cozzette 895f190bda Move upb to upb-x 1 year ago
Adam Cozzette 1ba80d7424 Move upb-temp/ back to upb/ 1 year ago
Adam Cozzette d38b8561e6 Move upb/ to upb-temp/ 1 year ago
Adam Cozzette 6fc87fe3f7 Internal change 1 year ago
Protobuf Team Bot cab6c3e223 Internal change 1 year ago
Adam Cozzette 0d1ba13e83 Move everything into new upb/ directory 1 year ago
Eric Salo 823a12e809 upb: restore <stdint.h> to fix 32-bit Ruby and PHP 1 year ago
Adam Cozzette 00efe9fc1d Make upb compatible with `--incompatible_disallow_empty_glob` 1 year ago
Eric Salo db88465fb5 upb: bring back a zombie upb.hpp 1 year ago
Eric Salo eb9e33ec42 upb: remove <stddef.h> and <stdlib.h> from port/def.inc 1 year ago
Eric Salo 21ecc29ed0 upb: fix the leaking port defs 1 year ago
Protobuf Team Bot d06eac7b5e Fixed "unused-parameter-warning" 1 year ago
Protobuf Team Bot 043ad5ce6e We implement two functions to access map fields in UPB Go glue library: 1 year ago
Eric Salo 6d458db48b upb: dedup upb/message/ 1 year ago
Eric Salo d2f10df2dc upb: split apart upb/upb.hpp, delete :upb 1 year ago
Eric Salo cc41a8bed3 upb: dedup the libraries 1 year ago
Eric Salo d90f74d47b upb: create upb/message/BUILD 1 year ago
Eric Salo 61967e84dd upb: delete upb/upb.h 1 year ago
Eric Salo 4c255351d4 upb: delete upb/def.h 1 year ago
Eric Salo f4ca34807e upb: create upb/port/BUILD 1 year ago
Eric Salo 56a6ecd142 upb: create upb/reflection/internal/ 1 year ago
Adam Cozzette a56581c078 Remove unused variable from encode_test.cc 1 year ago
Eric Salo f669ef6576 upb: clean up upb/message/internal/ 1 year ago
Protobuf Team Bot c552102d66 No public description 1 year ago
Adam Cozzette 5aca728f72 Reformat copyright headers 1 year ago
Mike Kruskal 58877b55e0 Fixes a bug on 32-bit architectures with map decoding. 1 year ago