1605 Commits (228530e2da79603450948d5d701fe4bb4e47c430)

Author SHA1 Message Date
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
Adam Cozzette 938206d66c Return uint32 from Log2FloorNonZero64 8 years ago
Matt Hauck 6011d7ca4c Fix gcc 4.1 build (#1035) (#1913) 8 years ago
Matt Hauck 25ecd559cc Change hint type to `const void*` (#2568) 8 years ago
Feng Xiao b7f25d42d3 Undef major/minor if they are defined as macro. 8 years ago
Jie Luo 606cb7ed2c There might be duplicated enum values when allow_alias is true. Add PreferredAlias into OriginalNameAttribute to remove the duplication (#2727) 8 years ago
Feng Xiao ffde972ac7 Remove the use of C++11 features. 8 years ago
Aurimas Liutikas a434bfc232 Fix compiler warnings about unused variables in generated_message_reflection.h 8 years ago
Sanchay Harneja 172e0a6423 Add an option to always print enums as ints in Json API 8 years ago
Ross Wang 01a05a53f4 const FieldDescriptorCompare 8 years ago
Marcel Raad 8f9c0a44bd
Fix unresolved symbols with MSVC12 and /Zc:inline 8 years ago
Chris Kennelly 8af35f28f6 Keep loop bounds in a local variable for string fields. 8 years ago
Chris Kennelly a6c30d9705 Keep loop bounds in a local variable. 8 years ago
Chris Kennelly 9db5b11c9c Work with truncated tag numbers. 8 years ago
Chris Kennelly 0026dff9f6 Expose rvalue setters for repeated string fields. 8 years ago
Thomas Van Lenten 38c238e35e Improve support for plugin parameters. 8 years ago
Konstantin Podsvirov 46c022a0a9 JsonUtilTest: Add ParsePrimitiveMapIn subtest 8 years ago
Aurimas Liutikas 9079079ec0 Fix compiler warnings about unused variables in wire_format.h 8 years ago
Jonathan Hseu ef927cc428 Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699) 8 years ago
Jie Luo 42e1e2abef Fix python compatibility test when a new generated code imports an old version(2.6.1 or older) generated code. 8 years ago
Chris Kennelly 56da82820e Avoid aliasing CodedInputStream::buffer_ when parsing little endian integers. 8 years ago
Chris Kennelly 36f68e02d5 Inline branch-less VarintSize32/VarintSize64 implementations. 8 years ago
Paul Yang 7f3e237071 Merge 3.2.x branch into master (#2648) 8 years ago
michaelpengcn a83ac8663f fix compile error on centos in metadata.h for constructors. (#2599) 8 years ago
Paul Yang a323f1e65d Oneof accessor should return the field name that is actually set. (#2631) 8 years ago
Jie Luo c15217f922 Allow OneofOptions to be extended in proto3. 8 years ago
Adam Cozzette a101fa5289 Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options 8 years ago
Sean Lu e41b667da5 Undef TYPE_BOOL to avoid conflict with iOS. 8 years ago
Jon Skeet 047575f20c Support custom options in C# 8 years ago
Andrew Spiering 75ac3973ef Fixing code formatting issues 8 years ago
Adam Cozzette 0bdf4a617f Fixed "make distcheck" for the Autotools build 8 years ago
Marcus Longmuir 2c16f6979a Fix generation of extending nested messages in JavaScript (#2439) 8 years ago
Adam Cozzette a59205215a Removed arena_nc.cc and arena_nc_test.py 8 years ago
Adam Cozzette b40d318650 Fixed cross compilations with the Autotools build 8 years ago
Julien Brianceau 4455cdf7ee Fix include in auto-generated well_known_types_embed.cc 8 years ago