aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/java/java_message.cc
Commit message (Expand)AuthorAgeFilesLines
* Versioning Java GeneratedMessage.3.0.0-preFeng Xiao2016-07-121-26/+36
* Integrated internal changes from GoogleAdam Cozzette2016-06-291-25/+31
* Down integrate from Google internal.Jisi Liu2016-04-281-2/+2
* Integrate google internal changes.Jisi Liu2016-03-301-50/+125
* fully qualify invocations of static methods on GeneratedMessageJoshua Humphries2016-01-151-6/+6
* throw IOException instead of InvalidProtocolBufferException when appropriateJoshua Humphries2016-01-151-9/+8
* Correct spellingBenjamin Barenblat2015-10-301-1/+1
* Make the PARSER @Deprecated public.Feng Xiao2015-08-251-2/+5
* Down-integrate from google3.Feng Xiao2015-08-221-17/+115
* down-integrate internal changesBo Yang2015-05-211-918/+266
* Merge pull request #101 from fizbin/fix_large_proto_java_codeFeng Xiao2015-05-071-5/+13
|\
| * Fix java compilation issues when processing large .proto filesDaniel Martin2014-11-251-5/+13
* | Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-83/+201
|/
* Down-integrate from internal code base.Feng Xiao2014-11-201-33/+124
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-57/+102
* Down-integrate from internal code base.Feng Xiao2014-11-101-200/+199
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* down integrate to svnjieluo@google.com2014-07-181-266/+497
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-154/+302
* Define serailVersionUID for generated java class.liujisi@google.com2011-04-291-0/+1
* Use fully qualified java.lang.Object in protoc java code.liujisi@google.com2011-04-081-2/+3
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-89/+389
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-281-6/+9
* Add a code generator insertion point for Java builders.temporal2009-12-201-0/+5
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-21/+62
* Fix Issue 136: the memoized serialized size for packed fields may notjasonh+personal@google.com2009-12-011-0/+8
* Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe ...kenton@google.com2009-08-071-14/+1
* Remove @Override annotations that cause compiler errors on Java 1.5.temporal2009-08-011-10/+0
* Submit recent changes from internal branch, including "lite mode" forkenton@google.com2009-07-291-178/+300
* Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com2009-04-251-2/+18
* Generate field number constants. Patch from Michael Poole.kenton@google.com2009-04-181-0/+3
* Push out changes from internal codebase.kenton@google.com2009-01-221-2/+10
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-28/+97
* Add @Override annotation to generated Java code where appropriate.temporal2008-09-171-0/+11
* Initial checkin.temporal2008-07-101-0/+722