1581 Commits (a47a7bdc8d023467f4f0586c393597af727e1d9e)

Author SHA1 Message Date
Eric Salo a07c5d3fe8 snapshot some pending dart work 2 years ago
Eric Salo b747edb830 append "ByDef" to names of message accessors that use reflection 2 years ago
Eric Salo a3e49f90ac add some formatted append functions to the string class 2 years ago
Eric Salo f458e05718 add some UPB_API / UPB_API_INTERNAL declarations 2 years ago
Eric Salo b98c7c7b50 move non-conformance tests and protos into upb/test/ 2 years ago
Eric Salo ae24d717b0 create initial dart ffigen hooks 2 years ago
Mike Kruskal 3e078f5fe4 Add CMake+Bazel dependencies on utf8_range repo 2 years ago
Joshua Haberman ca828897c2 Fixed a bug with maps on 32-bit machines. 2 years ago
Eric Salo e70b102387 delete upb_Arena_Alloc() 2 years ago
Eric Salo bc15a2877a defrag the encoded field modifier bits 2 years ago
Eric Salo a4a7c30b48 remove an obsolete dependency on :message from :collections 2 years ago
Eric Salo 32f28fcdc6 remove 'platform' param from upb_MiniTable_Build() 2 years ago
Eric Salo 0a2c988286 fix some mini_table function names to match the upb style guide: 2 years ago
Joshua Haberman 2272970a94 Unified ClearField 2 years ago
Eric Salo 4f098fd54c move the extension registry down into mini_table/ 2 years ago
Joshua Haberman 9c6223c058 Unified all hazzers to use MiniTable accessors 2 years ago
Joshua Haberman e567b7c206 Fixed a bug in GetOrPromoteExtension 2 years ago
Eric Salo efb166b3b0 restore the declaration of _upb_Hash() 2 years ago
Eric Salo 2644ae7507 restore upb_MapIterator_Done() 2 years ago
Protobuf Team Bot 907d705e86 Add IWYU pragmas for deprecated headers 2 years ago
Joshua Haberman d22d6d71ed Refactored message accessors to share a common set of functions instead of duplicating logic. 2 years ago
Eric Salo 08f193b28e fix --config=lexan builds that were broken by cl/489989481 2 years ago
Eric Salo 03b1dee5cc implement upb_Map_Next() as the new upb_Map iterator 2 years ago
Eric Salo e932f7931a clean up the arena code a bit more: 2 years ago
Protobuf Team Bot f3a0cc49da Internal Change. 2 years ago
Eric Salo ff6439fba0 move the wire type definitions into upb/wire/ where they belong 2 years ago
Protobuf Team Bot 26febb8422 Mark message_value.h as private 2 years ago
Eric Salo 384ffc0af8 implement reserved names and ranges for messages and enums 2 years ago
Eric Salo fb7a67458f add build targets for :wire and :message and :message_internal 2 years ago
Eric Salo 27d70edfe2 clean up the :mini_table build target 2 years ago
Eric Salo 9582dc2058 fix UPB_LIKELY() for 32-bit Windows builds and update to latest protobuf commit 2 years ago
Eric Salo 70566461f9 replace and repair the integer hash table iterator: 2 years ago
Joshua Haberman 677b928a44 Removed a few more uses of std::iterator that I missed before. 2 years ago
Joshua Haberman 7c20721f3e Removed use of std::iterator, which is deprecated in C++17. 2 years ago
Protobuf Team Bot d3ec4b63c9 Add Parse/Serialize templates to support shared_ptr/unique_ptr. 2 years ago
Eric Salo 4d3998b54b consolidate some general parsing functions into upb/lex/ 2 years ago
Anton Grbin c4f1d1bab1 Copybara import of the project: 2 years ago
Joshua Haberman 023c4da591 Enabled TAP testing for upb on Windows via Lexan. 2 years ago
Eric Salo b3cb3fbea8 create upb/hash/ 2 years ago
Eric Salo ff8e1b40ba create base/ subdir and expand :status build target to :base 2 years ago
Mike Kruskal 2b011bc759 Internal changes 2 years ago
Eric Salo 0e76047f5f add defaults to the mini table scalar getter accessor functions 2 years ago
Protobuf Team Bot 721c284959 Use UPB_SETJMP macro 2 years ago
Eric Salo aec12a466f upb: split out :status as a separate build target 2 years ago
Eric Salo a77b9665e1 move lua/ up to the top level directory where python/ lives 2 years ago
Protobuf Team Bot d4425d3f5b Refactor out functions to get hasbit offset and mask. 2 years ago
Eric Salo 75907f7af9 rename the upb_MiniTable subtypes to follow the upb style guide: 2 years ago
Eric Salo cb7a51938c inline the trivial int conversion functions in the code generator 2 years ago
Eric Salo f6307877d3 move portability stuff into upb/port/ 2 years ago
Eric Salo 46699b72ad move message set enums into upb/wire/ (and use them) 2 years ago