1177 Commits (769b693564aaf8625905e5488e425d27ea123949)

Author SHA1 Message Date
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
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
Julien Brianceau 05b019aedc Fix warning in compiler/js/embed.cc 8 years ago
Camillo Lugaresi abe172564e simpler, cheaper callback to LazyStringOutputStream 8 years ago
Camillo Lugaresi 4e229c8b5c add MethodResultCallback_0_0 8 years ago
Julien Brianceau 15a15e336b Init index_in_metadata_ without condition 8 years ago
Andrew Spiering 6c021b3d5f Added the support for class level deprecation which will in turn also deprecate any fields that are currently using that type 8 years ago
Adam Cozzette 5731ca5af0 Added well_known_types_embed.cc to CLEANFILES so that it gets cleaned up 8 years ago
Adam Cozzette ee0a24346e Updated Makefile.am to fix out-of-tree builds 8 years ago
Adam Cozzette 1b3a0c16e6 Auto-generate well_known_types_embed.cc 8 years ago
Chris Kennelly 183d31cbdb Add rvalue setters for non-arena strings on C++11. 8 years ago
Chris Kennelly ba63fa731e Remove spurious NULL checks in ArenaStringPtr::CreateInstance. 8 years ago
Chris Kennelly a902e2588d Define LANG_CXX11 for port.h and use this to guard C++11 features. 8 years ago
Adam Michalik 4c5d3eddf9 Fix integer overflow in FastUInt32ToBufferLeft 8 years ago
Adam Cozzette 5587562a70 Removed Android-specific code from stubs/hash.h 8 years ago
Julien Brianceau 7b220f3db5 Add missing include in embed.cc 8 years ago