1516 Commits (92ac1ed6a5baf58651e70759021910baa614332a)

Author SHA1 Message Date
Feng Xiao 8859c07a35 Add missing files to build files. 8 years ago
Chris Nix c3093d3ee5 Fix issue 3046: compilation on alpine 3.5 8 years ago
Adam Cozzette 07c284f86c Fully qualify min as std::min in wire_format_lite.cc 8 years ago
Paul Yang a6189acd18 Add prefix to enum value with reserved name. (#3020) 8 years ago
Adam Cozzette 7c76ac1735 Remove "using namespace std" from stubs/common.h 8 years ago
Jakob Buchgraber b1c75bc742 Remove unused constants. 8 years ago
Paul Yang 4523c9c233 Allow proto files to import descriptor.proto (#2995) 8 years ago
Paul Yang 4c57e8475f Prepend "PB" to generated classes whose name are reserved words. (#2990) 8 years ago
Paul Yang 7be088202b Enum defined without package have incorrect class name. (#2988) 8 years ago
Michael Allen 2240a785f9 Simplify the Element dtor invocation when freeing elements in 8 years ago
Feng Xiao 5777259273 Cherry-pick cl/152450543 8 years ago
Feng Xiao cad0258d17 Cherry-pick cl/151775298 8 years ago
Jie Luo 899460c9cb cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962) 8 years ago
Feng Xiao bfeeb98517 Add include for INT_MAX 8 years ago
Anuraag Agrawal bf483dfb99 Allow unknown values for Map put*Value methods just like every other enum mutation method. 8 years ago
Feng Xiao ee9c7f17e9 Cleanup reflection objects for map entry. 8 years ago
Feng Xiao 21b0b3ca36 Update generated code. 8 years ago
Feng Xiao 80f0c0ac40 Update version number and changelog for 3.3.0 8 years ago
Feng Xiao d5827784cf Fix C++ distcheck. 8 years ago
Feng Xiao fe97d79abf Fix MSVC DLL build. 8 years ago
Feng Xiao d36c0c538a Down-integrate from google3. 8 years ago
Juan David Dominguez 4a0dd03e52 Removes ignored const from return type (#2915) 8 years ago
drivehappy d43eaf2b8f Fix gcc warning when using map (#2213) 8 years ago
Adam Cozzette f316375a95 Added a workaround to allow building for NaCl 8 years ago
Paul Yang 6b27c1f981 Add file option php_class_prefix (#2849) 8 years ago
Bairen Yi e8e6aa2864 Update delimited_message_util_test.cc 8 years ago
Brendan McCarthy 89eb4e51b2 Add option to preserve original proto field names 8 years ago
Brendan McCarthy 1eee3202fc Add use_snake_case_for_field_names option to JsonPrintOptions 8 years ago
Byron Yi c415a1445b fix several issues 8 years ago
Josh Haberman 0df20284d0 Properly regenerated descriptor.proto. 8 years ago
Byron Yi 7008a88e2b add LIBPROTOBUF_EXPORT to make msvc happy 8 years ago
Byron Yi cb3e84b78e migrate delimited messages functions to util package 8 years ago
prehistoric-penguin 33cc25f36c Remove duplicated copyright statement 8 years ago
Josh Haberman e62e30c309 Changed go_package for plugin.proto. 8 years ago
Markus Heß b4b855cde4 fix attributes warning 8 years ago
Feng Xiao 416f90939d Fix freebsd build. 8 years ago
Adam Cozzette 746ca59885 Updated an outdated comment in bytestream.h 8 years ago
Josh Haberman 874e382fde Replace CHECK() with GOOGLE_CHECK(). 8 years ago
Alexandros Frantzis 13d165de9e Hide unnecessary exported library symbols 8 years ago
Jie Luo d59592af61 DefaultValueObjectWriter should populate oneof message field 8 years ago
Jisi Liu 81fe52fbd4 Fix java code according to error prone. 8 years ago
Paul Yang 616e68ecc1 Repeated/Map field setter should accept a regular PHP array (#2817) 8 years ago
Jie Luo ae220cda61 Add auto detect for generated code of WKT protos, addressbook.proto and conformance.proto 8 years ago
Feng Xiao 61e87f3d41 Use per-type table to lookup JSON name. 8 years ago
Jisi Liu 7c7534413a Fix lint warnings in the javalite branch. 8 years ago
Jisi Liu baceff7c9c Add annotations for deprecated messages in Java 8 years ago
Feng Xiao c31154316b Avoid redundant type casts for oneof bytes fields. 8 years ago
Emmanuel Odeke 769b693564
compiler/cli: PrintHelpText prints to stdout instead of stderr 8 years ago
Manjunath Kudlur 21b58b51fe Removed a stray return statement, causing compilation error. 8 years ago
Jie Luo af13bff3c7 Detect if Descriptor.cs changes for csharp 8 years ago