1699 Commits (b6375e03aa80274dae89410efdf46346413b2247)

Author SHA1 Message Date
Brent Shaffer ec3f5dcc72 removes an accidental newline in printing for the php generator (#3333) 8 years ago
Paul Yang d3bbf1c8a9 Add space between arrow and casted type (#3353) 8 years ago
Brad Larson 81142e162b Fix build when using -Werror=undef 8 years ago
Matt Hauck 2130feadcf
Fix map_field_inl.h for gcc 4.1 8 years ago
Laszlo Csomor e05e777d46 Windows: support long paths 8 years ago
Matt Hauck 9ab7c73f7c Fix missing std::tr1::hash on GCC 4.1 (#2907) 8 years ago
tanderson-google 126082c371 Add std:: namespace prefix to set and map (#3332) 8 years ago
Harvey Tuch f6ff32cd79 Use consistent hash across NDEBUG/!NDEBUG builds. 8 years ago
Yilun Chong 3adb054bbf add some test proto2 supported, add js proto2 supported, fixed some error 8 years ago
Yilun Chong a7d5be6a91 change php objc nodejs csharp ruby 8 years ago
Sergio Campama e55782fa95 Add initialized as a reserved keyword as that's the actual property name 8 years ago
Yilun Chong 364502102a add message set test case 8 years ago
Brent Shaffer 12acbc2678 adds PHPDoc @return and @param for getters and setters respectively (#3131) 8 years ago
Yilun Chong 2ad74e1606 add support for proto2 8 years ago
Bo Yang e3c807d4e7 Fix more implicit type conversions in public headers and generated code. 8 years ago
Bo Yang 9c0b35cf62 Enusre public header and generated code have no implicit converion. 8 years ago
Yilun Chong 58a3c74df0 add test_proto2_message.proto and change conformnace/makefile.am 8 years ago
Bo Yang 5520b4384a Update C++ generated code. 8 years ago
Bo Yang e7bcfc4241 Update version number to 3.3.2 8 years ago
Paul Yang dba8928ff5 Add ARRAY for reserved name (#3150) 8 years ago
Thomas Van Lenten dd19b876d4 Raise the number of digits used for floats. 8 years ago
Calder Coalson 4b36d4006b Qualify string in java_options.h 8 years ago
Silvio Traversaro 9094bf0f7e Export symbols used in inline functions 8 years ago
Gergely Nagy 9ba7d1c038 C++: Do not forward-declare dependencies in generated .h files 8 years ago
Garret Kelly 7ccb251be6 Remove unused output_file variable from js_embed 8 years ago
Paul Yang 6f325805c0 Add new file option php_namespace. (#3162) 8 years ago
Adam Cozzette e9c15d601e Ensure that for Java, imports of .proto files with empty packages works 8 years ago
Wayne Zhang d6470abef1 not to use std::random_device for map.Seed(). (#3133) 8 years ago
Paul Yang 282fb9e68e Add ARRAY for reserved name (#3150) 8 years ago
Brent Shaffer 4d5daf4ef9 Adds fluent setters for PHP (#3130) 8 years ago
lundefugl aea4374393 Issue 3112: Object class with fully qualified name 8 years ago
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