1843 Commits (6e0a6d1cbd0bdfb9d6a963f606e5bf4bc11757d7)

Author SHA1 Message Date
brian-peloton 40da1ed572 Removing undefined behavior and compiler warnings (#1315) 8 years ago
Dennis Cappendijk 3b227611d5 show help if protoc is called without any arguments, pre-empts -h and --help to show a useful message instead of just 'Missing input file.' 8 years ago
Steven Peters 969e0bece2 regenerate plugin and profile message code 8 years ago
Steven Peters 26f00119f2 Use bool deterministic to suppress warning 8 years ago
Feng Xiao 757cc9f9da Update C++ generated code. 8 years ago
Feng Xiao 58538ea919 Update version number to 3.3.1 8 years ago
Mario J. Rugiero 9b82fce7f1 Workaround gcc < 4.5.0 bug 8 years ago
randomguy3 e062f70c6d Fix compilation 8 years ago
Alex Merry e82d81a884 Fix offset type to match the tables it is used in 8 years ago
Mario J. Rugiero cd0efc0024 Workaround gcc < 4.5.0 bug 8 years ago
Feng Xiao 7378ec2bc8 Add missing LIBRPOTOC_EXPORT. 8 years ago
Feng Xiao 3a5a0724f3 Skip C# test in C++ only distribution. 8 years ago
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