- 55cfaf3 Moved promotion-related accessors to a separate file. by Joshua Haberman · 2 years ago
- b81ae40 Fixed the upb.lexan build: by Joshua Haberman · 2 years ago
- 433e737 [C++ Upb] Implement copy constructor and assignment operator. by Protobuf Team Bot · 2 years ago
- a49ff55 Split out `message/accessors_internal.h` and added `upb_Arena` assertions. by Joshua Haberman · 2 years ago
- df93cf6 Hide upb_MiniTableField.submsg_index with new `UPB_PRIVATE()` macro by Joshua Haberman · 2 years ago
- 9d2b5d1 Add upb_MiniTable_FindUnknown depth_limit parameter. by Protobuf Team Bot · 2 years ago
- d260ab3 Add windows CI by Mike Kruskal · 2 years ago
- 6d6ab90 Enable arena test (it was previously #ifdef'd away accidentally) by Joshua Haberman · 2 years ago
- d450990 Allow for fuse/free races in `upb_Arena`. by Joshua Haberman · 2 years ago
- 5bc3cae Add threading tests for arenas by Matt Kulukundis · 2 years ago
- 3286f94 Implements upb_Message_DeepClone. by Protobuf Team Bot · 2 years, 1 month ago
- 57a79de Ensure that extensions respect deterministic serialization. by Joshua Haberman · 2 years, 2 months ago
- 4843fd0 move conformance tests into a separate subdir by Eric Salo · 2 years, 2 months ago
- aaf9e43 Merge pull request #1052 from protocolbuffers:srcWhl by Copybara-Service · 2 years, 3 months ago
- e41a2d7 upb is self-hosting! by Joshua Haberman · 2 years, 3 months ago
- 6525917 Merge branch 'main' into srcWhl by deannagarcia · 2 years, 3 months ago
- 143132f Make upb's generated code agnostic to fasttable. by Joshua Haberman · 2 years, 3 months ago
- f887fe3 Add lots more source files by Deanna Garcia · 2 years, 3 months ago
- 7cd8f6c Ported more cases of wire format parsing to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
- 112f037 Migrated the text format encoder to upb_WireReader. by Joshua Haberman · 2 years, 3 months ago
- 26e9a75 remove wire/types.h from the :wire build target by Eric Salo · 2 years, 3 months ago
- 75488a0 Created a new upb_WireReader interface for parsing wire data directly. by Joshua Haberman · 2 years, 3 months ago
- a48af3f Moved aliasing logic for string field parsing into EpsCopyInputStream. by Joshua Haberman · 2 years, 3 months ago
- 02cf7aa upb_Array_Resize() now correctly clears new values by Eric Salo · 2 years, 3 months ago
- 68d1d91 Separated out buffering code into upb_EpsCopyInputStream. by Joshua Haberman · 2 years, 4 months ago
- 1fee6d8 Expand visibility of amalgamation targets. by Mike Kruskal · 2 years, 4 months ago
- 65a329a Merge pull request #991 from mkruskal-google:utf8_range by Copybara-Service · 2 years, 4 months ago
- b98c7c7 move non-conformance tests and protos into upb/test/ create upb/test/BUILD by Eric Salo · 2 years, 4 months ago
- 3e078f5 Add CMake+Bazel dependencies on utf8_range repo by Mike Kruskal · 2 years, 4 months ago
- a4a7c30 remove an obsolete dependency on :message from :collections by Eric Salo · 2 years, 4 months ago
- 4f098fd move the extension registry down into mini_table/ by Eric Salo · 2 years, 4 months ago
- 9c6223c Unified all hazzers to use MiniTable accessors by Joshua Haberman · 2 years, 4 months ago
- ff6439f move the wire type definitions into upb/wire/ where they belong by Eric Salo · 2 years, 4 months ago
- 384ffc0 implement reserved names and ranges for messages and enums by Eric Salo · 2 years, 4 months ago
- fb7a674 add build targets for :wire and :message and :message_internal by Eric Salo · 2 years, 4 months ago
- 27d70ed clean up the :mini_table build target by Eric Salo · 2 years, 4 months ago
- 7d76251 Split upb_amalgamation into a separate .bzl file by Laramie Leavitt · 2 years, 4 months ago
- 4d3998b consolidate some general parsing functions into upb/lex/ by Eric Salo · 2 years, 5 months ago
- 023c4da Enabled TAP testing for upb on Windows via Lexan. by Joshua Haberman · 2 years, 5 months ago
- b3cb3fb create upb/hash/ by Eric Salo · 2 years, 5 months ago
- ff8e1b4 create base/ subdir and expand :status build target to :base by Eric Salo · 2 years, 5 months ago
- 6324713 clean up the build targets for collections, mem, reflection by Eric Salo · 2 years, 5 months ago
- 33633fd generated code now uses the scalar get accessors by Eric Salo · 2 years, 5 months ago
- aec12a4 upb: split out :status as a separate build target by Eric Salo · 2 years, 5 months ago
- a77b966 move lua/ up to the top level directory where python/ lives by Eric Salo · 2 years, 5 months ago
- f630787 move portability stuff into upb/port/ by Eric Salo · 2 years, 5 months ago
- 46699b7 move message set enums into upb/wire/ (and use them) by Eric Salo · 2 years, 5 months ago
- fd040a8 create collections/map_internal.h and collections/map_gencode_util.h by Eric Salo · 2 years, 5 months ago
- a4779ef internal change by Protobuf Team Bot · 2 years, 5 months ago
- 0f4fffe Update config_setting visibility in support of --incompatible_config_setting_private_default_visibility. by Protobuf Team Bot · 2 years, 5 months ago
- fd14316 create collections/ subdir for all array and map code by Eric Salo · 2 years, 5 months ago
- d9b6f13 remove upb_MtDataEncoder from the public surface by Eric Salo · 2 years, 5 months ago
- 0bb4663 create text/ subdir for all text-format code by Eric Salo · 2 years, 5 months ago
- e137175 create wire/ subdir for all wire-format code by Eric Salo · 2 years, 5 months ago
- f409c99 create mem/ subdir for all arena code by Eric Salo · 2 years, 5 months ago
- 5ba0d84 Internal Change by Mike Kruskal · 2 years, 5 months ago
- c033eff split apart mini_table.c into a new subdir by Eric Salo · 2 years, 5 months ago
- be98a91 Add aspect hints for kotlin native compilation. by Protobuf Team Bot · 2 years, 6 months ago
- 04363f7 Update workspace_deps.bzl protobuf main commit by Protobuf Team Bot · 2 years, 6 months ago
- 44916d7 create reflection_internal library by Eric Salo · 2 years, 6 months ago
- 32c6e9b A few more fixes for PHP and the 32-bit build by Joshua Haberman · 2 years, 6 months ago
- 0f585c6 stop requiring extension fields to have a synthetic oneof by Eric Salo · 2 years, 6 months ago
- 259183b split out the mapsorter functions into their own .c & .h by Eric Salo · 2 years, 6 months ago
- 82c6c48 Fix a few minor things to unblock the Ruby sync by Joshua Haberman · 2 years, 6 months ago
- e1b11b6 Internal change by Mike Kruskal · 2 years, 6 months ago
- 9157381 Merge pull request #764 from haberman:staleness by Copybara-Service · 2 years, 6 months ago
- b8bec58 pull the mini descriptor encoders into their proper .c files by Eric Salo · 2 years, 6 months ago
- 81e716d Fixed to add missing table targets. by Joshua Haberman · 2 years, 6 months ago
- 4054c28 Merge branch 'main' into staleness by Joshua Haberman · 2 years, 6 months ago
- 8cc3e07 move (most of) the json code into its own subdir by Eric Salo · 2 years, 6 months ago
- edecfd5 upb: use the new reflection headers by Eric Salo · 2 years, 7 months ago
- 0076500 - All of reflection now lives in upb/reflection/ by Eric Salo · 2 years, 7 months ago
- 8ab26d4 Merge pull request #745 from limdor:patch-2 by Copybara-Service · 2 years, 7 months ago
- 4215bc8 fix the json parser to handle floats very near overflow by Eric Salo · 2 years, 7 months ago
- 85534bb remove unused #includes from reflection.h by Eric Salo · 2 years, 7 months ago
- ccd88d5 Updated staleness test and amalgamator to work cross-repo. by Joshua Haberman · 2 years, 7 months ago
- 9a02d16 Remove patter that does not glob anything by Xavier Bonaventura · 2 years, 7 months ago
- c67021f split out the json string-to-int functions for general use by Eric Salo · 2 years, 7 months ago
- 24f567b clean up the public api for mini descriptors by Eric Salo · 2 years, 9 months ago
- 17b6451 Bumping protobuf dependency to newer commit by Mike Kruskal · 2 years, 9 months ago
- 9b3e873 upb: upb_EnumDefs are now built using mini descriptors by Eric Salo · 2 years, 9 months ago
- 410143b split out some unicode logic from the json decoder by Eric Salo · 2 years, 9 months ago
- ff46379 Prepare build for C++ generator. by Protobuf Team Bot · 2 years, 9 months ago
- 8c44f04 create and lock down upb/internal/array.h by Protobuf Team Bot · 2 years, 9 months ago
- 125db89 Added fuzz tests for mini table building and binary format parsing/serialization. by Joshua Haberman · 2 years, 9 months ago
- ca08ff5 lock down upb/internal/decode.h by Protobuf Team Bot · 2 years, 9 months ago
- 033859f rename internal/upb.h as internal/encode.h by Protobuf Team Bot · 2 years, 9 months ago
- 15596be move table.c into upb/internal by Protobuf Team Bot · 2 years, 9 months ago
- 7975945 clean up the dependency graph some more by Protobuf Team Bot · 2 years, 9 months ago
- e153b52 split out upb_StringView from upb.h by Protobuf Team Bot · 2 years, 9 months ago
- 8d0d13f Fix the dependency chain for internal/arena.h by Protobuf Team Bot · 2 years, 9 months ago
- b174d9d split out the internal arena defs from internal/upb.h by Protobuf Team Bot · 2 years, 9 months ago
- 7b05f25 split out the alloc code from the arena code by Protobuf Team Bot · 2 years, 9 months ago
- e4635f2 match file names to type names by Protobuf Team Bot · 2 years, 9 months ago
- bb38fc9 First implementation of protoc-gen-upbdev plugin by Protobuf Team Bot · 2 years, 10 months ago
- 6e1aa9f add json encoder option to render enums as ints by Protobuf Team Bot · 2 years, 10 months ago
- e5f2601 use constraints values in @platforms instead of @bazel_tools//platforms https://github.com/bazelbuild/bazel/issues/8622 by Protobuf Team · 2 years, 10 months ago
- 4ffeaa6 Fixed Python Tests by disabling the numpy test for now. by Joshua Haberman · 2 years, 10 months ago
- 6df5517 Consolidate upb visibility into a single visibility list. by Joshua Haberman · 2 years, 10 months ago
- a60e9a3 Fixed the mingw build by adding compatibility code for vsnprintf() by Joshua Haberman · 2 years, 11 months ago