2795 Commits (c4b98ddfb5f9cb925ffb556f45c33e2f83c9578a)
 

Author SHA1 Message Date
Joshua Haberman 6178a0bf3c Removed tautological comparisons of `(size_t)index > 0`. 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
Laramie Leavitt 7d76251d9f Split upb_amalgamation into a separate .bzl file 2 years ago
Protobuf Team Bot 0184441169 Update C++ compiler to prefix enum and messages defined with no package name to avoid C include collisions. 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
Protobuf Team Bot afd43b8ba4 Fix a build error when using upb_cc_proto_library. 2 years ago
Protobuf Team Bot d76e286631 Fix C compiler failure when there are fields names prefixed with accessor prefixes such as set_ and clear_. 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
Eric Salo 632471333c clean up the build targets for collections, mem, reflection 2 years ago
Eric Salo 33633fd604 generated code now uses the scalar get accessors 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
Eric Salo 5f1ff7c94a change mini_table accessors test from the C encoder to the C++ encoder 2 years ago
Copybara-Service 50a01524dc Merge pull request #901 from limdor:patch-3 2 years ago
Xavier Bonaventura 7de6cf7a7d
Build with incompatible_disallow_empty_glob 2 years ago
Eric Salo fd040a8bff create collections/map_internal.h and collections/map_gencode_util.h 2 years ago
Protobuf Team Bot a4779ef5f8 internal change 2 years ago
Protobuf Team Bot f345caf115 Update diagnostics for GCC warning 2 years ago
Jie Luo 73661563db Added is_closed to EnumDescriptor in protobuf python upb 2 years ago
Protobuf Team Bot 0f4fffef16 Update config_setting visibility in support of --incompatible_config_setting_private_default_visibility. 2 years ago
Protobuf Team Bot 306123e2e8 C++ Code generator 2 years ago
Eric Salo fd14316f38 create collections/ subdir for all array and map code 2 years ago
Joshua Haberman 115b878a5c Optimization: do not generate oneofs for proto3 optional fields. 2 years ago
Joshua Haberman 93fee65c55
Merge pull request #884 from acozzette/test-cmake-generation 2 years ago
Eric Salo d9b6f13cde remove upb_MtDataEncoder from the public surface 2 years ago
Eric Salo 0bb466356d create text/ subdir for all text-format code 2 years ago
Protobuf Team Bot 9b8785ebd3 Pin Upb to C++ 17 2 years ago
Eric Salo e137175092 create wire/ subdir for all wire-format code 2 years ago
Eric Salo f409c9985b create mem/ subdir for all arena code 2 years ago
Mike Kruskal 5ba0d84c88 Internal Change 2 years ago
Adam Cozzette 496276471d Make trivial change to CMakeLists.txt to test auto-generation 2 years ago
Eric Salo c033eff26f split apart mini_table.c into a new subdir 2 years ago
Joshua Haberman 6c4dc6f9e8
Merge pull request #873 from acozzette/update-cmake-files 2 years ago
Eric Salo 5c646803ef implement mini descriptors for message sets 2 years ago
Eric Salo cb5be728d7 fix bug in mini descriptor map decoder 2 years ago
Mike Kruskal 41017ef8dc Fixes https://github.com/protocolbuffers/upb/issues/869 2 years ago
Adam Cozzette 52be7c2960 Check in generated CMake files 2 years ago